jimj <[email protected]> writes: > I've found that once I disconnect from the terminal where I ran "mw- > serve -d -p 80" from it somehow becomes unable to finish and print the > document. I've found that if I run mw-serve from a screen session & > disconnect it continues to work fine, but if I disconnect after > starting it in daemon mode, the process still exists:
When you close the terminal, the standard output of mw-serve and it's child processes becomes bad. If they print something to it, they might get an error (depends on buffering). Please try to use the --logfile option when using --daemonize. (Or use nohup, djb's daemontools, supervisor, ...) -- Cheers, Ralf -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
