Bryan Scott wrote:
And of course, nothing in log/main/current.
Come to think of it, main doesn't exist yet. Guess multilog isn't
getting started either.
Two things to check. cd into log and execute (as root) the ./run
script. Type something and then hit CTRL-C and make sure that what you
typed shows up in log/main/current (and that main gets created). If
your log/run doesn't automatically create main, that could be your problem.
The other thing to check is what error svscan is getting when starting
up qpsmtpd/run, which will show up in the readproctitle information
(remember my earlier discussion of daemontools). You can use a line
like this to see what errors have been logged:
$ ps -wwwef | fgrep readproctitle
which will display any errors that couldn't be logged.
John