Your message dated Sun, 02 Dec 2007 22:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446861: fixed in squid 2.6.17-1
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.5-6
Severity: normal
Tags: patch


When using the following storage methods in /etc/squid.conf:

cache_dir      coss /dev/mapper/iostat-squid 1024 max-size=131072
cache_swap_log /var/spool/squid/%s
cache_dir diskd /var/spool/squid 3500 64 256

(this is the only configuration changes from the default config)

The following thing happens on start:

[EMAIL PROTECTED]:~$ sudo /etc/init.d/squid start
Starting Squid HTTP proxy: squid/etc/init.d/squid: line 100: cd:
/dev/mapper/iostat-squid: Not a directory
.

(/dev/mapper/iostat-squid is a block device. "iostat" is the name of my
volume group, "squid" is the logical volume name)

The "cd" to the storage dir is not necessary, since squid will change
directory to / anyway, and since the storage will not be a directory
when using the "coss" storage method.

[EMAIL PROTECTED]:~$ sudo /etc/init.d/squid start
[EMAIL PROTECTED]:~$ pgrep -lf squid
20065 /usr/sbin/squid -D -sYC
[EMAIL PROTECTED]:~$ sudo ls -l /proc/20065/cwd
lrwxrwxrwx 1 root root 0 2007-10-16 10:05 /proc/20065/cwd -> /


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-486
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages squid depends on:
ii  adduser                3.102             Add and remove users and groups
ii  coreutils              5.97-5.3          The GNU core utilities
ii  debconf [debconf-2.0]  1.5.11            Debian configuration management sy
ii  libc6                  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libdb4.4               4.4.20-8          Berkeley v4.4 Database Libraries [
ii  libldap2               2.1.30-13.3       OpenLDAP libraries
ii  libpam0g               0.79-4            Pluggable Authentication Modules l
ii  logrotate              3.7.1-3           Log rotation utility
ii  lsb-base               3.1-23.2etch1     Linux Standard Base 3.1 init scrip
ii  netbase                4.29              Basic TCP/IP networking system
ii  squid-common           2.6.5-6           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:

*** /tmp/_etc_init_d_squid.patch
--- /etc/init.d/squid.orig      2007-10-16 09:49:45.000000000 +0200
+++ /etc/init.d/squid   2007-10-16 10:02:43.000000000 +0200
@@ -97,7 +97,6 @@
 
        maxfds
        umask 027
-       cd $cdr
        start-stop-daemon --quiet --start \
                --pidfile $PIDFILE \
                --chuid $CHUID \



--- End Message ---
--- Begin Message ---
Source: squid
Source-Version: 2.6.17-1

We believe that the bug you reported is fixed in the latest version of
squid, which is due to be installed in the Debian FTP archive:

squid-cgi_2.6.17-1_i386.deb
  to pool/main/s/squid/squid-cgi_2.6.17-1_i386.deb
squid-common_2.6.17-1_all.deb
  to pool/main/s/squid/squid-common_2.6.17-1_all.deb
squid_2.6.17-1.diff.gz
  to pool/main/s/squid/squid_2.6.17-1.diff.gz
squid_2.6.17-1.dsc
  to pool/main/s/squid/squid_2.6.17-1.dsc
squid_2.6.17-1_i386.deb
  to pool/main/s/squid/squid_2.6.17-1_i386.deb
squid_2.6.17.orig.tar.gz
  to pool/main/s/squid/squid_2.6.17.orig.tar.gz
squidclient_2.6.17-1_i386.deb
  to pool/main/s/squid/squidclient_2.6.17-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luigi Gangitano <[EMAIL PROTECTED]> (supplier of updated squid package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 02 Dec 2007 20:02:55 +0100
Source: squid
Binary: squid squid-cgi squidclient squid-common
Architecture: source i386 all
Version: 2.6.17-1
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano <[EMAIL PROTECTED]>
Changed-By: Luigi Gangitano <[EMAIL PROTECTED]>
Description: 
 squid      - Internet object cache (WWW proxy cache)
 squid-cgi  - Squid cache manager CGI program
 squid-common - Internet object cache (WWW proxy cache) - common files
 squidclient - command-line URL extractor for Squid
Closes: 444761 446861 451423 452230 453666
Changes: 
 squid (2.6.17-1) unstable; urgency=low
 .
   * New upstream release
     - Updated watch file
 .
   * debian/squid.rc
     - Fixed startup when using COSS storage method (Closes: #446861)
     - Fixed missing arguments when creating cache directory (Closes: #452230)
 .
   * debian/control
     - Changed libdb4.4-dev build-dependency to libdb-dev
 .
   * debian/patches/07-manpage
     - Fixed wrong reference to example config file (Closes: #451423)
 .
   * debian/po/gl.po
     - Updated Galician debconf translation, thanks to Jacobo Tarrio
       (Closes: #444761)
 .
   * debian/po/fi.po
     - Updated Finnish debconf translation, thanks to Esko Arajärvi
       (Closes: #453666)
Files: 
 6aaa37e12c0fbf44acc89ce9fd98af47 659 web optional squid_2.6.17-1.dsc
 f3e5c7721d9f8d8f25ecb337f6f88b73 1724676 web optional squid_2.6.17.orig.tar.gz
 be34ec159e8746dfd3245b8aa69524e2 296333 web optional squid_2.6.17-1.diff.gz
 d6e11a4a46dddf48b0403bf90fa58728 478052 web optional 
squid-common_2.6.17-1_all.deb
 7d75ac55c3fb4c6cf8103afd916c2e5a 636510 web optional squid_2.6.17-1_i386.deb
 a288519ab5057eeff354884f2ea6e97e 91768 web optional 
squidclient_2.6.17-1_i386.deb
 7ffa84812c278ebf221f5bea71d77393 111962 web optional 
squid-cgi_2.6.17-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHUyxH8ZumGJJMDCYRAlj1AJwICOo3ObtlrYnoGhRBKTaI2tPCUACfeNaE
Vzw7IEF2JrVqs22qg5cAS2E=
=IEll
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to