LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Adding printer in cups (https://www.linuxquestions.org/questions/linux-newbie-8/adding-printer-in-cups-4175518220/)

oel 09-11-2014 05:38 AM

Adding printer in cups
 
Hello,

I have an Oracle Enterprise Linux. I need to configurate printers but I don't know how cups works.

- How I can start or check the status for cups?
- How I can add new destinations?
- I cant get http://ip_server:631 url works....

Regards

JeremyBoden 09-11-2014 10:20 AM

Use http://localhost:631, or failing that, http://127.0.0.1:631

jstephens84 09-11-2014 02:30 PM

you can edit /etc/cups/cupsd.conf to change what ip 631 listens on so that you can manage it remotely. To see if cups is working
Code:

/etc/rc.d/init.d/cups status
or replace status with start or stop to start the service or stop the service.

John VV 09-11-2014 08:59 PM

Quote:

- I cant get http://ip_server:631 url works....
well of course that will not work

YOU have to use the REAL!!!!! ip address of the server
or if you are sitting in front of the computer
use "localhost" or " 127.0.0.1"


All times are GMT -5. The time now is 04:43 PM.