[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2010-12-28 Thread Simon
Same error in Lucid 10.04 32 bits with kernel 2.6.36.2 and this NFS config: $ grep -i nfs /boot/config-2.6.36.2-20101226 CONFIG_NFS_FS=m CONFIG_NFS_V3=y CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y # CONFIG_NFS_V4_1 is not set CONFIG_NFS_FSCACHE=y # CONFIG_NFS_USE_LEGACY_DNS is not set

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2010-12-28 Thread Simon
I have updated packages: nfs-kernel-server and nfs-common to Maverick versions and now it works. Why Lucid isn't updated if it's a LTS version!? :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2010-12-28 Thread Philip Muškovac
@Simon: My bug was fixed and it works perfectly fine here, also you're using kernel 2.6.36.2 which is *not* a kernel supported under LTS conditions, Lucid LTS only supports 2.6.32. If you want to use a newer kernel then you'll have to make sure everything else is up-to-date yourself. Anyway,

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2010-06-02 Thread Bart Verwilst
I'm still seeing this on a Lucid install with a custom 2.6.34 kernel which has nfsd loaded as a module. The debian bugreport mentions checking for /proc/fs/nfs/exports, which i indeed have. There is no mention of nfsd_serv in /proc/kallsyms though.. -- [Lucid] NFS kernel server doesn't work

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2010-01-23 Thread Philip Muškovac
@Richard: Fix Released means that this was fixed in the development release (currently Lucid Lynx) as that's where 2.6.32 is used. I fear you'll have to backport the lucid nfs-utils to karmic if you want to use nfs-kernel-server in karmic with 2.6.32. -- [Lucid] NFS kernel server doesn't work

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2010-01-23 Thread Philip Muškovac
@Richard: or you can just patch the karmic version to use the lucid check: if [ -f /proc/kallsyms ] ! grep -qE ' nfsd_serv ' /proc/kallsyms; then -- [Lucid] NFS kernel server doesn't work anymore with 2.6.32 https://bugs.launchpad.net/bugs/493145 You received this bug

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2010-01-23 Thread Richard Huddleston
@Philip I went with the patch you gave ... only i had to slightly modify it rhudd...@box05:~$ grep -E ' nfsd_serv ' /proc/kallsyms rhudd...@box05:~$ grep -E ' nfsd_serv' /proc/kallsyms a0cfc488 b nfsd_serv[nfsd] i removed the space at the end of the quote. i don't know if this was

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2010-01-23 Thread Richard Huddleston
@Philip My bad, white space issue, I looked at and saw the correct white space http://launchpadlibrarian.net/36599969/nfs-kernel-server-2.6.32-kernel- detect-v2 -- [Lucid] NFS kernel server doesn't work anymore with 2.6.32 https://bugs.launchpad.net/bugs/493145 You received this bug

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2010-01-22 Thread Richard Huddleston
I'm unclear as to what fix released as of 2009-12-30 means in this case I'm seeing this issue in Karmic with 2.6.32 kernel uname --all Linux box05 2.6.32-02063204-generic #02063204 SMP Tue Jan 19 10:10:25 UTC 2010 x86_64 GNU/Linux dpkg -l | grep nfs ii libnfsidmap2

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-30 Thread Bug Watch Updater
** Changed in: nfs-utils (Debian) Status: Unknown = Fix Released -- [Lucid] NFS kernel server doesn't work anymore with 2.6.32 https://bugs.launchpad.net/bugs/493145 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-17 Thread Ben Hutchings
I substituted a much cleaner test in Debian (see the linked bug report) and suggest you take that change. ** Bug watch added: Debian Bug tracker #550153 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550153 ** Also affects: nfs-utils (Debian) via

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-17 Thread Steve Langasek
As near as I can tell, the Debian fix is incorrect because /sys/module/nfsd is only available if nfsd is built as a module. Anyone who has the code built into their kernel will not have this directory. -- [Lucid] NFS kernel server doesn't work anymore with 2.6.32

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-08 Thread Philip Muskovac
With your patch NFS works fine again, thanks! -- [Lucid] NFS kernel server doesn't work anymore with 2.6.32 https://bugs.launchpad.net/bugs/493145 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-08 Thread Andy Whitcroft
Having had the patch reviewed, it was suggested that given the age of the nfsd_serv symbol we could simply check that alone. Based on that attached is an updated patch with that simplification. ** Attachment added: nfs-kernel-server-2.6.32-kernel-detect-v2

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/nfs-utils -- [Lucid] NFS kernel server doesn't work anymore with 2.6.32 https://bugs.launchpad.net/bugs/493145 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-08 Thread Launchpad Bug Tracker
This bug was fixed in the package nfs-utils - 1:1.2.0-4ubuntu2 --- nfs-utils (1:1.2.0-4ubuntu2) lucid; urgency=low * debian/nfs-kernel-server.init: 2.6.32 kernels no longer export the same symbols. Switch symbol check to nfsd_serv which has been present since 2005. LP:

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-07 Thread Andy Whitcroft
** Tags added: kernel-lucid -- [Lucid] NFS kernel server doesn't work anymore with 2.6.32 https://bugs.launchpad.net/bugs/493145 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-07 Thread Andy Whitcroft
** Also affects: nfs-utils (Ubuntu) Importance: Undecided Status: New -- [Lucid] NFS kernel server doesn't work anymore with 2.6.32 https://bugs.launchpad.net/bugs/493145 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-07 Thread Andy Whitcroft
I believe that this is a false negative detect of kernel support of NFS. The current scripts look for specific symbol prefixes to indicate that the kernel now has an nfsd having attempted to load the nfsd module. It seem that those symbols are no longer there leading to this false detection of no

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-07 Thread Andy Whitcroft
** Changed in: nfs-utils (Ubuntu) Status: New = Triaged ** Changed in: nfs-utils (Ubuntu) Importance: Undecided = Medium ** Changed in: nfs-utils (Ubuntu) Assignee: (unassigned) = Andy Whitcroft (apw) ** Changed in: linux (Ubuntu) Importance: Undecided = Medium ** Changed in:

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-07 Thread Andy Whitcroft
The attached debdiff seems to allow the scripting to correctly detect a working nfs server in the kernel. ** Attachment added: nfs-kernel-server-2.6.32-kernel-detect http://launchpadlibrarian.net/36542145/nfs-kernel-server-2.6.32-kernel-detect ** Changed in: nfs-utils (Ubuntu) Status:

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-06 Thread Philip Muskovac
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/36497954/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/36497955/AplayDevices.txt ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/36497956/BootDmesg.txt **

[Bug 493145] Re: [Lucid] NFS kernel server doesn't work anymore with 2.6.32

2009-12-06 Thread Philip Muskovac
** Description changed: - [sudo] password for yofel: + $ sudo service nfs-kernel-server start  * Not starting NFS kernel daemon: no support in current kernel. The same happens with 2.6.32-020632-generic Using 2.6.31-16-server in Lucid works fine. ProblemType: Bug AlsaVersion: