Re: linux broken?

2002-04-26 Thread Peter Wemm
Julian Elischer wrote: On Thu, 25 Apr 2002, John Baldwin wrote: On 25-Apr-2002 Julian Elischer wrote: kldload sysvipc.ko or compile the SYSV stuff into your kernel. Perhaps the linux kld needs to have a module dependency on the sysvipc modules? there is no sysvipc module

RE: linux broken?

2002-04-25 Thread John Baldwin
On 25-Apr-2002 Julian Elischer wrote: after a complete resup, re-checkout and recompile on trying to load the linux module: link_elf: symbol semop undefined Anyone have a quick fix? kldload sysvipc.ko or compile the SYSV stuff into your kernel. Perhaps the linux kld needs to

RE: linux broken?

2002-04-25 Thread Julian Elischer
On Thu, 25 Apr 2002, John Baldwin wrote: kldload sysvipc.ko or compile the SYSV stuff into your kernel. Perhaps the linux kld needs to have a module dependency on the sysvipc modules? I did.. it make no difference. julian -- John Baldwin [EMAIL PROTECTED]

RE: linux broken?

2002-04-25 Thread Julian Elischer
On Thu, 25 Apr 2002, John Baldwin wrote: On 25-Apr-2002 Julian Elischer wrote: kldload sysvipc.ko or compile the SYSV stuff into your kernel. Perhaps the linux kld needs to have a module dependency on the sysvipc modules? there is no sysvipc module but this is what I tried.. jules#

Re: linux broken

2000-06-03 Thread Doug White
On 2 Jun 2000, Michael Harnois wrote: Seems to have happened since I updated and made world and kernel this afternoon. link_elf: symbol LINUX_SIGF_HANDLER undefined pid 208 (ldconfig), uid 0: exited on signal 11 (core dumped) dc0: promiscuous mode enabled link_elf: symbol

Re: linux broken

2000-06-03 Thread George W. Dinolt
Michael: I suspect that you may have options COMPAT_LINUX defined in your kernel config file. Re your problem with Linux not working. I had the same problem. It seems to be related to the changes in the generation of the file linux_assym.h. A new method for generating these kind of symbols

Re: linux broken

2000-06-03 Thread Bruce Evans
On 2 Jun 2000, Michael Harnois wrote: Seems to have happened since I updated and made world and kernel this afternoon. link_elf: symbol LINUX_SIGF_HANDLER undefined pid 208 (ldconfig), uid 0: exited on signal 11 (core dumped) Fixed. Bruce To Unsubscribe: send mail to [EMAIL

Re: linux broken

2000-06-03 Thread Bruce Evans
On Sat, 3 Jun 2000, George W. Dinolt wrote: Michael: I suspect that you may have options COMPAT_LINUX defined in your kernel config file. Re your problem with Linux not working. I had the same problem. It seems to be related to the changes in the generation of the file

Re: linux broken

2000-06-03 Thread Michael Harnois
On Sat, 03 Jun 2000 00:33:10 -0700, "George W. Dinolt" [EMAIL PROTECTED] said: Michael: I suspect that you may have options COMPAT_LINUX defined in your kernel config file. Nope. Used to have, though. -- Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA [EMAIL

Re: linux broken

2000-06-03 Thread Michael Harnois
On Sat, 03 Jun 2000 00:33:10 -0700, "George W. Dinolt" [EMAIL PROTECTED] said: The following change to /usr/src/modules/linux/Makefile will allow one to at least build a workable linux module. It does, in fact, work now, thanks. -- Michael D. Harnois, Redeemer Lutheran Church,

Re: linux broken

2000-06-03 Thread Julian Elischer
Michael Harnois wrote: On Sat, 03 Jun 2000 00:33:10 -0700, "George W. Dinolt" [EMAIL PROTECTED] said: The following change to /usr/src/modules/linux/Makefile will allow one to at least build a workable linux module. It does, in fact, work now, thanks. but vmware in

Re: linux broken

2000-06-03 Thread Brian Somers
cd /usr mv include include.not cd src make includes rm -fr ../include.not This worked for me. Michael Harnois wrote: On Sat, 03 Jun 2000 00:33:10 -0700, "George W. Dinolt" [EMAIL PROTECTED] said: The following change to /usr/src/modules/linux/Makefile will allow one