Your message dated Sat, 31 Jul 2010 10:32:39 +0200
with message-id <[email protected]>
and subject line done
has caused the Debian Bug report #477995,
regarding checkfs.sh and checkroot.sh hang if the logfile can not be created
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.)


-- 
477995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477995
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: initscripts
Version: 2.86.ds1-56
Severity: normal

The scripts should verify that the required diretory exists.

--- /etc/init.d/checkfs.sh      2008-04-25 20:08:25.000000000 +0000
+++ /etc/init.d/checkfs.sh_patched      2008-04-26 10:27:07.000000000 +0000
@@ -13,6 +13,8 @@
 # partition.
 PATH=/sbin:/bin:/usr/bin
 FSCK_LOGFILE=/var/log/fsck/checkfs
+FSCK_LOGDIR=`dirname $FSCK_LOGFILE`
+[ -e $FSCK_LOGDIR ] || mkdir -p -m 0755 $FSCK_LOGDIR
 [ "$FSCKFIX" ] || FSCKFIX=no
 . /lib/init/vars.sh

--- /etc/init.d/checkroot.sh    2008-04-25 20:08:25.000000000 +0000
+++ /etc/init.d/checkroot.sh_patched    2008-04-26 10:27:18.000000000 +0000
@@ -14,6 +14,8 @@
 # partition.
 PATH=/lib/init:/sbin:/bin:/usr/bin
 FSCK_LOGFILE=/var/log/fsck/checkroot
+FSCK_LOGDIR=`dirname $FSCK_LOGFILE`
+[ -e $FSCK_LOGDIR ] || mkdir -p -m 0755 $FSCK_LOGDIR
 [ "$FSCKFIX" ] || FSCKFIX=no
 [ "$SULOGIN" ] || SULOGIN=no
 . /lib/init/vars.sh


-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext...@gmx



--- End Message ---
--- Begin Message ---
done
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01


--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

Reply via email to