<br><tt><font size=2>Stefan Reitz wrote:</font></tt>
<br><tt><font size=2>&gt; Dansguardian complains:<br>
&gt; Starting Web Content Filter (dansguardian): Error binding server socket
</font></tt>
<br><tt><font size=2>&gt; (is something else running on the filter port?
[8080])<br>
&gt; Exiting with error &nbsp;[FAILED]</font></tt>
<br>
<br><font size=2 face="sans-serif">Stefan, I think I figured out your problem.</font>
<br>
<br><font size=2 face="sans-serif">==&gt; First, I did an &quot;nmap -v
192.168.0.29&quot; on my eth0 machine for XF, and it shows 8080 also:</font>
<br>
<br><font size=2 face="sans-serif">[root@squid ~]# nmap -v 192.168.0.29</font>
<br>
<br><font size=2 face="sans-serif">Starting Nmap 4.20 ( http://insecure.org
) at 2008-02-27 06:50 MST</font>
<br><font size=2 face="sans-serif">Initiating SYN Stealth Scan at 06:50</font>
<br><font size=2 face="sans-serif">Scanning squid.school.pinewood.net (192.168.0.29)
[1697 ports]</font>
<br><font size=2 face="sans-serif">Discovered open port 22/tcp on 192.168.0.29</font>
<br><font size=2 face="sans-serif">Discovered open port 443/tcp on 192.168.0.29</font>
<br><font size=2 face="sans-serif">Discovered open port 80/tcp on 192.168.0.29</font>
<br><font size=2 face="sans-serif">Discovered open port 53/tcp on 192.168.0.29</font>
<br><font size=2 face="sans-serif">Discovered open port 8080/tcp on 192.168.0.29</font>
<br><font size=2 face="sans-serif">Discovered open port 3128/tcp on 192.168.0.29</font>
<br><font size=2 face="sans-serif">Completed SYN Stealth Scan at 06:50,
0.18s elapsed (1697 total ports)</font>
<br><font size=2 face="sans-serif">Host squid.school.pinewood.net (192.168.0.29)
appears to be up ... good.</font>
<br><font size=2 face="sans-serif">Interesting ports on squid.school.pinewood.net
(192.168.0.29):</font>
<br><font size=2 face="sans-serif">Not shown: 1691 closed ports</font>
<br><font size=2 face="sans-serif">PORT &nbsp; &nbsp; STATE SERVICE</font>
<br><font size=2 face="sans-serif">22/tcp &nbsp; open &nbsp;ssh</font>
<br><font size=2 face="sans-serif">53/tcp &nbsp; open &nbsp;domain</font>
<br><font size=2 face="sans-serif">80/tcp &nbsp; open &nbsp;http</font>
<br><font size=2 face="sans-serif">443/tcp &nbsp;open &nbsp;https</font>
<br><font size=2 face="sans-serif">3128/tcp open &nbsp;squid-http</font>
<br><font size=2 face="sans-serif">8080/tcp open &nbsp;http-proxy</font>
<br>
<br><font size=2 face="sans-serif">==&gt; Then, I did a grep to look for
8080 in my /etc files</font>
<br>
<br><font size=2 face="sans-serif">[root@squid ~]# grep -r &quot;8080&quot;
/etc/*</font>
<br><font size=2 face="sans-serif">/etc/gconf/schemas/system_http_proxy.schemas:
&nbsp; &nbsp; &nbsp;&lt;default&gt;8080&lt;/default&gt;</font>
<br><font size=2 face="sans-serif">/etc/gconf/gconf.xml.defaults/%gconf-tree.xml:</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &lt;default type=&quot;int&quot; value=&quot;8080&quot;&gt;</font>
<br><font size=2 face="sans-serif">grep: /etc/httpd/run/dbus/system_bus_socket:
No such device or address</font>
<br><font size=2 face="sans-serif">grep: /etc/httpd/run/avahi-daemon/socket:
No such device or address</font>
<br><font size=2 face="sans-serif">/etc/lighttpd/lighttpd.conf:server.port
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 8080</font>
<br><font size=2 face="sans-serif">/etc/services:webcache &nbsp;8080/tcp
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;# WWW caching service</font>
<br><font size=2 face="sans-serif">/etc/services:webcache &nbsp;8080/udp
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;# WWW caching service</font>
<br>
<br><font size=2 face="sans-serif">I don't know what gconf is, but I do
recognize &quot;lighty&quot; (lighttpd) as a &quot;Apache Lite&quot;,</font>
<br><font size=2 face="sans-serif">but given that we are already using
&quot;Apache&quot; itself, no need for it. &nbsp;I am not sure why</font>
<br><font size=2 face="sans-serif">we have Lighty active at all. &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">* * * * * &nbsp;Wad? &nbsp;Can you shed
some light on this? &nbsp;(pun intended.)</font>
<br>
<br><font size=2 face="sans-serif">==&gt; Then, I checked if ligthttpd
was running. &nbsp;It was</font>
<br>
<br><font size=2 face="sans-serif">[root@squid ~]# chkconfig --list | grep
light</font>
<br><font size=2 face="sans-serif">lighttpd &nbsp; &nbsp; &nbsp; &nbsp;0:off
&nbsp; 1:off &nbsp; 2:off &nbsp; 3:on &nbsp; &nbsp;4:off &nbsp; 5:on &nbsp;
&nbsp;6:off</font>
<br>
<br><font size=2 face="sans-serif">==&gt; Then I stopped it</font>
<br>
<br><font size=2 face="sans-serif">[root@squid ~]# service lighttpd stop</font>
<br><font size=2 face="sans-serif">Stopping lighttpd: &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [ &nbsp;OK &nbsp;]</font>
<br>
<br><font size=2 face="sans-serif">==&gt; Then I ran nmap again:</font>
<br>
<br><font size=2 face="sans-serif">[root@squid ~]# nmap -r 192.168.0.29</font>
<br>
<br><font size=2 face="sans-serif">Starting Nmap 4.20 ( http://insecure.org
) at 2008-02-27 07:06 MST</font>
<br><font size=2 face="sans-serif">Interesting ports on squid.school.pinewood.net
(192.168.0.29):</font>
<br><font size=2 face="sans-serif">Not shown: 1692 closed ports</font>
<br><font size=2 face="sans-serif">PORT &nbsp; &nbsp; STATE SERVICE</font>
<br><font size=2 face="sans-serif">22/tcp &nbsp; open &nbsp;ssh</font>
<br><font size=2 face="sans-serif">53/tcp &nbsp; open &nbsp;domain</font>
<br><font size=2 face="sans-serif">80/tcp &nbsp; open &nbsp;http</font>
<br><font size=2 face="sans-serif">443/tcp &nbsp;open &nbsp;https</font>
<br><font size=2 face="sans-serif">3128/tcp open &nbsp;squid-http</font>
<br>
<br><font size=2 face="sans-serif">Nmap finished: 1 IP address (1 host
up) scanned in 0.178 seconds</font>
<br>
<br><font size=2 face="sans-serif">==&gt; So shutting down lighttpd eliminated
the 8080 port listening. &nbsp;Now to make</font>
<br><font size=2 face="sans-serif">it permanent so that it doesn't start
backup up again during boot time.</font>
<br>
<br><font size=2 face="sans-serif">[root@squid ~]# chkconfig --level 345
lighttpd off</font>
<br><font size=2 face="sans-serif">[root@squid ~]# chkconfig --list lighttpd</font>
<br><font size=2 face="sans-serif">lighttpd &nbsp; &nbsp; &nbsp; &nbsp;0:off
&nbsp; 1:off &nbsp; 2:off &nbsp; 3:off &nbsp; 4:off &nbsp; 5:off &nbsp;
6:off</font>
<br>
<br><font size=2 face="sans-serif">==&gt; This is probably what is happening
in your situation, or at least shows</font>
<br><font size=2 face="sans-serif">you the diagnostic process for figuring
things out like this.</font>
<br>
<br><font size=2 face="sans-serif">Hope this helps, Tony</font>
<br><font size=2 face="sans-serif"><br>
</font>
<table>
<tr>
<td bgcolor=#006699>
<td bgcolor=#006699>
<tr>
<td>
<td><font size=1 color=#0060a0 face="Microsoft Sans Serif"><b>Tony Pearson</b></font><font size=1 face="Microsoft Sans Serif"><br>
Senior Storage Consultant, IBM System Storage&#8482;<br>
Telephone: +1 520-799-4309 | &nbsp;tie 321-4309 | &nbsp;Cell: +1 520 990-8669<br>
email: tpearson@us.ibm.com | &nbsp;GSA: http://tucgsa.ibm.com/~tpearson<br>
Blog: </font><a href=http://www.ibm.com/developerworks/blogs/page/InsideSystemStorage><font size=1 color=blue face="Microsoft Sans Serif"><u>http://www.ibm.com/developerworks/blogs/page/InsideSystemStorage</u></font></a><font size=1 face="Microsoft Sans Serif"><br>
AKA: 990tony Paravane, eightbar specialist </font>
<tr>
<td bgcolor=#006699>
<td bgcolor=#006699></table>
<br>