cant open http port

From: Gerald Martinez <germat@dont-contact.us>
Date: Fri, 15 Oct 1999 00:13:42 GMT

Hi all,

I am new with squid, I have installed squid, my operate system is RedHat
version 6.0, I not have web server, I need an proxi and cache for my private
net with access to Internet.

I have serius problem, thes error messages is:
1999/10/14 11:04:55| commBind: Cannot bind socket FD 33 to *:3128: (98)
Address
already in use
FATAL: Cannot open HTTP Port
Squid Cache (Version 2.2.STABLE4): Terminated abnormally.

in the console appear:

Oct 14 11:05:02 proxi squid[2736]: Squid Parent: child process 3025 exited
with status 1
Oct 14 11:05:02 proxi squid[2736]: Exiting due to repeated, frequent
failures

I start squid in my inittab file:

sq:3:respawn:/usr/local/squid/bin/squid.sh < /dev/null >> /tmp/squid.log
2>&1

My script is:

#!/bin/sh
        C=/usr/local/squid
        PATH=/usr/bin:$C/bin
        TZ=PST8PDT
        export PATH TZ

        notify="root"
        cd $C
        umask 022
        sleep 10
        while [ -f /tmp/nosquid ]; do
                sleep 1
        done
        /usr/bin/tail -20 $C/logs/cache.log \
                | Mail -s "Squid restart on `hostname` at `date`" $notify
        exec bin/squid -CYs

What is my error?

Tahnks in advanced.... !!!!

Regards,

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Received on Thu Oct 14 1999 - 18:22:12 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:50 MST