Gentoo Archives: gentoo-amd64

From: Steve Herber <herber@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] localhost??
Date: Fri, 27 Mar 2009 15:32:25
Message-Id: Pine.LNX.4.64.0903270831160.24078@thing.com
In Reply to: [gentoo-amd64] localhost?? by Paul Stear
1 use lsof, as root, to see if cups is actually listening on any port.
2 here is part of my cups lsof output:
3
4 cupsd 2605 root 0u 0000 0,7 0 15 anon_inode
5 cupsd 2605 root 1u IPv4 1636008 0t0 TCP dell.mcis.washington.edu:ipp (LISTEN)
6 cupsd 2605 root 2u REG 3,4 40863 937675 /var/log/cups/error_log
7 cupsd 2605 root 3u IPv6 1636009 0t0 TCP localhost:ipp (LISTEN)
8 cupsd 2605 root 4u unix 0xdbfaa740 0t0 1636010 /var/run/cups/cups.sock
9 cupsd 2605 root 5u IPv4 1636012 0t0 UDP *:ipp
10 cupsd 2605 root 6r FIFO 0,6 0t0 1636013 pipe
11 cupsd 2605 root 7w FIFO 0,6 0t0 1636013 pipe
12 cupsd 2605 root 8u REG 3,4 3517 937976 /var/log/cups/page_log
13 cupsd 2605 root 9u REG 3,4 97379 937950 /var/log/cups/access_log
14 cupsd 2605 root 10u unix 0xdbfaa580 0t0 1636069 socket
15
16
17 --
18 Steve Herber herber@×××××.com work: 206-221-7262
19 Security Engineer, UW Medicine, IT Services home: 425-454-2399
20
21 On Fri, 27 Mar 2009, Paul Stear wrote:
22
23 > Hi,
24 > I seem to have lost localhost. if I put "https://localhost:631" into konqueror
25 > I get a message "404 Not Found"
26 > My etc/hosts is set to "127.0.0.1 PC.WORK PC localhost"
27 > Any ideas?
28 > Thanks for any help
29 > Paul
30 >