You are not logged in.
Pages: 1
I installed Arch 0.8 Voodoo from the base iso. Everything went well. Base install, xorg install, xfce4 install. Then I installed Firefox and samba and hplip. Again, everything looks OK, I can browse the Internet. I can see WinXP shares. BUT, when I try to install my network printer as I have done many times, I hit a brick wall. Cups and Samba are running. When I try to access the Cups web pages by opening Firefox and entering: http://localhost:631, it times out. I have done this routine many times on Arch and other distros with no problems. I must be missing a required package, but I have no clue which package is missing.
Any help will be appreciated, jimbo
Offline
Check the wiki - you need to set up cups as one of your daemons to run at boot.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Yup, cups and samba are set up to start at boot via entries in the DAEMONS section of /etc/rc.conf.
The network is OK, because I can access shared folders on a WinXP PC on my local network.
BUT, I can't get to the cups pages to set up my printer. When I enter the URL, localhost:631, in Firefox, it just times out. No error messages, just a time out after about 60 seconds.
Thanks for any help, jimbo
Offline
Sorry, yes, you already said cups was running .
Did you try 127.0.0.1:631 instead of the localhost thing?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Using 127.0.0.1:631 works! Now tell me why localhost:631 won't work and 127.0.0.1:631 does work.
Thanks, jimbo
Offline
OK, OK, I setup the local host as archhost. Sooo, the correct URL is; /http://archhost:631, (Which translates to 127.0.0.1:631). But, I thought I had tried archhost in my efforts.
Anyway, everything is working now.
Thanks, jimbo
Offline
FYI: you can also add archhost after localhost in your /etc/hosts:
127.0.0.1 localhost.localdomain localhost archhost
Cheers Sigi
Haven't been here in a while. Still rocking Arch.
Offline
True . That line in the /etc/hosts file is probably missing:
[stijn@hephaistos ~]$ cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost
127.0.0.1 hehpaistos.borromini.net hephaistos
# End of file
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Thanks guys. That clears some of the fog.
jimbo
Offline
Sorry to highjack this thread. I just installed Arch on my girlfriends pc and want to set up her printer and - I can't access localhost:631 (or 127.0.0.1) either. Actually, I can access localhost:631 but whenever I click on "add printer" it times out and I can't do anything. It seems to me as if cups was dying but ps -A |grep cupsd shows that cupsd is still running.
Furthermore it is strange, that I don't see any error messages in /var/log/cups/error_log or /var/log/cups/access_log.
I followed the wiki article, installed cups and gutenprint, modprobed lp, parport and parport_pc (and adden them to the modules array), added cups to the daemons_array and restarted.
Anyone who may help me?
Offline
Pages: 1