From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7e7c42d4dac527cf66a872848b63715d@mail.rpi.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] THNX linux kernel Date: Wed, 19 Sep 2007 11:38:36 -0400 From: cummij@rpi.edu In-Reply-To: <13426df10709042258g3d46c6a3nb74757e95e125002@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: c11e8e34-ead2-11e9-9d60-3106f5b1d025 hi ron- > is now on sources, ... > > ls -l /n/sources/contrib/rminnich/lguest/2.6.23-rc5.tbz2 > --rw-rw-r-- M 204583 rminnich sys 236518451 Sep 4 23:52 > /n/sources/contrib/rminnich/lguest/2.6.23-rc5.tbz2 > > It's a git tree, the branch is plan9c. > > ron ok, i'm in a bit over my head here, so bear with me... i've been playing with the lguest stuff you put on sources, and had some success. the "canned" system works on my thinkpad t40. i've been trying to add some modules to the linux kernel (such as ath_pci for wireless), and my ignorance is manifesting itself. i rebuilt the kernel from 2.6.23-rc5.tbz2, and installed it into /boot on the usb stick. then i had to learn all about initrd (and initramfs) and managed to get an initramfs file into /boot also. this all seems to work and i boot into the new kernel, run "runme" and start syslog; all without apparent error. the problem comes when i try to start lguest with RUNLGUEST - i get the following: lguest: Mmapping vmlinux seg 0 gave 0xffffffff not 0x100000: invalid argument lguest: Mmapping vmlinux seg 1 gave 0xffffffff not 0x16e000: invalid argument lguest: syscall 64 is not resolved! lguest used greatest stack depth: 1580 bytes left any idea what i should try next? do i need to recompile a new "lguest?" thanks a alot, john cummings