Re: Samba problem

From: Werner Griessl <werner_at_btr0x22.rz.uni-bayreuth.de>
Date: Tue, 15 Aug 2006 13:06:34 +0200
Werner Griessl wrote:
> Carlos Silva wrote:
>> Hi all,
>>
>> I have installed freebsd 6.1-RELEASE on my machine and now samba dont
>> work, because of a timeout.
>> I've tried the two versions of the samba ports and none of them work
>> properly.
>> Do you have any idea?
>>
>> Ouput:
>>
>> osiris# mount -t smbfs //porta1/tmpdown /tmpdir
>> Password:
>>
>> mount_smbfs: unable to open connection: syserr = Operation timed out
>>
>> Otherwise, this is not an password error.
>>
>> Best Regards,
>>
>> Carlos Silva, CSilva
>> Web: http://www.csilva.org/
>>
>>
>> _______________________________________________
>> freebsd-current_at_freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to 
>> "freebsd-current-unsubscribe_at_freebsd.org"
> Try
> strict locking = no
> in the global section of your smb.conf
>
> Werner
>
> _______________________________________________
> freebsd-current_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to 
> "freebsd-current-unsubscribe_at_freebsd.org"

Sorry, that was the wrong direction.
My solution was:

Add these lines to your kernel-config

#
options         SMBFS                   #SMB/CIFS filesystem
#
# SMB/CIFS requester
# NETSMB enables support for SMB protocol, it requires LIBMCHAIN and
# LIBICONF options.
# NETSMBCRYPTO enables support for encrypted passwords.
options         NETSMB                  #SMB/CIFS requester
options         NETSMBCRYPTO            #encrypted password support for SMB
#
options         LIBMCHAIN
options         LIBICONV
#

and recompile your kernel.

Werner
Received on Tue Aug 15 2006 - 09:06:44 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:59 UTC