Your message dated Mon, 22 Dec 2008 18:02:05 +0000
with message-id <[email protected]>
and subject line Bug#502048: fixed in havp 0.89-2
has caused the Debian Bug report #502048,
regarding havp: Havp init fails after reboot if /var/run is tempfs
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
502048: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502048
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: havp
Version: 0.89-1ubuntu1
Severity: normal
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
.... since /var/run/havp no longer exists. I'll add a patch in a moment.
- -- System Information:
Debian Release: lenny/sid
APT prefers intrepid-updates
APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500,
'intrepid')
Architecture: i386 (i686)
Kernel: Linux 2.6.27-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages havp depends on:
ii adduser 3.108ubuntu1 add and remove users and groups
ii debconf [debconf-2 1.5.23ubuntu2 Debian configuration management sy
ii libc6 2.8~20080505-0ubuntu7 GNU C Library: Shared libraries
ii libclamav5 0.94.dfsg-1ubuntu2 anti-virus utility for Unix - libr
ii libgcc1 1:4.3.2-1ubuntu10 GCC support library
ii libstdc++6 4.3.2-1ubuntu10 The GNU Standard C++ Library v3
Versions of packages havp recommends:
ii clamav-freshclam 0.94.dfsg-1ubuntu2 anti-virus utility for Unix - viru
- -- debconf information:
havp/loopback_mount: true
havp/loopback_size: 100
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjyzqcACgkQHajaM93NaGrAsgCfe1zwnlhZZvqMC14eLWeBB288
PAEAnRPyQKh+s/YKZi1Cpw4wfHy9tZXA
=HOvy
-----END PGP SIGNATURE-----
diff -u havp-0.89/debian/havp.init havp-0.89/debian/havp.init
--- havp-0.89/debian/havp.init
+++ havp-0.89/debian/havp.init
@@ -20,6 +20,9 @@
DESC=havp
DAEMON=/usr/sbin/$NAME
PIDFILE=/var/run/$NAME/$NAME.pid
+RUNDIR=/var/run/$NAME
+USER=havp
+GROUP=havp
test -x $DAEMON || exit 0
@@ -36,6 +39,11 @@
case "$1" in
start)
+ # Create the run directory if it doesn't exist
+ if [ ! -d "$RUNDIR" ]; then
+ install -o "$USER" -g "$GROUP" -m 755 -d "$RUNDIR" || return 2
+ fi
+
if [ x"$USE_LOOPBACK" = x"true" -a -e $havp_loopback ] && \
! [ "`mount | grep ^$havp_loopback`" ]; then
echo -n "Mounting $havp_loopback under $havp_mountpoint ..."
--- End Message ---
--- Begin Message ---
Source: havp
Source-Version: 0.89-2
We believe that the bug you reported is fixed in the latest version of
havp, which is due to be installed in the Debian FTP archive:
havp_0.89-2.diff.gz
to pool/main/h/havp/havp_0.89-2.diff.gz
havp_0.89-2.dsc
to pool/main/h/havp/havp_0.89-2.dsc
havp_0.89-2_i386.deb
to pool/main/h/havp/havp_0.89-2_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.
Rene Mayrhofer <[email protected]> (supplier of updated havp 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.8
Date: Mon, 22 Dec 2008 18:07:52 +0100
Source: havp
Binary: havp
Architecture: source i386
Version: 0.89-2
Distribution: unstable
Urgency: low
Maintainer: Rene Mayrhofer <[email protected]>
Changed-By: Rene Mayrhofer <[email protected]>
Description:
havp - HTTP Anti Virus Proxy
Closes: 502048
Changes:
havp (0.89-2) unstable; urgency=low
.
* Create /var/run/havp if it doesn't exist when running init script so
that it can be used when /var/run is on tmpfs.
Closes: #502048: havp: Havp init fails after reboot if /var/run is tempfs
Checksums-Sha1:
4db2867d3781cd6e20f73b46dd921cd09965eac1 1008 havp_0.89-2.dsc
c3981513184e2387995e46f17f031100f9b3bd06 23389 havp_0.89-2.diff.gz
f0402fe5b749f9811923dd2da0a5a3d9480ee873 147500 havp_0.89-2_i386.deb
Checksums-Sha256:
a69f7131c31fbb9a8cad4bacfdd7feab6ca7f1fab59f5a944b6a8ef07de342c6 1008
havp_0.89-2.dsc
d253ad5f5912063cccbcb75893c08c25f54dac82b504009e8af6cf15902365fb 23389
havp_0.89-2.diff.gz
82d377c6ddbcd769c325f99e92e7499136a2af4b79bcd6a4671df2f8ce3c4b94 147500
havp_0.89-2_i386.deb
Files:
82cfd01b5990a1e036b8429d466d175e 1008 net optional havp_0.89-2.dsc
b6bdc3b423508b9da578585940bce3f6 23389 net optional havp_0.89-2.diff.gz
4ef01e68d38e21a91d02dbf618cae959 147500 net optional havp_0.89-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAklP0L4ACgkQq7SPDcPCS96fdQCfUeDqjTFV36DAEGey9i3kOvH0
Z3EAn1Bq3OumUCGt9FJHvTiCuxo7Zo8+
=rQ++
-----END PGP SIGNATURE-----
--- End Message ---