Hi Amos, Upon starting squid, (See before last line below) root@devsrvr:/var/log # 2014/01/23 19:14:31| Set Current Directory to /usr/local/squid/var/cache/ squid 2014/01/23 19:14:31| Starting Squid Cache version 3.4.1 for i386-unknown-freebsd9.2... .... .... .... 2014/01/23 19:14:31| WARNING: no_suid: setuid(0): (1) Operation not permitted 2014/01/23 19:14:31| WARNING: no_suid: setuid(0): (1) Operation not permitted ......... 2014/01/23 19:14:33| Accepting HTTP Socket connections at local=[::]:80 remote=[::] FD 15 flags=9 2014/01/23 19:14:33| Accepting SNMP messages on [::]:3401 Thanks On Thu, Jan 23, 2014 at 7:02 PM, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: > On 24/01/2014 12:36 p.m., Monah Baki wrote: >> Hi all, >> >> >> I am running FreeBSD 9.2 with squid 3.4.1, this machine has no users >> at all yet. I saw this message and was not sure if it is squid or >> freebsd related. >> >> 2014/01/22 20:13:47| FD 15, [::] [ job1]: (53) Software caused connection abort >> 2014/01/22 20:30:20| FD 15, [::] [Stopped, reason:Listener socket >> closed job1]: (53) Software caused connection abort >> >> I can still use the proxy though and browse. >> >> No idea what it is, and what might have caused it. Any help will be >> greatly appreciated. > > "Software caused connection abort" is an operating system error message > about the socket. > > What was FD 15 opened for? > > Amos