I'm having a problem with my Raspberry Pi, the Raspbian Image and Cups.
I installed cups on the pi with
Code: Select all
sudo apt-get install cupsCode: Select all
sudo cupsctl --share-printers --remote-admin --remote-printersNow I can't add a printer in the webinterface of my notebook, I always get an error message, saying that the printer could not be added because it was "forbidden". Before trying this, I login with my account and password, the same I use for root on the pi.
If I enter a wrong password, the popup window comes again, so that's not the reason.
With the Image I used before, Debian Wheezy, everything worked fine...
Is it a problem with the image or am I doing something wrong?
Has anyone the same problem?
Can someone help me?
My /etc/cups/cupsd.conf:
and the CUPS Error-Log</Limit>
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-He$
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Cancel-Job CUPS-Authenticate-Job>
AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
("Verboten" means forbidden - I'm from Germany)E [25/Jul/2012:00:28:02 +0200] Returning HTTP Forbidden for CUPS-Get-Devices (no URI) from localhost
E [25/Jul/2012:00:28:02 +0200] [CGI] CUPS-Get-Devices request failed with status 401: Verboten
E [25/Jul/2012:00:36:48 +0200] Returning HTTP Forbidden for CUPS-Get-Devices (no URI) from localhost
E [25/Jul/2012:00:36:48 +0200] [CGI] CUPS-Get-Devices request failed with status 401: Verboten
Any help would be appreciated!
I already did read a lot of stuff on the internet, but can't figure out my problem...