Hi, At Fri, 28 Jan 2005 10:25:38 -0800, Akkana Peck wrote: > I upgraded sid yesterday (last updated about a week ago), and now > cupsys won't start. Every attempt to run /etc/init.d/cupsys start > prints a few seconds later: > > cupsd: Child exited with status 98! > > In /var/log/cups/error_log, with log level debug, the last few lines are: > > D [28/Jan/2005:09:57:32 -0800] StartListening: NumListeners=1 > D [28/Jan/2005:09:57:32 -0800] StartListening: address=00000000 port=631 > E [28/Jan/2005:09:57:32 -0800] StartListening: Unable to bind socket for > address 00000000:631 - Address already in use.
This looks something dirty daemon captures port 631 instead of cupsd. Let's check: 1. Please do 'ps aux | grep cupsd', and check cupsd isn't running. 2. Please do 'lsof -i @localhost:631' as root, and see what program captures port 631. I think something rpc program (such as fam) eats port 631 intead of cupsd. Thanks, -- Kenshi Muto [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]