Comment 1 by Unknown User, Mar 25, 2006
Fair enough! I'll just mention, you can use 'runit' to get most of these features, and more -- it's very nice. http://smarden.sunsite.dk/runit/ Obviously this doesn't replace the functionality requested in this bug, but maybe it's useful to have the link here where people can find it, in the mean time...
Comment 2 by Unknown User, Jul 17, 2006
anyone working on this bug/feature request, should also take a look at bug #12947 overview: Allow servers to continuously sync with each other
Comment 3 by Unknown User, Aug 22, 2006
I'd like to amplify the comment re: runit to mention that I wouldn't want to see foreground service go away. Runit and daemontools both work much better with apps that run in the foreground, and I happen to hold with their philosophy that an app should do one thing and do it well - in monotone's case version control, not secure daemon service.
Comment 4 by Unknown User, Aug 23, 2006
Judson, I respectfully disagree with some of your comment. Foreground service shouldn't disappear just because background service is requested. Not all platforms can use runit or daemontools. Mac OS X has its own beast called launchd, which like runit, requires the daemon to stay in the foreground. Windows... well... I don't have a whole lot of experience with Windows to comment. However, as a systems administrator, I don't relish the idea of ripping out my existing sysvinit setup just to run monotone as a "reliable server". Where I disagree with you is in your last comment, infering that monotone should not be a secure daemon service. It already is. That's what the whole "monontone serve" command is about, and really one of the key features of monotone. This request is simply to finish fleshing out a service it already provides. One of the things holding it back was it's signal handling. That is getting cleaned up now. It's really not that much of a step to providing a proper backgrounding method to the application. i.e. fork, fork whee!
Comment 5 by Unknown User, Aug 23, 2006
Chad, I'm afraid you misunderstood me. I wouldn't propose that monotone should not have a background switch, or suggest that it's not a secure service. But the fact that monotone currently runs in the foreground when serving is a feature I very much like, and wouldn't want _replaced_.
Sign in to reply to this comment.
Reported by Unknown User, Mar 24, 2006