- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I tried to enable BOA for the first time in a year or more. After the system comes up and BOA is started, I can see the demo page and CGI demo as usual. However after about 120 seconds I get:
INFO: task boa:33 blocked for more than 120 seconds. Did I forget to do something? Thanks in advance - Alexコピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
thats just a warning, BOA is still running. But it would be nice to know how to fixx this :)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Yes, or at least a way to turn it off. At the moment it dumps a bunch of crap to the console window which is an annoyance and uses resources. Thanks for your thoughts on this. -Alex
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Sorry to bring this up again, but does anyone have any idea how I may turn this off. It turns out that dumping all of the stack info takes enough time that a watchdog timer in my application goes off. If this is normal behavior for boa is it possible to disable the stack dump info? This is really annoying. Thanks in advance --Alex
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
How did you start boa ? The self-daemonizing does not work with a no-MMU Kernel, so you should do:
boa -d & ("-d" means not self daemonize) -Michael- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hey Michael, sorry it took so long to respond. You are exactly correct I needed the -d option. Maybe it would be good to add this line, commented out, in the default RC file. Thanks again, Alex
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
--- Quote Start --- Maybe it would be good to add this line, commented out, in the default RC file. Thanks again, Alex --- Quote End --- "boa &" seems to have been working with a previous version of boa. With an MMU enabled distribution, just "boa" should do. So we need more than just a comment in the RC file, You might want to update the NIOSWiki appropriately. -Michael
