From owner-freebsd-current@FreeBSD.ORG Mon Apr 12 23:19:45 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 4369A16A4CE; Mon, 12 Apr 2004 23:19:45 -0700 (PDT) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5AB43D5D; Mon, 12 Apr 2004 23:19:44 -0700 (PDT) (envelope-from leafy@leafy.idv.tw) Received: from [61.59.121.140] (port=49965 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.23:1) id 1BDHGp-0000V2-S5; Tue, 13 Apr 2004 14:19:43 +0800 Received: from localhost (localhost [127.0.0.1]) by chihiro.leafy.idv.tw (Postfix) with ESMTP id 450E419D; Tue, 13 Apr 2004 14:19:43 +0800 (CST) Received: from chihiro.leafy.idv.tw ([127.0.0.1]) by localhost (chihiro.leafy.idv.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01655-02; Tue, 13 Apr 2004 14:19:42 +0800 (CST) Received: by chihiro.leafy.idv.tw (Postfix, from userid 1000) id BC02B191; Tue, 13 Apr 2004 14:19:42 +0800 (CST) Date: Tue, 13 Apr 2004 14:19:42 +0800 From: leafy To: Robert Watson Message-ID: <20040413061942.GA1705@chihiro.leafy.idv.tw> Mail-Followup-To: Robert Watson , freebsd-current@freebsd.org References: <20040413055915.GA1423@chihiro.leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leafy.idv.tw cc: freebsd-current@freebsd.org Subject: Re: /usr/libexec/ld-elf.so.1: mount_smbfs: Undefined symbol "vfsisloadable" 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: Tue, 13 Apr 2004 06:19:45 -0000 On Tue, Apr 13, 2004 at 02:10:37AM -0400, Robert Watson wrote: > > On Tue, 13 Apr 2004, leafy wrote: > > > With very recent -current (6 hrs old), mount_smbfs gives this error: > > /usr/libexec/ld-elf.so.1: mount_smbfs: Undefined symbol "vfsisloadable" > > Could your src/contrib/smbfs/mount_smbfs/mount_smbfs.c be out of sync? As > of revision 1.3 (2004/04/11 21:07:26), the source should no longer > reference vfsisloadable(). Try updating again? > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Senior Research Scientist, McAfee Research My bad, I had always been using the old binary in /sbin instead of the new /usr/sbin binary. But upon cleaning up the old binary, some new weirdness occurs: 1. mount_smbfs: smb_lib_init: can't find kernel module This happens when smbfs.ko isn't loaded (not auto loaded?) 2. After loading smbfs.ko, mounting as user results in mount_smbfs: can not setup kernel iconv table (default:tolower): syserr = Operation not permitted Am I missing something here? Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming