My output from ps
[root@sme73guest ~]# ps aux | grep squid
root 2148 0.0 0.0 24 24 ? Ss 22:52 0:00 runsv squid
smelog 2177 0.0 0.0 2400 268 ? S 22:52 0:00 /usr/local/bin/multilog t s5000000 /var/log/squid.run
squid 3723 0.0 1.5 9784 5292 ? S 22:53 0:00 /usr/sbin/squid -f /etc/squid/squid.conf -sN -D
squid 3738 0.0 0.0 1700 272 ? Ss 22:53 0:00 (unlinkd)
root 4370 0.0 0.1 4820 576 pts/0 R+ 22:55 0:00 grep squid
[root@sme73guest ~]#
My portscanressults (There are some mods and added new ports):
[root@sme73guest ~]# nmap -p 1-10000 localhost
Starting nmap 3.70 (
http://www.insecure.org/nmap/ ) at 2008-10-08 23:00 CEST
Interesting ports on localhost (127.0.0.1):
(The 9981 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
26/tcp open unknown
80/tcp open http
110/tcp open pop3
139/tcp open netbios-ssn
143/tcp open imap
389/tcp open ldap
443/tcp open https
465/tcp open smtps
515/tcp open printer
548/tcp open afpovertcp
980/tcp open unknown
993/tcp open imaps
995/tcp open pop3s
1723/tcp open pptp
2000/tcp open callbook
3128/tcp open squid-http
4700/tcp open unknown
Nmap run completed -- 1 IP address (1 host up) scanned in 1.957 seconds
[root@sme73guest ~]#
Try: " ps aux | grep squid " again (No -aux)
You did not have this in your post:
squid 3723 0.0 1.5 9784 5292 ? S 22:53 0:00 /usr/sbin/squid -f /etc/squid/squid.conf -sN -D
Maybe a good idea to log in as root if you are not.
Looks like the squid server is down and that the port is not open, what is then reasonable.
Try:
" config show squid " to se system db configuration. Post output here.
(Should it show status=disabled this would explain.)
Suggestion: Try also to generate new configuration files and see what happen.
signal-event post-upgrade
signal-event reboot