Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Gentoo Linux Support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-08-2008, 02:37 PM
Mark Hobley
 
Posts: n/a
Default Gentoo NFS client does not connect following emerge -uDA world

I am using Gentoo, and I updated the system using emerge -uDA. I am no
longer able to mount NFS fileshares on my NFS server (running Debian).

mount neptune:/volumes/vol3a/ /volumes/vol3a/
mount: wrong fs type, bad option, bad superblock on
neptune:/volumes/vol3a/,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

I have no messages relating to NFS in either syslog or dmesg on the
client, with last messages in dmesg as follows:

dmesg|tail
smc-ultra.c: ISAPnP reports SMC EtherEZ (8416) at i/o 0x240, irq 5.
smc-ultra.c:v2.02 2/3/98 Donald Becker (becker@cesdis.gsfc.nasa.gov)
eth%d: SMC EtherEZ at 0x240, 00:e0:29:4c:ce:16,assigned IRQ 5
programmed-I/O mode.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Adding 2706912k swap on /dev/hda8. Priority:-1 extents:1
across:2706912k
Real Time Clock Driver v1.12ac

I performed a system trace as follows:

strace -o/tmp/mount.strace mount neptune:/volumes/vol3a/ /volumes/vol3a/

This produces the following output:

execve("/bin/mount", ["mount", "neptune:/volumes/vol3a/",
"/volumes/vol3a/"], [/
* 22 vars */]) = 0
brk(0) = 0x8056000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=12566, ...}) = 0
mmap2(NULL, 12566, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f6d000
close(3) = 0
open("/lib/libblkid.so.1", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3 60!\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=36312, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7
f6c000
mmap2(NULL, 39188, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
= 0xb7f
62000
mmap2(0xb7f6a000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRIT
E, 3, 0x7) = 0xb7f6a000
close(3) = 0
open("/lib/libuuid.so.1", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\ 20\0\0004\0\0\0"..., 5
12) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=13824, ...}) = 0
mmap2(NULL, 16608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
= 0xb7f5d000
mmap2(0xb7f60000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb7f60000
close(3) = 0
open("/lib/libc.so.6", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@a \1\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1192036, ...}) = 0
mmap2(NULL, 1197520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xb7e38000
mmap2(0xb7f57000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11f) = 0xb7f57000
mmap2(0xb7f5a000, 9680, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f5a000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7e37000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e37700,
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0,
limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xb7f57000, 8192, PROT_READ) = 0
mprotect(0xb7f60000, 4096, PROT_READ) = 0
mprotect(0xb7f6a000, 4096, PROT_READ) = 0
mprotect(0x8053000, 4096, PROT_READ) = 0
mprotect(0xb7f8b000, 4096, PROT_READ) = 0
munmap(0xb7f6d000, 12566) = 0
brk(0) = 0x8056000
brk(0x8077000) = 0x8077000
umask(022) = 022
open("/dev/null", O_RDWR|O_LARGEFILE) = 3
close(3) = 0
getuid32() = 0
geteuid32() = 0
lstat64("/etc/mtab", {st_mode=S_IFREG|0644, st_size=292, ...}) = 0
stat64("neptune:/volumes/vol3a/", 0xbfffbd74) = -1 ENOENT (No such file
or directory)
stat64("/sbin/mount.nfs", 0xbfffbb00) = -1 ENOENT (No such file or
directory)
rt_sigprocmask(SIG_BLOCK, ~[TRAP SEGV RTMIN RT_1], NULL, 8) = 0
stat64("/sbin/mount.nfs", 0xbfffbae0) = -1 ENOENT (No such file or
directory)
mount("neptune:/volumes/vol3a/", "/volumes/vol3a/", "nfs"...,
MS_MGC_VAL, NULL) = -1 EINVAL (Invalid argument)
rt_sigprocmask(SIG_UNBLOCK, ~[TRAP SEGV RTMIN RT_1], NULL, 8) = 0
write(2, "mount: wrong fs type, bad option"..., 134) = 134
write(2, "\n", 1) = 1
stat64("neptune:/volumes/vol3a/", 0xbfffbc70) = -1 ENOENT (No such file
or directory)
write(2, " In some cases useful info"..., 85) = 85
write(2, "\n", 1) = 1
exit_group(32)

Does anyone know what may have gone wrong here?

The kernel is a 2.6.24.3 vanilla kernel on the Gentoo client, running on
an IBM compatible computer using a Pentium compatible processor.

The NFS server is running Debian stable with a 2.6.18-6-486 kernel
(also running on conventional IBM compatible hardware, using a conventional
Pentium processor.)

Thanks in advance to anyone who can help.

Mark.

--
Mark Hobley,
393 Quinton Road West,
Quinton, BIRMINGHAM.
B32 1QE.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-08-2008, 02:37 PM
AZ Nomad
 
Posts: n/a
Default Re: Gentoo NFS client does not connect following emerge -uDA world

On Tue, 08 Apr 2008 11:08:04 GMT, Mark Hobley <markhobley@hotpop.donottypethisbit.com> wrote:
>I am using Gentoo, and I updated the system using emerge -uDA. I am no
>longer able to mount NFS fileshares on my NFS server (running Debian).


>mount neptune:/volumes/vol3a/ /volumes/vol3a/
>mount: wrong fs type, bad option, bad superblock on
>neptune:/volumes/vol3a/,
> missing codepage or helper program, or other error
> In some cases useful info is found in syslog - try
> dmesg | tail or so


>I have no messages relating to NFS in either syslog or dmesg on the
>client, with last messages in dmesg as follows:


Have you tried re-emerging nfs-utils?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-08-2008, 02:37 PM
Aragorn
 
Posts: n/a
Default Re: Gentoo NFS client does not connect following emerge -uDA world

Mark Hobley wrote:

> I am using Gentoo, and I updated the system using emerge -uDA. I am no
> longer able to mount NFS fileshares on my NFS server (running Debian).


I may be way out of my league here, but I'm willing to point out a few
things that may in turn lead you to resolving this problem. ;-)

> mount neptune:/volumes/vol3a/ /volumes/vol3a/
> mount: wrong fs type, bad option, bad superblock on
> neptune:/volumes/vol3a/,
> missing codepage or helper program, or other error
> In some cases useful info is found in syslog - try
> dmesg | tail or so


First of all, you're probably aware that NFS comes in two versions, one of
them being the traditional NFSv3 still used by most implementations, the
other one being the newer NFSv4 that allows a connection over either UDP -
as has always been the custom - or over TCP/IP, which is new.

So I think it's important to check whether the NFS server and the client are
both using the same NFS version and whether they are both speaking the same
network packet protocol. This could pertain to the "wrong fs type, bad
option, bad superblock" error message.

Of course, I am just guessing at this point, and I'm by far not as
experienced with NFS as my willingness to reply to your post seems to
suggest. ;-)

> I have no messages relating to NFS in either syslog or dmesg on the
> client, with last messages in dmesg as follows:
>
> dmesg|tail
> smc-ultra.c: ISAPnP reports SMC EtherEZ (8416) at i/o 0x240, irq 5.
> smc-ultra.c:v2.02 2/3/98 Donald Becker (becker@cesdis.gsfc.nasa.gov)
> eth%d: SMC EtherEZ at 0x240, 00:e0:29:4c:ce:16,assigned IRQ 5
> programmed-I/O mode.
> RPC: Registered udp transport module.
> RPC: Registered tcp transport module.
> usbcore: registered new interface driver usbfs
> usbcore: registered new interface driver hub
> usbcore: registered new device driver usb
> Adding 2706912k swap on /dev/hda8. Priority:-1 extents:1
> across:2706912k
> Real Time Clock Driver v1.12ac


These are irrelevant, other than that they tell you that you have support
for both UDP and TCP/IP in RPC (remote procedure call).

> I performed a system trace as follows:
>
> strace -o/tmp/mount.strace mount neptune:/volumes/vol3a/ /volumes/vol3a/
>
> This produces the following output:
>
> execve("/bin/mount", ["mount", "neptune:/volumes/vol3a/",
> "/volumes/vol3a/"], [/
> * 22 vars */]) = 0
> brk(0) = 0x8056000
> access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
> directory)


