Package: nfs-common
Version: 1:1.1.2-6
Severity: normal

I cannot access our netapp system from a debian stable, while I can from a 
kubuntu system

>From the debian system:

$ sudo mount  -t nfs -o sec=sys np-1b:/vol/dev_src /mnt/dev_src
mount.nfs: np-1b:/vol/dev_src failed, security flavor not supported

now without the sec=sys option:

$ sudo mount  -t nfs  np-1b:/vol/dev_src /mnt/dev_src
$ find /mnt/dev_src
/mnt/dev_src
find: /mnt/dev_src: Permission denied

I have to explicitely says to use nfsvers=2:

$ sudo mount  -t nfs -o sec=sys,nfsvers=2 np-1b:/vol/dev_src /mnt/dev_src

this create a couple of annoying side effect:

$ touch /mnt/dev_src/mmalaterre/hello
touch: setting times of `/mnt/dev_src/mmalaterre/hello': Permission denied


Everything goes smoothly from the ubuntu system:

$ cat /proc/mounts
...
np-1b:/vol/dev_src /mnt/dev_src nfs 
rw,noatime,relatime,vers=3,rsize=65536,wsize=65536,hard,nointr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=10.4.2.81
 0 0


Major/Minor version of nfs-common are identical (ref bugs #492970)

On ubuntu:
$ apt-cache show nfs-common
Package: nfs-common
Priority: optional
Section: net
Installed-Size: 556
Maintainer: Ubuntu Core Developers <[EMAIL PROTECTED]>
Original-Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Architecture: amd64
Source: nfs-utils
Version: 1:1.1.2-2ubuntu2.1
...

Thank you !

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing'), (40, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages nfs-common depends on:
ii  add 3.102                                Add and remove users and groups
ii  ini 2.86.ds1-47~bpo40+1                  Scripts for initializing and shutt
ii  lib 2.7-10                               GNU C Library: Shared libraries
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 common error description library
ii  lib 1.3e-3                               An asynchronous event notification
ii  lib 0.1-2                                mechanism-switch gssapi library
ii  lib 1.6.dfsg.4~beta1-4                   MIT Kerberos runtime libraries
ii  lib 0.18-0                               An nfs idmapping library
ii  lib 0.14-2etch3                          allows secure rpc communication us
ii  lib 7.6.dbs-13                           Wietse Venema's TCP wrappers libra
ii  lsb 3.1-23.2etch1                        Linux Standard Base 3.1 init scrip
ii  net 4.29                                 Basic TCP/IP networking system
ii  por 5-26                                 The RPC portmapper
ii  ucf 2.0020                               Update Configuration File: preserv

nfs-common recommends no packages.

-- no debconf information



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

Reply via email to