Re: [squid-users] Squid 2.6 testing

2006-06-18 Thread Sk
PLS see stack trace

2006/06/18 21:45:58| parseHttpRequest: NF getsockopt(SO_ORIGINAL_DST)
failed: (92) Protocol not available
2006/06/18 21:45:59| assertion failed: HttpHeader.c:576: "0"

Program received signal SIGABRT, Aborted.
[Switching to Thread -1209018688 (LWP 10914)]
0x00699402 in __kernel_vsyscall ()
(gdb) backtrace
#0  0x00699402 in __kernel_vsyscall ()
#1  0x006dff90 in raise () from /lib/libc.so.6
#2  0x006e1678 in abort () from /lib/libc.so.6
#3  0x0806bf7f in xassert (msg=Could not find the frame base for "xassert".
) at debug.c:464
#4  0x08084ed3 in httpHeaderFindEntry (hdr=0x9600ed4, id=HDR_AUTHORIZATION)
at HttpHeader.c:576
#5  0x08085908 in httpHeaderGetStr (hdr=0x9600ed4, id=HDR_AUTHORIZATION)
at HttpHeader.c:1020
#6  0x08085c78 in httpHeaderGetAuth (hdr=0x9600ed4, id=HDR_AUTHORIZATION,
auth_scheme=0x80cd7e9 "Basic") at HttpHeader.c:1093
#7  0x0805da5d in cachemgrStart (fd=13, request=0x9600d00, entry=0x9600c90)
at cache_manager.c:149
#8  0x08073328 in fwdStart (fd=13, e=0x9600c90, r=0x9600d00) at
forward.c:854
#9  0x080623a7 in clientProcessMiss (http=0x9600930) at client_side.c:3471
#10 0x080625bb in clientProcessRequest (http=0x9600930) at
client_side.c:3394
#11 0x08062ade in clientCheckNoCache (http=0x9600930) at client_side.c:659
#12 0x08062f40 in clientRedirectDone (data=0x9600930, result=0x0)
at client_side.c:368
#13 0x0804f174 in aclCheckCallback (checklist=0x9601230,
answer=ACCESS_ALLOWED)
at acl.c:2267
#14 0x0805f88b in clientCheckFollowXForwardedFor (data=0x9600930)
at client_side.c:357
#15 0x08065101 in clientReadRequest (fd=13, data=0x95ff7b8)
---Type  to continue, or q  to quit---
at client_side.c:4010
#16 0x0806b784 in comm_select (msec=89) at comm_generic.c:124
#17 0x0808f3bd in main (argc=2, argv=0xbfe03014) at main.c:840

- Original Message - 
From: "Sk" <[EMAIL PROTECTED]>
To: 
Sent: Sunday, June 18, 2006 9:06 PM
Subject: [squid-users] Squid 2.6 testing


