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

Systemd crashes immiditelly if PID 1 with systemd non privileged patches applied #6730

Closed
offlinehacker opened this issue Jun 27, 2014 · 3 comments

Comments

@offlinehacker
Copy link

I was trying to run our distro nixos which uses systemd in docker and got the following error with entrypoint:

CMD ["/bin/init"]

When systemd tries to exec itself, so replacing init script with systemd, systemd crashes. This is bracktrace from systemd:

#0  0x00007ff44f7e3d10 in __pause_nocancel () from /nix/store/94n64qy99ja0vgbkf675nyk39g9b978n-glibc-2.19/lib/libpthread.so.0
#1  0x000000000048595d in freeze ()
#2  0x000000000049aa2e in main ()

Systemd start succesfuly if started as PID>1, but this is not a solution.

@vieux
Copy link
Contributor

vieux commented Jun 27, 2014

ping @crosbymichael

@offlinehacker offlinehacker changed the title Systemd crashes immiditelly if PID 1 with system non privilege patches applied Systemd crashes immiditelly if PID 1 with systemd non privileged patches applied Jun 27, 2014
@offlinehacker
Copy link
Author

I was using systemd 212.

@jessfraz
Copy link
Contributor

can not reproduce with systemd 215 and latest docker

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

No branches or pull requests

3 participants