Package: nfs-common Version: 1:1.1.0-2 Followup-For: Bug #346146 nfs-common ignores the "-o" or "--outgoing-port" option after upgrading my system from testing (1.0.12-4+b1) to unstable (1:1.1.0-2). The viersion in testing worked fine but in unstable I get this: hex:~$ netstat --inet -a -n -l -p | grep rpc hex:~$ cat /etc/default/nfs-common # If you do not set values for the NEED_ options, they will be attempted # autodetected; this should be sufficient for most people. Valid # alternatives # for the NEED_ options are "yes" and "no".
# Options for rpc.statd. # Should rpc.statd listen on a specific port? This is especially # useful # when you have a port-based firewall. To use a fixed port, set this # this variable to a statd argument like: "--port 4000 --outgoing-port # 4001". # For more information, see rpc.statd(8) or # http://wiki.debian.org/?SecuringNFS #STATDOPTS="--port 1052 --outgoing-port 1051" STATDOPTS="-p 1052 -o 1051 " # Do you want to start the idmapd daemon? It is only needed for NFSv4. NEED_IDMAPD= # Do you want to start the gssd daemon? It is required for Kerberos # mounts. NEED_GSSD= hex:~$ . /etc/default/nfs-common hex:~$ start-stop-daemon --start --oknodo --quiet --exec $PREFIX/sbin/rpc.statd -- $STATDOPTS hex:~$ netstat --inet -a -n -p | grep rpc tcp 0 0 0.0.0.0:1052 0.0.0.0:* LISTEN 7517/rpc.statd udp 0 0 0.0.0.0:909 0.0.0.0:* 7517/rpc.statd udp 0 0 0.0.0.0:1052 0.0.0.0:* 7517/rpc.statd Also I can't find anything unusual in /var/log/syslog: May 24 18:32:14 hex rpc.statd[7493]: Caught signal 15, un-registering and exiting. May 24 18:35:20 hex rpc.statd[7517]: Version 1.1.0 Starting May 24 18:36:08 hex rpc.statd[7517]: Caught signal 15, un-registering and exiting. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable'), (900, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-k7 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages nfs-common depends on: ii adduser 3.102 Add and remove users and groups ii libc6 2.5-8 GNU C Library: Shared libraries ii libcomer 1.39+1.40-WIP-2007.04.07+dfsg-2 common error description library ii libevent 1.1a-2 An asynchronous event notification ii libgssap 0.11-1 A mechanism-switch gssapi library ii libkrb53 1.6.dfsg.1-4 MIT Kerberos runtime libraries ii libnfsid 0.19-0 An nfs idmapping library ii librpcse 0.14-2 allows secure rpc communication us ii libwrap0 7.6.dbs-13 Wietse Venema's TCP wrappers libra ii lsb-base 3.1-23.1 Linux Standard Base 3.1 init scrip ii netbase 4.29 Basic TCP/IP networking system ii portmap 6.0-0 The RPC portmapper ii ucf 3.001 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]