go-appimage icon indicating copy to clipboard operation
go-appimage copied to clipboard

openLDAP user: appimaged fails to start

Open archont00 opened this issue 2 years ago • 0 comments

Hi,

Kubuntu 22.04.

Starting as openLDAP user, uid 10000, /home/users/ldap_user, the appimaged fails:

$ /Applications/appimaged-711-x86_64.AppImage 
appimaged-711-x86_64.AppImage 65
2022/07/09 22:01:25 Desktop notification:  Not running on one of the supported Live systems This configuration is currently unsupported but may still work, please give feedback.
2022/07/09 22:01:25 main: PATH: /usr/local/bin:/opt:/home/users/ldap_user/Desktop:/home/users/ldap_user/Downloads:/tmp/.mount_appimaadMhhD/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
panic: user: unknown userid 10000

goroutine 1 [running]:
main.TerminateOtherInstances()
        github.com/probonopd/go-appimage/src/appimaged/prerequisites.go:270 +0x4a7
main.checkPrerequisites()
        github.com/probonopd/go-appimage/src/appimaged/prerequisites.go:49 +0xe5
main.main()
        github.com/probonopd/go-appimage/src/appimaged/appimaged.go:130 +0x1d7

When I run appimaged as local user (uid: 1000, /home/localuser), it seems to start fine.

archont00 avatar Jul 09 '22 20:07 archont00