-
Notifications
You must be signed in to change notification settings - Fork 11
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
/usr/bin/systemctl error at start container #4
Comments
First try using without docker compose. This image using a systemd replacement python script to do control some internal systemctl stuff. Might not be compatible with that. The image might also need a refresh/rebuild. |
Still same errors
Also i cloned the repository and build the image but didn't finish properly
Warning: RPMDB altered outside of yum.
Installing : wget-1.14-18.el7_6.1.x86_64 1/1
install-info: No such file or directory for /usr/share/info/wget.info.gz
Verifying : wget-1.14-18.el7_6.1.x86_64 1/1
Installed: Complete! |
Seems some of the repo 's used might have changed. Had to update another image FreePBX for same refresh build issue. Had to manually check each to see if direct download was possible. |
Long time looking for an issabel docker image thanks for your work.
I'm having a hard time to get it to work though
I made a docker-compose.yml and im using a macvlan i already had
I get this error after the container starts
Container issabel Creating
Container issabel Created
Attaching to issabel
issabel | Traceback (most recent call last):
issabel | File "/usr/bin/systemctl", line 4493, in
issabel | systemctl = Systemctl()
issabel | File "/usr/bin/systemctl", line 811, in init
issabel | self._user_getlogin = os_getlogin()
issabel | File "/usr/bin/systemctl", line 153, in os_getlogin
issabel | return pwd.getpwuid(os.geteuid()).pw_name
issabel | KeyError: 'getpwuid(): uid not found: 0'
issabel exited with code 1
The text was updated successfully, but these errors were encountered: