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
 

Reply via email to