Cups might be useful since I have having a lot of difficulty getting my
printer to work.
Gale Gorman
Houston
> In the "Official Red Hat Linux Administrator's Guide" I am told to point
> my browser to http://localhost:631 and when I do I am asked for a
> username and password but there is no place to register.
Do you have cupsd running?
I can start it with "service cups restart" on my RH-8.0 system.
--
Timothy Murphy
e-mail: t...@birdsnest.maths.tcd.ie
tel: +353-86-233 6090
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
> In the "Official Red Hat Linux Administrator's Guide" I am told to point
> my browser to http://localhost:631 and when I do I am asked for a
> username and password but there is no place to register.
Give it your normal username and password. If you need to certain things
that require more privilege, then give it root and root's password.
--
Jerry Gardner
j...@gardnerclan.net
I can start cups but then I didn't know what to do with it<g>.
Thanks. I was really confused because I thought I was logging on to a
site on the net.
Gale
"localhost" is geek talk for your computer :-) "631" is a "port" number,
in this case the port being used by cups. So yes, you are logging onto a
site on the net. But it is your site on the net, which you probably did
not know you had.
In any case, it should by default not be accessible to the outside
world. This is determined by the file /etc/cups/cupsd.conf.
--
My real email is akamail.com@dclark (or something like that).
That got me into cups just fine, I configured my printer and cups
reported that was successful. However, it still will not print.
Gale
Redhat uses a set of symbolic links in /etc/alternatives to determine
what printing system to use. For example, you will probably find the file:
print-lp -> /usr/bin/lp.LPRng
That means it is configured to use LPRng. All that is required to use
CUPS is to change all those links to point to the CUPS version of the
programs. So that for example:
print-lp -> /usr/bin/lp.cups
In theory, Redhat supplies a program to do that, but it is not installed
by default. It is just as easy to do it by hand. Just take a look at the
files in /etc/alternatives and /usr/bin, and it should be fairly obvious
what needs to be changed.
> That got me into cups just fine, I configured my printer and cups
> reported that was successful. However, it still will not print.
What kind of printer, and how is it attached (parallel, USB, network)?
--
Jerry Gardner
j...@gardnerclan.net
HP LaserJet 5000 on lp0, parallel.
Gale
Redhat does indeed supply a program,"redhat-switch-printer." I thought
I since I had stopped lpd and started cups, that should be enough. When
I did the switch and restarted cups, the printer is working.
Thanks,
Gale
I made the changes below to /etc/cups/cupsd.conf .
I'm not sure if they were necessary --
I was setting CUPS up to print from other computers
on my home (wireless) LAN.
Also, is cupsd running? (Apologies if I asked that before.)
=================================================
50d49
< ServerName alfred
58d56
< ServerAdmin t...@birdsnest.maths.tcd.ie
246d243
< RemoteRoot ******** [omitted]
361d357
< HostNameLookups On
408d403
< Browsing On
457,458d451
< BrowseAddress @LOCAL
<
490d482
<
499,500d490
< BrowseAllow @LOCAL
<
657d646
<
688d676
< Allow From 192.168.3.*
757d744
< Allow From 192.168.3.*
=================================================