View previous topic :: View next topic |
Author |
Message |
mirojira l33t

Joined: 18 Feb 2006 Posts: 685
|
Posted: Fri Nov 17, 2006 7:42 pm Post subject: Suddenly I can't print [SOLVED] |
|
|
Everything was OK by now. But last boot generated error message Quote: | cupsd: Child exited on signal 15! |
Running Quote: | /etc/init.d/cupsd start | gives the same message.
Reemerging of cups has not helped. Had anybody had similar problem?
Last edited by mirojira on Fri Nov 17, 2006 9:19 pm; edited 1 time in total |
|
Back to top |
|
 |
mirojira l33t

Joined: 18 Feb 2006 Posts: 685
|
Posted: Fri Nov 17, 2006 8:13 pm Post subject: |
|
|
After reemerging cups I restarted and Code: | localhost / # /etc/init.d/cupsd start
* Remounting root filesystem read-only ...
mount: / is busy [ !! ]
* Checking root filesystem ... [ ok ]
* Using /etc/modules.autoload.d/kernel-2.6 as config:
* Loading module e100 ... [ ok ]
* Loading module usblp ... [ ok ]
* Loading module ohci_hcd ... [ ok ]
* Loading module uhci_hcd ... [ ok ]
* Loading module ehci_hcd ... [ ok ]
* Autoloaded 5 module(s)
* Setting up dm-crypt mappings ... [ ok ]
* Checking all filesystems ... [ ok ]
* Mounting local filesystems ... [ ok ]
* Activating (possible) swap ... [ ok ]
* Setting up dm-crypt mappings ... [ ok ]
* Starting lo
* Bringing up lo
* 127.0.0.1/8 [ ok ]
* Adding routes
* 127.0.0.0/8 ... [ ok ]
* Starting eth0
* Bringing up eth0
* 10.11.2.43 [ ok ]
* Adding routes
* default via 10.11.2.1 ... [ ok ]
* Starting cupsd ...
cupsd: Child exited on signal 15! | Strange isn't ? |
|
Back to top |
|
 |
wynn Advocate


Joined: 01 Apr 2005 Posts: 2421 Location: UK
|
Posted: Fri Nov 17, 2006 8:39 pm Post subject: |
|
|
You might be able to find out more by changing "LogLevel info" to "LogLevel debug" and looking at what's in /var/log/cups/error_log.
Signal 15 is SIG_TERM, something must be terminating the child process. _________________ The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details. |
|
Back to top |
|
 |
mirojira l33t

Joined: 18 Feb 2006 Posts: 685
|
Posted: Fri Nov 17, 2006 9:08 pm Post subject: |
|
|
Thanks for hint Wynn.
/var/log/cups/error_log gave a lot of messages but most of them has been concerning "localhost" which is my hostname. So I compared /etc directory with
the backup and found up that I miss /etc/hosts file. I had to erase it by mistake.  |
|
Back to top |
|
 |
|