DragonFly BSD
DragonFly bugs List (threaded) for 2004-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: smbfs problems?


From: Michael Powell <testuser@xxxxxxxxxxxxxxx>
Date: Thu, 18 Mar 2004 14:25:44 -0500

9edf8$0$182$415eb37d@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
Lines: 40
NNTP-Posting-Host: 66.44.112.87
X-Trace: 1079637851 crater_reader.dragonflybsd.org 183 66.44.112.87
Xref: crater_reader.dragonflybsd.org dragonfly.bugs:823

[snip]
> 
> When I load the smbfs module, though, I get the following showing up in
> dmesg:
> 
> error: module compiled without SMP support
> netsmb_dev: unloaded
> module_register_init: MOD_LOAD (dev_netsmb, e64cad5c, 0) error 1
> 
> And trying to mount a samba share gives me:
> 
> [ root@sorrow - /home/adamk ]: mount_smbfs //adamk@thorn/Media /mnt
> mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
> 
> Adam

Hi:

        On my FreeBSD-4.9 Stable box I use the following kernel conf and
smbfs works well.

options         NTFS                    #NTFS Support
options         SMBFS                   #
options         NETSMB          #
options         NETSMBCRYPTO    #
options         LIBMCHAIN               #
options         LIBICONV                # 

I'm wondering if you are trying this on a uniprocessor box or and SMP box.
To my knowledge, smbfs has always been broken on SMP. This is old:
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/51389 and I don't know if it
has been fixed. 

I'll see if my DragonFly box smbfs works when I get home tonight. IIRC the
kernel conf I used was pretty much the same one as my 4.9-Stable. I do know
that using Nautilus on the DFly box was a no-go with Samba unless I turned
off the NTLM encryption (which would break support for Windows boxen).

-Michael Powell




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]