Your message dated Mon, 21 Nov 2005 08:49:19 +0100
with message-id <[EMAIL PROTECTED]>
and subject line checkroot.sh: calling mountvirtfs fails
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Nov 2005 21:24:24 +0000
>From [EMAIL PROTECTED] Sat Nov 19 13:24:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from londo.c47.org ([198.142.1.20] ident=mail)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EdaC8-0002tb-6U
for [EMAIL PROTECTED]; Sat, 19 Nov 2005 13:24:24 -0800
Received: from bod by londo.c47.org with local (Exim 3.36 #1 (Debian))
id 1EdaC6-00075U-00
for <[EMAIL PROTECTED]>; Sun, 20 Nov 2005 08:24:22 +1100
Date: Sun, 20 Nov 2005 08:24:22 +1100
From: Brendan O'Dea <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: checkroot.sh: calling mountvirtfs fails
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: initscripts
Version: 2.86.ds1-5
Tags: patch
Sun Nov 20 07:34:27 2005: Activating swap...
Sun Nov 20 07:34:27 2005: .
Sun Nov 20 07:34:27 2005: Checking root file system....
Sun Nov 20 07:34:27 2005: Usage: /etc/rcS.d/S10checkroot.sh
start|stop|restart|reload|force-reload
The usage message is actually coming from /etc/init.d/mountvirtfs (which
I suspect was changed to require an argument: #338736).
Another minor issue is that "Activating swap..." should probably use
log_begin_msg rather than log_success_message.
--bod
--- checkroot.sh.orig 2005-11-20 07:50:36.000000000 +1100
+++ checkroot.sh 2005-11-20 07:49:55.000000000 +1100
@@ -133,7 +133,7 @@
esac
if [ "$doswap" = yes ]
then
- [ "$VERBOSE" != no ] && log_success_msg "Activating swap..."
+ [ "$VERBOSE" != no ] && log_begin_msg "Activating swap..."
swapon -a 2> /dev/null
[ "$VERBOSE" != no ] && log_end_msg $?
fi
@@ -348,7 +348,7 @@
[ "$roottype" != none ] &&
mount -f -o $rootopts -t $roottype $fstabroot /
[ -n "$devfs" ] && mount -f $devfs
- . /etc/init.d/mountvirtfs
+ . /etc/init.d/mountvirtfs start
fi
#
---------------------------------------
Received: (at 339949-done) by bugs.debian.org; 21 Nov 2005 07:49:27 +0000
>From [EMAIL PROTECTED] Sun Nov 20 23:49:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pat.uio.no ([129.240.130.16] ident=7411)
by spohr.debian.org with esmtp (Exim 4.50)
id 1Ee6QZ-0005Qj-3K
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 23:49:27 -0800
Received: from mail-mx1.uio.no ([129.240.10.29])
by pat.uio.no with esmtp (Exim 4.43)
id 1Ee6QV-00051G-Er
for [EMAIL PROTECTED]; Mon, 21 Nov 2005 08:49:23 +0100
Received: from saruman.uio.no ([129.240.201.202])
by mail-mx1.uio.no with esmtp (Exim 4.43)
id 1Ee6QS-00060K-JN; Mon, 21 Nov 2005 08:49:20 +0100
Received: from pre by saruman.uio.no with local (Exim 4.44)
id 1Ee6QS-00046M-5J; Mon, 21 Nov 2005 08:49:20 +0100
To: [EMAIL PROTECTED]
Subject: Re: checkroot.sh: calling mountvirtfs fails
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
Date: Mon, 21 Nov 2005 08:49:19 +0100
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (usg-unix-v)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Petter Reinholdtsen <[EMAIL PROTECTED]>
X-UiO-Spam-info: not spam, SpamAssassin (score=-4.21, required 12,
autolearn=disabled, AWL 0.79, UIO_MAIL_IS_INTERNAL -5.00)
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Version: 2.86.ds1-6
Trying again to close this bug.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]