Re: Squid 2.5.4 hangs when creating cache directories

2003-10-07 Thread Carlos O'Donell
On Tue, Oct 07, 2003 at 07:46:58PM +0100, Peter Whysall wrote: > On Tue, 2003-10-07 at 18:52, Carlos O'Donell wrote: > > On Tue, Oct 07, 2003 at 08:11:18AM +0100, Peter Whysall wrote: > > > > > > How would I determine this? > > > > `ldd / | grep libpthread` > > > > If the above gives you output

Re: Squid 2.5.4 hangs when creating cache directories

2003-10-07 Thread Peter Whysall
On Tue, 2003-10-07 at 18:52, Carlos O'Donell wrote: > On Tue, Oct 07, 2003 at 08:11:18AM +0100, Peter Whysall wrote: > > > > How would I determine this? > > `ldd / | grep libpthread` > > If the above gives you output then libpthread is compiled into squird. $ ldd `which squid` | grep libpthread

Re: Squid 2.5.4 hangs when creating cache directories

2003-10-07 Thread Carlos O'Donell
On Tue, Oct 07, 2003 at 08:11:18AM +0100, Peter Whysall wrote: > > How would I determine this? `ldd / | grep libpthread` If the above gives you output then libpthread is compiled into squird. _or_ Strace and look for an open() of libpthread that doesn't look like it's in the loaders initializa

unsubscribe

2003-10-07 Thread Fabio Hiroyuki Yamaia
unsubscribe

Re: Squid 2.5.4 hangs when creating cache directories

2003-10-07 Thread Peter Whysall
on Mon, Oct 06, 2003, Carlos O'Donell ([EMAIL PROTECTED]) wrote: > On Mon, Oct 06, 2003 at 09:55:30AM +0100, Peter Whysall wrote: > > HP D330, running unstable. > > > > When installing squid from unstable, the process hangs at the "Creating > > cache directories" stage. > > > > stracing this reve