LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-20-2012, 07:35 AM   #1
bergakker
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Rep: Reputation: Disabled
Squid Error: "... parseConfigFile: line 1 unrecognized: '' ..."


Hi,

I'm new to Linux and I've just gone through our proxy server's squid.conf file using vi and removed an acl setting (youtube)and changed the lunchtime setting to be 30 min longer. It complained about youtube so I put the code back. I've done the save and exit and then when I try to restart the service I had this error message:

[root@HERMES ~]# /etc/init.d/squid reload
2012/01/20 15:24:41| parseConfigFile: line 1 unrecognized: ''


My best guess is that it has something to do with the charset of the .conf file. Any advice would be appreciated.

Regards,
Corné
 
Old 01-20-2012, 07:45 AM   #2
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
can you please tell your distro and post your
Code:
config file(squid.conf)
along with

Code:
/var/log/messages
 
Old 01-23-2012, 04:48 AM   #3
bergakker
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Unhappy @Deepak

Distro CentOS 5

I can't possibly paste all the code from those files. I have copied some code in order to stay within the allowed character limit.

My squid.conf code that I think has a problem:

Code:
# ACCESS CONTROLS
# -----------------------------------------------------------------------------

#  TAG: acl
#	Defining an Access List
#
#	acl aclname acltype string1 ...
#	acl aclname acltype "file" ...
#
#	when using "file", the file should contain one item per line
#
#	acltype is one of the types described below
#
#	By default, regular expressions are CASE-SENSITIVE.  To make
#	them case-insensitive, use the -i option.
acl blocked_sites url_regex -i "/etc/squid/lunchtime_url.squid"
acl lunchtime time MTWTHF 00:00-23:30
acl lunchtime time MTWTHF 10:00-13:30
acl lunchtime time MTWTHF 15:00-15:30
acl youtube url_regex youtube
acl megaupload url_regex megaupload
acl rapidshare url_regex rapidshare
acl onionshare url_regex onionshare
acl upload.to url_regex upload.to
acl cdn.24.com url_regex cdn.24.com
#
My lunchtime_url.squid file:

Code:
http://www.facebook.com
http://www.youtube.com
The last lines of my /var/log/messages:

Code:
Jan 23 12:15:56 HERMES dhcpd: DHCPACK on 196.100.100.27 to 00:21:91:0c:90:8b (HeronPC) via eth1
Jan 23 12:15:57 HERMES dhcpd: Unable to add forward map from via2000a.example.org to 196.100.100.251: timed out
Jan 23 12:15:57 HERMES dhcpd: DHCPREQUEST for 196.100.100.251 from 70:71:bc:8f:ba:b6 (via2000a) via eth1
Jan 23 12:15:57 HERMES dhcpd: DHCPACK on 196.100.100.251 to 70:71:bc:8f:ba:b6 (via2000a) via eth1
Jan 23 12:15:58 HERMES dhcpd: Unable to add forward map from BarryVN.example.org to 196.100.100.169: timed out
Jan 23 12:15:58 HERMES dhcpd: DHCPREQUEST for 196.100.100.169 from 00:16:d4:37:49:64 (BarryVN) via eth1
Jan 23 12:15:58 HERMES dhcpd: DHCPACK on 196.100.100.169 to 00:16:d4:37:49:64 (BarryVN) via eth1
Jan 23 12:15:58 HERMES dhcpd: Unable to add forward map from sonepc.example.org to 196.100.100.15: timed out
Jan 23 12:15:58 HERMES dhcpd: DHCPREQUEST for 196.100.100.15 from 00:19:d1:b3:a4:f3 (sonepc) via eth1
Jan 23 12:15:58 HERMES dhcpd: DHCPACK on 196.100.100.15 to 00:19:d1:b3:a4:f3 (sonepc) via eth1
Jan 23 12:15:59 HERMES dhcpd: Unable to add forward map from Bernedine-PC.example.org to 196.100.100.152: timed out
Jan 23 12:15:59 HERMES dhcpd: DHCPREQUEST for 196.100.100.152 from e0:69:95:f4:d0:e8 (Bernedine-PC) via eth1
Jan 23 12:15:59 HERMES dhcpd: DHCPACK on 196.100.100.152 to e0:69:95:f4:d0:e8 (Bernedine-PC) via eth1
Jan 23 12:16:00 HERMES dhcpd: Unable to add forward map from johanvdhpc.example.org to 196.100.100.3: timed out
Jan 23 12:16:00 HERMES dhcpd: DHCPREQUEST for 196.100.100.3 from e0:69:95:57:67:67 (johanvdhpc) via eth1
Jan 23 12:16:00 HERMES dhcpd: DHCPACK on 196.100.100.3 to e0:69:95:57:67:67 (johanvdhpc) via eth1
Jan 23 12:16:07 HERMES dhcpd: Unable to add forward map from deonpc.example.org to 196.100.100.238: timed out
Jan 23 12:16:07 HERMES dhcpd: DHCPREQUEST for 196.100.100.238 from 70:71:bc:77:4d:6f (deonpc) via eth1
Jan 23 12:16:07 HERMES dhcpd: DHCPACK on 196.100.100.238 to 70:71:bc:77:4d:6f (deonpc) via eth1
Jan 23 12:16:08 HERMES dhcpd: Unable to add forward map from Johann.example.org to 196.100.100.9: timed out
Jan 23 12:16:08 HERMES dhcpd: DHCPREQUEST for 196.100.100.9 from 00:14:2a:38:45:17 (Johann) via eth1
Jan 23 12:16:08 HERMES dhcpd: DHCPACK on 196.100.100.9 to 00:14:2a:38:45:17 (Johann) via eth1
Jan 23 12:16:16 HERMES dhcpd: Unable to add forward map from xandre-pc.example.org to 196.100.100.25: timed out
Jan 23 12:16:16 HERMES dhcpd: DHCPREQUEST for 196.100.100.25 from 00:1c:c0:3b:3d:7f (xandre-pc) via eth1
Jan 23 12:16:16 HERMES dhcpd: DHCPACK on 196.100.100.25 to 00:1c:c0:3b:3d:7f (xandre-pc) via eth1
Jan 23 12:16:21 HERMES dhcpd: Unable to add forward map from jamiepc.example.org to 196.100.100.235: timed out
Jan 23 12:16:21 HERMES dhcpd: DHCPREQUEST for 196.100.100.235 from 00:14:2a:89:ab:83 (jamiepc) via eth1
Jan 23 12:16:21 HERMES dhcpd: DHCPACK on 196.100.100.235 to 00:14:2a:89:ab:83 (jamiepc) via eth1
Jan 23 12:16:25 HERMES dhcpd: Unable to add forward map from Reginald-PC.example.org to 196.100.100.113: timed out
Jan 23 12:16:25 HERMES dhcpd: DHCPREQUEST for 196.100.100.113 from 38:60:77:25:a3:fb (Reginald-PC) via eth1
Jan 23 12:16:25 HERMES dhcpd: DHCPACK on 196.100.100.113 to 38:60:77:25:a3:fb (Reginald-PC) via eth1
Jan 23 12:16:31 HERMES dhcpd: Unable to add forward map from jasperpc.example.org to 196.100.100.66: timed out
Jan 23 12:16:31 HERMES dhcpd: DHCPREQUEST for 196.100.100.66 from 00:1c:c0:db:72:cc (jasperpc) via eth1
Jan 23 12:16:31 HERMES dhcpd: DHCPACK on 196.100.100.66 to 00:1c:c0:db:72:cc (jasperpc) via eth1
Jan 23 12:16:34 HERMES dhcpd: Unable to add forward map from BARBARA.example.org to 196.100.100.142: timed out
Jan 23 12:16:34 HERMES dhcpd: DHCPREQUEST for 196.100.100.142 from 00:16:ec:6c:06:61 (BARBARA) via eth1
Jan 23 12:16:34 HERMES dhcpd: DHCPACK on 196.100.100.142 to 00:16:ec:6c:06:61 (BARBARA) via eth1
Jan 23 12:16:39 HERMES dhcpd: Unable to add forward map from ronelpc.example.org to 196.100.100.88: timed out
Jan 23 12:16:39 HERMES dhcpd: DHCPREQUEST for 196.100.100.88 from 00:21:91:0c:a7:19 (ronelpc) via eth1
Jan 23 12:16:39 HERMES dhcpd: DHCPACK on 196.100.100.88 to 00:21:91:0c:a7:19 (ronelpc) via eth1
Jan 23 12:16:40 HERMES dhcpd: Unable to add forward map from tshegopc.example.org to 196.100.100.17: timed out
Jan 23 12:16:40 HERMES dhcpd: DHCPREQUEST for 196.100.100.17 from 00:21:91:0c:a2:d0 (tshegopc) via eth1
Jan 23 12:16:40 HERMES dhcpd: DHCPACK on 196.100.100.17 to 00:21:91:0c:a2:d0 (tshegopc) via eth1
Jan 23 12:16:41 HERMES dhcpd: Unable to add forward map from despc.example.org to 196.100.100.89: timed out
Jan 23 12:16:41 HERMES dhcpd: DHCPREQUEST for 196.100.100.89 from 00:1c:c0:ba:ad:38 (despc) via eth1
Jan 23 12:16:41 HERMES dhcpd: DHCPACK on 196.100.100.89 to 00:1c:c0:ba:ad:38 (despc) via eth1
Jan 23 12:17:39 HERMES dhcpd: Unable to add forward map from Ronnie-PC.example.org to 196.100.100.2: timed out
Jan 23 12:17:39 HERMES dhcpd: DHCPREQUEST for 196.100.100.2 from 00:01:6c:04:5e:2d (Ronnie-PC) via eth1
Jan 23 12:17:39 HERMES dhcpd: DHCPACK on 196.100.100.2 to 00:01:6c:04:5e:2d (Ronnie-PC) via eth1
Jan 23 12:17:41 HERMES dhcpd: DHCPREQUEST for 196.100.100.198 from 44:a7:cf:c9:da:06 via eth1
Jan 23 12:17:41 HERMES dhcpd: DHCPACK on 196.100.100.198 to 44:a7:cf:c9:da:06 via eth1
Jan 23 12:17:55 HERMES dhcpd: DHCPDISCOVER from 00:80:c8:3b:35:ae via eth1
Jan 23 12:17:56 HERMES dhcpd: DHCPOFFER on 196.100.100.29 to 00:80:c8:3b:35:ae (Werner-Laptop) via eth1
Jan 23 12:18:00 HERMES dhcpd: DHCPDISCOVER from 00:80:c8:3b:35:ae (Werner-Laptop) via eth1
Jan 23 12:18:00 HERMES dhcpd: DHCPOFFER on 196.100.100.29 to 00:80:c8:3b:35:ae (Werner-Laptop) via eth1
Jan 23 12:18:01 HERMES dhcpd: Unable to add forward map from Werner-Laptop.example.org to 196.100.100.29: timed out
Jan 23 12:18:01 HERMES dhcpd: DHCPREQUEST for 196.100.100.29 (196.100.100.228) from 00:80:c8:3b:35:ae (Werner-Laptop) via eth1
Jan 23 12:18:01 HERMES dhcpd: DHCPACK on 196.100.100.29 to 00:80:c8:3b:35:ae (Werner-Laptop) via eth1
Jan 23 12:18:18 HERMES dhcpd: DHCPINFORM from 196.100.100.29 via eth1
Jan 23 12:18:18 HERMES dhcpd: DHCPACK to 196.100.100.29 (00:80:c8:3b:35:ae) via eth1
Jan 23 12:19:05 HERMES kernel: usb 1-2: new high speed USB device using ehci_hcd and address 5
Jan 23 12:19:05 HERMES kernel: usb 1-2: configuration #1 chosen from 1 choice
Jan 23 12:19:05 HERMES kernel: scsi1 : SCSI emulation for USB Mass Storage devices
Jan 23 12:19:10 HERMES kernel:   Vendor: USB2.0    Model: DISK              Rev: PMAP
Jan 23 12:19:10 HERMES kernel:   Type:   Direct-Access                      ANSI SCSI revision: 00
Jan 23 12:19:12 HERMES kernel: SCSI device sda: 15523840 512-byte hdwr sectors (7948 MB)
Jan 23 12:19:12 HERMES kernel: sda: Write Protect is off
Jan 23 12:19:12 HERMES kernel: sda: assuming drive cache: write through
Jan 23 12:19:12 HERMES kernel: SCSI device sda: 15523840 512-byte hdwr sectors (7948 MB)
Jan 23 12:19:12 HERMES kernel: sda: Write Protect is off
Jan 23 12:19:12 HERMES kernel: sda: assuming drive cache: write through
Jan 23 12:19:12 HERMES kernel:  sda: unknown partition table
Jan 23 12:19:12 HERMES kernel: sd 1:0:0:0: Attached scsi removable disk sda
Jan 23 12:19:12 HERMES kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
Jan 23 12:19:12 HERMES hald: mounted /dev/sda on behalf of uid 0
Jan 23 12:19:42 HERMES dhcpd: DHCPINFORM from 196.100.100.29 via eth1
Jan 23 12:19:42 HERMES dhcpd: DHCPACK to 196.100.100.29 (00:80:c8:3b:35:ae) via eth1
Jan 23 12:19:57 HERMES dhcpd: Unable to add forward map from LOUIS-PC.example.org to 196.100.100.14: timed out
Jan 23 12:19:57 HERMES dhcpd: DHCPREQUEST for 196.100.100.14 from 00:27:0e:09:fd:18 (LOUIS-PC) via eth1
Jan 23 12:19:57 HERMES dhcpd: DHCPACK on 196.100.100.14 to 00:27:0e:09:fd:18 (LOUIS-PC) via eth1
Jan 23 12:19:57 HERMES dhcpd: Unable to add forward map from Amanda-PC.example.org to 196.100.100.116: timed out
Jan 23 12:19:57 HERMES dhcpd: DHCPREQUEST for 196.100.100.116 from 38:60:77:25:bc:03 (Amanda-PC) via eth1
Jan 23 12:19:57 HERMES dhcpd: DHCPACK on 196.100.100.116 to 38:60:77:25:bc:03 (Amanda-PC) via eth1
Jan 23 12:19:58 HERMES dhcpd: Unable to add forward map from Hendrik-PC.example.org to 196.100.100.157: timed out
Jan 23 12:19:58 HERMES dhcpd: DHCPREQUEST for 196.100.100.157 from 70:71:bc:9e:3d:14 (Hendrik-PC) via eth1
Jan 23 12:19:58 HERMES dhcpd: DHCPACK on 196.100.100.157 to 70:71:bc:9e:3d:14 (Hendrik-PC) via eth1
Jan 23 12:20:02 HERMES dhcpd: Unable to add forward map from Marian.example.org to 196.100.100.30: timed out
Jan 23 12:20:02 HERMES dhcpd: DHCPREQUEST for 196.100.100.30 from 00:40:f4:a8:94:10 (Marian) via eth1
Jan 23 12:20:02 HERMES dhcpd: DHCPACK on 196.100.100.30 to 00:40:f4:a8:94:10 (Marian) via eth1
Jan 23 12:20:06 HERMES dhcpd: Unable to add forward map from Ruan-PC.example.org to 196.100.100.127: timed out
Jan 23 12:20:06 HERMES dhcpd: DHCPREQUEST for 196.100.100.127 from 38:60:77:25:76:99 (Ruan-PC) via eth1
Jan 23 12:20:06 HERMES dhcpd: DHCPACK on 196.100.100.127 to 38:60:77:25:76:99 (Ruan-PC) via eth1
Jan 23 12:20:07 HERMES dhcpd: Unable to add forward map from martinpc.example.org to 196.100.100.5: timed out
Jan 23 12:20:07 HERMES dhcpd: DHCPREQUEST for 196.100.100.5 from 70:71:bc:77:4d:83 (martinpc) via eth1
Jan 23 12:20:07 HERMES dhcpd: DHCPACK on 196.100.100.5 to 70:71:bc:77:4d:83 (martinpc) via eth1
Jan 23 12:20:15 HERMES dhcpd: Unable to add forward map from jean-pc.example.org to 196.100.100.102: timed out
Jan 23 12:20:15 HERMES dhcpd: DHCPREQUEST for 196.100.100.102 from 00:1c:c0:a6:91:7b (jean-pc) via eth1
Jan 23 12:20:15 HERMES dhcpd: DHCPACK on 196.100.100.102 to 00:1c:c0:a6:91:7b (jean-pc) via eth1
Jan 23 12:20:18 HERMES dhcpd: Unable to add forward map from fanuspc.example.org to 196.100.100.236: timed out
Jan 23 12:20:18 HERMES dhcpd: DHCPREQUEST for 196.100.100.236 from 70:71:bc:77:4d:6e (fanuspc) via eth1
Jan 23 12:20:18 HERMES dhcpd: DHCPACK on 196.100.100.236 to 70:71:bc:77:4d:6e (fanuspc) via eth1
Jan 23 12:20:18 HERMES dhcpd: Unable to add forward map from cc-60c515583dee.example.org to 196.100.100.163: timed out
Jan 23 12:20:18 HERMES dhcpd: DHCPREQUEST for 196.100.100.163 from 00:1c:c0:ba:ad:3c (cc-60c515583dee) via eth1
Jan 23 12:20:18 HERMES dhcpd: DHCPACK on 196.100.100.163 to 00:1c:c0:ba:ad:3c (cc-60c515583dee) via eth1
Jan 23 12:20:21 HERMES dhcpd: Unable to add forward map from vitorpc.example.org to 196.100.100.7: timed out
Jan 23 12:20:21 HERMES dhcpd: DHCPREQUEST for 196.100.100.7 from 70:71:bc:0c:08:da (vitorpc) via eth1
Jan 23 12:20:21 HERMES dhcpd: DHCPACK on 196.100.100.7 to 70:71:bc:0c:08:da (vitorpc) via eth1
I hope this has been helpful. You'll see that I have made lunchtime basically all day long because for some reason the proxy is only letting any connections through during lunchtime. Once we fix this problem I intend to make lunchtime from 13:00-13:30 but if I do it now we have no internet :-(

Last edited by bergakker; 01-23-2012 at 04:49 AM.
 
Old 01-23-2012, 07:32 AM   #4
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
I am not sure the syntax used in your lunchtime_url.squid file is correct

it should be something like this

Code:
.facebook.com
.orkut.com
 
Old 01-24-2012, 12:28 AM   #5
bergakker
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thanks.

I don't think my lunchtime_url is the problem though.
So far it has blocked all the sites in the file.
I am going to change the syntax in my file just in case.

I used "Service Squid Stop" and it gave me that error again.
When I used "Service Squid Start" it didn't complain about anything.

When you look at my acl codes, do you see anything that looks wrong?
Maybe a typo or a CASE-sensitive mistake?

I'm thinking of using the original squid.conf and re-typing it to match the current one.

Regards,
Corné
 
Old 01-24-2012, 12:35 AM   #6
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
Quote:
Originally Posted by bergakker View Post
Hi,

I'm new to Linux and I've just gone through our proxy server's squid.conf file using vi and removed an acl setting (youtube)and changed the lunchtime setting to be 30 min longer. It complained about youtube so I put the code back. I've done the save and exit and then when I try to restart the service I had this error message:

