DragonFly bugs List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: smbfs problems?
Hiten Pandya <hmp@xxxxxxxxxxxxx> wrote:
> Adam K Kirchhoff wrote:
>> Is there something up with smbfs?
>>
>> [ root@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@sorrow - ~ ]: mount /home/adamk/thorn
smbfs: can't get handle to requester (no /dev/nsmb* device)
I do have /dev/nsmb* devices:
[ root@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?
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]