** Also affects: linux (Ubuntu Natty)
Importance: Medium
Status: Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659084
Title:
2.6.35-22-virtual is missing nfs modules
--
ubun
Hi,
Tried using Scott Moser's workaround but I keep getting
sed: can't read /lib/modules/2.6.35-22-generic-pae/modules.dep: No such
file or directory.
I believe this is due to the difference in file name between the
2.6.35-22-generic-pae in the script and version 2.6.35-28-generic-pae
that gets
This bug was fixed in the package linux - 2.6.35-24.42
---
linux (2.6.35-24.42) maverick-proposed; urgency=low
[ Brad Figg ]
- LP: #683422
[ Colin Ian King ]
* SAUCE: Allow registration of handler to multiple WMI events with same
GUID
- LP: #676997
* SAUCE: Add WM
This bug also affects natty -virtual at the moment:
% dpkg -S /boot/vmlinuz-2.6.37-8-virtual
linux-image-2.6.37-8-virtual: /boot/vmlinuz-2.6.37-8-virtual
% cd /lib/modules/2.6.37-8-virtual/
% find * -type f | egrep "nfs|lockd|fscache|auth|sunrpc"
kernel/crypto/authenc.ko
kernel/fs/lockd/lockd.ko
nfsd.ko is still missing though -- so no NFS serving.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659084
Title:
2.6.35-22-virtual is missing nfs modules
--
ubuntu-bugs mailing list
ubuntu-bugs@l
Verified by me also. NFS works.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659084
Title:
2.6.35-22-virtual is missing nfs modules
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:
Verified:
$ wget
http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-2.6.35-24-virtual_2.6.35-24.42_amd64.deb
--2010-12-07 18:55:46--
http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-2.6.35-24-virtual_2.6.35-24.42_amd64.deb
Resolving archive.ubuntu.com... 91.189.88.31,
Accepted linux into maverick-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!
** Tags added: verification-needed
--
any idea when this will be released?
--
2.6.35-22-virtual is missing nfs modules
https://bugs.launchpad.net/bugs/659084
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
https://lis
** Changed in: linux (Ubuntu Maverick)
Status: In Progress => Fix Committed
--
2.6.35-22-virtual is missing nfs modules
https://bugs.launchpad.net/bugs/659084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
This bug was fixed in the package linux - 2.6.37-5.13
---
linux (2.6.37-5.13) natty; urgency=low
[ Andy Whitcroft ]
* rebased to v2.6.37-rc2
* updateconfigs following rebase to v2.6.37-rc2
[ Tim Gardner ]
* [Config] Added NFS and related modules to virtual flavour
- L
** Tags added: patch
--
2.6.35-22-virtual is missing nfs modules
https://bugs.launchpad.net/bugs/659084
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
https://lists.ubuntu.com/ma
** Patch added: "Added NFS and related modules to virtual flavour"
https://bugs.launchpad.net/ubuntu/maverick/+source/linux/+bug/659084/+attachment/1734724/+files/0001-UBUNTU-Config-Added-NFS-and-related-modules-to-virtu.patch
--
2.6.35-22-virtual is missing nfs modules
https://bugs.launchpa
** Changed in: linux (Ubuntu Maverick)
Importance: Undecided => High
** Changed in: linux (Ubuntu Maverick)
Status: New => In Progress
** Changed in: linux (Ubuntu Maverick)
Milestone: None => maverick-updates
** Changed in: linux (Ubuntu Maverick)
Assignee: (unassigned) => Ti
** Package changed: linux-meta (Ubuntu) => linux (Ubuntu)
** Also affects: linux (Ubuntu Maverick)
Importance: Undecided
Status: New
--
2.6.35-22-virtual is missing nfs modules
https://bugs.launchpad.net/bugs/659084
You received this bug notification because you are a member of Ubuntu
As an alternative workaround, the attached patch makes rebuilding the
-virtual package from source include the right modules for nfs clients.
I don't know that this includes all the missing modules, or is really
the right place to fix however.
** Attachment added: "patch for rebuilding from source
** Tags added: ec2-images uec-images
--
2.6.35-22-virtual is missing nfs modules
https://bugs.launchpad.net/bugs/659084
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
https://lis
Got hit by #570542 at the same time.
The two issues seem to have some similarities between them in that they're both
broken kernel modules in the -virtual that should've been available and seem to
have been compiled in, or the build at least should've tried.
I've noticed that the -headers packag
@Scott
Thank you for this quick'n'dirty fix ;)
NFS seems to work.
-virtual is missing at least those modules:
kernel/fs/nfs/nfs.ko
kernel/fs/lockd/lockd.ko
kernel/fs/fscache/fscache.ko
kernel/fs/nfs_common/nfs_acl.ko
kernel/net/sunrpc/auth_gss/auth_rpcgss.ko
kernel/net/sunrpc/sunrpc.ko
Hope
Awesome, that worked, thanks! In my own attempts I forgot about the
dependencies and the depmod thing.
For others following this recipe, replace ${nfsmods} with ${mods} (or
vica versa).
--
2.6.35-22-virtual is missing nfs modules
https://bugs.launchpad.net/bugs/659084
You received this bug notif
@Haakon,
I just did, on x86_64 (I assume i386 is the same):
# install the -server package
sudo apt-get install linux-server
# on x86_64 there is a '-server' kernel, on i386, it is '-generic-pae'
flav="server"
[ "$(uname -m)" = "x86_64" ] || flav="generic-pae"
sver=$(uname -r)
sver=${sver%-*} # re
Good idea actually, but I can't get it to work. Copied the .ko-files for
nfs, nfsd and nfs_common over from the -kernel deb, but they can't be
loaded ("-1 Unknown symbol in module"). I don't want to risk further
destabilisation, so I think I'll just wait it out. Thanks.
--
2.6.35-22-virtual is mi
@Haakon,
Its only a work around, but you can quite likely just steal the needed
modules from -server (or -generic-pae on i386), and put them into the
appropriate place in the -virtual directory.
** Changed in: linux-meta (Ubuntu)
Importance: Undecided => Medium
--
2.6.35-22-virtual is mi
Updated to linux-image-2.6.35-22-virtual 2.6.35-22.34
still missing nfs modules
--
2.6.35-22-virtual is missing nfs modules
https://bugs.launchpad.net/bugs/659084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing li
** Changed in: linux-meta (Ubuntu)
Status: New => Confirmed
--
2.6.35-22-virtual is missing nfs modules
https://bugs.launchpad.net/bugs/659084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bug
I just upgraded to 10.10 and got bit by this as well. This is a serious
issue, please fix!
--
2.6.35-22-virtual is missing nfs modules
https://bugs.launchpad.net/bugs/659084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
26 matches
Mail list logo