[root@HERMES ~]# /etc/init.d/squid reload
2012/01/20 15:24:41| parseConfigFile: line 1 unrecognized: ''


My best guess is that it has something to do with the charset of the .conf file. Any advice would be appreciated.

Regards,
Corné
the error says about something which is unrecognized at line 1

open your squid.conf and set numbers and check the line which the error says
Code:
#vi squid.conf
(Esc)set nu (enter)

and check the mentioned line
and I don't see any logs in /var/log/message related to squid so it would be better provide the logs of the moment when you make changes or restart your squid server.

so that we can get any useful message

Last edited by deep27ak; 01-24-2012 at 12:39 AM.
 
Old 01-24-2012, 01:25 AM   #7
bergakker
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Hi,

I think I'm on the right track now. How do I make it that line 1 does not get parsed?
I see most of the document has "#" in the front of the lines.
Line 1 is part of the very long comment part of the squid.conf file.
It makes sense that it can't parse the comments.

Regards,
Corné
 
Old 01-24-2012, 01:29 AM   #8
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
So now is your squid working as expected?
 
Old 01-24-2012, 02:31 AM   #9
bergakker
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Not yet.

I've deleted the first line using the "dd" command in vi.
Then the new line 1 can't be parsed.

So I think that I just need line 1 not be parsed and it will execute perfectly.

2012/01/24 10:30:49| parseConfigFile: line 1 unrecognized: '# This is the default Squid configuration file. You may wish'
[root@HERMES squid]#


Regards,
Corné
 
Old 01-24-2012, 02:34 AM   #10
bergakker
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Here is that code section
Thanks for the set nu tip.


Code:
   1 #       This is the default Squid configuration file. You may wish
      2 #       to look at the Squid home page (http://www.squid-cache.org/)
      3 #       for the FAQ and other documentation.
      4 #
      5 #       The default Squid config file shows what the defaults for
      6 #       various options happen to be.  If you don't need to change the
      7 #       default, you shouldn't uncomment the line.  Doing so may cause
      8 #       run-time problems.  In some cases "none" refers to no default
      9 #       setting at all, while in other cases it refers to a valid
     10 #       option - the comments for that keyword indicate if this is the
     11 #       case.
     12 #
     13
     14
     15 # NETWORK OPTIONS
     16 # -----------------------------------------------------------------------------
     17
     18 #  TAG: http_port
     19 #       Usage:  port [options]
     20 #               hostname:port [options]
     21 #               1.2.3.4:port [options]
     22 #
     23 #       The socket addresses where Squid will listen for HTTP client
     24 #       requests.  You may specify multiple socket addresses.
     25 #       There are three forms: port alone, hostname with port, and
     26 #       IP address with port.  If you specify a hostname or IP
     27 #       address, Squid binds the socket to that specific
     28 #       address.  This replaces the old 'tcp_incoming_address'
     29 #       option.  Most likely, you do not need to bind to a specific
     30 #       address, so you can use the port number alone.
     31 #
     32 #       The default port number is 3128.
     33 #
     34 #       If you are running Squid in accelerator mode, you
     35 #       probably want to listen on port 80 also, or instead.
     36 #
     37 #       The -a command line option will override the *first* port
     38 #       number listed here.   That option will NOT override an IP
     39 #       address, however.
     40 #
     41 #       You may specify multiple socket addresses on multiple lines.
     42 #
 
Old 01-24-2012, 02:46 AM   #11
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
can you show me the log messages once you restart your squid server

Code:
#cat /var/log/messages
just after you restart your squid

as I don't understand the point of getting this error again at line 1
 
Old 01-24-2012, 03:16 AM   #12
bergakker
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Mesages

Hi,

Please see the part when I did the reload.

Code:
Jan 24 10:55:57 HERMES kernel:   Vendor: Kingston  Model: DataTraveler 2.0  Rev: 1.00
Jan 24 10:55:57 HERMES kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
Jan 24 10:55:57 HERMES kernel: SCSI device sda: 4046848 512-byte hdwr sectors (2072 MB)
Jan 24 10:55:57 HERMES kernel: sda: Write Protect is off
Jan 24 10:55:57 HERMES kernel: sda: assuming drive cache: write through
Jan 24 10:55:57 HERMES kernel: SCSI device sda: 4046848 512-byte hdwr sectors (2072 MB)
Jan 24 10:55:57 HERMES kernel: sda: Write Protect is off
Jan 24 10:55:57 HERMES kernel: sda: assuming drive cache: write through
Jan 24 10:55:57 HERMES kernel:  sda: sda1
Jan 24 10:55:57 HERMES kernel: sd 2:0:0:0: Attached scsi removable disk sda
Jan 24 10:55:57 HERMES kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
Jan 24 10:55:57 HERMES dhcpd: Unable to add forward map from jamiepc.example.org to 196.100.100.235: timed out
Jan 24 10:55:57 HERMES dhcpd: DHCPREQUEST for 196.100.100.235 from 00:14:2a:89:ab:83 (jamiepc) via eth1
Jan 24 10:55:57 HERMES dhcpd: DHCPACK on 196.100.100.235 to 00:14:2a:89:ab:83 (jamiepc) via eth1
Jan 24 10:55:58 HERMES dhcpd: Unable to add forward map from Ronnie-PC.example.org to 196.100.100.2: timed out
Jan 24 10:55:58 HERMES dhcpd: DHCPREQUEST for 196.100.100.2 from 00:01:6c:04:5e:2d (Ronnie-PC) via eth1
Jan 24 10:55:58 HERMES dhcpd: DHCPACK on 196.100.100.2 to 00:01:6c:04:5e:2d (Ronnie-PC) via eth1
Jan 24 10:55:58 HERMES dhcpd: DHCPINFORM from 196.100.100.29 via eth1
Jan 24 10:55:58 HERMES dhcpd: DHCPACK to 196.100.100.29 (00:80:c8:3b:35:ae) via eth1
Jan 24 10:56:08 HERMES dhcpd: Unable to add forward map from cc-60c515583dee.example.org to 196.100.100.163: timed out
Jan 24 10:56:08 HERMES dhcpd: DHCPREQUEST for 196.100.100.163 from 00:1c:c0:ba:ad:3c (cc-60c515583dee) via eth1
Jan 24 10:56:08 HERMES dhcpd: DHCPACK on 196.100.100.163 to 00:1c:c0:ba:ad:3c (cc-60c515583dee) via eth1
Jan 24 10:56:09 HERMES dhcpd: Unable to add forward map from Marian.example.org to 196.100.100.30: timed out
Jan 24 10:56:09 HERMES dhcpd: DHCPREQUEST for 196.100.100.30 from 00:40:f4:a8:94:10 (Marian) via eth1
Jan 24 10:56:09 HERMES dhcpd: DHCPACK on 196.100.100.30 to 00:40:f4:a8:94:10 (Marian) via eth1
Jan 24 10:56:24 HERMES dhcpd: Unable to add forward map from Tanya-PC.example.org to 196.100.100.147: timed out
Jan 24 10:56:24 HERMES dhcpd: DHCPREQUEST for 196.100.100.147 from 38:60:77:14:03:38 (Tanya-PC) via eth1
Jan 24 10:56:24 HERMES dhcpd: DHCPACK on 196.100.100.147 to 38:60:77:14:03:38 (Tanya-PC) via eth1
Jan 24 10:56:26 HERMES dhcpd: Unable to add forward map from BARBARA.example.org to 196.100.100.142: timed out
Jan 24 10:56:26 HERMES dhcpd: DHCPREQUEST for 196.100.100.142 from 00:16:ec:6c:06:61 (BARBARA) via eth1
Jan 24 10:56:26 HERMES dhcpd: DHCPACK on 196.100.100.142 to 00:16:ec:6c:06:61 (BARBARA) via eth1
Jan 24 10:56:26 HERMES dhcpd: DHCPINFORM from 196.100.100.15 via eth1
Jan 24 10:56:26 HERMES dhcpd: DHCPACK to 196.100.100.15 (00:19:d1:b3:a4:f3) via eth1
Jan 24 10:56:29 HERMES dhcpd: DHCPINFORM from 196.100.100.15 via eth1
Jan 24 10:56:29 HERMES dhcpd: DHCPACK to 196.100.100.15 (00:19:d1:b3:a4:f3) via eth1
Jan 24 10:56:30 HERMES dhcpd: Unable to add forward map from Hendrik-PC.example.org to 196.100.100.157: timed out
Jan 24 10:56:30 HERMES dhcpd: DHCPREQUEST for 196.100.100.157 from 70:71:bc:9e:3d:14 (Hendrik-PC) via eth1
Jan 24 10:56:30 HERMES dhcpd: DHCPACK on 196.100.100.157 to 70:71:bc:9e:3d:14 (Hendrik-PC) via eth1
Jan 24 10:56:31 HERMES dhcpd: Unable to add forward map from Ruan-PC.example.org to 196.100.100.127: timed out
Jan 24 10:56:31 HERMES dhcpd: DHCPREQUEST for 196.100.100.127 from 38:60:77:25:76:99 (Ruan-PC) via eth1
Jan 24 10:56:31 HERMES dhcpd: DHCPACK on 196.100.100.127 to 38:60:77:25:76:99 (Ruan-PC) via eth1
Jan 24 10:57:18 HERMES dhcpd: Unable to add forward map from johanvdhpc.example.org to 196.100.100.3: timed out
Jan 24 10:57:18 HERMES dhcpd: DHCPREQUEST for 196.100.100.3 from e0:69:95:57:67:67 (johanvdhpc) via eth1
Jan 24 10:57:18 HERMES dhcpd: DHCPACK on 196.100.100.3 to e0:69:95:57:67:67 (johanvdhpc) via eth1
Jan 24 10:57:30 HERMES dhcpd: Unable to add forward map from vitorpc.example.org to 196.100.100.7: timed out
Jan 24 10:57:30 HERMES dhcpd: DHCPREQUEST for 196.100.100.7 from 70:71:bc:0c:08:da (vitorpc) via eth1
Jan 24 10:57:30 HERMES dhcpd: DHCPACK on 196.100.100.7 to 70:71:bc:0c:08:da (vitorpc) via eth1
Jan 24 10:57:54 HERMES dhcpd: Unable to add forward map from BarryVN.example.org to 196.100.100.169: timed out
Jan 24 10:57:54 HERMES dhcpd: DHCPREQUEST for 196.100.100.169 from 00:16:d4:37:49:64 (BarryVN) via eth1
Jan 24 10:57:54 HERMES dhcpd: DHCPACK on 196.100.100.169 to 00:16:d4:37:49:64 (BarryVN) via eth1
Jan 24 10:57:59 HERMES dhcpd: DHCPINFORM from 196.100.100.29 via eth1
Jan 24 10:57:59 HERMES dhcpd: DHCPACK to 196.100.100.29 (00:80:c8:3b:35:ae) via eth1
Jan 24 10:58:06 HERMES kernel: usb 1-2: USB disconnect, address 6
Jan 24 10:58:08 HERMES kernel: usb 1-2: new high speed USB device using ehci_hcd and address 7
Jan 24 10:58:08 HERMES kernel: usb 1-2: configuration #1 chosen from 1 choice
Jan 24 10:58:08 HERMES kernel: scsi3 : SCSI emulation for USB Mass Storage devices
Jan 24 10:58:13 HERMES kernel:   Vendor: Kingston  Model: DataTraveler 2.0  Rev: 1.00
Jan 24 10:58:13 HERMES kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
Jan 24 10:58:13 HERMES kernel: SCSI device sda: 4046848 512-byte hdwr sectors (2072 MB)
Jan 24 10:58:13 HERMES kernel: sda: Write Protect is off
Jan 24 10:58:13 HERMES kernel: sda: assuming drive cache: write through
Jan 24 10:58:13 HERMES kernel: SCSI device sda: 4046848 512-byte hdwr sectors (2072 MB)
Jan 24 10:58:13 HERMES kernel: sda: Write Protect is off
Jan 24 10:58:13 HERMES kernel: sda: assuming drive cache: write through
Jan 24 10:58:13 HERMES kernel:  sda: sda1
Jan 24 10:58:13 HERMES kernel: sd 3:0:0:0: Attached scsi removable disk sda
Jan 24 10:58:13 HERMES kernel: sd 3:0:0:0: Attached scsi generic sg0 type 0
Jan 24 10:58:14 HERMES hald: mounted /dev/sda1 on behalf of uid 0
I don't see anything out of the ordinary. I inserted a USB stick, used the /etc/init.d/squid reload command, went in CentOS and copied the messages file to the USB stick and removed the stick.
 
