From owner-freebsd-current@FreeBSD.ORG Mon Apr 19 09:24:43 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 3CECE16A4CE; Mon, 19 Apr 2004 09:24:43 -0700 (PDT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F12543D5A; Mon, 19 Apr 2004 09:24:42 -0700 (PDT) (envelope-from ale@FreeBSD.org) Received: from FreeBSD.org (thunder.alexdupre.com [192.168.0.101]) i3JGOblN040953; Mon, 19 Apr 2004 18:24:38 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <4083FD45.6050604@FreeBSD.org> Date: Mon, 19 Apr 2004 18:24:37 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.5+ (Windows/20040312) X-Accept-Language: en MIME-Version: 1.0 To: Lukas Ertl References: <200404191110.20057.jonathan@fosburgh.org> <20040419181423.H650@korben> In-Reply-To: <20040419181423.H650@korben> X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.org Subject: Re: SMBFS problems in this morning's -CURRENT 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: Mon, 19 Apr 2004 16:24:43 -0000 Lukas Ertl wrote: >>I just completed an upgrade to -CURRENT. My sources are now about 3 hours >>old. On trying to mount samba filesystems I receive the following error: >> >>/usr/libexec/ld-elf.so.1: smbfs: Undefined symbol "vfsisloadable" I got another problem. I receive: mount_smbfs: smb_lib_init: can't find kernel module Usually the kernel module was loaded automatically, now I have to manually run: kldload smbfs before using mount_smbfs. -- Alex Dupre