RE: [squid-users] Invalid Response

2005-02-22 Thread Jacobi Michael CRPH
Thank you! I just put in STABLE9-RC1-20050222 and it resolved the users' issue.

Mike Jacobi

-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 20, 2005 22:06
To: Jacobi Michael CRPH
Cc: Henrik Nordstrom; Chris Robertson; =?X-UNKNOWN?Q?'Johan_Hen=E6s'?=;
Squid Users
Subject: RE: [squid-users] Invalid Response


On Sun, 20 Feb 2005, Jacobi Michael CRPH wrote:

 Is this in the daily autogenerated version of STABLE8?

Yes, it is in 2.5.STABLE9-RC1 and later.

Regards
Henrik


RE: [squid-users] Invalid Response

2005-02-20 Thread Jacobi Michael CRPH
Is this in the daily autogenerated version of STABLE8?

Mike Jacobi

-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 19, 2005 6:27 PM
To: Henrik Nordstrom
Cc: Chris Robertson; =?X-UNKNOWN?Q?'Johan_Hen=E6s'?=; Jacobi Michael
CRPH; Squid Users
Subject: RE: [squid-users] Invalid Response


On Sat, 19 Feb 2005, Henrik Nordstrom wrote:

 You all might find the thread at
 http://www.mail-archive.com/squid-users@squid-cache.org/msg24333.html more
 usefull.  Specifically the directive given at
 http://www.mail-archive.com/squid-users@squid-cache.org/msg24383.html.
 
 Check the squid.conf.default, as I'm sure usage of that directive
 (ignore_header_whitespace for the impatient) is outlined there.

 ignore_header_whitespace is named relaxed_header_parser these days.

 And in addition it won't help for this specific case, and also defaults to 
 it's softest on mode..

Update: With the patch proposed in bug #1242 Squid again ignores this 
quite broken HTTP response with a warning in cache.log.

Regards
Henrik


RE: [squid-users] Invalid Response

2005-02-17 Thread Jacobi Michael CRPH
I know the ORACLE_HOME list is the invalid one.  I need a way to get my squid 
to ingore the problem, since I am having trouble in convincing the owner of the 
server that this is a bug in their server setup, and that they should fix it, 
since 'it works for us' and  'what you did broke it'...   ;-

Mike Jacobi

-Original Message-
From: Johan Henæs [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 17, 2005 15:34
To: Jacobi Michael CRPH; squid-users@squid-cache.org; ~DMPS PMS400B4L
Subject: RE: [squid-users] Invalid Response


Hi !

I expeirienced the same problems, and found this :

http://www.mail-archive.com/squid-users@squid-cache.org/msg25634.html

Best regards, 

Johan

-Original Message-
From: Jacobi Michael CRPH [mailto:[EMAIL PROTECTED] 
Sent: 17. februar 2005 21:22
To: squid-users@squid-cache.org; ~DMPS PMS400B4L
Subject: [squid-users] Invalid Response

I have just upgrade to 2.5STABLE8-20050217 (from STABLE7).  I am getting users 
that are getting the INVALID RESPONSE error in response to a page with the 
following headers:

GET http://navynt.aera.com/EFP2.pl
HTTP/1.1 200 OK
Server: Microsoft-IIS/4.0
Date: Thu, 17 Feb 2005 20:35:40 GMT
ORACLE_HOME not set!
Content-type: text/html


Is there a was to get squid to just shut up and ignore that ORACLE_HOME line?

Mike Jacobi


RE: [squid-users] HTTP Error 401.2

2004-09-12 Thread Jacobi Michael CRPH
Ok.  This all makes sense, I think. ;-.  Due to the number of people and networks 
involved here, it is going to be interesting to straigten out all of this mess!

Thanks for the answers!

Mike Jacobi

-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
Sent: Sunday, September 12, 2004 4:55 PM
To: Jacobi Michael CRPH
Cc: Kinkie; [EMAIL PROTECTED]
Subject: RE: [squid-users] HTTP Error 401.2


On Sat, 11 Sep 2004, Jacobi Michael CRPH wrote:

 One question - I have another set of users that also access this web 
 site, through anohter network that uses a dirrent proxy setup (I don't 
 know the gory details, but I think it is Microsoft ISA).  All of this 
 stuff works correctly for them.  Microsoft ISA doesn't proxy this?

A few possible cenarios:

a) This ISA is not acting as a HTTP proxy for reaching these server, 
just firewall.

b) They access it using https, not http