First clue... It's looking for something that isn't there (anymore)...

> open("/etc/ld.so.cache", O_RDONLY) = 3
> fstat64(3, {st_mode=S_IFREG|0644, st_size=12566, ...}) = 0
> mmap2(NULL, 12566, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f6d000
> close(3) = 0
> open("/lib/libblkid.so.1", O_RDONLY) = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3 60!\0\0004\0\0\0"...,
> 512) = 512
> fstat64(3, {st_mode=S_IFREG|0755, st_size=36312, ...}) = 0
> mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
> 0) = 0xb7
> f6c000
> mmap2(NULL, 39188, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
> = 0xb7f
> 62000
> mmap2(0xb7f6a000, 8192, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRIT
> E, 3, 0x7) = 0xb7f6a000
> close(3) = 0
> open("/lib/libuuid.so.1", O_RDONLY) = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\ 20\0\0004\0\0\0"..., 5
> 12) = 512
> fstat64(3, {st_mode=S_IFREG|0755, st_size=13824, ...}) = 0
> mmap2(NULL, 16608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
> = 0xb7f5d000
> mmap2(0xb7f60000, 8192, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb7f60000
> close(3) = 0
> open("/lib/libc.so.6", O_RDONLY) = 3
> read(3,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@a \1\0004\0\0\0"...,
> 512) = 512
> fstat64(3, {st_mode=S_IFREG|0755, st_size=1192036, ...}) = 0
> mmap2(NULL, 1197520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
> 0) = 0xb7e38000
> mmap2(0xb7f57000, 12288, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11f) = 0xb7f57000
> mmap2(0xb7f5a000, 9680, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f5a000
> close(3) = 0
> mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
> 0) = 0xb7e37000
> set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e37700,
> limit:1048575, seg_32bit:1, contents:0, read_exec_only:0,
> limit_in_pages:1, seg_not_present:0, useable:1}) = 0
> mprotect(0xb7f57000, 8192, PROT_READ) = 0
> mprotect(0xb7f60000, 4096, PROT_READ) = 0
> mprotect(0xb7f6a000, 4096, PROT_READ) = 0
> mprotect(0x8053000, 4096, PROT_READ) = 0
> mprotect(0xb7f8b000, 4096, PROT_READ) = 0
> munmap(0xb7f6d000, 12566) = 0
> brk(0) = 0x8056000
> brk(0x8077000) = 0x8077000
> umask(022) = 022
> open("/dev/null", O_RDWR|O_LARGEFILE) = 3
> close(3) = 0
> getuid32() = 0
> geteuid32() = 0
> lstat64("/etc/mtab", {st_mode=S_IFREG|0644, st_size=292, ...}) = 0
> stat64("neptune:/volumes/vol3a/", 0xbfffbd74) = -1 ENOENT (No such file
> or directory)


