Your message dated Tue, 20 Nov 2007 21:05:44 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452021: gnunet: logrotate error
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: gnunet
Version: 0.7.2c-1
Severity: normal
get an logrotate eror message:
/etc/cron.daily/logrotate:
error: gnunet-daemon:1 duplicate log entry for
/var/log/gnunetd/gnunetd.log
and indeed there are serveral files in /etc/logrotate.d which contain
all the same:
server:/etc/logrotate.d# for file in gnunet*; do echo "$file is:";cat
$file; done
gnunet is:
#
# Logrotate fragment for frox.
#
/var/log/gnunetd/gnunetd.log {
weekly
size=100k
rotate 7
compress
copytruncate
delaycompress
notifempty
missingok
}
gnunet-daemon is:
/var/log/gnunetd/gnunetd.log {
weekly
size=100k
rotate 7
compress
copytruncate
delaycompress
notifempty
missingok
}
gnunet-server is:
/var/log/gnunetd/gnunetd.log {
weekly
size=100k
rotate 7
compress
copytruncate
delaycompress
notifempty
missingok
}
server:/etc/logrotate.d#
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages gnunet depends on:
ii gnunet-client 0.7.2c-1 secure, trust-based
peer-to-peer f
ii gnunet-server 0.7.2c-1 secure, trust-based
peer-to-peer f
ii gnunet-tools 0.7.2c-1 secure, trust-based
peer-to-peer f
gnunet recommends no packages.
-- debconf information:
* gnunet/gnunet_user: gnunet
* gnunet/gnunet_group: gnunet
gnunet/failed:
* gnunet/launch_at_startup: true
gnunet/warning:
gnunet/prior_07:
--- End Message ---
--- Begin Message ---
Achim Schaefer wrote:
> anything more which needs to be cleaned up?
well, you should actually purge gnunet-daemon completely.
now i know again why they weren't removed. gnunet-daemon was a package
only available for short time in testing after etch was released. if you
would install the current packages from sid, gnunet-daemon would be
replaces by gnunet-server, so you do get rid of them.
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [EMAIL PROTECTED]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--- End Message ---