I shouldn't need to do an test install as this issue a strictly
related to the kernel configuration and the status can be determined
by querying the linux-image-virtual*deb packages.

Since I have a debmirror of lucid maverick and natty, I can do:

$ cd /srv/mirror/ubuntu/pool/l/linux
$ for i in linux-image*virtual*amd64*.deb; do echo $i; dpkg-deb -c $i
| grep '/nfsd*.ko'; done
linux-image-2.6.32-21-virtual_2.6.32-21.32_amd64.deb
-rw-r--r-- root/root    545384 2010-04-16 22:05
./lib/modules/2.6.32-21-server/kernel/fs/nfs/nfs.ko
-rw-r--r-- root/root    412248 2010-04-16 22:05
./lib/modules/2.6.32-21-server/kernel/fs/nfsd/nfsd.ko
linux-image-2.6.32-22-virtual_2.6.32-22.36_amd64.deb
-rw-r--r-- root/root    545384 2010-06-04 09:27
./lib/modules/2.6.32-22-server/kernel/fs/nfs/nfs.ko
-rw-r--r-- root/root    412248 2010-06-04 09:27
./lib/modules/2.6.32-22-server/kernel/fs/nfsd/nfsd.ko
linux-image-2.6.32-23-virtual_2.6.32-23.37_amd64.deb
-rw-r--r-- root/root    545768 2010-06-11 22:02
./lib/modules/2.6.32-23-server/kernel/fs/nfs/nfs.ko
-rw-r--r-- root/root    412768 2010-06-11 22:02
./lib/modules/2.6.32-23-server/kernel/fs/nfsd/nfsd.ko
linux-image-2.6.32-24-virtual_2.6.32-24.42_amd64.deb
-rw-r--r-- root/root    545768 2010-08-21 04:59
./lib/modules/2.6.32-24-server/kernel/fs/nfs/nfs.ko
-rw-r--r-- root/root    412768 2010-08-21 04:59
./lib/modules/2.6.32-24-server/kernel/fs/nfsd/nfsd.ko
linux-image-2.6.32-24-virtual_2.6.32-24.43_amd64.deb
-rw-r--r-- root/root    545768 2010-09-17 04:58
./lib/modules/2.6.32-24-server/kernel/fs/nfs/nfs.ko
-rw-r--r-- root/root    412768 2010-09-17 04:58
./lib/modules/2.6.32-24-server/kernel/fs/nfsd/nfsd.ko
linux-image-2.6.32-25-virtual_2.6.32-25.45_amd64.deb
-rw-r--r-- root/root    412768 2010-10-17 07:53
./lib/modules/2.6.32-25-server/kernel/fs/nfsd/nfsd.ko
-rw-r--r-- root/root    546064 2010-10-17 07:53
./lib/modules/2.6.32-25-server/kernel/fs/nfs/nfs.ko
linux-image-2.6.32-26-virtual_2.6.32-26.48_amd64.deb
-rw-r--r-- root/root    412768 2010-11-24 22:15
./lib/modules/2.6.32-26-server/kernel/fs/nfsd/nfsd.ko
-rw-r--r-- root/root    546192 2010-11-24 22:15
./lib/modules/2.6.32-26-server/kernel/fs/nfs/nfs.ko
linux-image-2.6.32-27-virtual_2.6.32-27.49_amd64.deb
-rw-r--r-- root/root    546192 2010-12-02 16:28
./lib/modules/2.6.32-27-server/kernel/fs/nfs/nfs.ko
-rw-r--r-- root/root    412768 2010-12-02 16:28
./lib/modules/2.6.32-27-server/kernel/fs/nfsd/nfsd.ko
linux-image-2.6.32-28-virtual_2.6.32-28.55_amd64.deb
-rw-r--r-- root/root    412768 2011-01-11 11:43
./lib/modules/2.6.32-28-server/kernel/fs/nfsd/nfsd.ko
-rw-r--r-- root/root    546192 2011-01-11 11:43
./lib/modules/2.6.32-28-server/kernel/fs/nfs/nfs.ko
linux-image-2.6.35-22-virtual_2.6.35-22.33_amd64.deb
linux-image-2.6.35-22-virtual_2.6.35-22.35_amd64.deb
linux-image-2.6.35-23-virtual_2.6.35-23.41_amd64.deb
linux-image-2.6.35-24-virtual_2.6.35-24.42_amd64.deb
-rw-r--r-- root/root    565992 2010-12-02 18:48
./lib/modules/2.6.35-24-virtual/kernel/fs/nfs/nfs.ko
linux-image-2.6.35-25-virtual_2.6.35-25.43_amd64.deb
-rw-r--r-- root/root    417112 2011-01-07 10:51
./lib/modules/2.6.35-25-virtual/kernel/fs/nfsd/nfsd.ko
-rw-r--r-- root/root    566120 2011-01-07 10:51
./lib/modules/2.6.35-25-virtual/kernel/fs/nfs/nfs.ko
linux-image-2.6.37-12-virtual_2.6.37-12.26_amd64.deb
-rw-r--r-- root/root    577176 2011-01-06 10:48
./lib/modules/2.6.37-12-virtual/kernel/fs/nfs/nfs.ko
-rw-r--r-- root/root    425720 2011-01-06 10:48
./lib/modules/2.6.37-12-virtual/kernel/fs/nfsd/nfsd.ko
$

Which shows the issue started with maverick and it looks like the
issue was half fixed at 2.6.35-24 and has been resolved with the
2.6.35-25 packages in maverick and is also ok natty.

Installing linux-image-2.6.35-25-virtual_2.6.35-25.43_amd64.deb onto a
maverick domU results in autofs working.

Thanks.  I can now remove linux-image-server from these boxes and
install linux-image-virtual again.
--
Scott Merrilees


On Thu, Jan 13, 2011 at 09:14, Jeremy Foshee <673...@bugs.launchpad.net> wrote:
> Hi Scott,
>
> This bug was reported a while ago and there hasn't been any activity in it 
> recently. We were wondering if this is still an issue? Can you try with the 
> latest development release of Ubuntu?  ISO CD images are available from 
> http://cdimage.ubuntu.com/releases/ .
>
> If it remains an issue, could you run the following command from a Terminal 
> (Applications->Accessories->Terminal).  It will automatically gather and 
> attach updated debug information to this report.
>
> apport-collect -p linux 673498
>
> Also, if you could test the latest upstream kernel available that would be 
> great.  It will allow additional upstream developers to examine the issue.  
> Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've tested 
> the upstream kernel, please remove the 'needs-upstream-testing' tag.  This 
> can be done by clicking on the yellow pencil icon next to the tag located at 
> the bottom of the bug description and deleting the 'needs-upstream-testing' 
> text.  Please let us know your results.
>
> Thanks in advance.
>
>    [This is an automated message.  Apologies if it has reached you 
> inappropriately; please just reply to this message indicating so.]
>
>
> ** Tags added: needs-kernel-logs
>
> ** Tags added: needs-upstream-testing
>
> ** Tags added: kj-triage
>
> ** Changed in: linux (Ubuntu)
>       Status: New => Incomplete
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/673498
>
> Title:
>  linux image virtual in maverick missing nfs client support modules
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/673498

Title:
  linux image virtual in maverick missing nfs client support modules

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to