c) It just looks like it works, sometimes, but in fact there is a 
total mess of who is who (once authenticated, any user may get the 
authenticated users credentials by just accessing the site via the 
proxy).

b) The server is sufficiently new and has support for the very Microsoft 
specific hacks Microsoft has added to deal with proxying of Microsoft 
Integrated Login and this is supported by the ISA version used there.


Squid does not support the above mentioned HTTP extensions as the whole 
scheme they use still violates fundamental aspects of HTTP connection 
management, and even Microsoft states openly that NTLM is not suitable for 
Internet authentication due to the security implications on the local 
domain. The difference is that now it is documented how they violate the 
HTTP specs and that current MSIE browsers knows NTLM violates the specs.

Regards
Henrik



RE: [squid-users] HTTP Error 401.2

2004-09-11 Thread Jacobi Michael CRPH
One question - I have another set of users that also access this web site, through 
anohter network that uses a dirrent proxy setup (I don't know the gory details, but I 
think it is Microsoft ISA).  All of this stuff works correctly for them.  Microsoft 
ISA doesn't proxy this?

Mike Jacobi


-Original Message-
From: Kinkie [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 12:36 PM
To: Jacobi Michael CRPH
Cc: [EMAIL PROTECTED]
Subject: Re: [squid-users] HTTP Error 401.2


On Wed, 2004-09-08 at 20:41, Jacobi Michael CRPH wrote:
 I have users that are getting a http error 401.2 with the following text:
 
 You are not authorized to view this page You do not have permission to view this 
 directory or page using the credentials that you supplied because your Web browser 
 is sending a WWW-Authenticate header field that the Web server is not configured to 
 accept.   
 
 If I remove my Squid (I am running 2.5STABLE2) from the equation the connection to 
 the webserver works and the user is presented with a three blank login box 
 (user/password/domain).  Is there anything in the version of squid that I am running 
 that would insert this WWW-Authenicate field?

Those servers are asking for NTLM (aka windows native) authentication,
whose design breaks every assumption behind HTTP, and as a result is not
proxable. It's not a squid problem, no proxy in the market will work.
Reconfigure those server to use Basic or Digest authentication and the
problem will disappear.

Kinkie


[squid-users] HTTP Error 401.2

2004-09-09 Thread Jacobi Michael CRPH
I have users that are getting a http error 401.2 with the following text:

You are not authorized to view this page You do not have permission to view this 
directory or page using the credentials that you supplied because your Web browser is 
sending a WWW-Authenticate header field that the Web server is not configured to 
accept. 

If I remove my Squid (I am running 2.5STABLE2) from the equation the connection to the 
webserver works and the user is presented with a three blank login box 
(user/password/domain).  Is there anything in the version of squid that I am running 
that would insert this WWW-Authenicate field?

Mike Jacobi



RE: [squid-users] squid 2.5STABLE2 dies at midnight

2003-09-06 Thread Jacobi Michael CRPH
Lack of space in the file system that the LOG file was on.

Mike

-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
Sent: Saturday, September 06, 2003 6:37 AM
To: Jacobi Michael CRPH; [EMAIL PROTECTED]
Subject: Re: [squid-users] squid 2.5STABLE2 dies at midnight


On Saturday 06 September 2003 00.31, Jacobi Michael CRPH wrote:
 Never mind, I worked out my problem...  End of a long difficult
 week.. :-

What was the cause of the problems?


-- 
Donations welcome if you consider my Free Squid support helpful.
https://www.paypal.com/xclick/business=hno%40squid-cache.org

If you need commercial Squid support or cost effective Squid or
firewall appliances please refer to MARA Systems AB, Sweden
http://www.marasystems.com/, [EMAIL PROTECTED]


[squid-users] squid 2.5STABLE2 dies at midnight

2003-09-05 Thread Jacobi Michael CRPH
Twice in the last two days my Squid (2.5.STABLE2-20030509) died at about midnight, it 
appears that a restart was attempted, but it failed.  I have a cron job scheduled to 
do a log rotate at that time.  Below is an extract from the CACHE.LOG file from last 
night.
Any ideas/suggestions?

Mike Jacobi

2003/09/04 23:59:00| storeDirWriteCleanLogs: Starting...
2003/09/04 23:59:00| 65536 entries written so far.
2003/09/04 23:59:00|131072 entries written so far.
2003/09/04 23:59:00|196608 entries written so far.
2003/09/04 23:59:01|262144 entries written so far.
2003/09/04 23:59:01|327680 entries written so far.
2003/09/04 23:59:01|393216 entries written so far.
2003/09/04 23:59:01|458752 entries written so far.
2003/09/04 23:59:01|524288 entries written so far.
2003/09/04 23:59:01|589824 entries written so far.
2003/09/04 23:59:01|655360 entries written so far.
2003/09/04 23:59:01|720896 entries written so far.
2003/09/04 23:59:01|786432 entries written so far.
2003/09/04 23:59:01|851968 entries written so far.
2003/09/04 23:59:02|917504 entries written so far.
2003/09/04 23:59:02|983040 entries written so far.
2003/09/04 23:59:02|   1048576 entries written so far.
2003/09/04 23:59:02|   1114112 entries written so far.
2003/09/04 23:59:03|   1179648 entries written so far.
2003/09/04 23:59:04|   1245184 entries written so far.
2003/09/04 23:59:06|   1310720 entries written so far.
2003/09/04 23:59:45|   Finished.  Wrote 1327369 entries.
2003/09/04 23:59:45|   Took 45.3 seconds (29317.9 entries/sec).
2003/09/04 23:59:45| logfileRotate: /usr/local/squid/logs/access.log
2003/09/05 00:08:04| storeDirWriteCleanLogs: Starting...
2003/09/05 00:08:04| WARNING: Closing open FD   10
2003/09/05 00:08:04| 65536 entries written so far.
2003/09/05 00:08:04|131072 entries written so far.
2003/09/05 00:08:07|196608 entries written so far.
2003/09/05 00:08:08|262144 entries written so far.
2003/09/05 00:08:11|327680 entries written so far.
2003/09/05 00:08:12|393216 entries written so far.
2003/09/05 00:08:14|458752 entries written so far.
2003/09/05 00:08:15|524288 entries written so far.
2003/09/05 00:08:18|589824 entries written so far.
2003/09/05 00:08:19|655360 entries written so far.
2003/09/05 00:08:20|720896 entries written so far.
2003/09/05 00:08:21|786432 entries written so far.
2003/09/05 00:08:22|851968 entries written so far.
2003/09/05 00:08:25|917504 entries written so far.
2003/09/05 00:08:25|983040 entries written so far.
2003/09/05 00:08:27|   1048576 entries written so far.
2003/09/05 00:08:32|   1114112 entries written so far.
2003/09/05 00:08:33|   1179648 entries written so far.
2003/09/05 00:08:36|   1245184 entries written so far.
2003/09/05 00:08:38|   1310720 entries written so far.
2003/09/05 00:08:58|   Finished.  Wrote 1327159 entries.
2003/09/05 00:08:58|   Took 53.8 seconds (24653.9 entries/sec).
FATAL: logfileWrite: /usr/local/squid/logs/access.log: (42) No message of desired type

Squid Cache (Version 2.5.STABLE2-20030509): Terminated abnormally.
CPU Usage: 18715.280 seconds = 6953.480 user + 11761.800 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 16157
Memory usage for squid via mallinfo():
total space in arena:  590826 KB
Ordinary blocks:   579355 KB  35382 blks
Small blocks:   0 KB  0 blks
Holding blocks:  2796 KB  4 blks
Free Small blocks:  0 KB
Free Ordinary blocks:   11471 KB
Total in use:  582151 KB 99%
Total free: 11471 KB 2%
2003/09/05 00:09:01| Starting Squid Cache version 2.5.STABLE2-20030509 for 
i686-pc-linux-gnu...
2003/09/05 00:09:01| Process ID 798
2003/09/05 00:09:01| With 8192 file descriptors available
2003/09/05 00:09:01| Performing DNS Tests...
2003/09/05 00:09:01| Successful DNS name lookup tests...
2003/09/05 00:09:01| DNS Socket created at 0.0.0.0, port 1026, FD 4
2003/09/05 00:09:01| Adding nameserver 157.187.16.10 from /etc/resolv.conf
2003/09/05 00:09:01| Adding nameserver 157.187.16.3 from /etc/resolv.conf
2003/09/05 00:09:01| Unlinkd pipe opened on FD 9
2003/09/05 00:09:01| Swap maxSize 1792 KB, estimated 1378461 objects
2003/09/05 00:09:01| Target number of buckets: 68923
2003/09/05 00:09:01| Using 131072 Store buckets
2003/09/05 00:09:01| Max Mem  size: 358400 KB



RE: [squid-users] squid 2.5STABLE2 dies at midnight

2003-09-05 Thread Jacobi Michael CRPH
Never mind, I worked out my problem...  End of a long difficult week.. :-

Mike
-Original Message-
From: Jacobi Michael CRPH [mailto:[EMAIL PROTECTED]
Sent: Friday, September 05, 2003 6:04 AM
To: [EMAIL PROTECTED]
Subject: [squid-users] squid 2.5STABLE2 dies at midnight


Twice in the last two days my Squid (2.5.STABLE2-20030509) died at about midnight, it 
appears that a restart was attempted, but it failed.  I have a cron job scheduled to 
do a log rotate at that time.  Below is an extract from the CACHE.LOG file from last 
night.
Any ideas/suggestions?

Mike Jacobi

2003/09/04 23:59:00| storeDirWriteCleanLogs: Starting...
2003/09/04 23:59:00| 65536 entries written so far.
2003/09/04 23:59:00|131072 entries written so far.
2003/09/04 23:59:00|196608 entries written so far.
2003/09/04 23:59:01|262144 entries written so far.
2003/09/04 23:59:01|327680 entries written so far.
2003/09/04 23:59:01|393216 entries written so far.
2003/09/04 23:59:01|458752 entries written so far.
2003/09/04 23:59:01|524288 entries written so far.
2003/09/04 23:59:01|589824 entries written so far.
2003/09/04 23:59:01|655360 entries written so far.
2003/09/04 23:59:01|720896 entries written so far.
2003/09/04 23:59:01|786432 entries written so far.
2003/09/04 23:59:01|851968 entries written so far.
2003/09/04 23:59:02|917504 entries written so far.
2003/09/04 23:59:02|983040 entries written so far.
2003/09/04 23:59:02|   1048576 entries written so far.
2003/09/04 23:59:02|   1114112 entries written so far.
2003/09/04 23:59:03|   1179648 entries written so far.
2003/09/04 23:59:04|   1245184 entries written so far.
2003/09/04 23:59:06|   1310720 entries written so far.
2003/09/04 23:59:45|   Finished.  Wrote 1327369 entries.
2003/09/04 23:59:45|   Took 45.3 seconds (29317.9 entries/sec).
2003/09/04 23:59:45| logfileRotate: /usr/local/squid/logs/access.log
2003/09/05 00:08:04| storeDirWriteCleanLogs: Starting...
2003/09/05 00:08:04| WARNING: Closing open FD   10
2003/09/05 00:08:04| 65536 entries written so far.
2003/09/05 00:08:04|131072 entries written so far.
2003/09/05 00:08:07|196608 entries written so far.
2003/09/05 00:08:08|262144 entries written so far.
2003/09/05 00:08:11|327680 entries written so far.
2003/09/05 00:08:12|393216 entries written so far.
2003/09/05 00:08:14|458752 entries written so far.
2003/09/05 00:08:15|524288 entries written so far.
2003/09/05 00:08:18|589824 entries written so far.
2003/09/05 00:08:19|655360 entries written so far.
2003/09/05 00:08:20|720896 entries written so far.
2003/09/05 00:08:21|786432 entries written so far.
2003/09/05 00:08:22|851968 entries written so far.
2003/09/05 00:08:25|917504 entries written so far.
2003/09/05 00:08:25|983040 entries written so far.
2003/09/05 00:08:27|   1048576 entries written so far.
2003/09/05 00:08:32|   1114112 entries written so far.
2003/09/05 00:08:33|   1179648 entries written so far.
2003/09/05 00:08:36|   1245184 entries written so far.
2003/09/05 00:08:38|   1310720 entries written so far.
2003/09/05 00:08:58|   Finished.  Wrote 1327159 entries.
2003/09/05 00:08:58|   Took 53.8 seconds (24653.9 entries/sec).
FATAL: logfileWrite: /usr/local/squid/logs/access.log: (42) No message of desired type

Squid Cache (Version 2.5.STABLE2-20030509): Terminated abnormally.
CPU Usage: 18715.280 seconds = 6953.480 user + 11761.800 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 16157
Memory usage for squid via mallinfo():
total space in arena:  590826 KB
Ordinary blocks:   579355 KB  35382 blks
Small blocks:   0 KB  0 blks
Holding blocks:  2796 KB  4 blks
Free Small blocks:  0 KB
Free Ordinary blocks:   11471 KB
Total in use:  582151 KB 99%
Total free: 11471 KB 2%
2003/09/05 00:09:01| Starting Squid Cache version 2.5.STABLE2-20030509 for 
i686-pc-linux-gnu...
2003/09/05 00:09:01| Process ID 798
2003/09/05 00:09:01| With 8192 file descriptors available
2003/09/05 00:09:01| Performing DNS Tests...
2003/09/05 00:09:01| Successful DNS name lookup tests...
2003/09/05 00:09:01| DNS Socket created at 0.0.0.0, port 1026, FD 4
2003/09/05 00:09:01| Adding nameserver 157.187.16.10 from /etc/resolv.conf
2003/09/05 00:09:01| Adding nameserver 157.187.16.3 from /etc/resolv.conf
2003/09/05 00:09:01| Unlinkd pipe opened on FD 9
2003/09/05 00:09:01| Swap maxSize 1792 KB, estimated 1378461 objects
2003/09/05 00:09:01| Target number of buckets: 68923
2003/09/05 00:09:01| Using 131072 Store buckets
2003/09/05 00:09:01| Max Mem  size: 358400 KB


RE: [squid-users] cache.log showing this...

2003-03-31 Thread Jacobi Michael CRPH
I have been seeing similar things in the last few days (starting on Friday) on my 
2.5Stable1-20021231 system (Redhat Linux 6.2, Kernel 2.2.25).  One comment though - I 
have recently upgraded the kernel to 2.2.25 from 2.2.14-7.  I was NOT seeing this 
before I upgraded the kernel!

Mike Jacobi


-Original Message-
From: Hector Miranda [mailto:[EMAIL PROTECTED]
Sent: Monday, March 31, 2003 5:30 PM
To: '[EMAIL PROTECTED]'
Subject: [squid-users] cache.log showing this...


Hi fellows...
V880, Ultra SPARC III, Solaris 8, Squid 2.5STABLE1
Giga Ethernet access to internet, four thousand users behind my proxy and
the cache.log shows this over and over again (1 or 2 times per minute):

  comm_accept: FD 7: (130) Software caused connection abort
  httpAccept: FD 7: accept failure: (130) Software caused connection abort

we thougth there was a problem with the communication speed to the internet,
so the Client's Web browser wold abort the connection, but the down and up
load rates to the internet on my net are about 100-200 Kb/s (through squid),
so this is not the problem...  why is this happening??

Any ideas?

Thanks in advance!

.Héctor M.