Package: logwatch
Version: 7.3.6.cvs20090906-1
Severity: wishlist
Hi,
I was getting some warnings with logwatch on debian kFreeBSD as below
devfs => 100% Used. Warning. Disk Filling up.
linprocfs => 100% Used. Warning. Disk Filling up.
/sys => 100% Used. Warning. Disk Filling up.
fdescfs => 100% Used. Warning. Disk Filling up.
This can be fixed with the patch below
*** /usr/share/logwatch/scripts/services/zz-disk_space.orig 2010-04-06
21:50:19.000000000 +0100
--- /usr/share/logwatch/scripts/services/zz-disk_space 2010-04-06
22:04:49.000000000 +0100
***************
*** 148,153 ****
--- 148,155 ----
$df_options = "-l";
} elsif ($OSname eq "AIX") {
$df_options = "-P";
+ } elsif ($OSname eq "GNU/kFreeBSD") {
+ $df_options = "-h -l -x tmpfs -x udf -x iso9660 -x devfs -x linprocfs
-x sysfs -x fdescfs";
} else {
$df_options = "-l";
}
Thanks
Matt.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: kfreebsd-amd64 (x86_64)
Kernel: kFreeBSD 8.0-1-amd64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages logwatch depends on:
ii perl 5.10.1-11 Larry Wall's Practical Extraction
ii postfix [mail-transport-agent 2.6.5-3 High-performance mail transport ag
Versions of packages logwatch recommends:
ii libdate-manip-perl 6.07-1 module for manipulating dates
Versions of packages logwatch suggests:
pn fortune-mod <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]