Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 12:08:59 +0100
From:      Carlos Silva <security@yourdot-mail.com>
To:        werner@btr0x22.rz.uni-bayreuth.de,  freebsd-current@freebsd.org
Subject:   Re: Samba problem
Message-ID:  <44E1AB4B.5010806@yourdot-mail.com>
In-Reply-To: <44E1AABA.9000108@btr0x22.rz.uni-bayreuth.de>
References:  <44E18F7B.5080604@yourdot-mail.com> <44E1A1AB.7040906@btr0x22.rz.uni-bayreuth.de> <44E1AABA.9000108@btr0x22.rz.uni-bayreuth.de>

next in thread | previous in thread | raw e-mail | index | archive | help
ok,

i'll try

Best Regards,

Carlos Silva, CSilva
Web: http://www.csilva.org/



Werner Griessl escreveu:
> 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@freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-current
>>> To unsubscribe, send any mail to 
>>> "freebsd-current-unsubscribe@freebsd.org"
>> Try
>> strict locking = no
>> in the global section of your smb.conf
>>
>> Werner
>>
>> _______________________________________________
>> 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"
>
> 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
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44E1AB4B.5010806>