Re: NFSv4 failure
From: Tomi Vainio - Sun Finland (Tomi.Vainio_at_Sun.COM)
Date: 03/29/05
- Previous message: Dan Nelson: "Re: NFSv4 failure"
- In reply to: Dan Nelson: "Re: NFSv4 failure"
- Next in thread: Dan Nelson: "Re: NFSv4 failure"
- Reply: Dan Nelson: "Re: NFSv4 failure"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Mar 2005 00:12:09 +0300 To: Dan Nelson <dnelson@allantgroup.com>
Dan Nelson writes:
> In the last episode (Mar 29), Tomi Vainio - Sun Finland said:
> > I just cvsupped latest current sources and tried to use nfsv4 against
> > my Solaris 10 machine but module won't even load properly.
> >
> > kldload: can't load /boot/kernel/nfs4client.ko: No such file or directory
> > link_elf: symbol nfs_directio_allow_mmap undefined
>
> That symbol is in /sys/nfsclient/nfs_vnops.c, so try loading
> nfsclient.ko first. If this works, nfs4client probably needs to
> register a module dependency on nfs.
>
That won't work either.
cat# kldload /boot/kernel/nfsclient.ko
cat# kldload /boot/kernel/nfs4client.ko
kldload: can't load /boot/kernel/nfs4client.ko: File exists
interface nfslock.1 already present in the KLD 'nfsclient.ko'!
Tomppa
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Dan Nelson: "Re: NFSv4 failure"
- In reply to: Dan Nelson: "Re: NFSv4 failure"
- Next in thread: Dan Nelson: "Re: NFSv4 failure"
- Reply: Dan Nelson: "Re: NFSv4 failure"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: Sound Configuration, Sony Laptop with ac97
... IIRC, the recommended step to do is do: ... kldload snd_driver ...
cat /dev/sndstat ... to get the correct driver. ... (freebsd-questions) - Re: Dell Latitude Onboard Sound and FreeBSD 6.0
... The most useful information would likely be provided by the following commands. ...
kldload snd_driver ... cat /dev/sndstat ... (comp.unix.bsd.freebsd.misc) - Re: Sound problem
... > snd module. ... # kldload snd_driver ... # cat /dev/sndstat
... (snd_driver try to load all snd modules) ... (freebsd-stable) - Re: Differences between netgraph nodes in 4.x and 5.x
... if i try to unload my module, change the internals, compile ... [root@newluxor
root]# kldload ng_ether ... kldload: can't load ng_ether: Exec format error ...
(freebsd-net) - Re: Kernel-loadable Root Kits
... all functions that are needed to load the trojan module). ... hard to find and
circumvent it, before his trojan module got loaded. ... > from under /modules but I'm
afraid this may be circumvented by attacker ... > fetching her own kldload. ...
(FreeBSD-Security)