You are not logged in.
I have weird problem with cups. I 've set it up it works good ,my printer prints ,etc but only on default arch kernel ,when i boot with kernelck (from arch reps) i get
cupsd: Child exited on signal 15!
when deamons starts on boot.
It is really weird it work flawlessly on arch default kernel and fail on archck...
I have no idea what to do.
Offline
Check your logs for errors - cups and kernel logs, given the nature of the problem.
Offline
Only thing i found in logs related to cups
var/log/cups/error_log
I [04/Aug/2007:13:46:27 -0700] Listening to 127.0.0.1:631 (IPv4)
I [04/Aug/2007:13:46:27 -0700] Loaded configuration file "/etc/cups/cupsd.conf"
I [04/Aug/2007:13:46:27 -0700] Using default TempDir of /var/spool/cups/tmp...
I [04/Aug/2007:13:46:27 -0700] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [04/Aug/2007:13:46:27 -0700] Configured for up to 100 clients.
I [04/Aug/2007:13:46:27 -0700] Allowing up to 100 client connections per host.
I [04/Aug/2007:13:46:27 -0700] Using policy "default" as the default!
I [04/Aug/2007:13:46:27 -0700] Full reload is required.
I [04/Aug/2007:13:46:27 -0700] Loaded MIME database from '/etc/cups': 34 types, 39 filters...
I [04/Aug/2007:13:46:27 -0700] Loading job cache file "/var/cache/cups/job.cache"...
I [04/Aug/2007:13:46:27 -0700] Full reload complete.
I [04/Aug/2007:13:46:27 -0700] Listening to 127.0.0.1:631 on fd 2...
E [04/Aug/2007:13:46:27 -0700] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
Offline
I also met this err:
Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
the log file:
I [11/Aug/2007:10:00:00 +0800] Listening to 127.0.0.1:631 (IPv4)
I [11/Aug/2007:10:00:00 +0800] Loaded configuration file "/etc/cups/cupsd.conf"
I [11/Aug/2007:10:00:00 +0800] Using default TempDir of /var/spool/cups/tmp...
I [11/Aug/2007:10:00:00 +0800] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [11/Aug/2007:10:00:00 +0800] Configured for up to 100 clients.
I [11/Aug/2007:10:00:00 +0800] Allowing up to 100 client connections per host.
I [11/Aug/2007:10:00:00 +0800] Using policy "default" as the default!
I [11/Aug/2007:10:00:00 +0800] Full reload is required.
I [11/Aug/2007:10:00:00 +0800] Loaded MIME database from '/etc/cups': 34 types, 38 filters...
I [11/Aug/2007:10:00:01 +0800] Loading job cache file "/var/cache/cups/job.cache"...
I [11/Aug/2007:10:00:01 +0800] Full reload complete.
I [11/Aug/2007:10:00:02 +0800] Listening to 127.0.0.1:631 on fd 2...
E [11/Aug/2007:10:00:02 +0800] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
remove cups package use
pacman -Rcns cups
reinstall it but still doesn't work
Offline