From owner-freebsd-current@FreeBSD.ORG Sun Sep 5 06:46:50 2004 Return-Path: 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 4E06116A4CE for ; Sun, 5 Sep 2004 06:46:50 +0000 (GMT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D26643D2D for ; Sun, 5 Sep 2004 06:46:50 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (211.26.208.98) by smtp01.syd.iprimus.net.au (7.0.028) id 412F6C14002D78A1; Sun, 5 Sep 2004 16:46:44 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 627BE420D; Sun, 5 Sep 2004 16:46:49 +1000 (EST) Date: Sun, 5 Sep 2004 16:46:49 +1000 From: Tim Robbins To: Bjoern Koenig Message-ID: <20040905064649.GA94688@cat.robbins.dropbear.id.au> References: <20040903102820.F0D536233@hoppel.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040903102820.F0D536233@hoppel.local> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: mount_smbfs fails once X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 05 Sep 2004 06:46:50 -0000 On Fri, Sep 03, 2004 at 12:29:07PM +0200, Bjoern Koenig wrote: > Since 5.3-BETA1 and BETA2 there is a misbehaviour with mounting a samba > share. A first try fails: > > # mount_smbfs //hostname/share directory/ > mount_smbfs: kldload(smbfs): No such file or directory > > smbfs.ko was automatically loaded as expected and now a second try is > successful. I committed a fix for this a few minutes ago. Could you please update src/contrib/smbfs/mount_smbfs/mount_smbfs.c to revision 1.5, rebuild mount_smbfs or world, and confirm that it solves the problem? Tim