[145] in netbsd-help mailing list archive
Re: running Linux weather
daemon@ATHENA.MIT.EDU (Charles M. Hannum)
Mon Apr 3 23:58:30 1995
Date: Mon, 3 Apr 1995 23:57:07 -0400
From: "Charles M. Hannum" <mycroft@ai.mit.edu>
To: ghudson@MIT.EDU
Cc: ericding@MIT.EDU, netbsd-help@MIT.EDU, netbsd-dev@MIT.EDU
9114 weather CALL reboot(0x5,0x6,0xf7bfb4c0)
9114 weather RET reboot -1 errno -22 Unknown error: 4294967274
[...]
The call to "reboot()" looks like the first problem.
You do realize that kdump(1) only knows about native executables,
right? The call to `reboot()' is really a call to the Linux
`fcntl()'.
Anyway, this looks like a simple bug, and I'll test a fix for it on
granola as soon as I finish building a kernel.