Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 5.0.0-ls7 won't work #3

Closed
1 task done
soonic6 opened this issue Jan 29, 2024 · 3 comments · Fixed by #4
Closed
1 task done

[BUG] 5.0.0-ls7 won't work #3

soonic6 opened this issue Jan 29, 2024 · 3 comments · Fixed by #4

Comments

@soonic6
Copy link

soonic6 commented Jan 29, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Altus 5.0.0 won't start:
image

Rollback to 4.8.6-ls6 works fine.

Expected Behavior

No response

Steps To Reproduce

restart/rebuild container

Environment

- OS: Unraid 6.12.6

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='altus'
  --net='bridge'
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Unraid-1"
  -e HOST_CONTAINERNAME="altus"
  -e 'TITLE'='WhatsApp
  - Altus'
  -e 'DRINODE'='/dev/dri/renderD128'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:3000]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/altus-logo.png'
  -p '8088:3000/tcp'
  -p '8089:3001/tcp'
  -v '/mnt/user/temp/WhatsApp/':'/downloads/':'rw'
  -v '/mnt/cache0_vm/appdata/altus':'/config':'rw'
  --device='/dev/dri'
  --shm-size=1gb 'lscr.io/linuxserver/altus'
c8ae7d56ce0eb93e8aa94b3374334a40d117e471fb55f86a9940c505deb5dcb1

The command finished successfully!

Container logs

text  error  warn  system  array  login  

_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.

Xvnc KasmVNC 1.2.0 - built Jan 20 2024 18:53:52
Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
See http://kasmweb.com for information on KasmVNC.
Underlying X server release 12014000, The X.Org Foundation

***** Imlib2 Developer Warning ***** :
        This program is calling the Imlib call:

        imlib_free_image();

        With the parameter:

        image

        being NULL. Please fix your program.
/config/.config/openbox/autostart: 1: /opt/altus/altus: Permission denied

ERROR: openbox-xdg-autostart requires PyXDG to be installed
 2024-01-29 19:26:50,028 [INFO] websocket 0: got client connection from 127.0.0.1
[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    99
User GID:    100
───────────────────────────────────────

**** creating video group video9xvf with id 18 ****
**** adding /dev/dri/renderD128 to video group video9xvf with id 18 ****
**** permissions for /dev/dri/card0 are good ****
[custom-init] No custom files found, skipping...
[ls.io-init] done.
Obt-Message: Xinerama extension is not present on the server
ObRender-Message: Cannot load image "/opt/altus/usr/share/icons/hicolor/0x0/apps/altus.png" from file "/opt/altus/usr/share/icons/hicolor/0x0/apps/altus.png"
 2024-01-29 19:26:50,049 [PRIO] Connections: accepted: @192.168.0.104_1706552810.29202::websocket
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@aptalca
Copy link
Member

aptalca commented Jan 29, 2024

@soonic6
Can you test this image and let us know if it works?
lspipepr/altus:5.0.0-pkg-95bbd02c-dev-483e91704ce46f1409b70bd85ccbc1b887e4e530-pr-4

Thanks

@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Jan 30, 2024
@soonic6
Copy link
Author

soonic6 commented Jan 30, 2024

@soonic6 Can you test this image and let us know if it works? lspipepr/altus:5.0.0-pkg-95bbd02c-dev-483e91704ce46f1409b70bd85ccbc1b887e4e530-pr-4

Thanks

i was to late, new update works fine. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants