smbfs problems?
Adam K Kirchhoff
adamk at voicenet.com
Tue Mar 16 05:49:13 PST 2004
Hiten Pandya <hmp at xxxxxxxxxxxxx> wrote:
> Adam K Kirchhoff wrote:
>> Is there something up with smbfs?
>>
>> [ root at sorrow - /home/adamk ]: kldload smbfs
>> kldload: can't load smbfs: Exec format error
>>
>> This is from a build from just last night.
>>
>> Adam
>>
> Dear Adam,
> I have been aware of this problem for quite a long time now,
> but it got pushed down on my list of things to do.
> Anyway, I have committed a fix to for this problem just a few
> minutes ago. You will need to build the SMBFS module,
> libmchain and libiconv and install them into /modules.
> Once you have done that, load libiconv, libmchain and finally
> load smbfs.ko:
> # cd /sys/vfs/smbfs && make && make install
> # cd ../../libkern && make && make install
> # cd ../kern/libmchain && make && make install
> # kldload libiconv; kldload libmchain; kldload smbfs
> netsmb_dev: loaded
> Enjoy and thanks for reminding me! :-)
I'm getting closer :-)
I still have one problem, though:
[ root at sorrow - ~ ]: mount /home/adamk/thorn
smbfs: can't get handle to requester (no /dev/nsmb* device)
I do have /dev/nsmb* devices:
[ root at sorrow - ~ ]: ls -l /dev/nsmb*
crw------- 1 root wheel 144, 0 Mar 16 08:46 /dev/nsmb0
crw------- 1 root wheel 144, 1 Mar 16 08:46 /dev/nsmb1
crw------- 1 root wheel 144, 2 Mar 16 08:46 /dev/nsmb2
crw------- 1 root wheel 144, 3 Mar 16 08:46 /dev/nsmb3
Any ideas?
More information about the Bugs
mailing list