All of lore.kernel.org
 help / color / mirror / Atom feed
* The next TestGettext step?
@ 2010-02-01 18:21 Jorma Karvonen
  2010-02-01 19:08 ` Jorma Karvonen
  2010-02-01 20:07 ` Carles Pina i Estany
  0 siblings, 2 replies; 6+ messages in thread
From: Jorma Karvonen @ 2010-02-01 18:21 UTC (permalink / raw)
  To: grub-devel

Hello,

I tried to test according to the following document:
http://grub.enbug.org/TestGettext

I installed everything and changed the path to grub-mkrescue a bit:

/usr/local/bin/grub-mkrescue  --override-directory=. --output=test.iso img/
qemu -cdrom test.iso

Then I tried the following test (first without --no-kqemu option and
after that with that one):

img$ sudo ./test.sh -no-kqemu
Enabling BIOS support ...
(null): error: cannot open .///moddep.lst.
You do not have enough space in '/dev/shm' for the 128 MB of QEMU virtual RAM.
To have more space available provided you have enough RAM and swap, do as root:
umount /dev/shm
mount -t tmpfs -o size=144m none /dev/shm
Or disable the accelerator module with -no-kqemu

I tried to umount /dev/shm but got the following message
img$ sudo umount /dev/shm
umount: /dev/shm: device is busy
umount: /dev/shm: device is busy

So I can't umount and mount again. What would be the next step?

Best regards,

Jorma Karvonen



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-02-02  7:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 18:21 The next TestGettext step? Jorma Karvonen
2010-02-01 19:08 ` Jorma Karvonen
2010-02-01 20:07 ` Carles Pina i Estany
2010-02-01 20:20   ` Jorma Karvonen
2010-02-01 21:10     ` Carles Pina i Estany
2010-02-02  7:52       ` Jorma Karvonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.