Sn!per(sniper@home.net.my) on 2007.01.18 17:50:14 +0000:
> When I do a ps -aef , I got this on the readproctitle line. What could it
> possibly mean?
>
> root 1742 1713 0 17:48 ? 00:00:00 readproctitle service
> errors:
> .......................................................................................................................................................................................................................................................................................................................................................................................tcpserver:
> status: 0/100?
>
> I am able to send and receive emails. Please advise.
A service that you are running (one that uses tcpserver) does not redirect
stderr output to some other place. tcpserver (when run with option -v) will
write this status-message to standard error and svscan, resp. readproctitle
will read it and copy it to its command-name displayed in the ps-output.
Use
"exec 2>&1"
(or some other redirection command) in your run-script to have this message
logged to your usual logging mechanism.
You should read the documentation of the programms you are using.
/Benno
--
Sebastian Benoit <benoit-lists@fb12.de>
Der Kurs "Flirten für Informatiker" wurde inzwischen zusammen mit
"Freeclimbing für Epileptiker" aus allen VHS-Programmen entfernt.
[Jochen Lillich in de.alt.sysadmin.recovery]
pgparnbeMbZme.pgp
Description: PGP signature
|