git-daemon doesn't want to shutdown
Bug #224041 reported by
Lucian Adrian Grijincu
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
git-core (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
runit (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: git-core
I tried to kill git-daemon by running
# /etc/init.
but it seemed to get respawned again and again (with different pids)
I then tried to kill runsvdir (killall -9 runsvdir) but it also got magically respawned.
The only solution I found was to run
# kill -9 `pidof runsv` `pidof runsvdir`
several times and hope to get both of them killed. After ~7 retries I managed to kill them both.
Killing git-daemon shouldn't be such a painful experience.
Changed in git-core: | |
status: | New → Invalid |
To post a comment you must log in.
I have same problem on Archlinux and Gentoo too.