Second clue, see the one above... ;-)

> stat64("/sbin/mount.nfs", 0xbfffbb00) = -1 ENOENT (No such file or
> directory)


Third clue, ditto... :-)

> rt_sigprocmask(SIG_BLOCK, ~[TRAP SEGV RTMIN RT_1], NULL, 8) = 0
> stat64("/sbin/mount.nfs", 0xbfffbae0) = -1 ENOENT (No such file or
> directory)


Fourth clue...

> mount("neptune:/volumes/vol3a/", "/volumes/vol3a/", "nfs"...,
> MS_MGC_VAL, NULL) = -1 EINVAL (Invalid argument)
> rt_sigprocmask(SIG_UNBLOCK, ~[TRAP SEGV RTMIN RT_1], NULL, 8) = 0
> write(2, "mount: wrong fs type, bad option"..., 134) = 134
> write(2, "\n", 1) = 1
> stat64("neptune:/volumes/vol3a/", 0xbfffbc70) = -1 ENOENT (No such file
> or directory)
> write(2, " In some cases useful info"..., 85) = 85
> write(2, "\n", 1) = 1
> exit_group(32)
>
> Does anyone know what may have gone wrong here?
>
> The kernel is a 2.6.24.3 vanilla kernel on the Gentoo client, running on
> an IBM compatible computer using a Pentium compatible processor.


The kernel version is less important here than how it was configured. You
should definitely doublecheck the NFS versions supported in the kernel.

> The NFS server is running Debian stable with a 2.6.18-6-486 kernel
> (also running on conventional IBM compatible hardware, using a
> conventional Pentium processor.)


The kernel version of the server is less important, unless it is using a
kernel-based NFS server, of which I don't think it was already present in
the 2.6.18 release anyway.

Up until the availability of a kernel-based NFS server, NFS is typically
exported via the /nfsd/ daemon, which in turn will launch /lockd/ via your
System V /init/ scripts.

> Thanks in advance to anyone who can help.


That's about all I can tell you, and although it isn't much, it might steer
you in the right direction. ;-)

--
Aragorn
(registered GNU/Linux user #223157)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-08-2008, 05:06 PM
AZ Nomad
 
Posts: n/a
Default Re: Gentoo NFS client does not connect following emerge -uDA world

On Tue, 08 Apr 2008 14:53:21 +0200, Aragorn <aragorn@chatfactory.invalid> wrote:
>Mark Hobley wrote:


>> I am using Gentoo, and I updated the system using emerge -uDA. I am no
>> longer able to mount NFS fileshares on my NFS server (running Debian).


>I may be way out of my league here, but I'm willing to point out a few
>things that may in turn lead you to resolving this problem. ;-)


>> mount neptune:/volumes/vol3a/ /volumes/vol3a/
>> mount: wrong fs type, bad option, bad superblock on
>> neptune:/volumes/vol3a/,
>> missing codepage or helper program, or other error
>> In some cases useful info is found in syslog - try
>> dmesg | tail or so


>First of all, you're probably aware that NFS comes in two versions, one of
>them being the traditional NFSv3 still used by most implementations, the
>other one being the newer NFSv4 that allows a connection over either UDP -
>as has always been the custom - or over TCP/IP, which is new.


>So I think it's important to check whether the NFS server and the client are
>both using the same NFS version and whether they are both speaking the same
>network packet protocol. This could pertain to the "wrong fs type, bad
>option, bad superblock" error message.


In the linux world, nfs4 is still considered experemental and you can't
specify it by accident. fstab has to have 'nfs4' instead of 'nfs' as the
filesystem type. You also have to build a new kernel with nfs4 support
enabled. nfsutils should still support nfs3 and the kernel should also
support nfs3 unless one went into the kernel configuration and specifically
removed nfs3 support then built a new kernel.


I played around w/ nfs4 and found its permissions scheme to be a royal PITA.
Pretty much every single file off the server was considered to be owned by
'nobody'. You have to enable another authentication protocol like kerberos
or gssd and I gave up trying to get it working. And of course, an nfs4
server can not have shared directories from two separate locations; they
have to have a common directory from which they derive.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-08-2008, 05:06 PM
J.O. Aho
 
Posts: n/a
Default Re: Gentoo NFS client does not connect following emerge -uDA world

Mark Hobley wrote:
> I am using Gentoo, and I updated the system using emerge -uDA. I am no
> longer able to mount NFS fileshares on my NFS server (running Debian).
>
> mount neptune:/volumes/vol3a/ /volumes/vol3a/
> mount: wrong fs type, bad option, bad superblock on
> neptune:/volumes/vol3a/,
> missing codepage or helper program, or other error
> In some cases useful info is found in syslog - try
> dmesg | tail or so


This indicates the version of nfs you try to mount ain't supported on the
client machine.

I suggest you run

rpcinfo -p neptune

on the client machine, and you should get an output something like:

program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32769 status
100024 1 tcp 49475 status
100005 1 udp 32770 mountd
100005 1 tcp 54715 mountd
100005 2 udp 32770 mountd
100005 2 tcp 54715 mountd
100005 3 udp 32770 mountd
100005 3 tcp 54715 mountd
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100021 1 udp 32771 nlockmgr
100021 3 udp 32771 nlockmgr
100021 4 udp 32771 nlockmgr
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 tcp 45138 nlockmgr
100021 3 tcp 45138 nlockmgr
100021 4 tcp 45138 nlockmgr

If you don't, then you don't even have the right to connect to the remote
machine with the nfs share.

You can also run "nfsstat" on the remote machine, this way you can see which
NFS version it runs (debian suxx on sharing the configuration through proc).


--

//Aho
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-09-2008, 05:05 PM
Mark Hobley
 
Posts: n/a
Default Re: Gentoo NFS client does not connect following emerge -uDA world

In alt.os.linux.gentoo J.O. Aho <user@example.net> wrote:

> This indicates the version of nfs you try to mount ain't supported on the
> client machine.


> rpcinfo -p neptune


Here is my output:

program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 2051 status
100024 1 tcp 2135 status
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 udp 2062 nlockmgr
100021 3 udp 2062 nlockmgr
100021 4 udp 2062 nlockmgr
100021 1 tcp 4500 nlockmgr
100021 3 tcp 4500 nlockmgr
100021 4 tcp 4500 nlockmgr
100005 1 udp 754 mountd
100005 1 tcp 757 mountd
100005 2 udp 754 mountd
100005 2 tcp 757 mountd
100005 3 udp 754 mountd
100005 3 tcp 757 mountd

> You can also run "nfsstat" on the remote machine, this way you can see which
> NFS version it runs (debian suxx on sharing the configuration through proc).


On remote (neptune):

nfsstat
Server rpc stats:
calls badcalls badauth badclnt xdrcall
1136889 0 0 0 0

Server nfs v2:
null getattr setattr root lookup
readlink
1 100% 0 0% 0 0% 0 0% 0 0% 0
0%
read wrcache write create remove rename
0 0% 0 0% 0 0% 0 0% 0 0% 0
0%
link symlink mkdir rmdir readdir fsstat
0 0% 0 0% 0 0% 0 0% 0 0% 0
0%

Server nfs v3:
null getattr setattr lookup access
readlink
11 0% 266236 23% 45752 4% 247414 21% 156077 13% 2837
0%
read write create mkdir symlink mknod
171355 15% 107666 9% 38574 3% 4977 0% 12744 1% 1
0%
remove rmdir rename link readdir
readdirplus
39049 3% 3809 0% 2837 0% 1 0% 1675 0% 25528
2%
fsstat fsinfo pathconf commit
49 0% 19 0% 0 0% 5446 0%

Client rpc stats:
calls retrans authrefrsh
0 0 0

Client nfs v4:
null read write commit open
open_conf
0 0% 0 0% 0 0% 0 0% 0 0% 0
0%
open_noat open_dgrd close setattr fsinfo renew
0 0% 0 0% 0 0% 0 0% 0 0% 0
0%
setclntid confirm lock lockt locku access
0 0% 0 0% 0 0% 0 0% 0 0% 0
0%
getattr lookup lookup_root remove rename link
0 0% 0 0% 0 0% 0 0% 0 0% 0
0%
symlink create pathconf statfs readlink readdir
0 0% 0 0% 0 0% 0 0% 0 0% 0
0%
server_caps delegreturn
0 0% 0 0%

I did manage to get NFS working prior to the kernel upgrade.

I am currently rebuild nfs-utils, so I will know shortly whether or not
that fixes the problem.

Mark.

Regards,

Mark.

--
Mark Hobley,
393 Quinton Road West,
Quinton, BIRMINGHAM.
B32 1QE.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-09-2008, 05:05 PM
Mark Hobley
 
Posts: n/a
Default Gentoo emerge -uDA world has not updated nfs-utils

In alt.os.linux.gentoo Mark Hobley <markhobley@hotpop.donottypethisbit.com> wrote:
> I am currently rebuild nfs-utils, so I will know shortly whether or not
> that fixes the problem.


Hmmm, it actually has fixed the problem. I wonder why emerge -uDN world
does not update this package. I thought it was supposed to rebuild the
entire system.

Mark.

--
Mark Hobley,
393 Quinton Road West,
Quinton, BIRMINGHAM.
B32 1QE.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-09-2008, 10:42 PM
J.O. Aho
 
Posts: n/a
Default Re: Gentoo emerge -uDA world has not updated nfs-utils

Mark Hobley wrote:
> In alt.os.linux.gentoo Mark Hobley <markhobley@hotpop.donottypethisbit.com> wrote:
>> I am currently rebuild nfs-utils, so I will know shortly whether or not
>> that fixes the problem.

>
> Hmmm, it actually has fixed the problem. I wonder why emerge -uDN world
> does not update this package. I thought it was supposed to rebuild the
> entire system.


The file ain't in the world file (/var/lib/portage/world), which means it
won't be updated when you update world. Add it to the file and it should be
updated next time.


--

//Aho
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:01 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695