Bug#733658:

2014-01-04 Thread Armin Müller

Hi,
got exactly the same beahviour.
but i got the rpcinfo in both pathes, in
 usr/sbin/rpcinfo guess from the package libc-bin
 usr/bin/rpcinfo guess from the package rpcbind

root@disaster:~# rpcinfo -u localhost nfs 3
rpcinfo: RPC: Port mapper failure - Authentication error
program 13 version 3 is not available

Doesn´t matter which rpcinfo i use, i got the same output from both.

I just comment the Line 121 from /etc/init.d/nfs-kernel-server out:
#RPCMOUNTDOPTS=$RPCMOUNTDOPTS --no-nfs-version 3

So now i can use nfsv3, but i guess thats not what it should be.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733658: nfs-kernel-server: no nfs3 exports due to wrong path for rpcinfo

2013-12-30 Thread Marc Lehmann
Package: nfs-kernel-server
Version: 1:1.2.6-4
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

The init script looks for rpcinfo in two different places:

  /usr/sbin/rpcinfo -p /dev/null 21

  $PREFIX/bin/rpcinfo -u localhost nfs 3 /dev/null 21 ||
  RPCMOUNTDOPTS=$RPCMOUNTDOPTS --no-nfs-version 3

Unfortunately, the second path is wrong, leading to nfs3 permanently
disabled without being able to override.

*** End of the template - remove these lines ***


-- Package-specific info:
-- rpcinfo --
   program vers proto   port  service
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
1000241   udp  52795  status
1000241   tcp  37531  status
132   tcp   2049  nfs
133   tcp   2049  nfs
134   tcp   2049  nfs
1002272   tcp   2049
1002273   tcp   2049
132   udp   2049  nfs
133   udp   2049  nfs
134   udp   2049  nfs
1002272   udp   2049
1002273   udp   2049
1000211   udp  35428  nlockmgr
1000213   udp  35428  nlockmgr
1000214   udp  35428  nlockmgr
1000211   tcp  56721  nlockmgr
1000213   tcp  56721  nlockmgr
1000214   tcp  56721  nlockmgr
151   udp  37902  mountd
151   tcp  40794  mountd
152   udp  43412  mountd
152   tcp  48352  mountd
153   udp  41010  mountd
153   tcp  41969  mountd
-- /etc/default/nfs-kernel-server --
RPCNFSDCOUNT=8
RPCNFSDPRIORITY=0
RPCMOUNTDOPTS=--manage-gids
NEED_SVCGSSD=
RPCSVCGSSDOPTS=
-- /etc/exports --
/dummy_entry_for_broken_debian_initscript  0.0.0.0(ro,subtree_check)
-- /proc/fs/nfs/exports --
# Version 1.1
# Path Client(Flags) # IPs

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-amd64 (SMP w/12 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nfs-kernel-server depends on:
ii  libblkid1   2.20.1-5.3
ii  libc6   2.17-93
ii  libtirpc1   0.2.2-5
ii  libwrap07.6.q-24
ii  lsb-base4.1+Debian12
ii  nfs-common  1:1.2.6-4
ii  ucf 3.0025+nmu3

nfs-kernel-server recommends no packages.

nfs-kernel-server suggests no packages.

-- Configuration Files:
/etc/default/nfs-kernel-server changed [not included]
/etc/exports changed [not included]

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733658: Acknowledgement (nfs-kernel-server: no nfs3 exports due to wrong path for rpcinfo)

2013-12-30 Thread Marc Lehmann
Small f'up: it seems the test also fails when udp is disabled.

Maybe it should just be removed or nfsv3 somehow be made user-configurable?

(I wonder what the test is for anyway - there is no corresponding test for
version 2 or 4 either, and there is no diretc relationship between mount
server versions and nfs server versions?).

-- 
The choice of a   Deliantra, the free code+content MORPG
  -==- _GNU_  http://www.deliantra.net
  ==-- _   generation
  ---==---(_)__  __   __  Marc Lehmann
  --==---/ / _ \/ // /\ \/ /  schm...@schmorp.de
  -=/_/_//_/\_,_/ /_/\_\


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org