Old 01-24-2012, 03:21 AM   #13
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
yes nothing related to squid

check and post these

Code:
#cat /var/log/squid/cache.log
#cat /var/log/squid/store.log
#cat /var/log/squid/access.log
 
Old 01-24-2012, 04:11 AM   #14
bergakker
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
I used the following command.

Code:
cp /etc/squid/squid.conf.default /etc/squid/squid.conf
Now my squid is giving me a new error.
This was the original conf file.

Code:
Starting squid: /etc/init.d/squid: line 42:  3013 Aborted                 $SQUID $SQUID_OPTS >> /var/log/squid/squid.out 2>&1
I've got those files for you.

cache.log

Code:
2012/01/22 04:02:18| storeDirWriteCleanLogs: Starting...
2012/01/22 04:02:18|   Finished.  Wrote 58165 entries.
2012/01/22 04:02:18|   Took 0.0 seconds (2589599.8 entries/sec).
2012/01/22 04:02:18| logfileRotate: /var/log/squid/store.log
2012/01/22 04:02:18| logfileRotate: /var/log/squid/access.log
2012/01/23 08:30:57| httpReadReply: Excess data from "GET http://all4women.co.za/compress.php?js,js/framework/prototype,js/control_tabs,js/functions,js/TwoLevel,js/tooltips,js/framework/builder,js/framework/effects,js/stars,plugins/poll/js/poll,js/bookmark"
2012/01/23 08:56:02| httpReadReply: Excess data from "GET http://rest-core.msg.yahoo.com/v1/session?amIOnline=0&rand=/v1/session"
2012/01/23 11:15:19| Preparing for shutdown after 35253 requests
2012/01/23 11:15:19| Waiting 30 seconds for active connections to finish
2012/01/23 11:15:19| FD 13 Closing HTTP connection
2012/01/23 11:15:50| Shutting down...
2012/01/23 11:15:50| FD 14 Closing ICP connection
2012/01/23 11:15:50| WARNING: Closing client 196.100.100.21 connection due to lifetime timeout
2012/01/23 11:15:50| 	http://121.177.69.19/din.aspx?s=10002059&m=fast&id=586442535&client=DynGate&p=10000002
2012/01/23 11:15:50| WARNING: Closing client 196.100.100.21 connection due to lifetime timeout
2012/01/23 11:15:50| 	http://121.177.69.19/dout.aspx?s=10002059&p=10000002&client=DynGate
2012/01/23 11:15:50| WARNING: Closing client 196.100.100.66 connection due to lifetime timeout
2012/01/23 11:15:50| 	http://notify13.dropbox.com/subscribe?host_int=42781882&ns_map=21977960_4316945256,32706033_51572313585,32601147_21507437627,32742596_17212611780&ts=1327310135
2012/01/23 11:15:50| Closing unlinkd pipe on FD 11
2012/01/23 11:15:50| storeDirWriteCleanLogs: Starting...
2012/01/23 11:15:50|   Finished.  Wrote 56238 entries.
2012/01/23 11:15:50|   Took 0.0 seconds (2394431.0 entries/sec).
CPU Usage: 45.707 seconds = 26.069 user + 19.638 sys
Maximum Resident Size: 201168 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
	total space in arena:   48800 KB
	Ordinary blocks:        46361 KB    325 blks
	Small blocks:               0 KB      5 blks
	Holding blocks:           244 KB      1 blks
	Free Small blocks:          0 KB
	Free Ordinary blocks:    2438 KB
	Total in use:           46605 KB 95%
	Total free:              2438 KB 5%
