Re: Linux mode is not enabled

2002-12-02 Thread Julian Elischer
what does 'dmesg|tail' show? On Sun, 1 Dec 2002, suken woo wrote: > after cvsup'd recent,the Linux emulator was disabled.rebuild it , > get the same error: > Linux mode is not enabled. > Loading linux kernel module now... > kldload: can't load linux: No such file or directory > The linux kernel

Re: Linux mode is not enabled help

2002-12-01 Thread Terry Lambert
suken woo wrote: > absolute path still dont work.the system log seams that > link_elf: symbol gd_curproc undefined Your Linux kernel module is out of date. If updating the source and rebuilding it doesn't fix it, then it's likely that someone broke it by committing something without building "LIN

Re: Linux mode is not enabled help

2002-12-01 Thread Julian Elischer
that is because there is no curproc in -current. your modulke is compiled for 4.x On Mon, 2 Dec 2002, suken woo wrote: > absolute path still dont work.the system log seams that > link_elf: symbol gd_curproc undefined > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe f

Re: Linux mode is not enabled help

2002-12-01 Thread suken woo
absolute path still dont work.the system log seams that link_elf: symbol gd_curproc undefined To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Linux mode is not enabled help

2002-12-01 Thread Terry Lambert
suken woo wrote: > after cvsup'd recent,the Linux emulator was disabled.rebuild it , > get the same error: > Linux mode is not enabled. > Loading linux kernel module now... > kldload: can't load linux: No such file or directory This is common in -current. You either have to give an absolute path