Re: [uml-user] swap space

2007-05-07 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 kewlemer wrote: > Hi all, > > I'm trying to set up swap memory for my UML and for this, I followed > directions from 2 places and I'm having problems in both approaches. > > 1. As per Jeff's book, I did - > (a) < dd if=/dev/zero of=uml_swap bs=1024

Re: [uml-user] Erratic "INIT: Id 0 respawning too fast" behavior

2007-05-07 Thread Jeff Dike
On Sun, May 06, 2007 at 03:35:49PM +0200, Jan Ploski wrote: > "end_time" (or maybe "start_time"?) was undefined, I just commented out > the line to get it to compile. I just send this fix to Andrew. > This is on x86_64 architecture. > 2.6.21-mm1. The file system is the Debian root_fs downloaded

Re: [uml-user] swap space

2007-05-07 Thread Jeff Dike
On Sun, May 06, 2007 at 08:07:11PM -0700, kewlemer wrote: > 1. As per Jeff's book, I did - > (a) < dd if=/dev/zero of=uml_swap bs=1024 seek=$[ 1024 * 1024 ] Shouldn't this > count=1> from the main UML directory (/root/uml/linux-2.6.21/). > (b)[host]# uml_mconsole linux config

Re: [uml-user] tty problem

2007-05-07 Thread Jeff Dike
On Sat, May 05, 2007 at 02:04:29PM +0200, [EMAIL PROTECTED] wrote: > Couldnt get a file descriptor referring to the console This is usually due to a lack of /dev/console in the UML filesystem. > line_ioctl: tty0: ioctl KDGKBTYPE called These are harmless. Jeff -