Package: nfs-kernel-server Version: 1:1.2.0-4 Severity: important /etc/init.d/nfs-kernel-server currently includes the following test: if [ -f /proc/kallsyms ] && ! grep -qE 'init_nf(sd| )' /proc/kallsyms; then log_warning_msg "Not starting $DESC: no support in current kernel." exit 0 fi
But with that test it fails to start with kernel 2.6.32-rc6, even though nfs (both v3 and v4) support is available: Starting NFS common utilities: idmapd. Not starting NFS kernel daemon: no support in current kernel. ... (warning). If I just comment out the test, nfs-kernel-server starts without any problems and clients can connect. A grep on /proc/kallsyms shows that apparently the init_nfsd symbols have been dropped. Not sure what other symbol is most suitable to replace the current test. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: armel (armv5tel) Kernel: Linux 2.6.32-rc6 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages nfs-kernel-server depends on: ii libblkid1 2.16.1-4 block device id library ii libc6 2.10.1-3 GNU C Library: Shared libraries ii libcomerr2 1.41.9-1 common error description library ii libgssapi-krb5-2 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - k ii libgssglue1 0.1-4 mechanism-switch gssapi library ii libk5crypto3 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - C ii libkrb5-3 1.7dfsg~beta3-1 MIT Kerberos runtime libraries ii libnfsidmap2 0.22-2 An nfs idmapping library ii librpcsecgss3 0.19-2 allows secure rpc communication us ii libwrap0 7.6.q-18 Wietse Venema's TCP wrappers libra ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip ii nfs-common 1:1.2.0-4 NFS support files common to client ii ucf 3.0024 Update Configuration File: preserv nfs-kernel-server recommends no packages. nfs-kernel-server suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org