On Mon, 02 Jul 2007, Herrington, Tony wrote: > This is semi-Nagios related. I have Qpage all setup to notify by SMS out > a dial up modem, to a local landline, incase the network is down. I run > a test page, it queues up all ready to go, but then tells me my ttyS0 is > already in use. Anyone have any idea why this might happen? The phone > line is good to go, I can dial out and everything. Seems to be an issue > with ownership or something. Any suggestions would be awesome.
Chances are ttyS0 is already in use (or, maybe, doesn't exist). Some process on the box, like a serial console, may have already grabbed the port. "lsof | grep ttyS0" may help. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
