From owner-freebsd-current@FreeBSD.ORG Mon Aug 28 03:29:55 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 A29FF16A4DF; Mon, 28 Aug 2006 03:29:55 +0000 (UTC) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.150.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A70F43D49; Mon, 28 Aug 2006 03:29:54 +0000 (GMT) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id 183FF8C9D87; Mon, 28 Aug 2006 11:29:53 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id E87D08C9BA6; Mon, 28 Aug 2006 11:29:53 +0800 (CST) Date: Mon, 28 Aug 2006 11:29:53 +0800 (CST) From: Tai-hwa Liang To: Divacky Roman In-Reply-To: <20060815091652.GA39128@stud.fit.vutbr.cz> Message-ID: <06082811262817.5176@www.mmlab.cse.yzu.edu.tw> References: <44E18F7B.5080604@yourdot-mail.com> <20060815091652.GA39128@stud.fit.vutbr.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Carlos Silva , freebsd-current@freebsd.org, freebsd-ports@freebsd.org 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: Mon, 28 Aug 2006 03:29:55 -0000 On Tue, 15 Aug 2006, Divacky Roman wrote: > On Tue, Aug 15, 2006 at 10:10:19AM +0100, 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. > > I can confirm this. something happened and now I am not able to mount > smb shares on 6.1R.. on 6.0R it works ok. How about pointing the server address directly: # mount -t smbfs -o -I=porta1.ip.addr.ess //porta1/tmpdown /tmpdir or # mount -t smbfs -o -I=porta1.fqdn //porta1/tmpdown /tmpdir -- Cheers, Tai-hwa Liang