Your message dated Tue, 27 Mar 2012 19:33:38 +0000
with message-id <[email protected]>
and subject line Bug#620788: fixed in sysvinit 2.88dsf-13.1+squeeze1
has caused the Debian Bug report #620788,
regarding mountnfs: rpcbind not started before nfs-common
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.)
--
620788: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620788
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: initscripts
Version: 2.88dsf-13.1
Severity: important
In do_start() we have:
#
# Initialize nfs-common (which starts rpc.statd, rpc.gssd
# and/or rpc.idmapd, and loads the right kernel modules if
# applicable) if we use Kerberos and/or NFSv4 mounts.
#
if [ "$start_nfs" = yes ] && [ -x /etc/init.d/portmap ] && [ -x
/etc/init.d/nfs-common ]
then
/etc/init.d/portmap start
/etc/init.d/nfs-common start
fi
But rpcbind, an alternative portmap implementation, won't get started
prior to nfs-common, and thus nfs mounts will fail. This could be
fixed with:
if [ "$start_nfs" = yes ] && [ -x /etc/init.d/nfs-common ]
then
if [ -x /etc/init.d/portmap ]
then
/etc/init.d/portmap start
/etc/init.d/nfs-common start
elif [ -x /etc/init.d/rpcbind ]
then
/etc/init.d/rpcbind start
/etc/init.d/nfs-common start
fi
fi
--
Jamie Heilman http://audible.transient.net/~jamie/
--- End Message ---
--- Begin Message ---
Source: sysvinit
Source-Version: 2.88dsf-13.1+squeeze1
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.88dsf-13.1+squeeze1_amd64.deb
to main/s/sysvinit/initscripts_2.88dsf-13.1+squeeze1_amd64.deb
sysv-rc_2.88dsf-13.1+squeeze1_all.deb
to main/s/sysvinit/sysv-rc_2.88dsf-13.1+squeeze1_all.deb
sysvinit-utils_2.88dsf-13.1+squeeze1_amd64.deb
to main/s/sysvinit/sysvinit-utils_2.88dsf-13.1+squeeze1_amd64.deb
sysvinit_2.88dsf-13.1+squeeze1.diff.gz
to main/s/sysvinit/sysvinit_2.88dsf-13.1+squeeze1.diff.gz
sysvinit_2.88dsf-13.1+squeeze1.dsc
to main/s/sysvinit/sysvinit_2.88dsf-13.1+squeeze1.dsc
sysvinit_2.88dsf-13.1+squeeze1_amd64.deb
to main/s/sysvinit/sysvinit_2.88dsf-13.1+squeeze1_amd64.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.
Daniel Kahn Gillmor <[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: SHA512
Format: 1.8
Date: Sat, 24 Mar 2012 16:10:08 -0400
Source: sysvinit
Binary: sysvinit sysvinit-utils sysv-rc initscripts
Architecture: source amd64 all
Version: 2.88dsf-13.1+squeeze1
Distribution: squeeze-proposed-updates
Urgency: low
Maintainer: Debian sysvinit maintainers
<[email protected]>
Changed-By: Daniel Kahn Gillmor <[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
sysvinit-utils - System-V-like utilities
Closes: 620788
Changes:
sysvinit (2.88dsf-13.1+squeeze1) squeeze-proposed-updates; urgency=low
.
* Non-maintainer upload.
* enable use of either rpcbind or portmap for NFS (Closes: #620788)
Checksums-Sha1:
68d8cee2b80d8c23bb34872ff32ce87fb3b6ba14 2333
sysvinit_2.88dsf-13.1+squeeze1.dsc
915c0b86d51451057a4fd85766c3db7213589673 166788
sysvinit_2.88dsf-13.1+squeeze1.diff.gz
0f72093d29188a9847459aac0156078a5c2b32f0 121044
sysvinit_2.88dsf-13.1+squeeze1_amd64.deb
4d3b8f1c165c8d545d59043f5a7b9c6e8edc8fe9 122192
sysvinit-utils_2.88dsf-13.1+squeeze1_amd64.deb
eb9bd5e01d43896b2c4b576af13532c9c66ba84d 70610
initscripts_2.88dsf-13.1+squeeze1_amd64.deb
2070b2ee089207e9f7272970b5a5fd7b06f87804 73868
sysv-rc_2.88dsf-13.1+squeeze1_all.deb
Checksums-Sha256:
6bf8bc2d4ceb6cff1874d3e2609c982cc47054e3f14c6ba27174bc00534cff2c 2333
sysvinit_2.88dsf-13.1+squeeze1.dsc
26b456a31036b1e1c2486c22ca2b7fde6d723b7c63669604eacc61cfb6609ef8 166788
sysvinit_2.88dsf-13.1+squeeze1.diff.gz
6da77dd9923bdd42e2e027a443d63fdaa7c39d19ee5993e5a9905d00e97df94e 121044
sysvinit_2.88dsf-13.1+squeeze1_amd64.deb
e762e37b9d11078e807cb4882a7bb5d32d4055944d68b467b8bfb1096e6b4b90 122192
sysvinit-utils_2.88dsf-13.1+squeeze1_amd64.deb
2e27898baf8bb728c855422e88b2ef93723c808fafd3203545015cdfc97403da 70610
initscripts_2.88dsf-13.1+squeeze1_amd64.deb
ad4589eee268cdde5523cf689e931b898e80094154ab19783bd6dd82dc80de38 73868
sysv-rc_2.88dsf-13.1+squeeze1_all.deb
Files:
03af698d543ef716d4cae4409d90f3c7 2333 admin required
sysvinit_2.88dsf-13.1+squeeze1.dsc
1bf3cc70843baa4ee6c4cfca47f57f65 166788 admin required
sysvinit_2.88dsf-13.1+squeeze1.diff.gz
97e6e0ec0bcfb1a97d634261ed53a534 121044 admin required
sysvinit_2.88dsf-13.1+squeeze1_amd64.deb
be0a4b2719d20a03c0ca3e369abc5335 122192 admin required
sysvinit-utils_2.88dsf-13.1+squeeze1_amd64.deb
3c0ac8579c61e43b53c94344b4fc27d6 70610 admin required
initscripts_2.88dsf-13.1+squeeze1_amd64.deb
26e747f0ef9d6aa57cd5689ed72d5e96 73868 admin required
sysv-rc_2.88dsf-13.1+squeeze1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQJ8BAEBCgBmBQJPcR94XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQwRUU1QkU5NzkyODJEODBCOUY3NTQwRjFD
Q0QyRUQ5NEQyMTczOUU5AAoJEMzS7ZTSFznphQAP/0o7I45NBq+asa/dRT48hdnF
vsIq0b11YPLFDxG7USfrIpm5cmVut1O3loGELCnjCDHX9UmHdcPiCYRJ6S8vEadu
WKGEIHMiWAlVejlZZ1orWkvBeC81uvq2w6OhlJrMM+xv4OeLS23kA1ezGLNDdmM8
YpO/+fbFdm1Swdr//LbArg7NMqeKdm3xAaBqqdWGdxUno2LrZNnumn+My1grD+AX
lkMj7eXXl5n6fizLUxnWMmeeRNsfqqwDsg3hsR5acmtFNTLLdS4n2LoyJVOHLJuy
HxEL8u0OC7G08aXrZEGhvPyooQj9ptL52wEQRuZ+WJbKK8nYa5CJwE2MUMkTlAtB
3lR0t4ZAz+QVFpVtMPwI0XIR+9tpEiVhA7YM26ECquOwx78w5JjYsL9T/oo82t74
wJWbwZkiPH1s6zhjOhqBbUCX0CuUBHXYjn2DS3qth5PN9x9sXHi0mfP83tXhHgEq
wC572qlicXsoGXNzyWTU1sqpbq8T/mueMF0rOg0K8pTUIS9YutFZt2rdKuovvjVZ
R3j6vQW9ac2uQvC9F8vnH/U1Uie43eJI/pNOY3Fus9QnVZ7g4OKniS5MggVM7/6V
upz1G328n/DLdEYP/neNUj1h6gqLaX7UQcE8GEF59xLsV5h1/ktShos7XXRIUaiA
DXvF6xpooebKGbQ9bu8Q
=ED2L
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel