I don't see in case of mysqld even this line rump kernel bare metal bootstrap
On Mon, Mar 21, 2016 at 6:33 PM, Vladislav Sukhin <[email protected]> wrote: > Yes, simple examples work, but not these things, like mysql or nginx > > === calling "helloer-rumprun.bin" main() ===Hello, Rumprun ... I'm feeling > tiredmuch better!=== main() of "helloer-rumprun.bin" returned 0 ====== > _exit(0) called ===rump kernel halting...syncing disks... doneunmounting > file systems...unmounted tmpfs on /tmp type tmpfsunmounted rumpfs on / type > rumpfsunmounting donehalted > > On Mon, Mar 21, 2016 at 6:18 PM, Martin Lucina <[email protected]> wrote: > >> Hi Vladislav, >> >> >> > I'm interested to run PHP5 for rumprun and tried to use an example from >> > rumprun packages. >> > Built both rumprun and rumprun php5 package from master branches. Used >> qemu >> > and kvm for running rumprun images. But faced the same issue for mysqld, >> > php-cgi and nginx binaries. Neither one is loaded in Qemu and I don't >> see >> > even OS loading screen. And in all cases qemu uses about of 100% cpu, >> but >> > nothing happens. >> > I tried to start rumprun like in existing samples for this package or >> run >> > something simple like >> > "rumprun qemu -i -M 128 -g 'nographic -vga none' -- bin/mysqld" >> > But results are the same. Any idea what is going on and what I missed >> out? >> >> Hard to say. If you build the toolchain for hw and try and run a simple C >> "Hello, World", does that work? >> >> Martin >> > >
