Your message dated Thu, 18 May 2006 08:24:15 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367208: cfs fails to mount /var/lib/cfs/.cfsfs with an NFS
error
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: cfs
Version: 1.4.1-16
Severity: grave
Tags: patch
Justification: renders package unusable
See subject.
For fixing this problem, you need to add the option udp to the mount
command in /var/lib/cfs/cfs_mount.sh.
I send a small patch to do this.
bye Gerhard
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i586)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.16
Locale: LANG=, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages cfs depends on:
ii libc6 2.3.6-6 GNU C Library: Shared libraries
ii nfs-kernel-server 1:1.0.7-16 Kernel NFS server support
cfs recommends no packages.
-- no debconf information
diff -urN cfs.orig/cfs_mount.sh cfs/cfs_mount.sh
--- cfs.orig/cfs_mount.sh 2006-05-14 13:49:47.800678278 +0200
+++ cfs/cfs_mount.sh 2006-05-14 13:57:28.928821764 +0200
@@ -44,7 +44,7 @@
rpcinfo -u 127.0.0.1 mountd 2 >/dev/null 2>&1 || sleep 1
rpcinfo -u 127.0.0.1 mountd 2 || exit 1
rc=0
-mount -oport=3049,intr,nfsvers=2 \
+mount -oport=3049,intr,udp,nfsvers=2 \
localhost:$NULL_EXPORT $CRYPT_ROOT || rc=1
test ! -x /usr/sbin/exportfs || exportfs -u localhost:$NULL_EXPORT
--- End Message ---
--- Begin Message ---
On Sun, May 14, 2006 at 02:04:23PM +0200, Gerhard Schromm wrote:
> See subject.
>
> For fixing this problem, you need to add the option udp to the mount
> command in /var/lib/cfs/cfs_mount.sh.
>
> I send a small patch to do this.
Hi, this was a regression in the mount package built from util-linux
2.12r-9 package source. Thanks to swiftly working fellows, this has
been fixed in 2.12r-10; see http://bugs.debian.org/367049
Thanks, Gerrit.
--- End Message ---