From owner-freebsd-current@FreeBSD.ORG Tue Aug 15 11:09:48 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECDC116A4DA for ; Tue, 15 Aug 2006 11:09:48 +0000 (UTC) (envelope-from security@yourdot-mail.com) Received: from jupiter.nswebhost.com (jupiter.nswebhost.com [66.246.252.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F99243D7D for ; Tue, 15 Aug 2006 11:09:03 +0000 (GMT) (envelope-from security@yourdot-mail.com) Received: from 87.60.30.213.rev.vodafone.pt ([213.30.60.87]:36920 helo=[192.168.1.10]) by jupiter.nswebhost.com with esmtpa (Exim 4.52) id 1GCvsC-0002op-FF; Tue, 15 Aug 2006 05:10:12 -0500 Message-ID: <44E1AB4B.5010806@yourdot-mail.com> Date: Tue, 15 Aug 2006 12:08:59 +0100 From: Carlos Silva User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: werner@btr0x22.rz.uni-bayreuth.de, freebsd-current@freebsd.org References: <44E18F7B.5080604@yourdot-mail.com> <44E1A1AB.7040906@btr0x22.rz.uni-bayreuth.de> <44E1AABA.9000108@btr0x22.rz.uni-bayreuth.de> In-Reply-To: <44E1AABA.9000108@btr0x22.rz.uni-bayreuth.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ClamAntiVirus-Scanner: This mail is clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jupiter.nswebhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - yourdot-mail.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: Samba problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2006 11:09:49 -0000 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 > >