-
Notifications
You must be signed in to change notification settings - Fork 30
Toolbox quits when any program sends a sigkill not the top level command #1216
Comments
I can't reproduce this failure. Can you give me a simple test case? |
This seems to make it happen on my box with ~100% reliability
If I run that on other boxes it doesn't seem to have a problem with it killing the parent. |
I cannot reproduce this in my toolbox ( |
@achew22 The same for me. I've tried with an image of ubuntu, debian and fedora (latest versions). Any workarround to avoid this weird bug? Thank you all. Edit: Not in fedora:latest, but when I try to run byobu (tmux wrapper), toolbox exits with the same message. |
I'm getting the same error with |
There is a workaround linked several issues over. just copying it over to this issue since it took me a while to track it down again and the other issues are closed as dupes of this one. Use the previous fedora tag
|
When one actually needs Fedora 25 for whatever reasons, this workaround from #1676 (comment) worked for me: rpm --import /etc/pki/rpm-gpg/RPM* |
There is another workaround: remove |
I can also reproduce this on
An older installation of |
I believe this is fixed in systemd v233. It should be in the alpha next week. |
Is there any way to make it only care about sigkill from the bash command that is the root of the process tree?
The text was updated successfully, but these errors were encountered: