From owner-freebsd-current@FreeBSD.ORG Fri Sep 3 10:28:19 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 8A68016A4CE for ; Fri, 3 Sep 2004 10:28:19 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id E96CD43D49 for ; Fri, 3 Sep 2004 10:28:18 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from hoppel.local (port-212-202-169-9.dynamic.qsc.de [212.202.169.9]) by mail.efacilitas.de (Postfix) with ESMTP id BBD4F123D89 for ; Fri, 3 Sep 2004 12:27:20 +0200 (CEST) Received: from alpha (unknown [192.168.1.2]) by hoppel.local (Postfix) with ESMTP id F0D536233 for ; Fri, 3 Sep 2004 12:28:20 +0200 (CEST) From: "Bjoern Koenig" To: Date: Fri, 3 Sep 2004 12:29:07 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcSRoNd5djsrTyBxQze4iO+KGGzuyQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20040903102820.F0D536233@hoppel.local> X-Mailman-Approved-At: Fri, 03 Sep 2004 11:57:38 +0000 Subject: 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: Fri, 03 Sep 2004 10:28:19 -0000 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. Bj=F6rn