I'm having EXACTLY the same issue. After several years of using cups on various linux distros (Debian,Gentoo,Fedora,SciLinux, and Ubuntu), I've never had anything like this before. The print network addresses have not changed, and even with exactly the same cups settings that currenlty work on my other machine (Ubuntu 10.04.4 lucid), I get nothing. I'm able to ping the server just fine, and the localhost:631 html access works fine too (however all internal options return a 403 Forbidden). I've tried pretty much everything I could think of, list is below:
i) Direct copy of working Ubuntu settings to new machine
ii) Manual alteration of cupsd.conf to a variety of different settings
iii) Complete removal and reinstallation of cups
- Code: Select all
sudo apt-get purge cups && sudo apt-get autoremove
sudo apt-get update && sudo apt-get install cups
iv) A CUPS reconfig
- Code: Select all
sudo dpkg-reconfigure cups
v) Altering the firewall (which is off anyway) to allow printing with CUPS
- Code: Select all
sudo ufw allow CUPS
....and none of it has worked.
For those that might be interested, my cups error log (/var/log/cups/error_log) looks like this:
- Code: Select all
W [18/Mar/2013:16:51:36 -0700] Unknown LogLevel warning on line 1.
E [18/Mar/2013:16:51:36 -0700] Unknown directive SystemGroup on line 2 of /etc/cups/cupsd.conf.
W [18/Mar/2013:16:51:36 -0700] No limit for Validate-Job defined in policy default and no suitable template found.
W [18/Mar/2013:16:51:36 -0700] No limit for Cancel-Jobs defined in policy default - using Pause-Printer's policy.
W [18/Mar/2013:16:51:36 -0700] No limit for Cancel-My-Jobs defined in policy default - using Send-Document's policy.
W [18/Mar/2013:16:51:36 -0700] No limit for Close-Job defined in policy default - using Send-Document's policy.
W [18/Mar/2013:16:51:36 -0700] No limit for CUPS-Get-Document defined in policy default - using Send-Document's policy.
W [18/Mar/2013:16:51:36 -0700] No JobPrivateAccess defined in policy default - using defaults.
W [18/Mar/2013:16:51:36 -0700] No JobPrivateValues defined in policy default - using defaults.
W [18/Mar/2013:16:51:36 -0700] No SubscriptionPrivateAccess defined in policy default - using defaults.
W [18/Mar/2013:16:51:36 -0700] No SubscriptionPrivateValues defined in policy default - using defaults.
I'm running Mint 14, kernel 3.5.0-17
A solution to this would prevent me from killing any more braincells through a combination of banging my head against the desk and drinking excessively.
Cheers,
-Kyle