Date: Wed, 15 Nov 2000 10:41:17 +0100 (CET) From: Harti Brandt <brandt@fokus.gmd.de> To: Ilya Naumov <camel@avias.com> Cc: current@FreeBSD.ORG Subject: Re: Re[2]: if_tap and linprocfs modules are broken in -current Message-ID: <Pine.BSF.4.21.0011151037540.25837-100000@beagle.fokus.gmd.de> In-Reply-To: <1410756737.20001114234750@avias.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 14 Nov 2000, Ilya Naumov wrote: Hi, > >> when i try to kldload if_tap module, the kernel says "symbol lminor > >> undefined" and fails to load the module. for linprocfs module the > >> message is "symbol tsleep undefined". these modules are necessary for > >> VMWare 2.0 port. > >> > >> >How-To-Repeat: > >> > >> kldload if_tap > >> kldstat linprocfs > > HB> No problems here with source from today 6.00 MET. if_tap was > HB> fixed on 09/19. > > it's ok, i'm expiriencing them right now, with today's kernel/modules > (built on 13:07 MSK). > > HB> NB: there is a commit request pending for if_tap. It is currently unusable > HB> with devfs. Would be REALLY nice if a committer could look at the patch. > > i do not use devfs. anyway, the patch by Maksim Yevmenkin doesn't > help. kernel still reports "link_elf: symbol lminor undefined". > > and what's wrong with linprocfs? it seems to be broken too. Are you sure, that you don't have a stale linprocfs or if_tap in /modules or elsewhere? lminor was removed from if_tap two month ago as I already said. Go into you build directory and do a 'nm if_tap.ko | grep minor' - no lminor should be there. If it is, you have a stale source file. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, harti@begemot.org, lhbrandt@mail.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0011151037540.25837-100000>