[Peeweelinux] Re: Peewee on Rocky 328E

Mark Meade [email protected]
Tue, 5 Mar 2002 09:00:46 -0500


On Tue, 5 March 2002, Guillaume PREVOST wrote:

> Great ! Peewee ask me for a loggin and a password. But I do not know
> what to enter :-( Thus, I can not log on... (What is the default logon and pwd)

root, redhat

> Ramdisk compressed image found at block 0
> VFS mounted root (ext2 filesystem)
> Copying system file from /dev/hda2 to /dev/ram2 ...
>
> And then starts the nightmare : an endless loop of :
>
> VM : do_try_to_free_pages failed for linuxrc
>
> that flows up with sometimes a different line :
>
> VM : do_try_to_free_pages failed for kswapd
>
> What is the problem with my embedded PC ? A lack of RAM ?
>
> Is there any parameter to change in pwlconfig ? Maybe "Free space on ramdisk :
> 2000". Do I have to try with less than 2000 ? Anybody have any idea ?
>

With only 3712 kB, you're definitely not going to want a ramdisk with 2000 kB free.  Try
changing it to 500 kB.

If that doesn't work you may want to try changing your target to "Read-write root on a
single partition".  This option will not use any ramdisks -- your root filesystem will be
on the hard drive, rather than in RAM.

Regards,

Mark