Is there any boa-0.94.14 already ported to uclinux-dist?
I'm using it successfully with the uClinux-distr for the NIOS2.
There is a small glitch: this distr does not provide the madvise system
call, but does set HAVE_MADVISE. So we needed to do a small change in
the boa sourcecode to prevent a runtime warning.
boot up results in this error msg: /bin/boa respawning too fast
I did not use the init respawn but just do "boa -d &" in an inits script.
I found that just doing "boa" results in two processes running.
Without the -d parameter boa is supposed to fork a daemon (and
presumably return). On a NOMMU architecture this seems not to work: the
primary process seems to stay running and not return. This did work in
my tests with 0.94.13. So with respawn or "&" you should use the -d
parameter to prevent boa from forking.
-Michael
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev