Your message dated Tue, 1 Aug 2006 01:22:20 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 2.6.1-4
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: squid
Version: 2.6.1-3
Severity: important
We recently upgraded squid on Debian/testing and now got 2.6STABLE1.
Not a big deal, but squid exits (and is thus restarted automatically
by runit). This already happened on two of the 4 installations.
Problem: I don't see WHY it's dying! Hell, WTF is going on :)
I start squid using:
====================
#!/bin/sh
ulimit -n 4096
exec /usr/sbin/squid -NsYC
>From cache.log:
===============
-- before the crash --
...
2006/07/26 16:51:01| CACHEMGR: <unknown>@127.0.0.1 requesting 'info'
2006/07/26 16:51:01| CACHEMGR: <unknown>@127.0.0.1 requesting 'diskd'
2006/07/26 16:51:01| CACHEMGR: <unknown>@127.0.0.1 requesting 'store_io'
2006/07/26 16:52:01| CACHEMGR: <unknown>@127.0.0.1 requesting 'info'
2006/07/26 16:52:01| CACHEMGR: <unknown>@127.0.0.1 requesting 'diskd'
2006/07/26 16:52:01| CACHEMGR: <unknown>@127.0.0.1 requesting 'store_io'
-> the crash occurs here
2006/07/26 16:52:21| Starting Squid Cache version 2.6.STABLE1 for
i386-debian-linux-gnu...
2006/07/26 16:52:21| Process ID 22826
2006/07/26 16:52:21| With 4096 file descriptors available
2006/07/26 16:52:21| Performing DNS Tests...
2006/07/26 16:52:21| Successful DNS name lookup tests...
2006/07/26 16:52:21| DNS Socket created at 0.0.0.0, port 33011, FD 6
2006/07/26 16:52:21| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2006/07/26 16:52:21| Adding nameserver 160.45.190.51 from /etc/resolv.conf
2006/07/26 16:52:21| User-Agent logging is disabled.
2006/07/26 16:52:21| Referer logging is disabled.
2006/07/26 16:52:21| Unlinkd pipe opened on FD 11
2006/07/26 16:52:21| Swap maxSize 32768000 KB, estimated 4096000 objects
2006/07/26 16:52:21| Target number of buckets: 204800
2006/07/26 16:52:21| Using 262144 Store buckets
2006/07/26 16:52:21| Max Mem size: 131072 KB
2006/07/26 16:52:21| Max Swap size: 32768000 KB
2006/07/26 16:52:21| Local cache digest enabled; rebuild/rewrite every
3600/3600 sec
2006/07/26 16:52:21| ipcCreate: /usr/lib/squid/diskd_daemon: (2) No such file
or directory
2006/07/26 16:52:21| Rebuilding storage in /squid-cache0 (DIRTY)
2006/07/26 16:52:21| ipcCreate: /usr/lib/squid/diskd_daemon: (2) No such file
or directory
2006/07/26 16:52:21| Rebuilding storage in /squid-cache1 (DIRTY)
2006/07/26 16:52:21| Using Least Load store dir selection
2006/07/26 16:52:21| Current Directory is /var/service/squid
2006/07/26 16:52:21| Loaded Icons.
2006/07/26 16:52:22| Accepting proxy HTTP connections at 0.0.0.0, port 888, FD
17.
2006/07/26 16:52:22| Accepting ICP messages at 0.0.0.0, port 3130, FD 18.
2006/07/26 16:52:22| HTCP Disabled.
2006/07/26 16:52:22| Accepting SNMP messages on port 3401, FD 19.
2006/07/26 16:52:22| WCCP Disabled.
2006/07/26 16:52:22| Configuring Parent 127.0.0.1/3129/0
2006/07/26 16:52:22| Ready to serve requests.
2006/07/26 16:52:22| Store rebuilding is 0.5% complete
2006/07/26 16:52:22| temporary disabling (Not Found) digest from 127.0.0.1
2006/07/26 16:52:33| Done reading /squid-cache0 swaplog (853754 entries)
2006/07/26 16:52:33| Done reading /squid-cache1 swaplog (857076 entries)
2006/07/26 16:52:33| Finished rebuilding storage from disk.
2006/07/26 16:52:33| 1628513 Entries scanned
2006/07/26 16:52:33| 0 Invalid entries.
2006/07/26 16:52:33| 0 With invalid flags.
2006/07/26 16:52:33| 1619968 Objects loaded.
2006/07/26 16:52:33| 0 Objects expired.
2006/07/26 16:52:33| 8458 Objects cancelled.
2006/07/26 16:52:33| 3511 Duplicate URLs purged.
2006/07/26 16:52:33| 3 Swapfile clashes avoided.
2006/07/26 16:52:33| Took 12.1 seconds (134293.6 objects/sec).
2006/07/26 16:52:33| Beginning Validation Procedure
2006/07/26 16:52:34| 262144 Entries Validated so far.
2006/07/26 16:52:34| 524288 Entries Validated so far.
2006/07/26 16:52:34| 786432 Entries Validated so far.
2006/07/26 16:52:34| 1048576 Entries Validated so far.
2006/07/26 16:52:34| 1310720 Entries Validated so far.
2006/07/26 16:52:34| 1572864 Entries Validated so far.
2006/07/26 16:52:34| Completed Validation Procedure
2006/07/26 16:52:34| Validated 1616540 Entries
2006/07/26 16:52:34| store_swap_size = 29481628k
2006/07/26 16:52:35| storeLateRelease: released 13 objects
2006/07/26 16:52:42| httpReadReply: Request not yet fully sent "POST
http://stream1.rbb-online.de:7070/SmpDsBhgRl"
2006/07/26 16:53:01| CACHEMGR: <unknown>@127.0.0.1 requesting 'info'
2006/07/26 16:53:01| CACHEMGR: <unknown>@127.0.0.1 requesting 'diskd'
2006/07/26 16:53:01| CACHEMGR: <unknown>@127.0.0.1 requesting 'store_io'
...
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages squid depends on:
ii adduser 3.87 Add and remove users and groups
ii coreutils 5.96-5 The GNU core utilities
ii debconf [debconf-2.0] 1.5.2 Debian configuration management sy
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libdb4.3 4.3.29-4.1 Berkeley v4.3 Database Libraries [
ii libldap2 2.1.30-13+b1 OpenLDAP libraries
ii libpam0g 0.79-3.1 Pluggable Authentication Modules l
ii logrotate 3.7.1-3 Log rotation utility
ii lsb-base 3.1-10 Linux Standard Base 3.1 init scrip
ii netbase 4.25 Basic TCP/IP networking system
ii squid-common 2.6.1-3 Internet Object Cache (WWW proxy c
squid recommends no packages.
-- debconf information:
squid/fix_cachedir_perms: false
* squid/largefiles_warning:
squid/anonymize_headers:
squid/authenticate_program:
* squid-cgi/cachemgr:
squid/fix_lines: true
squid/old_version: false
squid/http_anonymizer:
--- End Message ---
--- Begin Message ---
This bug was fixed in 2.6.1-4 but was not closed because of a typo in
the Closes: statement.
Regards,
--
Luigi Gangitano -- <[EMAIL PROTECTED]> -- <[EMAIL PROTECTED]>
GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972 C24A F19B A618 924C 0C26
--- End Message ---