> Hi,
>
> Testing the 2.6 Pre.
>
> With "pipeline_prefetch on "   run into a lot of problems.
>
> Jun 18 19:06:16 dns2 squid[20839]: parseHttpRequest: NF
> getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available
> Jun 18 19:07:45 dns2 squid[20839]: parseHttpRequest: NF
> getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available
> Jun 18 19:07:45 dns2 squid[20839]: assertion failed: HttpHeader.c:576: "0"
> Jun 18 19:07:45 dns2 squid[20837]: Squid Parent: child process 20839
exited
> due to signal 6
> Jun 18 19:07:48 dns2 squid[20837]: Squid Parent: child process 20879
started
> Jun 18 19:07:48 dns2 squid[20879]: Starting Squid Cache version
> 2.6.PRE2-20060618 for i686-pc-linux-gnu...
>
> This comes out everytime cachemgr tries to access squid with
> 'pipeline_prefetch on '. ( Tried new and old versions of cachemgr.cgi )
and
> child dies and respawns.
>
> The same cachemgr works fine on my production 2.5.14 caches.
>
> Also for some sites the message is seen( access to many sites, even
> connection by cachemgr after pipeline option is removed).
>
> 2006/06/18 20:54:46| parseHttpRequest: NF getsockopt(SO_ORIGINAL_DST)
> failed: (92) Protocol not available
> 2006/06/18 21:00:46| parseHttpRequest: NF getsockopt(SO_ORIGINAL_DST)
> failed: (92) Protocol not available
> 2006/06/18 21:00:46| CACHEMGR: [EMAIL PROTECTED] requesting 'info'
> 2006/06/18 21:02:10| parseHttpRequest: NF getsockopt(SO_ORIGINAL_DST)
> failed: (92) Protocol not available
> 2006/06/18 21:02:11| CACHEMGR: [EMAIL PROTECTED] requesting
> 'filedescriptors'
> 2006/06/18 21:02:26| CACHEMGR: [EMAIL PROTECTED] requesting
> 'filedescriptors'
>  ( a refresh doesn't return that error as shown above)
>
> Conclusions.
> 1. pipeline_prefetech and cachemgr don't like each other ;-)
> 2. May be transparent mode requires some more fine tuning. ( i used
wccp1 )
>
>
> Couldn't find a way to do stack trace properly, if guided will do more
> debugging.
>
> RGDS
> Sk
>
>



[squid-users] Squid 2.6 testing

2006-06-18 Thread Sk
Hi,

Testing the 2.6 Pre.

With "pipeline_prefetch on "   run into a lot of problems.

Jun 18 19:06:16 dns2 squid[20839]: parseHttpRequest: NF
getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available
Jun 18 19:07:45 dns2 squid[20839]: parseHttpRequest: NF
getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available
Jun 18 19:07:45 dns2 squid[20839]: assertion failed: HttpHeader.c:576: "0"
Jun 18 19:07:45 dns2 squid[20837]: Squid Parent: child process 20839 exited
due to signal 6
Jun 18 19:07:48 dns2 squid[20837]: Squid Parent: child process 20879 started
Jun 18 19:07:48 dns2 squid[20879]: Starting Squid Cache version
2.6.PRE2-20060618 for i686-pc-linux-gnu...

This comes out everytime cachemgr tries to access squid with
'pipeline_prefetch on '. ( Tried new and old versions of cachemgr.cgi ) and
child dies and respawns.

The same cachemgr works fine on my production 2.5.14 caches.

Also for some sites the message is seen( access to many sites, even
connection by cachemgr after pipeline option is removed).

2006/06/18 20:54:46| parseHttpRequest: NF getsockopt(SO_ORIGINAL_DST)
failed: (92) Protocol not available
2006/06/18 21:00:46| parseHttpRequest: NF getsockopt(SO_ORIGINAL_DST)
failed: (92) Protocol not available
2006/06/18 21:00:46| CACHEMGR: [EMAIL PROTECTED] requesting 'info'
2006/06/18 21:02:10| parseHttpRequest: NF getsockopt(SO_ORIGINAL_DST)
failed: (92) Protocol not available
2006/06/18 21:02:11| CACHEMGR: [EMAIL PROTECTED] requesting
'filedescriptors'
2006/06/18 21:02:26| CACHEMGR: [EMAIL PROTECTED] requesting
'filedescriptors'
 ( a refresh doesn't return that error as shown above)

Conclusions.
1. pipeline_prefetech and cachemgr don't like each other ;-)
2. May be transparent mode requires some more fine tuning. ( i used wccp1 )


Couldn't find a way to do stack trace properly, if guided will do more
debugging.

RGDS
Sk



[squid-users] Negative Mallinfo values in squid cache manager

2005-09-04 Thread sk
Hi,

Why is it that the cache manager shows negative values in runtime
info.(squid 2.5.10 on FC4 X86-64)
We have 4Gb total Ram.


Memory usage for squid via mallinfo():
Total space in arena:  -2001896 KB
Ordinary blocks:   -2003111 KB168 blks
Small blocks:   0 KB  0 blks
Holding blocks: 13620 KB 10 blks
Free Small blocks:  0 KB
Free Ordinary blocks:1214 KB
Total in use:  -1989491 KB 100%
Total free:  1214 KB 0%
Total size:-1988276 KB
Memory accounted for:
Total accounted:   1878417 KB
memPoolAlloc calls: 1903784217
memPoolFree calls: 1878036540

This is what top says about squid.

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  P COMMAND
11560 squid 15   0 2566m 2.1g 1632 S  7.9 54.2   1240:28 1 squid

Pls help.

Rgds
Sk



[squid-users] Re: Squid Compile options

2005-07-14 Thread sk
Joost,

Thanks for the clue. Just tried strip and found size dropped 

-rwxr-xr-x   1 root root 2823634 Jul 14 18:30 squid

strip --strip-debug squid

-rwxr-xr-x   1 root root  696095 Jul 14 18:31 squid

Regards
SK

- Original Message - 
From: "Joost de Heer" <[EMAIL PROTECTED]>
To: "sk" <[EMAIL PROTECTED]>
Cc: 
Sent: Tuesday, July 12, 2005 9:51 PM
Subject: Re: Squid Compile options


sk said:
> Hi,
>
> please excuse if its a stupid question.
>
> The size of squid binary i compile is  much bigger than squid which comes
> with linux distribution. Can some one tell me if i overlook something
> while
> compiling. But both binaries work ok (i have been compiling and updating
> as
> and when newer versions are available on the site, starting 2.5.6).
> This is from Suse 9.3.

Might be debug-symbols. WHat's the size after you strip your own binary?

Joost




[squid-users] Re: Squid Compile options

2005-07-14 Thread sk
Can you give me some more idea on this. Don't know about striping. Sorry not
an expert.

Regards
Suresh




sk said:
> Hi,
>
> please excuse if its a stupid question.
>
> The size of squid binary i compile is  much bigger than squid which comes
> with linux distribution. Can some one tell me if i overlook something
> while
> compiling. But both binaries work ok (i have been compiling and updating
> as
> and when newer versions are available on the site, starting 2.5.6).
> This is from Suse 9.3.

Might be debug-symbols. WHat's the size after you strip your own binary?


Regards
Suresh


Joost




[squid-users] Squid Compile options

2005-07-12 Thread sk
Hi,

please excuse if its a stupid question.

The size of squid binary i compile is  much bigger than squid which comes
with linux distribution. Can some one tell me if i overlook something while
compiling. But both binaries work ok (i have been compiling and updating as
and when newer versions are available on the site, starting 2.5.6).
This is from Suse 9.3.

proxy1:/ # ls -l /usr/sbin/squid
-rwxr-xr-x  1 root root   721648   Mar 23 06:44 /usr/sbin/squid

proxy1:/ # ls -l /usr/local/squid/sbin/squid
-rwxr-xr-x  1 root root   2823634   Jul  9 23:18 /usr/local/squid/sbin/squid


proxy1:/ # /usr/sbin/squid -v
Squid Cache: Version 2.5.STABLE9
configure options: '--prefix=/usr' '--sysconfdir=/etc/squid'
'--bindir=/usr/sbin' '--sbindir=/usr/sbin' '--localstatedir=/var'
'--libexecdir=/usr/sbin' '--datadir=/usr/share/squid' '--with-dl'
'--enable-snmp' '--enable-carp' '--enable-useragent-log'
'--enable-auth=basic digest ntlm' '--enable-basic-auth-helpers=LDAP MSNT
NCSA PAM SMB YP getpwnam multi-domain-NTLM' '--enable-ntlm-auth-helpers=SMB
no_check' '--enable-digest-auth-helpers=password'
'--enable-external-acl-helpers=ip_user ldap_group unix_group wbinfo_group'
'--enable-ntlm-fail-open' '--enable-referer-log' '--enable-arp-acl'
'--enable-htcp' '--enable-underscores' '--enable-stacktraces'
'--enable-delay-pools' '--enable-ssl' '--enable-cache-digests'
'--enable-storeio=aufs,ufs,diskd,null' '--enable-linux-netfilter'
'--enable-removal-policies=heap,lru'
'--with-samba-sources=/usr/include/samba' '--enable-x-accelerator-vary'

proxy1:/ # /usr/local/squid/sbin/squid -v
Squid Cache: Version 2.5.STABLE10
configure
options:  --sysconfdir=/etc/squid --enable-storeio=diskd,null,aufs --with-pt
hreads --enable-snmp --enable-linux-netfilter --enable-underscores --enable-
removal-policies=lru,heap --disable-ident-lookups --enable-err-languages=Eng
lish --disable-hostname-checks --with-dl


Regards
SK



[squid-users] unable to start squid using diskd

2005-05-27 Thread sk
Hi,
We are having problem in running squid with diskd with squid 2.5.10

it exits with message " storeDiskdInit: msgget: (28) No space left on
device"
cache_dir diskd /var/squid/disk1 4 73 256
cache_dir diskd /var/squid/disk2 4 73 256
cache_dir diskd /var/squid/disk3 4 73 256
cache_dir diskd /var/squid/disk4 4 73 256

But the same thing runs when i change

cache_dir ufs /var/squid/disk1 4 73 256
cache_dir ufs /var/squid/disk2 4 73 256
cache_dir ufs /var/squid/disk3 4 73 256
cache_dir ufs /var/squid/disk4 4 73 256


Below is detail of  system and messages from startup.

Kindly help to fix this problem. The squid(2.5.9) precompiled from suse pro
9.3  works on this machine with diskd. But when i tried to run the complied
squid  Is it some mistake with my config options ?? The compilation went
clean.

RGDS
SK

linux12:/usr/local/src/squid-2.5.STABLE10 # uname -a

Linux linux12 2.6.11.4-20a-bigsmp #1 SMP Wed Mar 23 21:52:37 UTC 2005 i686
i686 i386 GNU/Linux

linux12:/usr/local/src/squid-2.5.STABLE10 # /usr/local/squid/sbin/squid -v
Squid Cache: Version 2.5.STABLE10
configure
options:  --sysconfdir=/etc/squid --with-dl --enable-snmp --enable-carp --en
able-useragent-log '--enable-auth=basic digest ntlm'
'--enable-basic-auth-helpers=LDAP MSNT NCSA PAM SMB YP getpwnam
multi-domain-NTLM' --enable-digest-auth-helpers=password
'--enable-external-acl-helpers=ip_user ldap_group unix_group
wbinfo_group' --enable-ntlm-fail-open --enable-referer-log --enable-arp-acl 
--enable-htcp --enable-underscores --enable-stacktraces --enable-delay-pools
 --enable-cache-digests --enable-storeio=aufs,ufs,diskd,null --enable-linux-
netfilter --enable-removal-policies=heap,lru --enable-x-accelerator-vary



May 27 22:00:49 linux12 squid[14746]: Starting Squid Cache version
2.5.STABLE10 for i686-pc-linux-gnu...
May 27 22:00:49 linux12 squid[14746]: Process ID 14746
May 27 22:00:49 linux12 squid[14746]: With 1024 file descriptors available
May 27 22:00:49 linux12 squid[14746]: DNS Socket created at 0.0.0.0, port
32770, FD 5
May 27 22:00:49 linux12 squid[14746]: Adding nameserver 203.189.128.2 from
squid.conf
May 27 22:00:49 linux12 squid[14746]: Adding nameserver 203.189.128.1 from
squid.conf
May 27 22:00:49 linux12 squid[14746]: Adding nameserver 219.127.89.37 from
squid.conf
May 27 22:00:49 linux12 squid[14746]: User-Agent logging is disabled.
May 27 22:00:49 linux12 squid[14746]: Referer logging is disabled.
May 27 22:00:49 linux12 squid[14746]: Unlinkd pipe opened on FD 10
May 27 22:00:49 linux12 squid[14746]: Swap maxSize 16384 KB, estimated
12603076 objects
May 27 22:00:49 linux12 squid[14746]: Target number of buckets: 630153
May 27 22:00:49 linux12 squid[14746]: Using 1048576 Store buckets
May 27 22:00:49 linux12 squid[14746]: Max Mem  size: 307200 KB
May 27 22:00:49 linux12 squid[14746]: Max Swap size: 16384 KB
May 27 22:00:49 linux12 squid[14746]: Local cache digest enabled;
rebuild/rewrite every 3600/3600 sec
May 27 22:00:49 linux12 squid[14746]: Store logging disabled
May 27 22:00:49 linux12 squid[14746]: storeDiskdInit: msgget: (28) No space
left on device
May 27 22:00:49 linux12 squid[14746]: msgget failed
May 27 22:00:49 linux12 squid[14741]: Squid Parent: child process 14746
exited due to signal 6
May 27 22:00:52 linux12 squid[14741]: Squid Parent: child process 14749
started
May 27 22:00:52 linux12 squid[14749]: Starting Squid Cache version
2.5.STABLE10 for i686-pc-linux-gnu...
May 27 22:00:52 linux12 squid[14749]: Process ID 14749
May 27 22:00:52 linux12 squid[14749]: With 1024 file descriptors available
May 27 22:00:52 linux12 squid[14749]: DNS Socket created at 0.0.0.0, port
32770, FD 5
May 27 22:00:52 linux12 squid[14749]: Adding nameserver 203.189.128.2 from
squid.conf
May 27 22:00:52 linux12 squid[14749]: Adding nameserver 203.189.128.1 from
squid.conf
May 27 22:00:52 linux12 squid[14749]: Adding nameserver 219.127.89.37 from
squid.conf
May 27 22:00:52 linux12 squid[14749]: User-Agent logging is disabled.
May 27 22:00:52 linux12 squid[14749]: Referer logging is disabled.
May 27 22:00:52 linux12 squid[14749]: Unlinkd pipe opened on FD 10
May 27 22:00:52 linux12 squid[14749]: Swap maxSize 16384 KB, estimated
12603076 objects
May 27 22:00:52 linux12 squid[14749]: Target number of buckets: 630153
May 27 22:00:52 linux12 squid[14749]: Using 1048576 Store buckets
May 27 22:00:52 linux12 squid[14749]: Max Mem  size: 307200 KB
May 27 22:00:52 linux12 squid[14749]: Max Swap size: 16384 KB
May 27 22:00:52 linux12 squid[14749]: Local cache digest enabled;
rebuild/rewrite every 3600/3600 sec
May 27 22:00:52 linux12 squid[14749]: Store logging disabled
May 27 22:00:52 linux12 squid[14749]: storeDiskdInit: msgget: (28) No space
left on device
May 27 22:00:52 linux12 squid[14749]: msgget failed
May 27 22:00:52 linux12 squid[14741]: Squid Parent: child process 14749
exited due to signal 6
May 27 22:00:55 linux12 squid[14741]: Squid Parent: 

Re: [squid-users] FW: WCCP and Fedora 3 not working

2005-05-26 Thread sk
Hi,


Squid works with wccp ( V1) as given by Reuben Farrelly
<[EMAIL PROTECTED]>

What i've followed is as below.

1. Created  lo 0 with sec ip addr in cisco

interface Loopback0
 ip address 172.16.1.5 255.255.255.252 secondary

Wccp config  as normal.
( ip wccp web redirect 123 group-list ourproxy)
( int f3/1
ip wccp web redirect in )

And in  linux .
#uname -a
Linux linux12 2.6.11.4-20a-bigsmp #1 SMP Wed Mar 23 21:52:37 UTC 2005 i686
i686 i386 GNU/Linux
# cat /etc/sysconfig/network/ifcfg-gre0
DEVICE=gre0
BOOTPROTO='static'
IPADDR='172.16.1.6'
NETMASK='255.255.255.252'
STARTMODE='onboot'
IPV6INIT='no'
USERCONTROL='no'

In squid rc script

# cat /etc/init.d/squid
...
/usr/sbin/iptables -t nat -F PREROUTING
/usr/sbin/iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j
RED
IRECT --to-port 3128
 /usr/sbin/iptables -t nat -A PREROUTING -i gre0 -p tcp -m tcp --dport
0  -j DNAT --to 192.168.1.25:3128 <- (ip addr/port on which squid listens)

startproc -l /var/log/squid/rcsquid.log $SQUID_BIN -sYD
rc_status $RC_OPTIONS
;;
.


#  lsmod | grep ip_gre
ip_gre 29856  0

# iptables -t nat -L -v
Chain PREROUTING (policy ACCEPT 107 packets, 14861 bytes)
 pkts bytes target prot opt in out source
destination
0 0 REDIRECT   tcp  --  eth0   any anywhere anywhere
tcp dpt:http redir ports 3128
  547 26208 DNAT   tcp  --  gre0   any anywhere anywhere
tcp dpt:http to:192.168.1.25:3128

Chain POSTROUTING (policy ACCEPT 549 packets, 32584 bytes)
 pkts bytes target prot opt in out source
destination

Chain OUTPUT (policy ACCEPT 505 packets, 30472 bytes)
 pkts bytes target prot opt in out source
destination


# ifconfig gre0
gre0  Link encap:UNSPEC  HWaddr
00-00-00-00-FF-BF-0A-00-00-00-00-00-00-00-00-00
  inet addr:172.16.1.6  Mask:255.255.255.252
  UP RUNNING NOARP  MTU:1476  Metric:1
  RX packets:11818 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:11 dropped:0 overruns:0 carrier:0
  collisions:11 txqueuelen:0
  RX bytes:763933 (746.0 Kb)  TX bytes:0 (0.0 b)

Working fine, didn;t observe any problems with wccp since last 3 hours.

Thanks Reuben  and Henrick!

RGDS
Sk










- Original Message - 
From: "Omnia Ibrahem" <[EMAIL PROTECTED]>
To: "Damian-Grint Philip" <[EMAIL PROTECTED]>
Cc: 
Sent: Tuesday, May 24, 2005 9:07 PM
Subject: Re: [squid-users] FW: WCCP and Fedora 3 not working


> Hi Philip,
>   Plz can u send me the steps of how to downgrade kernel from
> 2.6.9 to 2.6.8 cause im new dealing with kernel.
>
> Thanx alot
>
>
>
>
> - Original Message - 
> From: "Damian-Grint Philip" <[EMAIL PROTECTED]>
> To: "Omnia Ibrahem" <[EMAIL PROTECTED]>
> Cc: 
> Sent: Monday, May 23, 2005 8:10 PM
> Subject: RE: [squid-users] FW: WCCP and Fedora 3 not working
>
>
> Hi Omnia,
>
> I backed down to 2.6.8 only because the ip_wccp.c module in the squid
> faq was last modified to work with 2.6.8 and I was just being cautious -
> it may well work with later versions but I didn't have time to build,
> find problems and rebuild.
>
> Regards
>
> Philip DG
>
> > -Original Message-
> > From: Omnia Ibrahem [mailto:[EMAIL PROTECTED]
> > Sent: 22 May 2005 10:40
> > To: Damian-Grint Philip; Nigel Oakley; squid-users@squid-cache.org
> > Subject: Re: [squid-users] FW: WCCP and Fedora 3 not working
> >
> >
> >  Hii there,
> > u mean that i cant make wccp work with kernel
> > 2.6.9 , as u
> > backed down to 2.6.8 to make it work.
> >
> >
> >
> >
> > - Original Message - 
> > From: "Damian-Grint Philip" <[EMAIL PROTECTED]>
> > To: "Nigel Oakley" <[EMAIL PROTECTED]>;
> > 
> > Sent: Friday, May 20, 2005 7:15 PM
> > Subject: RE: [squid-users] FW: WCCP and Fedora 3 not working
> >
> >
> > Hi Nigel,
> >
> > I have just upgraded all my Redhat 7.2 Squid servers to
> > Fedora FC3, and
> > I have WCCP working fine.
> >
> > It sounds like you have the squid wccp bit done ok - that's what does
> > the hello stuff. - check your output from debug ip icmp on
> > your router -
> > if you're getting protocol unreachable, the problem is your wccp
> > interception at the kernel on your squid box.
> >
> > I backed the kernel down to 2.6.8, only because that is what the wccp
> > module had been supposedly written for. You shouldn't need to play
> > around with sysctl settings, although you might need to 

[squid-users] Filtering only, no caching.

2005-04-14 Thread SK Gan
Hi All,

I wish to 'only' utilise the filtering function (acl)
of squid. Can i disable the caching function? Would
that helps to reduce the memory usage of squid? If the
caching must be there, any suggestion on how to reduce
its resources usage?

Thanks!

SK



__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 


RE: [squid-users] can i run more than one instance of squid?

2005-04-14 Thread SK Gan

--- Elsen Marc <[EMAIL PROTECTED]> wrote:
> 
>  
> > 
> > Dear all,
> > 
> > I wish to run 2 instances of squid on different
> port
> > on one machine.
> > I have tried with different configuration files
> but it
> > tells me the squid is already running.
> > Can i actually run more than one instance of
> squid?
> > how many instances can i run on single machine?
> > 
> 
>  Squid.conf file(s) will have to be sufficiently
> orthogonalized.
>  You can't share the same cache dir(s).
> 
>  As of your problem : make sure that 
> 
>pid_filename
> 
>  is set to a different value for each squid.conf
> 
>  M.
> 

Got it. Thanks!

SK

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


[squid-users] can i run more than one instance of squid?

2005-04-13 Thread SK Gan
Dear all,

I wish to run 2 instances of squid on different port
on one machine.
I have tried with different configuration files but it
tells me the squid is already running.
Can i actually run more than one instance of squid?
how many instances can i run on single machine?

Thanks,
SK



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/


[squid-users] Not authorized to view page

2005-01-06 Thread sk
Hi,

  A particular site isn't working when going through squid.
"HTTP Error 401.1 - Unauthorized: Access is denied due to invalid
credentials.
Internet Information Services (IIS)"

But when i access directly it works, with a pop up for username paswd.

Site is http://www.cominkhmere.com/testonline/index.htm


Kindly help.

SK



Re: [squid-users] strange caching

2004-12-11 Thread sk
Good thinking Henrick!

point IE at proxy and it shows my mailbox.
( also i tried one thing, my test box is in my same lan and if i go through
that ( direct setting in ie ) it gives me the mailbox.

PC -> test squid (sq 2.5.7 on suse 9.1 pro, same lan ) -> rtr ->
rtr(wccp ) -> squid ( main proxy squid 2.5.7 on suse 8.0)

But this is the first time i'm having problem.
Morover my other email box with hotmail opens fine. under all conditions.


Rgds
SK



- Original Message -
From: "Henrik Nordstrom" <[EMAIL PROTECTED]>
To: "sk" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, December 11, 2004 8:27 PM
Subject: Re: [squid-users] strange caching


>
>
> On Sat, 11 Dec 2004, sk wrote:
>
> > If i bypass wccp and go direct, VOILA hotmail gives me my mailbox.
>
> What if you only bypass WCCP and instead configure your browser to use the
> proxy?
>
> Regards
> Henrik
>



[squid-users] strange caching

2004-12-11 Thread sk
Hi everyone,

Puzzled whats happened.( my squid works transparently with wccp)

 myself has 2 hotmail accounts.
1 of them logs in but squid returns an empty page
only this in page source







But i have another account with hotmail , which works fine through the same
squid.

If i bypass wccp and go direct, VOILA hotmail gives me my mailbox.

My question.
Yesterday had to shut down the squid few times while trying some options(
all times the swap.state was clean )

By any chance has squid cached my mailbox contents or what else is causing
this strange behaviour!!

If the guy who runs squid is experiencing this donno about my poor
customers.

RGDS
SK



[squid-users] client_persistent_connections off

2004-12-10 Thread sk
Could some one help me understand why client_persistent_connections has a
good impact on cpu usage.

as read somewhere it has relation with FD
here's a snapshot.


sample_start_time = 1102685651.632932 (Fri, 10 Dec 2004 13:34:11 GMT)
sample_end_time = 1102685951.657148 (Fri, 10 Dec 2004 13:39:11 GMT)
client_http.requests = 39.986772/sec
client_http.hits = 19.465095/sec
client_http.errors = 0.00/sec
client_http.kbytes_in = 24.074723/sec
client_http.kbytes_out = 234.997698/sec
client_http.all_median_svc_time = 0.615488 seconds
client_http.miss_median_svc_time = 1.115393 seconds
client_http.nm_median_svc_time = 0.003785 seconds
client_http.nh_median_svc_time = 1.242674 seconds
client_http.hit_median_svc_time = 0.003785 seconds

Connection information for squid:
Number of clients accessing cache:  570
Number of HTTP requests received:   721650
Number of ICP messages received:0
Number of ICP messages sent:0
Number of queued ICP replies:   0
Request failure ratio:   0.00
Average HTTP requests per minute since start:   3343.3
Average ICP messages per minute since start:0.0
Select loop called: 6008615 times, 2.155 ms avg
Cache information for squid:
Request Hit Ratios: 5min: 48.7%, 60min: 49.9%
Byte Hit Ratios:5min: 18.7%, 60min: 21.1%
Request Memory Hit Ratios:  5min: 17.9%, 60min: 15.6%
Request Disk Hit Ratios:5min: 31.1%, 60min: 29.9%
Storage Swap size:  146346404 KB
Storage Mem size:   204760 KB
Mean Object Size:   15.07 KB
Requests given to unlinkd:  202
Median Service Times (seconds)  5 min60 min:
HTTP Requests (All):   0.61549  0.61549
Cache Misses:  1.11539  1.17732
Cache Hits:0.00379  0.00379
Near Hits: 1.24267  1.24267
Not-Modified Replies:  0.00379  0.00286
DNS Lookups:   0.56687  0.56687
ICP Queries:   0.0  0.0
Resource usage for squid:
UP Time:12951.166 seconds
CPU Time:   4256.770 seconds
CPU Usage:  32.87%
CPU Usage, 5 minute avg:17.84%
CPU Usage, 60 minute avg:   23.05%
Process Data Segment Size via sbrk(): 915349 KB
Maximum Resident Size: 0 KB
Page faults with physical i/o: 606
Memory usage for squid via mallinfo():
Total space in arena:  261532 KB
Ordinary blocks:   257878 KB   3424 blks
Small blocks:   0 KB  0 blks
Holding blocks:  6920 KB  6 blks
Free Small blocks:  0 KB
Free Ordinary blocks:3653 KB
Total in use:  264798 KB 99%
Total free:  3653 KB 1%
Total size:268452 KB
Memory accounted for:
Total accounted:   965689 KB
memPoolAlloc calls: 127672944
memPoolFree calls: 97520745
File descriptor usage for squid:
Maximum number of file descriptors:   4096
Largest file desc currently in use:325
Number of file desc currently in use:  247
Files queued for open:   0
Available number of file descriptors: 3849
Reserved number of file descriptors:   100
Store Disk files open:   0
Internal Data Structures:
9715558 StoreEntries
 43593 StoreEntries with MemObjects
 43485 Hot Object Cache Items
9712888 on-disk objects


ealier when the option was tunred "on" the fd usage touched 2000 with about
100 hits/sec. Then the cpu was near 98 -99. Now it has come down to 65 -70
under similar conditions.

Is it something due to my kernel limitations
linux 2.4.18 SMP.

Plan upgrading to 2.6.4 or greater. But on a test machine wccp wasn't coming
up with 2.6.9 kernel using the bundled ip_gre.

Please help.

TIA
SK




Re: [squid-users] wccp and MTU

2004-12-10 Thread sk
Thanks Henrick for the advice.

 FOllowing your old mail in 2001, i have
set ip_no_mtu_disc

Will get back soon after observing.

RGDS
SK
- Original Message -
From: "Henrik Nordstrom" <[EMAIL PROTECTED]>
To: "sk" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, December 10, 2004 8:04 PM
Subject: Re: [squid-users] wccp and MTU


> On Fri, 10 Dec 2004, sk wrote:
>
> > Could somebody tell how to set mtu for wccp redirection
> >
> > a lot of clients using pppoe have problem with wccp redirection. They
can
> > work if they point their browsers directly to the squid.
>
> I guess these PPPoE users using a smaller MTU than the default? Such
> situation is a common source of problems with most WCCP routers as they do
> not track connections and fails to send the ICMP "must fragment" messages
> to the Squid server.
>
> The MTU is set by the MTU of the interface or route on the Squid server.
>
> Another viable option is to disable Path-MTU discovery towards the
> clients.
>
> Regards
> Henrik
>



Re: [squid-users] wccp and MTU

2004-12-10 Thread sk
Thanks for the reply.

Could you throw some more light on how to set the path mtu.

TIA
Sk

- Original Message -
From: "Henrik Nordstrom" <[EMAIL PROTECTED]>
To: "sk" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, December 10, 2004 8:04 PM
Subject: Re: [squid-users] wccp and MTU


> On Fri, 10 Dec 2004, sk wrote:
>
> > Could somebody tell how to set mtu for wccp redirection
> >
> > a lot of clients using pppoe have problem with wccp redirection. They
can
> > work if they point their browsers directly to the squid.
>
> I guess these PPPoE users using a smaller MTU than the default? Such
> situation is a common source of problems with most WCCP routers as they do
> not track connections and fails to send the ICMP "must fragment" messages
> to the Squid server.
>
> The MTU is set by the MTU of the interface or route on the Squid server.
>
> Another viable option is to disable Path-MTU discovery towards the
> clients.
>
> Regards
> Henrik
>



[squid-users] wccp and MTU

2004-12-10 Thread sk
Could somebody tell how to set mtu for wccp redirection

a lot of clients using pppoe have problem with wccp redirection. They can
work if they point their browsers directly to the squid.

SK



Re: [squid-users] strange reports after dl-malloc

2004-12-10 Thread sk
Yeah Satellite link

But could someone explain why load shoots up even when permissible number of
FD's are opened.

have configured for 4096 and near 1000 open FD's the cpu is in 90's.

Also could kernel 2.6 help me improve the performance.

SK

- Original Message -
From: "Chris Robertson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 10, 2004 1:44 AM
Subject: RE: [squid-users] strange reports after dl-malloc


> > -Original Message-
> > From: sk [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, December 08, 2004 11:22 PM
> > To: [EMAIL PROTECTED]
> > Subject: [squid-users] strange reports after dl-malloc
> >
> >
> > Median Service Times (seconds)  5 min60 min:
> > HTTP Requests (All):   0.72387  0.68577
> > Cache Misses:  1.31166  1.24267
> > Cache Hits:0.00286  0.00463
> > Near Hits: 1.24267  1.24267
> > Not-Modified Replies:  0.00286  0.00286
> > DNS Lookups:   0.39726  0.61955
> > ICP Queries:   0.0  0.0
> >
>
> Is it safe to assume that you are accessing the internet over satellite?
>
> >
> > After all hard work still with 90-100 requests /sec squid hovers around
> 98%
> > CPU.
> > Any advice.
> >
> > RGDS
> > SK
>
> Latency seems to make a great deal of difference to Squid's CPU usage.
The
> majority of my customers are accessing the internet using satellite
> connections, and you can see my stats at
> http://mrtg.schoolaccess.net/squid/.  A peak of about 68 req/s
> (http://mrtg.schoolaccess.net/squid/proxy1serverrequests-day.png) leads to
> about 60% CPU
(http://mrtg.schoolaccess.net/squid/proxy1syscpustat-day.png).
> For the record, the monitored servers are parents that have terrestrial
> links to the world.  Most of their children are accessing the parents over
> satellite.
>
> Chris
>



Re: [squid-users] strange reports after dl-malloc

2004-12-09 Thread sk
 any goof ups in this config.





- Original Message -
From: "Elsen Marc" <[EMAIL PROTECTED]>
To: "sk" <[EMAIL PROTECTED]>
Cc: "Elsen Marc" <[EMAIL PROTECTED]>
Sent: Thursday, December 09, 2004 7:33 PM
Subject: RE: [squid-users] strange reports after dl-malloc




>
> Hi Mark,
>
>Read in many places taht Dl-malloc may do better
> than shipped
> malloc. So compiled with one from the site.
> The one shipped with squid is 2.6.X and i've put in 2.7.x
>
> My worries are manyfold.
>
> 3 months of prodding along with this box, still no noticeable
> improvements.
>
> IBM X235 with dual Xeon 3.06, 2.5 G Ram,
> 4 * 73G HDD( 10K) set to fill till 55%
> Using wccp,. latest from site.
>
> The squid behaves like 1% cpu per request.
> for around 50 rqst/sec - cpu around 50 -55
> and above 80/sec its near 96 -99.
> Ive seen 125 hits maximum on this box.
>
> Have read all these 3 months and tried so many options, still no
> improvement. Have read Henrick written somewhere taht such a
> box should give
> 400rqst/sec without problems.
>
>

 I can't be of much help. I am for instance not familiar with
wccp and I don't use it. Perhaps the problem area is in there,
you never know.
I can only offer general guidelines as in , make sure that squid
is not swapping and that there is enough phys. mem w.r.t. cache size
(see FAQ).
If CPU situation is 99% then, perhaps (very perhaps) :

   % squid -k debug ; sleep 2; squid -k debug

will 'offer' a 2 second full debug session (output in cache.log).
Its not all guaranteed that this will offer you immediate clues
as what squid is doing , and what keeps it busy.
It may give an indication, yet perhaps not either.

Marc.




[squid-users] strange reports after dl-malloc

2004-12-09 Thread sk
Hi,
  The squid has been complied recently to use dl-malloc
after this i see no performance improvements, but the
General RUntime of Cachemgr show these readings.


Squid Object Cache: Version 2.5.STABLE7

  Start Time: Wed, 08 Dec 2004 14:25:05 GMT
  Current Time: Thu, 09 Dec 2004 08:15:39 GMT

Connection information for squid:
Number of clients accessing cache:  906
Number of HTTP requests received:   3607952
Number of ICP messages received:0
Number of ICP messages sent:0
Number of queued ICP replies:   0
Request failure ratio:   0.00
Average HTTP requests per minute since start:   3370.1
Average ICP messages per minute since start:0.0
Select loop called: 17142403 times, 3.747 ms avg
Cache information for squid:
Request Hit Ratios: 5min: 47.8%, 60min: 48.5%
Byte Hit Ratios:5min: 18.6%, 60min: 22.0%
Request Memory Hit Ratios:  5min: 16.7%, 60min: 15.9%
Request Disk Hit Ratios:5min: 22.6%, 60min: 23.4%
Storage Swap size:  151142536 KB
Storage Mem size:   184308 KB
Mean Object Size:   15.00 KB
Requests given to unlinkd:  209
Median Service Times (seconds)  5 min60 min:
HTTP Requests (All):   0.72387  0.68577
Cache Misses:  1.31166  1.24267
Cache Hits:0.00286  0.00463
Near Hits: 1.24267  1.24267
Not-Modified Replies:  0.00286  0.00286
DNS Lookups:   0.39726  0.61955
ICP Queries:   0.0  0.0
Resource usage for squid:
UP Time:64233.957 seconds
CPU Time:   34581.780 seconds
CPU Usage:  53.84%
CPU Usage, 5 minute avg:97.88%
CPU Usage, 60 minute avg:   96.75%
Process Data Segment Size via sbrk(): 915338 KB
Maximum Resident Size: 0 KB
Page faults with physical i/o: 849
Memory usage for squid via mallinfo():
Total space in arena:  1190794 KB
Ordinary blocks:   1188575 KB   6170 blks
Small blocks:  1197714 KB  0 blks
Holding blocks:  6920 KB  6 blks
Free Small blocks:  0 KB
Free Ordinary blocks:2219 KB
Total in use:  -1801094 KB -149%<--
Total free:  2219 KB 0%
Total size:1197714 KB
Memory accounted for:
Total accounted:   974964 KB
memPoolAlloc calls: 436889036
memPoolFree calls: 405805933
File descriptor usage for squid:
Maximum number of file descriptors:   4096
Largest file desc currently in use:   1979
Number of file desc currently in use: 1930
Files queued for open:   0
Available number of file descriptors: 2166
Reserved number of file descriptors:   100
Store Disk files open:   0
Internal Data Structures:
10076279 StoreEntries
 35359 StoreEntries with MemObjects
 35100 Hot Object Cache Items
10073713 on-disk objects


Why is this showing absurd value. This was not the case till i used
dl-malloc.
My compile options were
Squid Cache: Version 2.5.STABLE7configure
options:  --sysconfdir=/etc/squid --enable-storeio=diskd --enable-snmp --ena
ble-linux-netfilter --enable-underscores --enable-removal-policies=lru --dis
able-ident-lookups --with-dl --enable-err-languages=English --enable-dlmallo
c
This is on SUSE 8.0 WITH 2.4.18 SMP KERNEL
After all hard work still with 90-100 requests /sec squid hovers around 98%
CPU.
Any advice.

RGDS
SK




[squid-users] Request header is too large

2004-12-07 Thread sk
Hi



I'm facing this same problem of Header size from many customers, but most of
them use PPPOE . For some of them wccp does not work, so they are asked to
configure the proxy in their browser. Does this cause them from being able
to browse( because many i had to bypass from wccp ).

Have been upgrading my squid as soon as you release newer versions. Now with
2.5.7 and all patches,

with request_header_max at 50 Kb. still during some periods of day i get
more than 400 messages/hour like this

Dec 3 09:58:40 proxy-01 squid[3790]: Request header is too large (52560
bytes)

Dec 3 09:58:40 proxy-01 squid[3790]: Config 'request_header_max_size'= 51200
bytes.

Dec 3 09:58:41 proxy-01 squid[3790]: Request header is too large (52560
bytes)

Dec 3 09:58:41 proxy-01 squid[3790]: Config 'request_header_max_size'= 51200
bytes.



grep " [0-9][0-9][0-9][0-9][0-9]/*" access.log

1102156576.872 3791 203.189.138.89 TCP_MISS/200 55470 GET
http://thailand.clubhombre.com/EdenClub.jpg - DIRECT/66.70.36.244 image/jpeg

1102156580.581 4051 203.189.138.86 TCP_MISS/200 51580 GET
http://web.peykeiran.com/net_public/irtitles.aspx - DIRECT/62.119.28.161
text/html

1102156583.047 1857 203.189.136.204 TCP_MISS/200 58970 GET
http://office.microsoft.com/clipart/results.aspx? - DIRECT/65.54.206.30
text/html

1102156591.401 1502 203.189.136.204 TCP_MISS/200 58986 GET
http://office.microsoft.com/clipart/results.aspx? - DIRECT/65.54.206.30
text/html

...

Just a clip of output .



How do i capture the trouble maker. Does this contribute to my squid running
at 99% with just 100 hits/sec on a dual Xeon3.06 with 2.5G.






Re: [squid-users] server restarted after squid crash

2004-12-07 Thread sk
TECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@[EMAIL PROTECTED]@^@
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]  7
09:13:30 prox
y-01 squid[757]: Squid Parent: child process 759 started
Dec  7 09:13:30 proxy-01 squid[759]: Starting Squid Cache version
2.5.STABLE7 for i686
-pc-linux-gnu...
Dec  7 09:13:30 proxy-01 squid[759]: Process ID 759
Dec  7 09:13:30 proxy-01 squid[759]: Process ID 759
Dec  7 09:13:30 proxy-01 squid[759]: With 1024 file descriptors available
Dec  7 09:13:30 proxy-01 squid[759]: DNS Socket created at 0.0.0.0, port
32768, FD 4
Dec  7 09:13:30 proxy-01 squid[759]: Adding nameserver 203.189.128.2 from
squid.conf
Dec  7 09:13:30 proxy-01 squid[759]: Adding nameserver 203.189.128.1 from
squid.conf
Dec  7 09:13:30 proxy-01 squid[759]: Adding nameserver 219.127.89.37 from
squid.conf
Dec  7 09:13:30 proxy-01 squid[759]: Unlinkd pipe opened on FD 9
Dec  7 09:13:30 proxy-01 squid[759]: Swap maxSize 155648000 KB, estimated
11972923 obj
ects
Dec  7 09:13:30 proxy-01 squid[759]: Target number of buckets: 598646
Dec  7 09:13:30 proxy-01 squid[759]: Using 1048576 Store buckets
Dec  7 09:13:30 proxy-01 squid[759]: Max Mem  size: 204800 KB
Dec  7 09:13:30 proxy-01 squid[759]: Max Swap size: 155648000 KB
Dec  7 09:13:30 proxy-01 squid[759]: Store logging disabled
Dec  7 09:13:30 proxy-01 squid[759]: Rebuilding storage in /var/squid/disk1
(DIRTY)
Dec  7 09:13:30 proxy-01 squid[759]: Rebuilding storage in /var/squid/disk2
(DIRTY)
Dec  7 09:13:30 proxy-01 squid[759]: Rebuilding storage in /var/squid/disk3
(DIRTY)
Dec  7 09:13:30 proxy-01 squid[759]: Rebuilding storage in /var/squid/disk4
(DIRTY)
Dec  7 09:13:30 proxy-01 squid[759]: Using Round Robin store dir selection
Dec  7 09:13:30 proxy-01 squid[759]: Current Directory is /
Dec  7 09:13:31 proxy-01 squid[759]: Loaded Icons.
Dec  7 09:13:31 proxy-01 squid[759]: Accepting HTTP connections at 0.0.0.0,
port 3128,
 FD 19.
Dec  7 09:13:31 proxy-01 squid[759]: Accepting ICP messages at 0.0.0.0, port
64500, FD
 21.
Dec  7 09:13:31 proxy-01 squid[759]: Accepting SNMP messages on port 3401,
FD 22.
Dec  7 09:13:31 proxy-01 squid[759]: Accepting WCCP messages on port 2048,
FD 23.
Dec  7 09:13:31 proxy-01 squid[759]: Ready to serve requests.
Dec  7 09:13:32 proxy-01 squid[759]: Store rebuilding is  0.1% complete
Dec  7 09:13:47 proxy-01 squid[759]: Store rebuilding is  2.2% complete
Dec  7 09:14:02 proxy-01 squid[759]: Store rebuilding is  4.5% complete
..
...

from /var/log/warn

Dec  7 08:34:03 proxy-01 sshd[27743]: refused connect from
:::211.243.239.169 (::f
fff:211.243.239.169)
Dec  7 09:09:08 proxy-01 kernel: Uhhuh. NMI received for unknown reason 34.
Dec  7 09:09:08 proxy-01 kernel: Dazed and confused, but trying to continue
Dec  7 09:09:08 proxy-01 kernel: Do you have a strange power saving mode
enabled?
Dec  7 09:13:27 proxy-01 insmod: insmod: a module named sg already exists
Dec  7 09:13:27 proxy-01 insmod: insmod: insmod char-major-21 failed
Dec  7 09:13:27 proxy-01 modprobe: modprobe: Can't locate module
block-major-11
Dec  7 09:13:27 proxy-01 last message repeated 31 times
Dec  7 09:13:30 proxy-01 squid[759]: Starting Squid Cache version
2.5.STABLE7 for i686
-pc-linux-gnu...
Dec  7 09:13:31 proxy-01 kernel: ide-floppy driver 0.99
Dec  7 09:13:31 proxy-01 kernel: request_module[scsi_hostadapter]: Root fs
not mounted
Dec  7 09:13:31 proxy-01 kernel: request_module[scsi_hostadapter]: Root fs
not mounted
Dec  7 09:13:31 proxy-01 kernel: IP: routing cache hash table of 32768
buckets, 256Kby
tes
Dec  7 09:13:31 proxy-01 kernel: TCP: Hash tables configured (established
262144 bind
65536)
Dec  7 09:13:31 proxy-01 kernel: Uncompressing.done.
Dec  7 09:13:31 proxy-01 kernel: Freeing initrd memory: 574k freed
Dec  7 09:13:31 proxy-01 kernel: VFS: Mounted root (ext2 filesystem).
Dec  7 09:13:31 proxy-01 kernel:   Vendor: LSILOGIC  Model: 1030 IM
Rev: 100
0


RGDS
SK



[squid-users] server restarted after squid crash

2004-12-06 Thread sk
Hi,

The squid server restarted on its own. The only trace i got why it

restarted is from /squid/localmessages

Is this anything related to

uri_whitespace strip setting in squid.conf.

Below is the logfile of that time.

Dec 7 09:08:23 proxy-01 squid[3790]: clientReadRequest: FD 100 Invalid

Request

Dec 7 09:09:27 proxy-01 squid[3790]: clientReadRequest: FD 557 Invalid

Request

Dec 7 09:09:54 proxy-01 squid[3790]: clientReadRequest: FD 326 Invalid

Request

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@Dec 7 09:13:30 proxy-01 
squid[757]: Squid

Parent: c

hild process 759 started

Dec 7 09:13:30 proxy-01 squid[759]: Starting Squid Cache version

2.5.STABLE7 fo

r i686-pc-linux-gnu...



RGDS

SK