Re: [squid-users] compiling, installing and running

From: Matus UHLAR - fantomas <uhlar_at_fantomas.sk>
Date: Sun, 24 Aug 2008 00:24:31 +0200

Hello,

I don't know if you repeatedly ignore my mail, so I'm posting copy to the
list.

Please, if you are writing a new post, send it as new mail and not
as reply/followup on old mail. It makes people with threading clients
angry and they can also in such case miss your e-mail.
Thank you.

On 21.08.08 15:43, Luis Enrique wrote:
> From: Luis Enrique <enrique_at_banmet.cu>
> To: squid-users_at_squid-cache.org
> References: <C4D33170.2E9E%benton.roberts_at_starcut.com> <48ADBBE1.8000605_at_solutti.com.br>
> In-Reply-To: <48ADBBE1.8000605_at_solutti.com.br>
> Date: Thu, 21 Aug 2008 15:43:55 -0500
> Subject: [squid-users] compiling, installing and running
>
> hello I want to enable authentication digest.
> recently I configured I installed and executed squid3.0STABLE8 with these
> parameters:
> . / it
> configures--prefix=/usr--localstatedir=/var--with-default-user=proxy--sysconfdir=/etc/squid--datadir=${prefix}/share/squid--libexecdir=${prefix}/lib/squid--enable-linux-netfilter--enable-delay-pools--enable-useragent-log--enable-auth=digest,basic--enable-auth=digest--enable-useragent-log--enable-digest-auth-helpers=password--enable-default-err-language=Spanish
> make
> make install
>
> when I try to run the squid show this error:
>
> 2008/08/21 15:09:26| Starting Squid Cache version 3.0.STABLE8 for
> i686-pc-linux-gnu...
> 2008/08/21 15:09:26| Process ID 7395
> 2008/08/21 15:09:26| With 1024 file descriptors available
> 2008/08/21 15:09:26| Performing DNS Tests...
> 2008/08/21 15:09:27| Successful DNS name lookup tests...
> 2008/08/21 15:09:27| DNS Socket created at 169.158.83.181, port 32772, FD 8
> 2008/08/21 15:09:27| Adding nameserver 169.158.128.136 from squid.conf
> 2008/08/21 15:09:27| Adding nameserver 169.158.128.156 from squid.conf
> 2008/08/21 15:09:27| helperOpenServers: Starting 5 'digest_pw_auth'
> processes
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:09:27| User-Agent logging is disabled.
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:09:27| Unlinkd pipe opened on FD 18
> 2008/08/21 15:09:27| Swap maxSize 102400 KB, estimated 7876 objects
> 2008/08/21 15:09:27| Target number of buckets: 393
> 2008/08/21 15:09:27| Using 8192 Store buckets
> 2008/08/21 15:09:27| Max Mem size: 102400 KB
> 2008/08/21 15:09:27| Max Swap size: 102400 KB
> 2008/08/21 15:09:27| Version 1 of swap file without LFS support detected...
> 2008/08/21 15:09:27| Rebuilding storage in /var/spool/squid (DIRTY)
> 2008/08/21 15:09:27| Using Least Load store dir selection
> 2008/08/21 15:09:27| Set Current Directory to /var/spool/squid
> 2008/08/21 15:09:27| Loaded Icons.
> 2008/08/21 15:09:27| Accepting HTTP connections at 192.168.158.5, port
> 8080, FD 20.
> 2008/08/21 15:09:27| Accepting ICP messages at 169.158.83.181, port 3130,
> FD 21.
> 2008/08/21 15:09:27| Outgoing ICP messages on port 3130, FD 22.
> 2008/08/21 15:09:27| Accepting HTCP messages on port 4827, FD 23.
> 2008/08/21 15:09:27| Outgoing HTCP messages on port 4827, FD 24.
> 2008/08/21 15:09:27| Ready to serve requests.
> 2008/08/21 15:09:27| Done reading /var/spool/squid swaplog (2 entries)
> 2008/08/21 15:09:27| Finished rebuilding storage from disk.
> 2008/08/21 15:09:27| 2 Entries scanned
> 2008/08/21 15:09:27| 0 Invalid entries.
> 2008/08/21 15:09:27| 0 With invalid flags.
> 2008/08/21 15:09:27| 2 Objects loaded.
> 2008/08/21 15:09:27| 0 Objects expired.
> 2008/08/21 15:09:27| 0 Objects cancelled.
> 2008/08/21 15:09:27| 0 Duplicate URLs purged.
> 2008/08/21 15:09:27| 0 Swapfile clashes avoided.
> 2008/08/21 15:09:27| Took 0.01 seconds (248.91 objects/sec).
> 2008/08/21 15:09:27| Beginning Validation Procedure
> 2008/08/21 15:09:27| WARNING: digestauthenticator #5 (FD 13) exited
> 2008/08/21 15:09:27| WARNING: digestauthenticator #4 (FD 12) exited
> 2008/08/21 15:09:27| WARNING: digestauthenticator #3 (FD 11) exited
> 2008/08/21 15:09:27| WARNING: digestauthenticator #2 (FD 10) exited
> 2008/08/21 15:09:27| Too few digestauthenticator processes are running
> FATAL: The digestauthenticator helpers are crashing too rapidly, need help!
>
> Squid Cache (Version 3.0.STABLE8): Terminated abnormally.
> CPU Usage: 0.024 seconds = 0.012 user + 0.012 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Memory usage for squid via mallinfo():
> total space in arena: 3220 KB
> Ordinary blocks: 3129 KB 7 blks
> Small blocks: 0 KB 0 blks
> Holding blocks: 1636 KB 7 blks
> Free Small blocks: 0 KB
> Free Ordinary blocks: 90 KB
> Total in use: 4765 KB 148%
> Total free: 90 KB 3%
> 2008/08/21 15:09:30| Starting Squid Cache version 3.0.STABLE8 for
> i686-pc-linux-gnu...
> 2008/08/21 15:09:30| Process ID 7403
> 2008/08/21 15:09:30| With 1024 file descriptors available
> 2008/08/21 15:09:30| Performing DNS Tests...
> 2008/08/21 15:09:31| Successful DNS name lookup tests...
> 2008/08/21 15:09:31| DNS Socket created at 169.158.83.181, port 32772, FD 8
> 2008/08/21 15:09:31| Adding nameserver 169.158.128.136 from squid.conf
> 2008/08/21 15:09:31| Adding nameserver 169.158.128.156 from squid.conf
> 2008/08/21 15:09:31| helperOpenServers: Starting 5 'digest_pw_auth'
> processes
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:09:31| User-Agent logging is disabled.
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:09:31| Unlinkd pipe opened on FD 18
> 2008/08/21 15:09:31| Swap maxSize 102400 KB, estimated 7876 objects
> 2008/08/21 15:09:31| Target number of buckets: 393
> 2008/08/21 15:09:31| Using 8192 Store buckets
> 2008/08/21 15:09:31| Max Mem size: 102400 KB
> 2008/08/21 15:09:31| Max Swap size: 102400 KB
> 2008/08/21 15:09:31| Version 1 of swap file with LFS support detected...
> 2008/08/21 15:09:31| Rebuilding storage in /var/spool/squid (DIRTY)
> 2008/08/21 15:09:31| Using Least Load store dir selection
> 2008/08/21 15:09:31| Set Current Directory to /var/spool/squid
> 2008/08/21 15:09:32| Loaded Icons.
> 2008/08/21 15:09:32| Accepting HTTP connections at 192.168.158.5, port
> 8080, FD 20.
> 2008/08/21 15:09:32| Accepting ICP messages at 169.158.83.181, port 3130,
> FD 21.
> 2008/08/21 15:09:32| Outgoing ICP messages on port 3130, FD 22.
> 2008/08/21 15:09:32| Accepting HTCP messages on port 4827, FD 23.
> 2008/08/21 15:09:32| Outgoing HTCP messages on port 4827, FD 24.
> 2008/08/21 15:09:32| Ready to serve requests.
> 2008/08/21 15:09:32| Done reading /var/spool/squid swaplog (2 entries)
> 2008/08/21 15:09:32| Finished rebuilding storage from disk.
> 2008/08/21 15:09:32| 2 Entries scanned
> 2008/08/21 15:09:32| 0 Invalid entries.
> 2008/08/21 15:09:32| 0 With invalid flags.
> 2008/08/21 15:09:32| 2 Objects loaded.
> 2008/08/21 15:09:32| 0 Objects expired.
> 2008/08/21 15:09:32| 0 Objects cancelled.
> 2008/08/21 15:09:32| 0 Duplicate URLs purged.
> 2008/08/21 15:09:32| 0 Swapfile clashes avoided.
> 2008/08/21 15:09:32| Took 0.01 seconds (240.53 objects/sec).
> 2008/08/21 15:09:32| Beginning Validation Procedure
> 2008/08/21 15:09:32| WARNING: digestauthenticator #5 (FD 13) exited
> 2008/08/21 15:09:32| WARNING: digestauthenticator #4 (FD 12) exited
> 2008/08/21 15:09:32| WARNING: digestauthenticator #3 (FD 11) exited
> 2008/08/21 15:09:32| WARNING: digestauthenticator #2 (FD 10) exited
> 2008/08/21 15:09:32| Too few digestauthenticator processes are running
> FATAL: The digestauthenticator helpers are crashing too rapidly, need help!
>
> Squid Cache (Version 3.0.STABLE8): Terminated abnormally.
> CPU Usage: 0.024 seconds = 0.000 user + 0.024 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Memory usage for squid via mallinfo():
> total space in arena: 3220 KB
> Ordinary blocks: 3129 KB 7 blks
> Small blocks: 0 KB 0 blks
> Holding blocks: 1636 KB 7 blks
> Free Small blocks: 0 KB
> Free Ordinary blocks: 90 KB
> Total in use: 4765 KB 148%
> Total free: 90 KB 3%
> 2008/08/21 15:09:35| Starting Squid Cache version 3.0.STABLE8 for
> i686-pc-linux-gnu...
> 2008/08/21 15:09:35| Process ID 7414
> 2008/08/21 15:09:35| With 1024 file descriptors available
> 2008/08/21 15:09:35| Performing DNS Tests...
> 2008/08/21 15:09:35| Successful DNS name lookup tests...
> 2008/08/21 15:09:35| DNS Socket created at 169.158.83.181, port 32772, FD 8
> 2008/08/21 15:09:35| Adding nameserver 169.158.128.136 from squid.conf
> 2008/08/21 15:09:35| Adding nameserver 169.158.128.156 from squid.conf
> 2008/08/21 15:09:35| helperOpenServers: Starting 5 'digest_pw_auth'
> processes
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:09:35| User-Agent logging is disabled.
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:09:35| Unlinkd pipe opened on FD 18
> 2008/08/21 15:09:35| Swap maxSize 102400 KB, estimated 7876 objects
> 2008/08/21 15:09:35| Target number of buckets: 393
> 2008/08/21 15:09:35| Using 8192 Store buckets
> 2008/08/21 15:09:35| Max Mem size: 102400 KB
> 2008/08/21 15:09:35| Max Swap size: 102400 KB
> 2008/08/21 15:09:35| Version 1 of swap file with LFS support detected...
> 2008/08/21 15:09:35| Rebuilding storage in /var/spool/squid (DIRTY)
> 2008/08/21 15:09:35| Using Least Load store dir selection
> 2008/08/21 15:09:35| Set Current Directory to /var/spool/squid
> 2008/08/21 15:09:35| Loaded Icons.
> 2008/08/21 15:09:35| Accepting HTTP connections at 192.168.158.5, port
> 8080, FD 20.
> 2008/08/21 15:09:35| Accepting ICP messages at 169.158.83.181, port 3130,
> FD 21.
> 2008/08/21 15:09:35| Outgoing ICP messages on port 3130, FD 22.
> 2008/08/21 15:09:35| Accepting HTCP messages on port 4827, FD 23.
> 2008/08/21 15:09:35| Outgoing HTCP messages on port 4827, FD 24.
> 2008/08/21 15:09:35| Ready to serve requests.
> 2008/08/21 15:09:35| Done reading /var/spool/squid swaplog (2 entries)
> 2008/08/21 15:09:35| Finished rebuilding storage from disk.
> 2008/08/21 15:09:35| 2 Entries scanned
> 2008/08/21 15:09:35| 0 Invalid entries.
> 2008/08/21 15:09:35| 0 With invalid flags.
> 2008/08/21 15:09:35| 2 Objects loaded.
> 2008/08/21 15:09:35| 0 Objects expired.
> 2008/08/21 15:09:35| 0 Objects cancelled.
> 2008/08/21 15:09:35| 0 Duplicate URLs purged.
> 2008/08/21 15:09:35| 0 Swapfile clashes avoided.
> 2008/08/21 15:09:35| Took 0.01 seconds (247.13 objects/sec).
> 2008/08/21 15:09:35| Beginning Validation Procedure
> 2008/08/21 15:09:35| WARNING: digestauthenticator #5 (FD 13) exited
> 2008/08/21 15:09:35| WARNING: digestauthenticator #4 (FD 12) exited
> 2008/08/21 15:09:35| WARNING: digestauthenticator #3 (FD 11) exited
> 2008/08/21 15:09:35| WARNING: digestauthenticator #2 (FD 10) exited
> 2008/08/21 15:09:35| Too few digestauthenticator processes are running
> FATAL: The digestauthenticator helpers are crashing too rapidly, need help!
>
> Squid Cache (Version 3.0.STABLE8): Terminated abnormally.
> CPU Usage: 0.024 seconds = 0.016 user + 0.008 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Memory usage for squid via mallinfo():
> total space in arena: 3220 KB
> Ordinary blocks: 3129 KB 7 blks
> Small blocks: 0 KB 0 blks
> Holding blocks: 1636 KB 7 blks
> Free Small blocks: 0 KB
> Free Ordinary blocks: 90 KB
> Total in use: 4765 KB 148%
> Total free: 90 KB 3%
> 2008/08/21 15:09:38| Starting Squid Cache version 3.0.STABLE8 for
> i686-pc-linux-gnu...
> 2008/08/21 15:09:38| Process ID 7422
> 2008/08/21 15:09:38| With 1024 file descriptors available
> 2008/08/21 15:09:38| Performing DNS Tests...
> 2008/08/21 15:09:38| Successful DNS name lookup tests...
> 2008/08/21 15:09:38| DNS Socket created at 169.158.83.181, port 32772, FD 8
> 2008/08/21 15:09:38| Adding nameserver 169.158.128.136 from squid.conf
> 2008/08/21 15:09:38| Adding nameserver 169.158.128.156 from squid.conf
> 2008/08/21 15:09:38| helperOpenServers: Starting 5 'digest_pw_auth'
> processes
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:09:38| User-Agent logging is disabled.
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:09:39| Unlinkd pipe opened on FD 18
> 2008/08/21 15:09:39| Swap maxSize 102400 KB, estimated 7876 objects
> 2008/08/21 15:09:39| Target number of buckets: 393
> 2008/08/21 15:09:39| Using 8192 Store buckets
> 2008/08/21 15:09:39| Max Mem size: 102400 KB
> 2008/08/21 15:09:39| Max Swap size: 102400 KB
> 2008/08/21 15:09:39| Version 1 of swap file with LFS support detected...
> 2008/08/21 15:09:39| Rebuilding storage in /var/spool/squid (DIRTY)
> 2008/08/21 15:09:39| Using Least Load store dir selection
> 2008/08/21 15:09:39| Set Current Directory to /var/spool/squid
> 2008/08/21 15:09:39| Loaded Icons.
> 2008/08/21 15:09:39| Accepting HTTP connections at 192.168.158.5, port
> 8080, FD 20.
> 2008/08/21 15:09:39| Accepting ICP messages at 169.158.83.181, port 3130,
> FD 21.
> 2008/08/21 15:09:39| Outgoing ICP messages on port 3130, FD 22.
> 2008/08/21 15:09:39| Accepting HTCP messages on port 4827, FD 23.
> 2008/08/21 15:09:39| Outgoing HTCP messages on port 4827, FD 24.
> 2008/08/21 15:09:39| Ready to serve requests.
> 2008/08/21 15:09:39| Done reading /var/spool/squid swaplog (2 entries)
> 2008/08/21 15:09:39| Finished rebuilding storage from disk.
> 2008/08/21 15:09:39| 2 Entries scanned
> 2008/08/21 15:09:39| 0 Invalid entries.
> 2008/08/21 15:09:39| 0 With invalid flags.
> 2008/08/21 15:09:39| 2 Objects loaded.
> 2008/08/21 15:09:39| 0 Objects expired.
> 2008/08/21 15:09:39| 0 Objects cancelled.
> 2008/08/21 15:09:39| 0 Duplicate URLs purged.
> 2008/08/21 15:09:39| 0 Swapfile clashes avoided.
> 2008/08/21 15:09:39| Took 0.01 seconds (249.25 objects/sec).
> 2008/08/21 15:09:39| Beginning Validation Procedure
> 2008/08/21 15:09:39| WARNING: digestauthenticator #5 (FD 13) exited
> 2008/08/21 15:09:39| WARNING: digestauthenticator #4 (FD 12) exited
> 2008/08/21 15:09:39| WARNING: digestauthenticator #3 (FD 11) exited
> 2008/08/21 15:09:39| WARNING: digestauthenticator #2 (FD 10) exited
> 2008/08/21 15:09:39| Too few digestauthenticator processes are running
> FATAL: The digestauthenticator helpers are crashing too rapidly, need help!
>
> Squid Cache (Version 3.0.STABLE8): Terminated abnormally.
> CPU Usage: 0.024 seconds = 0.012 user + 0.012 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Memory usage for squid via mallinfo():
> total space in arena: 3220 KB
> Ordinary blocks: 3129 KB 7 blks
> Small blocks: 0 KB 0 blks
> Holding blocks: 1636 KB 7 blks
> Free Small blocks: 0 KB
> Free Ordinary blocks: 90 KB
> Total in use: 4765 KB 148%
> Total free: 90 KB 3%
> 2008/08/21 15:09:42| Starting Squid Cache version 3.0.STABLE8 for
> i686-pc-linux-gnu...
> 2008/08/21 15:09:42| Process ID 7430
> 2008/08/21 15:09:42| With 1024 file descriptors available
> 2008/08/21 15:09:42| Performing DNS Tests...
> 2008/08/21 15:09:42| Successful DNS name lookup tests...
> 2008/08/21 15:09:42| DNS Socket created at 169.158.83.181, port 32772, FD 8
> 2008/08/21 15:09:42| Adding nameserver 169.158.128.136 from squid.conf
> 2008/08/21 15:09:42| Adding nameserver 169.158.128.156 from squid.conf
> 2008/08/21 15:09:42| helperOpenServers: Starting 5 'digest_pw_auth'
> processes
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:09:42| User-Agent logging is disabled.
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:09:43| Unlinkd pipe opened on FD 18
> 2008/08/21 15:09:43| Swap maxSize 102400 KB, estimated 7876 objects
> 2008/08/21 15:09:43| Target number of buckets: 393
> 2008/08/21 15:09:43| Using 8192 Store buckets
> 2008/08/21 15:09:43| Max Mem size: 102400 KB
> 2008/08/21 15:09:43| Max Swap size: 102400 KB
> 2008/08/21 15:09:43| Version 1 of swap file with LFS support detected...
> 2008/08/21 15:09:43| Rebuilding storage in /var/spool/squid (DIRTY)
> 2008/08/21 15:09:43| Using Least Load store dir selection
> 2008/08/21 15:09:43| Set Current Directory to /var/spool/squid
> 2008/08/21 15:09:43| Loaded Icons.
> 2008/08/21 15:09:43| Accepting HTTP connections at 192.168.158.5, port
> 8080, FD 20.
> 2008/08/21 15:09:43| Accepting ICP messages at 169.158.83.181, port 3130,
> FD 21.
> 2008/08/21 15:09:43| Outgoing ICP messages on port 3130, FD 22.
> 2008/08/21 15:09:43| Accepting HTCP messages on port 4827, FD 23.
> 2008/08/21 15:09:43| Outgoing HTCP messages on port 4827, FD 24.
> 2008/08/21 15:09:43| Ready to serve requests.
> 2008/08/21 15:09:43| Done reading /var/spool/squid swaplog (2 entries)
> 2008/08/21 15:09:43| Finished rebuilding storage from disk.
> 2008/08/21 15:09:43| 2 Entries scanned
> 2008/08/21 15:09:43| 0 Invalid entries.
> 2008/08/21 15:09:43| 0 With invalid flags.
> 2008/08/21 15:09:43| 2 Objects loaded.
> 2008/08/21 15:09:43| 0 Objects expired.
> 2008/08/21 15:09:43| 0 Objects cancelled.
> 2008/08/21 15:09:43| 0 Duplicate URLs purged.
> 2008/08/21 15:09:43| 0 Swapfile clashes avoided.
> 2008/08/21 15:09:43| Took 0.01 seconds (249.75 objects/sec).
> 2008/08/21 15:09:43| Beginning Validation Procedure
> 2008/08/21 15:09:43| WARNING: digestauthenticator #5 (FD 13) exited
> 2008/08/21 15:09:43| WARNING: digestauthenticator #4 (FD 12) exited
> 2008/08/21 15:09:43| WARNING: digestauthenticator #3 (FD 11) exited
> 2008/08/21 15:09:43| WARNING: digestauthenticator #2 (FD 10) exited
> 2008/08/21 15:09:43| Too few digestauthenticator processes are running
> FATAL: The digestauthenticator helpers are crashing too rapidly, need help!
>
> Squid Cache (Version 3.0.STABLE8): Terminated abnormally.
> CPU Usage: 0.020 seconds = 0.012 user + 0.008 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Memory usage for squid via mallinfo():
> total space in arena: 3220 KB
> Ordinary blocks: 3129 KB 7 blks
> Small blocks: 0 KB 0 blks
> Holding blocks: 1636 KB 7 blks
> Free Small blocks: 0 KB
> Free Ordinary blocks: 90 KB
> Total in use: 4765 KB 148%
> Total free: 90 KB 3%
> 2008/08/21 15:24:09| Starting Squid Cache version 3.0.STABLE8 for
> i686-pc-linux-gnu...
> 2008/08/21 15:24:09| Process ID 7538
> 2008/08/21 15:24:09| With 1024 file descriptors available
> 2008/08/21 15:24:09| Performing DNS Tests...
> 2008/08/21 15:24:10| Successful DNS name lookup tests...
> 2008/08/21 15:24:10| DNS Socket created at 169.158.83.181, port 32772, FD 8
> 2008/08/21 15:24:10| Adding nameserver 169.158.128.136 from squid.conf
> 2008/08/21 15:24:10| Adding nameserver 169.158.128.156 from squid.conf
> 2008/08/21 15:24:10| helperOpenServers: Starting 5 'digest_pw_auth'
> processes
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:24:10| User-Agent logging is disabled.
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:24:10| Unlinkd pipe opened on FD 18
> 2008/08/21 15:24:10| Swap maxSize 102400 KB, estimated 7876 objects
> 2008/08/21 15:24:10| Target number of buckets: 393
> 2008/08/21 15:24:10| Using 8192 Store buckets
> 2008/08/21 15:24:10| Max Mem size: 102400 KB
> 2008/08/21 15:24:10| Max Swap size: 102400 KB
> 2008/08/21 15:24:10| Version 1 of swap file with LFS support detected...
> 2008/08/21 15:24:10| Rebuilding storage in /var/spool/squid (DIRTY)
> 2008/08/21 15:24:10| Using Least Load store dir selection
> 2008/08/21 15:24:10| Set Current Directory to /var/spool/squid
> 2008/08/21 15:24:10| Loaded Icons.
> 2008/08/21 15:24:10| Accepting HTTP connections at 192.168.158.5, port
> 8080, FD 20.
> 2008/08/21 15:24:10| Accepting ICP messages at 169.158.83.181, port 3130,
> FD 21.
> 2008/08/21 15:24:10| Outgoing ICP messages on port 3130, FD 22.
> 2008/08/21 15:24:10| Accepting HTCP messages on port 4827, FD 23.
> 2008/08/21 15:24:10| Outgoing HTCP messages on port 4827, FD 24.
> 2008/08/21 15:24:10| Ready to serve requests.
> 2008/08/21 15:24:10| Done reading /var/spool/squid swaplog (2 entries)
> 2008/08/21 15:24:10| Finished rebuilding storage from disk.
> 2008/08/21 15:24:10| 2 Entries scanned
> 2008/08/21 15:24:10| 0 Invalid entries.
> 2008/08/21 15:24:10| 0 With invalid flags.
> 2008/08/21 15:24:10| 2 Objects loaded.
> 2008/08/21 15:24:10| 0 Objects expired.
> 2008/08/21 15:24:10| 0 Objects cancelled.
> 2008/08/21 15:24:10| 0 Duplicate URLs purged.
> 2008/08/21 15:24:10| 0 Swapfile clashes avoided.
> 2008/08/21 15:24:10| Took 0.01 seconds (251.60 objects/sec).
> 2008/08/21 15:24:10| Beginning Validation Procedure
> 2008/08/21 15:24:10| WARNING: digestauthenticator #5 (FD 13) exited
> 2008/08/21 15:24:10| WARNING: digestauthenticator #4 (FD 12) exited
> 2008/08/21 15:24:10| WARNING: digestauthenticator #3 (FD 11) exited
> 2008/08/21 15:24:10| WARNING: digestauthenticator #2 (FD 10) exited
> 2008/08/21 15:24:10| Too few digestauthenticator processes are running
> FATAL: The digestauthenticator helpers are crashing too rapidly, need help!
>
> Squid Cache (Version 3.0.STABLE8): Terminated abnormally.
> CPU Usage: 0.024 seconds = 0.008 user + 0.016 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Memory usage for squid via mallinfo():
> total space in arena: 3220 KB
> Ordinary blocks: 3129 KB 7 blks
> Small blocks: 0 KB 0 blks
> Holding blocks: 1636 KB 7 blks
> Free Small blocks: 0 KB
> Free Ordinary blocks: 90 KB
> Total in use: 4765 KB 148%
> Total free: 90 KB 3%
> 2008/08/21 15:24:13| Starting Squid Cache version 3.0.STABLE8 for
> i686-pc-linux-gnu...
> 2008/08/21 15:24:13| Process ID 7546
> 2008/08/21 15:24:13| With 1024 file descriptors available
> 2008/08/21 15:24:13| Performing DNS Tests...
> 2008/08/21 15:24:13| Successful DNS name lookup tests...
> 2008/08/21 15:24:13| DNS Socket created at 169.158.83.181, port 32772, FD 8
> 2008/08/21 15:24:13| Adding nameserver 169.158.128.136 from squid.conf
> 2008/08/21 15:24:13| Adding nameserver 169.158.128.156 from squid.conf
> 2008/08/21 15:24:13| helperOpenServers: Starting 5 'digest_pw_auth'
> processes
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:24:13| User-Agent logging is disabled.
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:24:13| Unlinkd pipe opened on FD 18
> 2008/08/21 15:24:13| Swap maxSize 102400 KB, estimated 7876 objects
> 2008/08/21 15:24:13| Target number of buckets: 393
> 2008/08/21 15:24:13| Using 8192 Store buckets
> 2008/08/21 15:24:13| Max Mem size: 102400 KB
> 2008/08/21 15:24:13| Max Swap size: 102400 KB
> 2008/08/21 15:24:13| Version 1 of swap file with LFS support detected...
> 2008/08/21 15:24:13| Rebuilding storage in /var/spool/squid (DIRTY)
> 2008/08/21 15:24:13| Using Least Load store dir selection
> 2008/08/21 15:24:13| Set Current Directory to /var/spool/squid
> 2008/08/21 15:24:13| Loaded Icons.
> 2008/08/21 15:24:13| Accepting HTTP connections at 192.168.158.5, port
> 8080, FD 20.
> 2008/08/21 15:24:13| Accepting ICP messages at 169.158.83.181, port 3130,
> FD 21.
> 2008/08/21 15:24:13| Outgoing ICP messages on port 3130, FD 22.
> 2008/08/21 15:24:13| Accepting HTCP messages on port 4827, FD 23.
> 2008/08/21 15:24:13| Outgoing HTCP messages on port 4827, FD 24.
> 2008/08/21 15:24:13| Ready to serve requests.
> 2008/08/21 15:24:13| Done reading /var/spool/squid swaplog (2 entries)
> 2008/08/21 15:24:13| Finished rebuilding storage from disk.
> 2008/08/21 15:24:13| 2 Entries scanned
> 2008/08/21 15:24:13| 0 Invalid entries.
> 2008/08/21 15:24:13| 0 With invalid flags.
> 2008/08/21 15:24:13| 2 Objects loaded.
> 2008/08/21 15:24:13| 0 Objects expired.
> 2008/08/21 15:24:13| 0 Objects cancelled.
> 2008/08/21 15:24:13| 0 Duplicate URLs purged.
> 2008/08/21 15:24:13| 0 Swapfile clashes avoided.
> 2008/08/21 15:24:13| Took 0.01 seconds (247.01 objects/sec).
> 2008/08/21 15:24:13| Beginning Validation Procedure
> 2008/08/21 15:24:13| WARNING: digestauthenticator #5 (FD 13) exited
> 2008/08/21 15:24:13| WARNING: digestauthenticator #4 (FD 12) exited
> 2008/08/21 15:24:13| WARNING: digestauthenticator #3 (FD 11) exited
> 2008/08/21 15:24:13| WARNING: digestauthenticator #2 (FD 10) exited
> 2008/08/21 15:24:13| Too few digestauthenticator processes are running
> FATAL: The digestauthenticator helpers are crashing too rapidly, need help!
>
> Squid Cache (Version 3.0.STABLE8): Terminated abnormally.
> CPU Usage: 0.020 seconds = 0.012 user + 0.008 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Memory usage for squid via mallinfo():
> total space in arena: 3220 KB
> Ordinary blocks: 3129 KB 7 blks
> Small blocks: 0 KB 0 blks
> Holding blocks: 1636 KB 7 blks
> Free Small blocks: 0 KB
> Free Ordinary blocks: 90 KB
> Total in use: 4765 KB 148%
> Total free: 90 KB 3%
> 2008/08/21 15:24:16| Starting Squid Cache version 3.0.STABLE8 for
> i686-pc-linux-gnu...
> 2008/08/21 15:24:16| Process ID 7557
> 2008/08/21 15:24:16| With 1024 file descriptors available
> 2008/08/21 15:24:16| Performing DNS Tests...
> 2008/08/21 15:24:16| Successful DNS name lookup tests...
> 2008/08/21 15:24:16| DNS Socket created at 169.158.83.181, port 32772, FD 8
> 2008/08/21 15:24:16| Adding nameserver 169.158.128.136 from squid.conf
> 2008/08/21 15:24:16| Adding nameserver 169.158.128.156 from squid.conf
> 2008/08/21 15:24:16| helperOpenServers: Starting 5 'digest_pw_auth'
> processes
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:24:16| User-Agent logging is disabled.
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:24:17| Unlinkd pipe opened on FD 18
> 2008/08/21 15:24:17| Swap maxSize 102400 KB, estimated 7876 objects
> 2008/08/21 15:24:17| Target number of buckets: 393
> 2008/08/21 15:24:17| Using 8192 Store buckets
> 2008/08/21 15:24:17| Max Mem size: 102400 KB
> 2008/08/21 15:24:17| Max Swap size: 102400 KB
> 2008/08/21 15:24:17| Version 1 of swap file with LFS support detected...
> 2008/08/21 15:24:17| Rebuilding storage in /var/spool/squid (DIRTY)
> 2008/08/21 15:24:17| Using Least Load store dir selection
> 2008/08/21 15:24:17| Set Current Directory to /var/spool/squid
> 2008/08/21 15:24:17| Loaded Icons.
> 2008/08/21 15:24:17| Accepting HTTP connections at 192.168.158.5, port
> 8080, FD 20.
> 2008/08/21 15:24:17| Accepting ICP messages at 169.158.83.181, port 3130,
> FD 21.
> 2008/08/21 15:24:17| Outgoing ICP messages on port 3130, FD 22.
> 2008/08/21 15:24:17| Accepting HTCP messages on port 4827, FD 23.
> 2008/08/21 15:24:17| Outgoing HTCP messages on port 4827, FD 24.
> 2008/08/21 15:24:17| Ready to serve requests.
> 2008/08/21 15:24:17| Done reading /var/spool/squid swaplog (2 entries)
> 2008/08/21 15:24:17| Finished rebuilding storage from disk.
> 2008/08/21 15:24:17| 2 Entries scanned
> 2008/08/21 15:24:17| 0 Invalid entries.
> 2008/08/21 15:24:17| 0 With invalid flags.
> 2008/08/21 15:24:17| 2 Objects loaded.
> 2008/08/21 15:24:17| 0 Objects expired.
> 2008/08/21 15:24:17| 0 Objects cancelled.
> 2008/08/21 15:24:17| 0 Duplicate URLs purged.
> 2008/08/21 15:24:17| 0 Swapfile clashes avoided.
> 2008/08/21 15:24:17| Took 0.01 seconds (250.19 objects/sec).
> 2008/08/21 15:24:17| Beginning Validation Procedure
> 2008/08/21 15:24:17| WARNING: digestauthenticator #5 (FD 13) exited
> 2008/08/21 15:24:17| WARNING: digestauthenticator #4 (FD 12) exited
> 2008/08/21 15:24:17| WARNING: digestauthenticator #3 (FD 11) exited
> 2008/08/21 15:24:17| WARNING: digestauthenticator #2 (FD 10) exited
> 2008/08/21 15:24:17| Too few digestauthenticator processes are running
> FATAL: The digestauthenticator helpers are crashing too rapidly, need help!
>
> Squid Cache (Version 3.0.STABLE8): Terminated abnormally.
> CPU Usage: 0.024 seconds = 0.024 user + 0.000 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Memory usage for squid via mallinfo():
> total space in arena: 3220 KB
> Ordinary blocks: 3129 KB 7 blks
> Small blocks: 0 KB 0 blks
> Holding blocks: 1636 KB 7 blks
> Free Small blocks: 0 KB
> Free Ordinary blocks: 90 KB
> Total in use: 4765 KB 148%
> Total free: 90 KB 3%
> 2008/08/21 15:24:20| Starting Squid Cache version 3.0.STABLE8 for
> i686-pc-linux-gnu...
> 2008/08/21 15:24:20| Process ID 7565
> 2008/08/21 15:24:20| With 1024 file descriptors available
> 2008/08/21 15:24:20| Performing DNS Tests...
> 2008/08/21 15:24:20| Successful DNS name lookup tests...
> 2008/08/21 15:24:20| DNS Socket created at 169.158.83.181, port 32772, FD 8
> 2008/08/21 15:24:20| Adding nameserver 169.158.128.136 from squid.conf
> 2008/08/21 15:24:20| Adding nameserver 169.158.128.156 from squid.conf
> 2008/08/21 15:24:20| helperOpenServers: Starting 5 'digest_pw_auth'
> processes
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:24:20| User-Agent logging is disabled.
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:24:20| Unlinkd pipe opened on FD 18
> 2008/08/21 15:24:20| Swap maxSize 102400 KB, estimated 7876 objects
> 2008/08/21 15:24:20| Target number of buckets: 393
> 2008/08/21 15:24:20| Using 8192 Store buckets
> 2008/08/21 15:24:20| Max Mem size: 102400 KB
> 2008/08/21 15:24:20| Max Swap size: 102400 KB
> 2008/08/21 15:24:20| Version 1 of swap file with LFS support detected...
> 2008/08/21 15:24:20| Rebuilding storage in /var/spool/squid (DIRTY)
> 2008/08/21 15:24:20| Using Least Load store dir selection
> 2008/08/21 15:24:20| Set Current Directory to /var/spool/squid
> 2008/08/21 15:24:20| Loaded Icons.
> 2008/08/21 15:24:20| Accepting HTTP connections at 192.168.158.5, port
> 8080, FD 20.
> 2008/08/21 15:24:20| Accepting ICP messages at 169.158.83.181, port 3130,
> FD 21.
> 2008/08/21 15:24:20| Outgoing ICP messages on port 3130, FD 22.
> 2008/08/21 15:24:20| Accepting HTCP messages on port 4827, FD 23.
> 2008/08/21 15:24:20| Outgoing HTCP messages on port 4827, FD 24.
> 2008/08/21 15:24:20| Ready to serve requests.
> 2008/08/21 15:24:20| Done reading /var/spool/squid swaplog (2 entries)
> 2008/08/21 15:24:20| Finished rebuilding storage from disk.
> 2008/08/21 15:24:20| 2 Entries scanned
> 2008/08/21 15:24:20| 0 Invalid entries.
> 2008/08/21 15:24:20| 0 With invalid flags.
> 2008/08/21 15:24:20| 2 Objects loaded.
> 2008/08/21 15:24:20| 0 Objects expired.
> 2008/08/21 15:24:20| 0 Objects cancelled.
> 2008/08/21 15:24:20| 0 Duplicate URLs purged.
> 2008/08/21 15:24:20| 0 Swapfile clashes avoided.
> 2008/08/21 15:24:20| Took 0.01 seconds (249.56 objects/sec).
> 2008/08/21 15:24:20| Beginning Validation Procedure
> 2008/08/21 15:24:20| WARNING: digestauthenticator #5 (FD 13) exited
> 2008/08/21 15:24:20| WARNING: digestauthenticator #4 (FD 12) exited
> 2008/08/21 15:24:20| WARNING: digestauthenticator #3 (FD 11) exited
> 2008/08/21 15:24:20| WARNING: digestauthenticator #2 (FD 10) exited
> 2008/08/21 15:24:20| Too few digestauthenticator processes are running
> FATAL: The digestauthenticator helpers are crashing too rapidly, need help!
>
> Squid Cache (Version 3.0.STABLE8): Terminated abnormally.
> CPU Usage: 0.024 seconds = 0.012 user + 0.012 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Memory usage for squid via mallinfo():
> total space in arena: 3220 KB
> Ordinary blocks: 3129 KB 7 blks
> Small blocks: 0 KB 0 blks
> Holding blocks: 1636 KB 7 blks
> Free Small blocks: 0 KB
> Free Ordinary blocks: 90 KB
> Total in use: 4765 KB 148%
> Total free: 90 KB 3%
> 2008/08/21 15:24:23| Starting Squid Cache version 3.0.STABLE8 for
> i686-pc-linux-gnu...
> 2008/08/21 15:24:23| Process ID 7573
> 2008/08/21 15:24:23| With 1024 file descriptors available
> 2008/08/21 15:24:23| Performing DNS Tests...
> 2008/08/21 15:24:23| Successful DNS name lookup tests...
> 2008/08/21 15:24:23| DNS Socket created at 169.158.83.181, port 32772, FD 8
> 2008/08/21 15:24:23| Adding nameserver 169.158.128.136 from squid.conf
> 2008/08/21 15:24:23| Adding nameserver 169.158.128.156 from squid.conf
> 2008/08/21 15:24:23| helperOpenServers: Starting 5 'digest_pw_auth'
> processes
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:24:23| User-Agent logging is disabled.
> cannot stat /etc/apche2/passwd
> 2008/08/21 15:24:24| Unlinkd pipe opened on FD 18
> 2008/08/21 15:24:24| Swap maxSize 102400 KB, estimated 7876 objects
> 2008/08/21 15:24:24| Target number of buckets: 393
> 2008/08/21 15:24:24| Using 8192 Store buckets
> 2008/08/21 15:24:24| Max Mem size: 102400 KB
> 2008/08/21 15:24:24| Max Swap size: 102400 KB
> 2008/08/21 15:24:24| Version 1 of swap file with LFS support detected...
> 2008/08/21 15:24:24| Rebuilding storage in /var/spool/squid (DIRTY)
> 2008/08/21 15:24:24| Using Least Load store dir selection
> 2008/08/21 15:24:24| Set Current Directory to /var/spool/squid
> 2008/08/21 15:24:24| Loaded Icons.
> 2008/08/21 15:24:24| Accepting HTTP connections at 192.168.158.5, port
> 8080, FD 20.
> 2008/08/21 15:24:24| Accepting ICP messages at 169.158.83.181, port 3130,
> FD 21.
> 2008/08/21 15:24:24| Outgoing ICP messages on port 3130, FD 22.
> 2008/08/21 15:24:24| Accepting HTCP messages on port 4827, FD 23.
> 2008/08/21 15:24:24| Outgoing HTCP messages on port 4827, FD 24.
> 2008/08/21 15:24:24| Ready to serve requests.
> 2008/08/21 15:24:24| Done reading /var/spool/squid swaplog (2 entries)
> 2008/08/21 15:24:24| Finished rebuilding storage from disk.
> 2008/08/21 15:24:24| 2 Entries scanned
> 2008/08/21 15:24:24| 0 Invalid entries.
> 2008/08/21 15:24:24| 0 With invalid flags.
> 2008/08/21 15:24:24| 2 Objects loaded.
> 2008/08/21 15:24:24| 0 Objects expired.
> 2008/08/21 15:24:24| 0 Objects cancelled.
> 2008/08/21 15:24:24| 0 Duplicate URLs purged.
> 2008/08/21 15:24:24| 0 Swapfile clashes avoided.
> 2008/08/21 15:24:24| Took 0.01 seconds (250.00 objects/sec).
> 2008/08/21 15:24:24| Beginning Validation Procedure
> 2008/08/21 15:24:24| WARNING: digestauthenticator #5 (FD 13) exited
> 2008/08/21 15:24:24| WARNING: digestauthenticator #4 (FD 12) exited
> 2008/08/21 15:24:24| WARNING: digestauthenticator #3 (FD 11) exited
> 2008/08/21 15:24:24| WARNING: digestauthenticator #2 (FD 10) exited
> 2008/08/21 15:24:24| Too few digestauthenticator processes are running
> FATAL: The digestauthenticator helpers are crashing too rapidly, need help!
>
> Squid Cache (Version 3.0.STABLE8): Terminated abnormally.
> CPU Usage: 0.024 seconds = 0.020 user + 0.004 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Memory usage for squid via mallinfo():
> total space in arena: 3220 KB
> Ordinary blocks: 3129 KB 7 blks
> Small blocks: 0 KB 0 blks
> Holding blocks: 1636 KB 7 blks
> Free Small blocks: 0 KB
> Free Ordinary blocks: 90 KB
> Total in use: 4765 KB 148%
> Total free: 90 KB 3%
>

-- 
Matus UHLAR - fantomas, uhlar@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
WinError #98652: Operation completed successfully.
Received on Sat Aug 23 2008 - 22:26:08 MDT

This archive was generated by hypermail 2.2.0 : Sun Aug 24 2008 - 12:00:04 MDT