Re: [Embeddedxen-devel] Launch with some warning and how to show GUI in qemu box
Brought to you by:
rossierd
From: SAMBUC L. <lio...@he...> - 2010-05-26 06:09:59
|
Hello, > -----Original Message----- > From: om...@gm... [mailto:om...@gm...] On Behalf Of Tek-life > Sent: Saturday, May 22, 2010 7:34 AM > To: emb...@li... > Cc: SAMBUC Lionel; Pushparajan V > Subject: Launch with some warning and how to show GUI in qemu box > > Hi,all.I have run the embedxen on qemu correctly.But I also have some > question: > > 1. > When I run the embededxen on qemu,it launchs.But has some warning .Does > it matter? > The message is : > ... > locale: Cannot set LC_CTYPE to default locale: No such file or > directory > locale: Cannot set LC_MESSAGES to default locale: No such file or > directory > locale: Cannot set LC_ALL to default locale: No such file or directory This is normal, those files are not on the rootfs. It just means you won't have any translation. > Setting the system clock.. > Cannot access the Hardware Clock via any known method. > ... Just means there is no way to read/write the realtime clock (the one which store the current hour of the day and date). This has no consequence at this time in the project. > Starting kernel log daemon: klogd. > * Not starting internet superserver: no services enabled. > > 2. > How to show the GUI in the qemu box? > When I run the startx ,then the error is : > [DOM0] DON't Call ME > [DOM0] DON't Call ME > [DOM0] DON't Call ME > [DOM0] DON't Call ME > [DOM0] DON't Call ME > [DOM0] DON't Call ME > [DOM0] DON't Call ME ... > /usr/bin/startx: line 131: xauth: command not found > /usr/bin/startx: line 141: xauth: command not found > /usr/bin/startx: line 143: xauth: command not found > /usr/bin/startx: line 141: xauth: command not found > /usr/bin/startx: line 143: xauth: command not found > /usr/bin/startx: line 154: xinit: command not found > /usr/bin/startx: line 158: xauth: command not found > ... Again the problem seems pretty clear to me. > And after that . > when I input the init 5 ,Nothing happens. > Not a surprise, there is no X installed, I believe. The level 5 is the level usually used for graphical login, not a good idea to go there if you have not a functioning X. > iemQemu:~# init 5 > INIT: Switching to runlevel: 5 > INIT: Sending processes the TERM signal > > Then nothing happens. > > How to show the GUI in Qemu box? > There is no GUI on the given rootfs, you may use one from another embedded project, though. > > Best wishes. Regards, Lionel SAMBUC |