Size: 439
Comment: Added to cover CUPS problem when sudo set up
|
Size: 712
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
{{{ # cupsd }}} or you can add it to the /etc/rc.local file so that it automatically starts at every bootup. |
|
Line 12: | Line 8: |
After this, you should be able to configure and use your printer normally. | This occurs because the printer control software has not been started. You need to start this as root, ir: # cupsd or you can start it automatically at every boot by editing the /etc/rc.local file and adding the line: cupsd If the file doesn't exist, then just create it by opening and editing the rc.local as root, ie: # nano /etc/rc.local This should then start CUPS at every boot and printer configuration should work normally |
Dyne Printer Configuration (CUPS)
This page covers Printer configuration issues
- I get an error message when starting the printer configuration (Configure/ Printer) that says:
Error: http://localhost/631 Permission denied
This occurs because the printer control software has not been started. You need to start this as root, ir:- # cupsd
- cupsd
- # nano /etc/rc.local