Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2007-06-24 04:16:57
Size: 439
Editor: anonymous
Comment: Added to cover CUPS problem when sudo set up
Revision 3 as of 2007-06-24 04:58:11
Size: 712
Editor: anonymous
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

  1. 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
    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

DyneCUPS (last edited 2008-06-26 09:55:33 by anonymous)