Bug#367208: cfs fails to mount /var/lib/cfs/.cfsfs with an NFS error

2006-05-14 Thread Gerhard Schromm
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-6GNU 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.sh2006-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
 


Bug#318808: libcapi20-3: missing library files and links

2005-07-18 Thread Gerhard Schromm
Package: libcapi20-3
Version: 1:3.7.2005-07-09-1
Severity: grave
Justification: renders package unusable

The package contains only

/usr/share/doc/libcapi20-3/copyright
/usr/share/doc/libcapi20-3/changelog.Debian.gz

As a workaround you can use the libraries from libcapi20-2, wich works
at least with pppdcapiplugin.

regards Gerhard

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3
Locale: LANG=, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]