2012/01/23 11:15:50| Squid Cache (Version 2.6.STABLE21): Exiting normally.
2012/01/23 11:18:25| Starting Squid Cache version 2.6.STABLE21 for i686-redhat-linux-gnu...
2012/01/23 11:18:25| Process ID 2436
2012/01/23 11:18:25| With 1024 file descriptors available
2012/01/23 11:18:25| Using epoll for the IO loop
2012/01/23 11:18:25| DNS Socket created at 0.0.0.0, port 52379, FD 6
2012/01/23 11:18:25| Adding nameserver 196.25.255.34, from squid.conf
2012/01/23 11:18:25| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/23 11:18:25| Adding nameserver 196.25.255.3 from squid.conf
2012/01/23 11:18:25| User-Agent logging is disabled.
2012/01/23 11:18:25| Referer logging is disabled.
2012/01/23 11:18:25| Unlinkd pipe opened on FD 11
2012/01/23 11:18:25| Swap maxSize 1024000 + 131072 KB, estimated 0 objects
2012/01/23 11:18:25| Target number of buckets: 4442
2012/01/23 11:18:25| Using 8192 Store buckets
2012/01/23 11:18:25| Max Mem  size: 131072 KB
2012/01/23 11:18:25| Max Swap size: 1024000 KB
2012/01/23 11:18:25| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2012/01/23 11:18:25| Rebuilding storage in /var/spool/squid (CLEAN)
2012/01/23 11:18:25| Using Least Load store dir selection
2012/01/23 11:18:25| Set Current Directory to /var/spool/squid
2012/01/23 11:18:25| Loaded Icons.
2012/01/23 11:18:26| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 13.
2012/01/23 11:18:26| Accepting ICP messages at 0.0.0.0, port 3130, FD 14.
2012/01/23 11:18:26| WCCP Disabled.
2012/01/23 11:18:26| Ready to serve requests.
2012/01/23 11:18:26| Store rebuilding is  7.3% complete
2012/01/23 11:18:26| Done reading /var/spool/squid swaplog (56238 entries)
2012/01/23 11:18:26| Finished rebuilding storage from disk.
2012/01/23 11:18:26|     56238 Entries scanned
2012/01/23 11:18:26|         0 Invalid entries.
2012/01/23 11:18:26|         0 With invalid flags.
2012/01/23 11:18:26|     56238 Objects loaded.
2012/01/23 11:18:26|         0 Objects expired.
2012/01/23 11:18:26|         0 Objects cancelled.
2012/01/23 11:18:26|         0 Duplicate URLs purged.
2012/01/23 11:18:26|         0 Swapfile clashes avoided.
2012/01/23 11:18:26|   Took 1.1 seconds (52841.7 objects/sec).
2012/01/23 11:18:26| Beginning Validation Procedure
2012/01/23 11:18:26|   Completed Validation Procedure
2012/01/23 11:18:26|   Validated 56238 Entries
2012/01/23 11:18:26|   store_swap_size = 921012k
2012/01/23 11:18:27| storeLateRelease: released 0 objects
2012/01/23 11:24:41| Starting Squid Cache version 2.6.STABLE21 for i686-redhat-linux-gnu...
2012/01/23 11:24:41| Process ID 2456
2012/01/23 11:24:41| With 1024 file descriptors available
2012/01/23 11:24:41| Using epoll for the IO loop
2012/01/23 11:24:41| DNS Socket created at 0.0.0.0, port 49637, FD 6
2012/01/23 11:24:41| Adding nameserver 196.25.255.34, from squid.conf
2012/01/23 11:24:41| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/23 11:24:41| Adding nameserver 196.25.255.3 from squid.conf
2012/01/23 11:24:41| User-Agent logging is disabled.
2012/01/23 11:24:41| Referer logging is disabled.
2012/01/23 11:24:41| Unlinkd pipe opened on FD 11
2012/01/23 11:24:41| Swap maxSize 1024000 + 131072 KB, estimated 0 objects
2012/01/23 11:24:41| Target number of buckets: 4442
2012/01/23 11:24:41| Using 8192 Store buckets
2012/01/23 11:24:41| Max Mem  size: 131072 KB
2012/01/23 11:24:41| Max Swap size: 1024000 KB
2012/01/23 11:24:41| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2012/01/23 11:24:41| Rebuilding storage in /var/spool/squid (DIRTY)
2012/01/23 11:24:41| Using Least Load store dir selection
2012/01/23 11:24:41| Set Current Directory to /var/spool/squid
2012/01/23 11:24:41| Loaded Icons.
2012/01/23 11:24:42| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 13.
2012/01/23 11:24:42| Accepting ICP messages at 0.0.0.0, port 3130, FD 14.
2012/01/23 11:24:42| WCCP Disabled.
2012/01/23 11:24:42| Ready to serve requests.
2012/01/23 11:24:42| Store rebuilding is  7.3% complete
2012/01/23 11:24:43| Done reading /var/spool/squid swaplog (56286 entries)
2012/01/23 11:24:43| Finished rebuilding storage from disk.
2012/01/23 11:24:43|     56270 Entries scanned
2012/01/23 11:24:43|         0 Invalid entries.
2012/01/23 11:24:43|         0 With invalid flags.
2012/01/23 11:24:43|     56270 Objects loaded.
2012/01/23 11:24:43|         0 Objects expired.
2012/01/23 11:24:43|        16 Objects cancelled.
2012/01/23 11:24:43|         0 Duplicate URLs purged.
2012/01/23 11:24:43|         0 Swapfile clashes avoided.
2012/01/23 11:24:43|   Took 1.1 seconds (51835.5 objects/sec).
2012/01/23 11:24:43| Beginning Validation Procedure
2012/01/23 11:24:43|   Completed Validation Procedure
2012/01/23 11:24:43|   Validated 56254 Entries
2012/01/23 11:24:43|   store_swap_size = 921588k
2012/01/23 11:24:43| storeLateRelease: released 0 objects
2012/01/23 19:35:43| Failure Ratio at 1.02
2012/01/23 19:35:43| Going into hit-only-mode for 5 minutes...
2012/01/23 20:08:56| Failure Ratio at 1.01
2012/01/23 20:08:56| Going into hit-only-mode for 5 minutes...
2012/01/23 20:39:11| Failure Ratio at 1.01
2012/01/23 20:39:11| Going into hit-only-mode for 5 minutes...
2012/01/23 21:09:17| Failure Ratio at 1.01
2012/01/23 21:09:17| Going into hit-only-mode for 5 minutes...
2012/01/23 21:38:27| Failure Ratio at 1.01
2012/01/23 21:38:27| Going into hit-only-mode for 5 minutes...
2012/01/23 22:40:01| Failure Ratio at 1.01
2012/01/23 22:40:01| Going into hit-only-mode for 5 minutes...
2012/01/23 23:48:00| Failure Ratio at 1.02
2012/01/23 23:48:00| Going into hit-only-mode for 5 minutes...
2012/01/24 08:27:50| httpReadReply: Excess data from "GET http://rest-core.msg.yahoo.com/v1/session?amIOnline=0&rand=/v1/session"
2012/01/24 09:05:44| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 09:05:44| FD 13 Closing HTTP connection
2012/01/24 09:05:44| FD 14 Closing ICP connection
2012/01/24 09:05:44| parseConfigFile: line 1 unrecognized: '#	WELCOME TO SQUID 2.6.STABLE6'
2012/01/24 09:05:44| parseConfigFile: line 701 unrecognized: 'set nu'
2012/01/24 09:05:44| Cache dir '/var/spool/squid' size remains unchanged at 1024000 KB
2012/01/24 09:05:44| parseConfigFile: line 2253 unrecognized: ':x'
2012/01/24 09:05:44| decode_addr: Invalid IP address 'ip-address'
2012/01/24 09:05:44| squid.conf line 2257: 	acl aclname myip     ip-address/netmask ... (local socket IP address)
2012/01/24 09:05:44| aclParseIpData: Ignoring invalid IP acl entry: unknown first address 'ip-address'
2012/01/24 09:05:44| decode_addr: Invalid IP address '...'
2012/01/24 09:05:44| squid.conf line 2257: 	acl aclname myip     ip-address/netmask ... (local socket IP address)
2012/01/24 09:05:44| aclParseIpData: Ignoring invalid IP acl entry: unknown first address '...'
2012/01/24 09:05:44| aclParseIpData: Bad host/IP: '(local'
2012/01/24 09:05:44| aclParseIpData: Bad host/IP: 'socket'
2012/01/24 09:05:44| aclParseIpData: Bad host/IP: 'IP'
2012/01/24 09:05:44| aclParseIpData: Bad host/IP: 'address)'
2012/01/24 09:05:44| aclParseAclLine: WARNING: empty ACL: 	acl aclname myip     ip-address/netmask ... (local socket IP address)
2012/01/24 09:05:44| Initialising SSL.
2012/01/24 09:05:44| User-Agent logging is disabled.
2012/01/24 09:05:44| Referer logging is disabled.
2012/01/24 09:05:44| DNS Socket created at 0.0.0.0, port 51188, FD 9
2012/01/24 09:05:44| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 09:05:44| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 09:05:44| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 09:05:44| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 10.
2012/01/24 09:05:44| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2012/01/24 09:05:44| WCCP Disabled.
2012/01/24 09:05:44| Loaded Icons.
2012/01/24 09:05:44| Ready to serve requests.
2012/01/24 09:17:11| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 09:17:11| FD 10 Closing HTTP connection
2012/01/24 09:17:11| FD 13 Closing ICP connection
2012/01/24 09:17:11| parseConfigFile: line 1 unrecognized: '#	WELCOME TO SQUID 2.6.STABLE6'
2012/01/24 09:17:11| Cache dir '/var/spool/squid' size remains unchanged at 1024000 KB
2012/01/24 09:17:11| Initialising SSL.
2012/01/24 09:17:11| User-Agent logging is disabled.
2012/01/24 09:17:11| Referer logging is disabled.
2012/01/24 09:17:11| DNS Socket created at 0.0.0.0, port 41935, FD 9
2012/01/24 09:17:11| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 09:17:11| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 09:17:11| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 09:17:11| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 10.
2012/01/24 09:17:11| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2012/01/24 09:17:11| WCCP Disabled.
2012/01/24 09:17:11| Loaded Icons.
2012/01/24 09:17:11| Ready to serve requests.
2012/01/24 09:17:44| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 09:17:44| FD 10 Closing HTTP connection
2012/01/24 09:17:44| FD 13 Closing ICP connection
2012/01/24 09:17:44| parseConfigFile: line 1 unrecognized: '#	----------------------------'
2012/01/24 09:17:44| Cache dir '/var/spool/squid' size remains unchanged at 1024000 KB
2012/01/24 09:17:44| Initialising SSL.
2012/01/24 09:17:44| User-Agent logging is disabled.
2012/01/24 09:17:44| Referer logging is disabled.
2012/01/24 09:17:44| DNS Socket created at 0.0.0.0, port 39855, FD 9
2012/01/24 09:17:44| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 09:17:44| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 09:17:44| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 09:17:44| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 10.
2012/01/24 09:17:44| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2012/01/24 09:17:44| WCCP Disabled.
2012/01/24 09:17:44| Loaded Icons.
2012/01/24 09:17:44| Ready to serve requests.
2012/01/24 09:20:18| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 09:20:18| FD 10 Closing HTTP connection
2012/01/24 09:20:18| FD 13 Closing ICP connection
2012/01/24 09:20:18| parseConfigFile: line 1 unrecognized: '#	----------------------------'
2012/01/24 09:20:18| Cache dir '/var/spool/squid' size remains unchanged at 1024000 KB
2012/01/24 09:20:18| Initialising SSL.
2012/01/24 09:20:18| User-Agent logging is disabled.
2012/01/24 09:20:18| Referer logging is disabled.
2012/01/24 09:20:18| DNS Socket created at 0.0.0.0, port 47503, FD 9
2012/01/24 09:20:18| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 09:20:18| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 09:20:18| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 09:20:18| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 10.
2012/01/24 09:20:18| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2012/01/24 09:20:18| WCCP Disabled.
2012/01/24 09:20:18| Loaded Icons.
2012/01/24 09:20:18| Ready to serve requests.
2012/01/24 09:21:02| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 09:21:02| FD 10 Closing HTTP connection
2012/01/24 09:21:02| FD 13 Closing ICP connection
2012/01/24 09:21:02| parseConfigFile: line 1 unrecognized: '#'
2012/01/24 09:21:02| Cache dir '/var/spool/squid' size remains unchanged at 1024000 KB
2012/01/24 09:21:02| Initialising SSL.
2012/01/24 09:21:02| User-Agent logging is disabled.
2012/01/24 09:21:02| Referer logging is disabled.
2012/01/24 09:21:02| DNS Socket created at 0.0.0.0, port 57189, FD 9
2012/01/24 09:21:02| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 09:21:02| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 09:21:02| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 09:21:02| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 10.
2012/01/24 09:21:02| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2012/01/24 09:21:02| WCCP Disabled.
2012/01/24 09:21:02| Loaded Icons.
2012/01/24 09:21:02| Ready to serve requests.
2012/01/24 09:21:52| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 09:21:52| FD 10 Closing HTTP connection
2012/01/24 09:21:52| FD 13 Closing ICP connection
2012/01/24 09:21:52| parseConfigFile: line 1 unrecognized: '#	This is the default Squid configuration file. You may wish'
2012/01/24 09:21:52| Cache dir '/var/spool/squid' size remains unchanged at 1024000 KB
2012/01/24 09:21:52| Initialising SSL.
2012/01/24 09:21:52| User-Agent logging is disabled.
2012/01/24 09:21:52| Referer logging is disabled.
2012/01/24 09:21:52| DNS Socket created at 0.0.0.0, port 36484, FD 9
2012/01/24 09:21:52| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 09:21:52| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 09:21:52| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 09:21:52| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 10.
2012/01/24 09:21:52| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2012/01/24 09:21:52| WCCP Disabled.
2012/01/24 09:21:52| Loaded Icons.
2012/01/24 09:21:52| Ready to serve requests.
2012/01/24 10:30:49| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 10:30:49| FD 10 Closing HTTP connection
2012/01/24 10:30:49| FD 13 Closing ICP connection
2012/01/24 10:30:49| parseConfigFile: line 1 unrecognized: '#	This is the default Squid configuration file. You may wish'
2012/01/24 10:30:49| Cache dir '/var/spool/squid' size remains unchanged at 1024000 KB
2012/01/24 10:30:49| Initialising SSL.
2012/01/24 10:30:49| User-Agent logging is disabled.
2012/01/24 10:30:49| Referer logging is disabled.
2012/01/24 10:30:49| DNS Socket created at 0.0.0.0, port 33513, FD 9
2012/01/24 10:30:49| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 10:30:49| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 10:30:49| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 10:30:49| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 10.
2012/01/24 10:30:49| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2012/01/24 10:30:49| WCCP Disabled.
2012/01/24 10:30:49| Loaded Icons.
2012/01/24 10:30:49| Ready to serve requests.
2012/01/24 10:49:28| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 10:49:28| FD 10 Closing HTTP connection
2012/01/24 10:49:28| FD 13 Closing ICP connection
2012/01/24 10:49:28| parseConfigFile: line 1 unrecognized: '#	This is the default Squid configuration file. You may wish'
2012/01/24 10:49:28| Cache dir '/var/spool/squid' size remains unchanged at 1024000 KB
2012/01/24 10:49:28| Initialising SSL.
2012/01/24 10:49:28| User-Agent logging is disabled.
2012/01/24 10:49:28| Referer logging is disabled.
2012/01/24 10:49:28| DNS Socket created at 0.0.0.0, port 33613, FD 9
2012/01/24 10:49:28| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 10:49:28| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 10:49:28| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 10:49:28| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 10.
2012/01/24 10:49:28| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2012/01/24 10:49:28| WCCP Disabled.
2012/01/24 10:49:28| Loaded Icons.
2012/01/24 10:49:28| Ready to serve requests.
2012/01/24 10:57:23| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 10:57:23| FD 10 Closing HTTP connection
2012/01/24 10:57:23| FD 13 Closing ICP connection
2012/01/24 10:57:23| parseConfigFile: line 1 unrecognized: '#	This is the default Squid configuration file. You may wish'
2012/01/24 10:57:23| Cache dir '/var/spool/squid' size remains unchanged at 1024000 KB
2012/01/24 10:57:23| Initialising SSL.
2012/01/24 10:57:23| User-Agent logging is disabled.
2012/01/24 10:57:23| Referer logging is disabled.
2012/01/24 10:57:23| DNS Socket created at 0.0.0.0, port 51630, FD 9
2012/01/24 10:57:23| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 10:57:23| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 10:57:23| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 10:57:23| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 10.
2012/01/24 10:57:23| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2012/01/24 10:57:23| WCCP Disabled.
2012/01/24 10:57:23| Loaded Icons.
2012/01/24 10:57:23| Ready to serve requests.
2012/01/24 11:26:41| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 11:26:41| FD 10 Closing HTTP connection
2012/01/24 11:26:41| FD 13 Closing ICP connection
2012/01/24 11:26:41| parseConfigFile: line 1 unrecognized: '#	This is the default Squid configuration file. You may wish'
2012/01/24 11:26:41| Cache dir '/var/spool/squid' size remains unchanged at 1024000 KB
2012/01/24 11:26:41| Initialising SSL.
2012/01/24 11:26:41| User-Agent logging is disabled.
2012/01/24 11:26:41| Referer logging is disabled.
2012/01/24 11:26:41| DNS Socket created at 0.0.0.0, port 33912, FD 9
2012/01/24 11:26:41| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 11:26:41| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 11:26:41| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 11:26:41| Accepting proxy HTTP connections at 0.0.0.0, port 3128, FD 10.
2012/01/24 11:26:41| Accepting ICP messages at 0.0.0.0, port 3130, FD 13.
2012/01/24 11:26:41| WCCP Disabled.
2012/01/24 11:26:41| Loaded Icons.
2012/01/24 11:26:41| Ready to serve requests.
2012/01/24 11:37:35| Reconfiguring Squid Cache (version 2.6.STABLE21)...
2012/01/24 11:37:35| FD 10 Closing HTTP connection
2012/01/24 11:37:35| FD 13 Closing ICP connection
2012/01/24 11:37:35| storeDirWriteCleanLogs: Starting...
2012/01/24 11:37:35|   Finished.  Wrote 54984 entries.
2012/01/24 11:37:35|   Took 0.0 seconds (2353565.6 entries/sec).
FATAL: Could not determine fully qualified hostname.  Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
CPU Usage: 81.619 seconds = 47.301 user + 34.318 sys
Maximum Resident Size: 303168 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
	total space in arena:   72736 KB
	Ordinary blocks:        71767 KB   3381 blks
	Small blocks:               0 KB      0 blks
	Holding blocks:           244 KB      1 blks
	Free Small blocks:          0 KB
	Free Ordinary blocks:     968 KB
	Total in use:           72011 KB 99%
	Total free:               968 KB 1%
