Date: Tue, 13 Apr 2004 14:19:42 +0800 From: leafy <leafy@leafy.idv.tw> To: Robert Watson <rwatson@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: /usr/libexec/ld-elf.so.1: mount_smbfs: Undefined symbol "vfsisloadable" Message-ID: <20040413061942.GA1705@chihiro.leafy.idv.tw> In-Reply-To: <Pine.NEB.3.96L.1040413020917.25209C-100000@fledge.watson.org> References: <20040413055915.GA1423@chihiro.leafy.idv.tw> <Pine.NEB.3.96L.1040413020917.25209C-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040413061942.GA1705>