LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cups Web Interface not available (https://www.linuxquestions.org/questions/linux-software-2/cups-web-interface-not-available-306650/)

m-blaster 03-27-2005 09:48 AM

Cups Web Interface not available
 
Hello, in Order to print with my Samsung Printer a had to reinstall Cups on my Redhat 9 (Clarkconnect) System.
There were no errors during reinstall.

Now I have the problem that the web interface ( http://192.168.1.1:631/ ) is not available.
So I am not able to add a printer or configure it or print a testpage.

What may be wrong?

Where is the configuration file of the Cups web interface?

Frank616 03-27-2005 10:00 AM

mblaster:

Try: http://localhost:631

Frank.

futhark 03-27-2005 10:02 AM

Try setting disable = no in /etc/xinetd.d/cups-lpd.

You could also try to configure your printer through the redhat-config-printer utility. This is the way RedHat wants you to do it.

m-blaster 03-27-2005 11:33 AM

THX, i searched through Google and found this:

Add

Allow from 192.168.1.*

in my /etc/cupsd.conf

It worked.

To use my Samsung ML1710:
i have to make RAW Printing possible:

mime.types and mime.convs in /etc/cups. In each file, uncommented the line
Code:
#application/octet-stream
by making it
Code:
application/octet-stream

What for consequences does this change have?
Slower printing?


All times are GMT -5. The time now is 02:17 PM.