Hello to all,
I'm trying to run arora browser application on linux_x86 platform on qemu emulator but it it not showing browser, and I'm getting console message as.... ############################################################## . . . make[1]: Leaving directory `/home/rajasekhar/Work/genode-13.02/build_linux86' genode build completed spawn ./core int main(): --- create local services --- int main(): --- start init --- int main(): transferred 17592186044415 MB to init int main(): --- init created, waiting for exit condition --- Quota exceeded! amount=4096, size=4096, consumed=4096 [init] upgrading quota donation for SIGNAL session [init -> nic_drv] --- Linux/tap NIC driver started --- [init -> timer] args='label="nitpicker", ram_quota=4096' Quota exceeded! amount=4096, size=4096, consumed=4096 [init -> nitpicker] upgrading quota donation for SIGNAL session [init -> arora] Starting ldso ... [init -> fb_sdl] creating virtual framebuffer for mode 1024x768@...64... [init -> nitpicker] framebuffer is 1024x768@...23... [init -> arora] void init_libc_lock_pipe(): init_libc_lock_pipe() [init -> arora] using the pipe libc plugin [init -> arora] Starting application ... environ: 7fff1dad3168 [init -> arora] void init_nic_dhcp(): init_nic_dhcp() [init -> arora] Could not open file "config" [init -> arora] Could not obtain config file [init -> arora] Using DHCP for interface configuration. [init -> arora] {anonymous}::Plugin::Plugin(): using the lwIP libc plugin Quota exceeded! amount=4096, size=4096, consumed=4096 [init -> nic_drv] upgrading quota donation for SIGNAL session Quota exceeded! amount=8192, size=4096, consumed=8192 [init -> nic_drv] upgrading quota donation for SIGNAL session [init -> nic_drv] could not configure /dev/net/tun: no virtual network emulation terminate called after throwing an instance of 'Genode::Exception ###############################################################
Could you please give me a solution....
*
Thanks, *Raja Sekhar
Hello Raja Sekhar,
On Mon, May 20, 2013 at 12:43:57PM +0530, Raja Sekhar wrote:
[init -> nic_drv] could not configure /dev/net/tun: no virtual network emulation terminate called after throwing an instance of 'Genode::Exception
The NIC driver for Genode/Linux uses the Linux TAP device for networking. The lines above inform you that the configuration did not succeed. In most cases, this happens if the tap0 device was not setup correctly. Please have a look at
http://genode.org/documentation/release-notes/10.05#Arora_web_browser
There, the setup process for Arora with networking is described in detail. The described scenario uses your Linux host in bridging mode.
Regards