I'm unsure if the ebuild should restart the daemon. Any ideas? Reproducible: Always Steps to Reproduce: 1. Start git-daemon 2. Update git to say 1.6.5.1 3. Restart git-daemon --> daemon status says "not running" --> some instance is hanging around though, cloning from that is not possible
Why does it say not running? Show me: # start-stop-daemon --stop --verbose --pidfile /var/run/git-daemon.pid # ps -ef |grep $(</var/run/git-daemon.pid)
I need information to solve this!
(In reply to comment #2) > I need information to solve this! I cannot reproduce this on my local machine and fiddling with the one it happened on is no option. So I'm closing this for now.