Differences between revisions 3 and 4
Revision 3 as of 2007-06-24 04:58:11
Size: 712
Editor: anonymous
Comment:
Revision 4 as of 2008-06-26 09:55:33
Size: 712
Editor: anonymous
Comment: converted to 1.6 markup
No differences found!

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)