Your message dated Sun, 22 Oct 2006 15:17:35 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#363067: fixed in webdruid 0.5.4-5
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: webdruid
Version: 0.5.4-2
Severity: wishlist
Tags: patch
Hi there. I'm not sure that you didn't add any crontab script in the
last version (I'm using stable), but I didn't see anything about this in
changelog.
So here is an example of crontab script I'm using on my host:
=============
$cat /etc/cron.daily/webdruid
#!/bin/sh
# /etc/cron.daily/webdruid: webdruid daily maintenance script
WEBDRUID_BIN=/usr/bin/webdruid
WEBDRUID_SITELIST=/etc/webdruid/site.list
LOG_DIR=/var/log/apache2
REPORT_ROOT=/var/www/webdruid/
cat "$WEBDRUID_SITELIST" | while read HOSTNAME NAME;do (
if [ ! -d "${LOG_DIR}/${NAME}" ];then exit 1;fi
if [ ! -d "${REPORT_ROOT}${NAME}" ];then
mkdir "${REPORT_ROOT}${NAME}"
fi
${WEBDRUID_BIN} -Q -n "${HOSTNAME}" -o "${REPORT_ROOT}${NAME}"
"${LOG_DIR}/${NAME}/access.log.1"
) done
exit 0
=============
Where in /etc/webdruid/site.list there are lines like
exampledomain1.com example1
exampledomain2.com example2
And my apache generate logs for that domains in
/var/log/apache2/example1/access.log and
/var/log/apache2/example2/access.log
I didn't hooked it to logrotate, because my logs rotates not too often
(at least for some of my sites), but I just know that there rotate period
not less that 1 day.
PS The only change from default webdruid installation is
"Incremental yes" in /etc/webdruid/webdruid.conf
PPS As my apache generate logs in subdir of /var/log/apache2 I've added
/var/log/apache2/*.log /var/log/apache2/*/*.log
^^^^^^^^^^^^^^^^^^^^^^^^
in /etc/logrotate.d/apache2
(The same idea was used for apache1.3 previously.)
I'm not sure that it's possible to force webdruid to work from the box,
but this script and some hints (with language correction :) ) could be
included into documentation of webdruid package.
Regards, Alexander.
-- System Information:
Debian Release: 3.1
APT prefers proposed-updates
APT policy: (670, 'proposed-updates'), (670, 'stable'), (620,
'testing-proposed-updates'), (620, 'testing'), (600, 'unstable'), (550,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Versions of packages webdruid depends on:
ii libc6 2.3.6-3 GNU C Library: Shared libraries an
ii libdb4.3 4.3.27-2 Berkeley v4.3 Database Libraries [
ii libfreetype6 2.1.7-2.4 FreeType 2 font engine, shared lib
ii libgd2-xpm 2.0.33-1.1 GD Graphics Library version 2
ii libpng12-0 1.2.8rel-5 PNG library - runtime
ii ttf-freefont 20031008-1.1 Freefont Serif, Sans and Mono True
ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime
webdruid recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: webdruid
Source-Version: 0.5.4-5
We believe that the bug you reported is fixed in the latest version of
webdruid, which is due to be installed in the Debian FTP archive:
webdruid_0.5.4-5.diff.gz
to pool/main/w/webdruid/webdruid_0.5.4-5.diff.gz
webdruid_0.5.4-5.dsc
to pool/main/w/webdruid/webdruid_0.5.4-5.dsc
webdruid_0.5.4-5_i386.deb
to pool/main/w/webdruid/webdruid_0.5.4-5_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.
Klaus Reimer <[EMAIL PROTECTED]> (supplier of updated webdruid 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, 22 Oct 2006 21:56:32 +0000
Source: webdruid
Binary: webdruid
Architecture: source i386
Version: 0.5.4-5
Distribution: unstable
Urgency: low
Maintainer: Klaus Reimer <[EMAIL PROTECTED]>
Changed-By: Klaus Reimer <[EMAIL PROTECTED]>
Description:
webdruid - A web server log file analysis tool
Closes: 363067
Changes:
webdruid (0.5.4-5) unstable; urgency=low
.
* Added example from Alexander Gerasiov. (Closes: #363067)
Files:
36608f002ef7a4360df7c4355f496145 645 web optional webdruid_0.5.4-5.dsc
c0ecb7860dde2b5b9402ff61a5feb329 26768 web optional webdruid_0.5.4-5.diff.gz
c51b743b2ea69da7ebb9a55c8fbe71d9 337080 web optional webdruid_0.5.4-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFO+nsqgNhc6cj45ERArEyAJwMMQFSviaB9YkqjnOewWc7zgkSWgCdGD/I
wUZQr6DgDSk4naKfeDcBhS0=
=LDtm
-----END PGP SIGNATURE-----
--- End Message ---