2012/01/24 11:49:09| Starting Squid Cache version 2.6.STABLE21 for i686-redhat-linux-gnu...
2012/01/24 11:49:09| Process ID 2500
2012/01/24 11:49:09| With 1024 file descriptors available
2012/01/24 11:49:09| Using epoll for the IO loop
2012/01/24 11:49:09| DNS Socket created at 0.0.0.0, port 56272, FD 6
2012/01/24 11:49:09| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 11:49:09| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 11:49:09| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 11:49:09| User-Agent logging is disabled.
2012/01/24 11:49:09| Referer logging is disabled.
2012/01/24 11:49:09| Unlinkd pipe opened on FD 11
2012/01/24 11:49:09| Swap maxSize 1024000 + 131072 KB, estimated 0 objects
2012/01/24 11:49:09| Target number of buckets: 4442
2012/01/24 11:49:09| Using 8192 Store buckets
2012/01/24 11:49:09| Max Mem  size: 131072 KB
2012/01/24 11:49:09| Max Swap size: 1024000 KB
2012/01/24 11:49:09| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2012/01/24 11:49:09| /var/spool/squid/swap.state: (13) Permission denied
FATAL: storeUfsDirOpenSwapLog: Failed to open swap log.
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
CPU Usage: 0.043 seconds = 0.031 user + 0.012 sys
Maximum Resident Size: 18464 KB
Page faults with physical i/o: 0
2012/01/24 11:49:12| Starting Squid Cache version 2.6.STABLE21 for i686-redhat-linux-gnu...
2012/01/24 11:49:12| Process ID 2507
2012/01/24 11:49:12| With 1024 file descriptors available
2012/01/24 11:49:12| Using epoll for the IO loop
2012/01/24 11:49:12| DNS Socket created at 0.0.0.0, port 37998, FD 6
2012/01/24 11:49:12| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 11:49:12| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 11:49:12| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 11:49:12| User-Agent logging is disabled.
2012/01/24 11:49:12| Referer logging is disabled.
2012/01/24 11:49:12| Unlinkd pipe opened on FD 11
2012/01/24 11:49:12| Swap maxSize 1024000 + 131072 KB, estimated 0 objects
2012/01/24 11:49:12| Target number of buckets: 4442
2012/01/24 11:49:12| Using 8192 Store buckets
2012/01/24 11:49:12| Max Mem  size: 131072 KB
2012/01/24 11:49:12| Max Swap size: 1024000 KB
2012/01/24 11:49:12| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2012/01/24 11:49:12| /var/spool/squid/swap.state: (13) Permission denied
FATAL: storeUfsDirOpenSwapLog: Failed to open swap log.
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
CPU Usage: 0.039 seconds = 0.030 user + 0.009 sys
Maximum Resident Size: 18464 KB
Page faults with physical i/o: 0
2012/01/24 11:49:15| Starting Squid Cache version 2.6.STABLE21 for i686-redhat-linux-gnu...
2012/01/24 11:49:15| Process ID 2513
2012/01/24 11:49:15| With 1024 file descriptors available
2012/01/24 11:49:15| Using epoll for the IO loop
2012/01/24 11:49:15| DNS Socket created at 0.0.0.0, port 42865, FD 6
2012/01/24 11:49:15| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 11:49:15| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 11:49:15| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 11:49:15| User-Agent logging is disabled.
2012/01/24 11:49:15| Referer logging is disabled.
2012/01/24 11:49:15| Unlinkd pipe opened on FD 11
2012/01/24 11:49:15| Swap maxSize 1024000 + 131072 KB, estimated 0 objects
2012/01/24 11:49:15| Target number of buckets: 4442
2012/01/24 11:49:15| Using 8192 Store buckets
2012/01/24 11:49:15| Max Mem  size: 131072 KB
2012/01/24 11:49:15| Max Swap size: 1024000 KB
2012/01/24 11:49:15| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2012/01/24 11:49:15| /var/spool/squid/swap.state: (13) Permission denied
FATAL: storeUfsDirOpenSwapLog: Failed to open swap log.
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
CPU Usage: 0.039 seconds = 0.032 user + 0.007 sys
Maximum Resident Size: 18448 KB
Page faults with physical i/o: 0
2012/01/24 11:49:19| Starting Squid Cache version 2.6.STABLE21 for i686-redhat-linux-gnu...
2012/01/24 11:49:19| Process ID 2520
2012/01/24 11:49:19| With 1024 file descriptors available
2012/01/24 11:49:19| Using epoll for the IO loop
2012/01/24 11:49:19| DNS Socket created at 0.0.0.0, port 35987, FD 6
2012/01/24 11:49:19| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 11:49:19| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 11:49:19| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 11:49:19| User-Agent logging is disabled.
2012/01/24 11:49:19| Referer logging is disabled.
2012/01/24 11:49:19| Unlinkd pipe opened on FD 11
2012/01/24 11:49:19| Swap maxSize 1024000 + 131072 KB, estimated 0 objects
2012/01/24 11:49:19| Target number of buckets: 4442
2012/01/24 11:49:19| Using 8192 Store buckets
2012/01/24 11:49:19| Max Mem  size: 131072 KB
2012/01/24 11:49:19| Max Swap size: 1024000 KB
2012/01/24 11:49:19| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2012/01/24 11:49:19| /var/spool/squid/swap.state: (13) Permission denied
FATAL: storeUfsDirOpenSwapLog: Failed to open swap log.
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
CPU Usage: 0.040 seconds = 0.029 user + 0.011 sys
Maximum Resident Size: 18464 KB
Page faults with physical i/o: 0
2012/01/24 11:49:22| Starting Squid Cache version 2.6.STABLE21 for i686-redhat-linux-gnu...
2012/01/24 11:49:22| Process ID 2526
2012/01/24 11:49:22| With 1024 file descriptors available
2012/01/24 11:49:22| Using epoll for the IO loop
2012/01/24 11:49:22| DNS Socket created at 0.0.0.0, port 50239, FD 6
2012/01/24 11:49:22| Adding nameserver 196.25.255.34, from squid.conf
2012/01/24 11:49:22| WARNING: rejecting '196.25.255.34,' as a name server, because it is not a numeric IP address
2012/01/24 11:49:22| Adding nameserver 196.25.255.3 from squid.conf
2012/01/24 11:49:22| User-Agent logging is disabled.
2012/01/24 11:49:22| Referer logging is disabled.
2012/01/24 11:49:22| Unlinkd pipe opened on FD 11
2012/01/24 11:49:22| Swap maxSize 1024000 + 131072 KB, estimated 0 objects
2012/01/24 11:49:22| Target number of buckets: 4442
2012/01/24 11:49:22| Using 8192 Store buckets
2012/01/24 11:49:22| Max Mem  size: 131072 KB
2012/01/24 11:49:22| Max Swap size: 1024000 KB
2012/01/24 11:49:22| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2012/01/24 11:49:22| /var/spool/squid/swap.state: (13) Permission denied
FATAL: storeUfsDirOpenSwapLog: Failed to open swap log.
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
CPU Usage: 0.039 seconds = 0.028 user + 0.011 sys
Maximum Resident Size: 18448 KB
Page faults with physical i/o: 0
The rest in the next post.
 
