Nikki Locke wrote:
Shane Chrisp wrote:
On Fri, 2006-04-07 at 12:30 +0100, Nikki Locke wrote:
Check your startup script is calling `id -u vpopmail`. Id say its just a
typo which will be simply fixed and then restart qmail with a svc
-du /service/qmail-whatever
It was a left over message - I rebooted and it went away. It would be nice to
know how to get rid of old proctitle messages _without_ rebooting.
Hi,
make a new directory called clear (somewhere other than /service)
Have the run file contain
-- snip --
#!/bin/sh
yes '' | head -4000 | tr '\n' .
-- snip --
touch a file called down in the clear directory
mv the clear directory to /service
Then you can clear the readproc title with svc -o /service/clear
HTH
Rick