Your message dated Wed, 26 Jul 2006 02:02:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#359176: fixed in sysvinit 2.86.ds1-15
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: initscripts
Version: 2.86.ds1-13
Severity: grave

(I'm not sure if this should be a duplicate of #294959 or not; I'm
filing it separately, feel free to merge as required.)

Hi,

/etc/init.d/mountnfs.sh needs to start rpc.gssd when there are nfs or
nfs4 mounts with -o sec=krb5 (or krb5i, or krb5p), just like it already
starts portmap. If not, the system simply hangs forever at "Mounting
remote filesystems...". (This used to be non-RC as mount in sid didn't
support NFSv4, but now we have Kerberos support in NFSv3 as well, so it
doesn't have to wait for mount to regain NFSv4 support.)

See the comments in #294959 for implementation ugliness -- basically, I
think the best thing to do would be to defer the mounting of these
filesystems to some later stage, where we're sure to have at least /usr
up-and-running (and stable time etc.).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)

Versions of packages initscripts depends on:
ii  debianutils   2.15.3                     Miscellaneous utilities specific t
ii  e2fsprogs     1.38+1.39-WIP-2005.12.31-1 ext2 file system utilities and lib
ii  libc6         2.3.6-4                    GNU C Library: Shared libraries an
ii  lsb-base      3.0-16                     Linux Standard Base 3.0 init scrip
ii  mount         2.12r-8                    Tools for mounting and manipulatin

initscripts recommends no packages.

-- debconf-show failed


--- End Message ---
--- Begin Message ---
Source: sysvinit
Source-Version: 2.86.ds1-15

We believe that the bug you reported is fixed in the latest version of
sysvinit, which is due to be installed in the Debian FTP archive:

initscripts_2.86.ds1-15_i386.deb
  to pool/main/s/sysvinit/initscripts_2.86.ds1-15_i386.deb
sysv-rc_2.86.ds1-15_all.deb
  to pool/main/s/sysvinit/sysv-rc_2.86.ds1-15_all.deb
sysvinit_2.86.ds1-15.diff.gz
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-15.diff.gz
sysvinit_2.86.ds1-15.dsc
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-15.dsc
sysvinit_2.86.ds1-15_i386.deb
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-15_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.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated sysvinit 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: Tue, 25 Jul 2006 19:42:27 +0200
Source: sysvinit
Binary: sysv-rc sysvinit initscripts
Architecture: source i386 all
Version: 2.86.ds1-15
Distribution: unstable
Urgency: low
Maintainer: Debian sysvinit maintainers 
<[email protected]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 initscripts - Scripts for initializing and shutting down the system
 sysv-rc    - System-V-like runlevel change mechanism
 sysvinit   - System-V-like init utilities
Closes: 359176 362888 367867 374476 378092
Changes: 
 sysvinit (2.86.ds1-15) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Modify LSB header for init.d/rmnologin, to make sure it is
     executed with the 'stop' argument for runlevel 0 and 6, and make
     it depend on '$all' to put it last in the startup sequence.
   * Update the LSB descripton header for init.d/hostname.sh.
   * Make sure hostname.sh return error code when it fail.
   * Fix 'startpar' concurrency option to only run start and stop
     scripts only once.  Patch from Sören Köpping. (Closes: #378092)
   * Fix init.d/rc to make it possible to specify the CONCURRENCY
     setting in /etc/default/rcS.
   * Fix typo in update-rc.d.8 manual page.  Patch from Justin
     Pryzby. (Closes: #374476)
   * Improve text in init.d/README to make it more obvious that the .sh
     scripts should be working also when executed individually.  Patch
     from Bart Martens.  (Closes: #362888)
   * Modify the comment before the conditional calls to on_ac_power, to
     document that checkfs.sh and checkroot.sh are written to work just
     fine also when /usr/bin/on_ac_power is unavailable. (Closes: #367867)
   * Integrate the patches from Ubuntu where I understand why they are
     useful:
     - Change runlevel manpage to be less misleading.
     - Make messages in init.d/sendsigs less technical.  Based on patch
       from Ubuntu.
     - Update progress bar changes in init.d/sendsigs and init.d/rc.
       Based on patch from Ubuntu.  Changed patch to check only once in
       init.d/rc if the progress bar is enabled, and to use the same
       way in sendsigs and rc to decide if it is enabled or not.  It
       will be enabled if /sbin/usplash_write is executable.
     - If /dev/.udev.log exists, move it to /var/log/udev.log.  Patch
       from Scott James Remnant.
     - Do not umount /dev/shm in umountnfs.sh.  It is a tmpfs and can be
       safely left behind when shutting down the system.
   * Update standards version from 3.6.2.1 to 3.7.2.  No changes required.
   * Acknowledge NMU.  Thanks, Steinar H. Gunderson . (Closes: #359176)
 .
   [ Thomas Hood ]
   * Remove myself from uploaders list.
Files: 
 0483165d93b19734eed2f44baa737aed 894 admin required sysvinit_2.86.ds1-15.dsc
 a96adff89d856fb0953fdb8998789297 122709 admin required 
sysvinit_2.86.ds1-15.diff.gz
 895a56e50c5ada3d669f1c8d16440e6a 124132 admin required 
sysvinit_2.86.ds1-15_i386.deb
 bc74c74b4144280e0a33cb412083ae78 49466 admin required 
initscripts_2.86.ds1-15_i386.deb
 d6d4aab89e45772903387d22728283ab 49226 admin required 
sysv-rc_2.86.ds1-15_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFExlpP20zMSyow1ykRAmpXAKDYFk8OGv05cBSfJhKDyyiQDHKPGgCfc8/K
4Qszn34tYyqtof+8iI6lzGY=
=NHlg
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to