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

build-depends leaving processes running can cause problems #61

Open
Ealdwulf opened this issue Feb 24, 2016 · 0 comments
Open

build-depends leaving processes running can cause problems #61

Ealdwulf opened this issue Feb 24, 2016 · 0 comments

Comments

@Ealdwulf
Copy link
Contributor

kano-settings currently has a build dependency on kano-toolset, which has a dependency on dbus, which
runs a dbus-daemon which opens a file in /proc. This prevents dr from unmounting the chroot, which in turn means that although it built the package, it decides not to go on to push it to the suite.

Ideally dr should kill all child processes. I think this can be done simply by launching the chroot with unshare -u chroot..., whose children can then be killed using pkill --nslist uts --ns <PID> where <PID> is the pid of one of the processes inside the chroot.

@skarbat @tombettany @pazdera
For the time being I think we will fix kano-settings.

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

1 participant