Old 01-24-2012, 04:16 AM   #15
bergakker
LQ Newbie
 
Registered: Jan 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
squid.out

Code:
2010/08/11 10:03:20| parseConfigFile: line 1 unrecognized: ''
2010/08/11 10:03:53| parseConfigFile: line 1 unrecognized: ''
2010/08/20 16:29:43| parseConfigFile: line 1 unrecognized: ''
2010/08/20 16:40:27| parseConfigFile: line 1 unrecognized: ''
2010/08/31 11:30:54| parseConfigFile: line 1 unrecognized: ''
2010/08/31 11:31:27| parseConfigFile: line 1 unrecognized: ''
2010/09/08 08:38:29| parseConfigFile: line 1 unrecognized: ''
2010/09/08 08:39:01| parseConfigFile: line 1 unrecognized: ''
2010/09/15 15:34:03| parseConfigFile: line 1 unrecognized: ''
2010/09/15 15:36:15| parseConfigFile: line 1 unrecognized: ''
2010/10/28 14:38:00| parseConfigFile: line 1 unrecognized: ''
2010/10/28 14:38:32| parseConfigFile: line 1 unrecognized: ''
2010/12/03 08:36:16| parseConfigFile: line 1 unrecognized: ''
2010/12/11 17:16:57| parseConfigFile: line 1 unrecognized: ''
2011/01/03 07:57:53| parseConfigFile: line 1 unrecognized: ''
2011/03/22 15:41:07| parseConfigFile: line 1 unrecognized: ''
2011/03/28 11:35:03| parseConfigFile: line 1 unrecognized: ''
2011/03/28 11:37:19| parseConfigFile: line 1 unrecognized: ''
2011/04/29 11:23:58| parseConfigFile: line 1 unrecognized: ''
2011/04/29 12:26:03| parseConfigFile: line 1 unrecognized: ''
2011/06/03 11:52:20| parseConfigFile: line 1 unrecognized: ''
2011/06/03 11:54:45| parseConfigFile: line 1 unrecognized: ''
2011/06/06 07:55:21| parseConfigFile: line 1 unrecognized: ''
2011/06/30 13:58:30| parseConfigFile: line 1 unrecognized: ''
2011/07/11 07:26:39| parseConfigFile: line 1 unrecognized: ''
2011/07/12 10:06:18| parseConfigFile: line 1 unrecognized: ''
2011/07/12 10:06:51| parseConfigFile: line 1 unrecognized: ''
2011/07/15 07:45:25| parseConfigFile: line 1 unrecognized: ''
2011/07/16 16:43:24| parseConfigFile: line 1 unrecognized: ''
2011/08/03 14:56:54| parseConfigFile: line 1 unrecognized: ''
2011/08/03 15:16:46| parseConfigFile: line 1 unrecognized: ''
2011/08/10 15:21:43| parseConfigFile: line 1 unrecognized: ''
2011/08/10 15:25:34| parseConfigFile: line 1 unrecognized: ''
2011/08/10 15:25:34| Squid is already running!  Process ID 2458
2011/08/10 15:25:35| parseConfigFile: line 1 unrecognized: ''
2011/08/10 15:25:35| Squid is already running!  Process ID 2458
2011/08/10 15:25:39| parseConfigFile: line 1 unrecognized: ''
2011/08/10 15:26:11| parseConfigFile: line 1 unrecognized: ''
2011/08/10 17:05:47| parseConfigFile: line 1 unrecognized: ''
2011/08/11 07:14:06| parseConfigFile: line 1 unrecognized: ''
2011/08/11 07:16:47| parseConfigFile: line 1 unrecognized: ''
2011/08/11 07:16:47| Squid is already running!  Process ID 2437
2011/08/11 07:16:50| parseConfigFile: line 1 unrecognized: ''
2011/08/11 07:17:23| parseConfigFile: line 1 unrecognized: ''
2011/08/11 12:57:54| parseConfigFile: line 1 unrecognized: ''
2011/08/11 12:58:58| parseConfigFile: line 1 unrecognized: ''
2011/08/11 12:59:30| parseConfigFile: line 1 unrecognized: ''
2011/08/12 10:15:29| parseConfigFile: line 1 unrecognized: ''
2011/08/12 10:17:15| parseConfigFile: line 1 unrecognized: ''
2011/08/12 10:17:47| parseConfigFile: line 1 unrecognized: ''
2011/08/12 10:24:13| parseConfigFile: line 1 unrecognized: ''
2011/08/12 10:25:02| parseConfigFile: line 1 unrecognized: ''
2011/08/12 10:25:34| parseConfigFile: line 1 unrecognized: ''
2011/08/21 14:36:13| parseConfigFile: line 1 unrecognized: ''
2011/08/29 07:33:25| parseConfigFile: line 1 unrecognized: ''
2011/08/29 07:34:01| parseConfigFile: line 1 unrecognized: ''
2011/08/29 07:34:01| Squid is already running!  Process ID 2458
2011/08/29 07:34:06| parseConfigFile: line 1 unrecognized: ''
2011/08/29 07:34:38| parseConfigFile: line 1 unrecognized: ''
2011/09/08 10:01:47| parseConfigFile: line 1 unrecognized: ''
2011/09/08 10:09:06| parseConfigFile: line 1 unrecognized: ''
2011/09/08 10:09:38| parseConfigFile: line 1 unrecognized: ''
2011/09/09 07:29:41| parseConfigFile: line 1 unrecognized: ''
2011/09/09 07:31:01| parseConfigFile: line 1 unrecognized: ''
2011/09/09 07:31:33| parseConfigFile: line 1 unrecognized: ''
2011/09/09 07:47:30| parseConfigFile: line 1 unrecognized: ''
2011/09/12 17:42:36| parseConfigFile: line 1 unrecognized: ''
2011/09/14 13:22:21| parseConfigFile: line 1 unrecognized: ''
2011/09/21 09:48:03| parseConfigFile: line 1 unrecognized: ''
2011/09/21 09:48:35| parseConfigFile: line 1 unrecognized: ''
2011/09/21 09:50:29| parseConfigFile: line 1 unrecognized: ''
2011/09/21 09:56:42| parseConfigFile: line 1 unrecognized: ''
2011/09/21 09:57:15| parseConfigFile: line 1 unrecognized: ''
2011/09/21 09:57:15| Squid is already running!  Process ID 2507
2011/09/21 09:57:20| parseConfigFile: line 1 unrecognized: ''
2011/09/21 09:57:20| Squid is already running!  Process ID 2507
2011/09/21 09:57:21| parseConfigFile: line 1 unrecognized: ''
2011/09/21 09:57:21| Squid is already running!  Process ID 2507
2011/09/21 09:57:22| parseConfigFile: line 1 unrecognized: ''
2011/09/21 09:57:22| Squid is already running!  Process ID 2507
2011/09/21 09:57:25| parseConfigFile: line 1 unrecognized: ''
2011/09/21 09:57:57| parseConfigFile: line 1 unrecognized: ''
2011/10/19 12:56:38| parseConfigFile: line 1 unrecognized: ''
2011/10/19 12:57:11| parseConfigFile: line 1 unrecognized: ''
2011/10/28 08:10:16| parseConfigFile: line 1 unrecognized: ''
2011/10/28 08:10:49| parseConfigFile: line 1 unrecognized: ''
2011/10/28 08:39:50| parseConfigFile: line 1 unrecognized: ''
2011/10/28 08:40:23| parseConfigFile: line 1 unrecognized: ''
2011/10/31 08:36:09| parseConfigFile: line 1 unrecognized: ''
2011/10/31 08:36:41| parseConfigFile: line 1 unrecognized: ''
2011/11/01 08:41:10| parseConfigFile: line 1 unrecognized: ''
2011/11/01 08:44:28| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:50:57| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:50:57| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:50:57| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:50:57| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:50:59| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:50:59| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:50:59| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:50:59| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:51:00| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:51:00| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:51:00| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:51:00| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:51:02| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:51:02| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:51:02| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:51:02| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:51:03| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:51:03| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:51:03| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:51:03| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:51:07| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:51:07| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:51:11| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:51:11| aclParseTimeSpec: ERROR: Bad time range '10:00'
FATAL: Bungled squid.conf line 2248: acl lunchtime time MTWTHF 10:00 - 10:30
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/03 09:55:21| parseConfigFile: line 1 unrecognized: ''
2011/11/03 09:55:59| parseConfigFile: line 1 unrecognized: ''
2011/11/03 10:04:01| parseConfigFile: line 1 unrecognized: ''
2011/11/03 10:04:43| parseConfigFile: line 1 unrecognized: ''
2011/11/03 10:30:54| parseConfigFile: line 1 unrecognized: ''
2011/11/03 10:31:26| parseConfigFile: line 1 unrecognized: ''
2011/11/03 10:33:12| parseConfigFile: line 1 unrecognized: ''
2011/11/03 10:33:44| parseConfigFile: line 1 unrecognized: ''
2011/11/03 10:36:13| parseConfigFile: line 1 unrecognized: ''
2011/11/03 10:36:45| parseConfigFile: line 1 unrecognized: ''
2011/11/03 11:49:12| parseConfigFile: line 1 unrecognized: ''
2011/11/03 11:49:44| parseConfigFile: line 1 unrecognized: ''
2011/11/03 11:52:34| parseConfigFile: line 1 unrecognized: ''
2011/11/03 11:53:07| parseConfigFile: line 1 unrecognized: ''
2011/11/03 12:08:24| parseConfigFile: line 1 unrecognized: ''
2011/11/03 12:08:56| parseConfigFile: line 1 unrecognized: ''
2011/11/18 13:45:00| parseConfigFile: line 1 unrecognized: ''
2011/11/18 13:45:00| ACL name 'youtube' not defined!
FATAL: Bungled squid.conf line 2519: http_access deny youtube
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/18 13:45:00| parseConfigFile: line 1 unrecognized: ''
2011/11/18 13:45:00| ACL name 'youtube' not defined!
FATAL: Bungled squid.conf line 2519: http_access deny youtube
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/18 13:45:06| parseConfigFile: line 1 unrecognized: ''
2011/11/18 13:45:06| ACL name 'youtube' not defined!
FATAL: Bungled squid.conf line 2519: http_access deny youtube
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/18 13:45:07| parseConfigFile: line 1 unrecognized: ''
2011/11/18 13:45:07| ACL name 'youtube' not defined!
FATAL: Bungled squid.conf line 2519: http_access deny youtube
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/18 13:45:35| parseConfigFile: line 1 unrecognized: ''
2011/11/18 13:45:35| ACL name 'youtube' not defined!
FATAL: Bungled squid.conf line 2519: http_access deny youtube
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/18 13:45:39| parseConfigFile: line 1 unrecognized: ''
2011/11/18 13:45:39| ACL name 'youtube' not defined!
FATAL: Bungled squid.conf line 2519: http_access deny youtube
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2011/11/18 13:45:54| parseConfigFile: line 1 unrecognized: ''
2011/11/18 13:45:54| Squid is already running!  Process ID 9626
2011/11/18 13:45:58| parseConfigFile: line 1 unrecognized: ''
2011/11/18 13:45:58| Squid is already running!  Process ID 9626
2011/11/18 13:47:45| parseConfigFile: line 1 unrecognized: ''
2011/11/18 13:48:17| parseConfigFile: line 1 unrecognized: ''
2011/12/09 12:59:15| parseConfigFile: line 1 unrecognized: ''
squid: ERROR: No running copy
2011/12/09 12:59:26| parseConfigFile: line 1 unrecognized: ''
squid: ERROR: No running copy
2011/12/09 13:02:02| parseConfigFile: line 1 unrecognized: ''
2011/12/18 15:14:43| parseConfigFile: line 1 unrecognized: ''
2012/01/03 07:31:16| parseConfigFile: line 1 unrecognized: ''
2012/01/06 07:56:53| parseConfigFile: line 1 unrecognized: ''
2012/01/07 10:17:28| parseConfigFile: line 1 unrecognized: ''
2012/01/09 07:20:04| parseConfigFile: line 1 unrecognized: ''
2012/01/18 08:44:47| parseConfigFile: line 1 unrecognized: ''
2012/01/18 11:44:57| parseConfigFile: line 1 unrecognized: ''
2012/01/18 11:47:34| parseConfigFile: line 1 unrecognized: ''
2012/01/18 13:52:47| parseConfigFile: line 1 unrecognized: ''
2012/01/18 14:31:08| parseConfigFile: line 1 unrecognized: ''
2012/01/19 11:59:32| parseConfigFile: line 1 unrecognized: ''
2012/01/19 11:59:32| ACL name 'youtube' not defined!
FATAL: Bungled squid.conf line 2518: http_access deny youtube
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2012/01/19 12:09:15| parseConfigFile: line 1 unrecognized: ''
2012/01/19 12:09:15| ACL name 'youtube' not defined!
FATAL: Bungled squid.conf line 2518: http_access deny youtube
Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
2012/01/19 12:36:02| parseConfigFile: line 1 unrecognized: ''
2012/01/19 12:41:51| parseConfigFile: line 1 unrecognized: ''
2012/01/19 12:45:35| parseConfigFile: line 1 unrecognized: ''
2012/01/19 13:39:56| parseConfigFile: line 1 unrecognized: ''
2012/01/19 13:42:32| parseConfigFile: line 1 unrecognized: ''
2012/01/20 15:43:29| parseConfigFile: line 1 unrecognized: ''
2012/01/20 15:44:09| parseConfigFile: line 1 unrecognized: ''
2012/01/23 11:15:19| parseConfigFile: line 1 unrecognized: ''
2012/01/23 11:18:25| parseConfigFile: line 1 unrecognized: ''
2012/01/23 11:24:41| parseConfigFile: line 1 unrecognized: ''
squid: ERROR: Could not send signal 0 to process 2456: (3) No such process
squid: ERROR: Could not send signal 0 to process 2456: (3) No such process
squid: ERROR: Could not send signal 0 to process 2456: (3) No such process
FATAL: Could not determine fully qualified hostname.  Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
CPU Usage: 0.007 seconds = 0.003 user + 0.004 sys
Maximum Resident Size: 6640 KB
Page faults with physical i/o: 9
FATAL: Could not determine fully qualified hostname.  Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
CPU Usage: 0.008 seconds = 0.004 user + 0.004 sys
Maximum Resident Size: 6640 KB
Page faults with physical i/o: 0
squid: ERROR: No running copy
2012/01/24 11:46:02| parseConfigFile: line 1 unrecognized: ''
squid: ERROR: No running copy
2012/01/24 11:46:04| parseConfigFile: line 1 unrecognized: ''
squid: ERROR: No running copy
2012/01/24 11:49:08| parseConfigFile: line 1 unrecognized: ''
FATAL: Could not determine fully qualified hostname.  Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
CPU Usage: 0.008 seconds = 0.004 user + 0.004 sys
Maximum Resident Size: 6656 KB
Page faults with physical i/o: 9
FATAL: Could not determine fully qualified hostname.  Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE21): Terminated abnormally.
CPU Usage: 0.008 seconds = 0.004 user + 0.004 sys
Maximum Resident Size: 6656 KB
Page faults with physical i/o: 0
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with Yum: error: unrecognized db option: "usecursors" ignored. griffey Red Hat 8 04-28-2011 03:55 PM
postgresql-8.4.2 error: unrecognized configuration parameter "max_fsm_pages" Kropotkin Linux - Server 2 12-29-2009 11:22 AM
compiling code resulting in: 'unrecognized command line "-fstart-group"' freeindy Programming 2 05-14-2008 01:28 AM
cc1: error: unrecognized command line option "-mapcs-32" vengat Linux - Hardware 0 04-29-2008 02:18 AM
unrecognized command line option "-mapcs-32" vengat Linux - Hardware 1 04-26-2008 12:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration