Re: [uml-user] swap space

2007-05-30 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 kewlemer wrote: >> >> > Warning: couldn't stat file: /root/.uml/linux/mconsole - No such file >> > or directory >> > Warning: couldn't stat file: /tmp/uml/linux/mconsole - No such file >> or directory >> > Sending command to 'linux' : Connection refu

Re: [uml-user] swap space

2007-05-09 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 [snip] >> > [EMAIL PROTECTED] ~]# cat /proc/meminfo | grep Swap >> > SwapCached: 0 kB >> > SwapTotal: 0 kB >> > SwapFree:0 kB >> > [EMAIL PROTECTED] ~]# >> Swap doesn't just get activated because you add it to the comma

Re: [uml-user] swap space

2007-05-08 Thread kewlemer
On 5/8/07, Antoine Martin <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > kewlemer wrote: > >> > >> > Warning: couldn't stat file: /root/.uml/linux/mconsole - No such file > >> > or directory > >> > Warning: couldn't stat file: /tmp/uml/linux/mconsole - No such fi

Re: [uml-user] swap space

2007-05-08 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 kewlemer wrote: >> >> > Warning: couldn't stat file: /root/.uml/linux/mconsole - No such file >> > or directory >> > Warning: couldn't stat file: /tmp/uml/linux/mconsole - No such file >> or directory >> > Sending command to 'linux' : Connection refu

Re: [uml-user] swap space

2007-05-08 Thread kewlemer
> > > Warning: couldn't stat file: /root/.uml/linux/mconsole - No such file > > or directory > > Warning: couldn't stat file: /tmp/uml/linux/mconsole - No such file or > > directory > > Sending command to 'linux' : Connection refused > > These suggest that you are messnig up the umid. Did you put

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] 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

[uml-user] swap space

2007-05-06 Thread kewlemer
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 seek=$[ 1024 * 1024 ] count=1> from the main UML directory (/root/uml/linux-2.