Using run with bmodfs as file-provider

Adam Lackorzynski adam at os.inf.tu-dresden.de
Fri May 27 16:55:03 CEST 2005


On Fri May 27, 2005 at 16:32:42 +0200, Stefan Kalkowski wrote:
> i have a problem with using 'run' and bmodfs as file-provider. When i
> used tftp everything went fine. But now i have to use bmodfs, because i
> also need flips and that clashs with tftp. So i gave 'run' the argument
> '--fprov=BMODFS'. But after a short while it exits:
> 
> run     | our_exit(): Exiting with rc=-2
> run     | Return reboots, "s" sleeps, "e" kills task, "k" enters L4 kdbg
> 
> full debugger output can you find here:
> http://www.inf.tu-dresden.de/~sk852421/fiasco/run.out
> 
> Here is my menu.lst entry:
> 
> title=L4Linux-2.6 with DOpE
> root (nd)
> kernel /drops/l4/bin/x86_586/l4v2/rmgr -sigma0 task modname "L4Linux
> task" task modname "l4dope" boot_priority 0xB2 task modname "l4io"
> boot_priority 0xc0 task modname "bmodfs" module module module module
> modaddr 0x02000000
> vbeset 0x114
> module /drops/l4/kernel/fiasco/build/main -nowait -nokdb -serial_esc
> -comspeed 115200 -comport 1
> module /drops/l4/bin/x86_586/l4v2/sigma0
> module /drops/l4/bin/x86_586/l4v2/names --events
> module /drops/l4/bin/x86_586/l4v2/log
> module /drops/l4/bin/x86_586/l4v2/events
> module /drops/l4/bin/x86_586/l4v2/dm_phys --events
> module /drops/l4/bin/x86_586/l4v2/simple_ts --events
> module /drops/l4/bin/x86_586/l4v2/rtc
> module /drops/l4/bin/x86_586/l4v2/bmodfs
> module /drops/l4/bin/x86_586/l4v2/run
> module /drops/l4/bin/x86_586/l4v2/libloader.s.so
> module /drops/l4linux-2.6/vmlinuz26
> module /drops/scripts/l4linux26-dope
> module /drops/l4/bin/x86_586/l4v2/l4exec
> module /drops/l4/bin/x86_586/l4v2/l4dope --l4io --events
> module /drops/l4/bin/x86_586/l4v2/proxygon
> module /drops/l4/bin/x86_586/l4v2/l4io --noirq
> module /drops/l4/bin/x86_586/l4v2/name_server
> module /drops/l4/bin/x86_586/l4v2/flips-lxdrv
> module /drops/l4/bin/x86_586/l4v2/mini_ifconfig eth0 192.168.0.2
> 255.255.255.0 192.168.0.3
> module /drops/l4/bin/x86_586/l4v2/webproxy
> module /drops/l4/bin/x86_586/l4v2/loader --events --fprov=BMODFS run
> --fprov=BMODFS l4linux26-dope

Did you properly quote the argument to run?

This could work:
  module /drops/l4/bin/x86_586/l4v2/loader --events --fprov=BMODFS "run --fprov=BMODFS" l4linux26-dope


Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list