Quote:
Originally Posted by nonamedotc
What happens when you click on the "Unlock" button?
Open a browser and navigate to localhost:631. If CUPS is installed properly, you should see CUPS page and you should be able to do many administration tasks from here. Hope this helps.
|
No it does not work. connection to localhost fails and clicking the unlock button and entering my password does nothing.
---------- Post added at 02:02 AM ---------- Previous post was at 01:55 AM ----------
Quote:
Originally Posted by PabloTwo
CUPS won't do anything for you if the cups service isn't running.
If you're on F15 or 16, then:
Code:
# systemctl enable cups.service
# systemctl start cups.service
For F14 or earlier...
Code:
# chkconfig --level 345 cups on
# service cups start
And generally any printer configuration needs to be run as the root user.
|
Okay thanks but it does not work I get the following errors
Caleb@Caleb ~$ su
Password:
[root@Caleb Caleb]# systemctl enable cups.service
Failed to issue method call: No such file or directory
[root@Caleb Caleb]# systemctl start cups.service
Failed to issue method call: Unit cups.service failed to load: No such file or directory. See system logs and 'systemctl status cups.service' for details.