> Well one thing: where is the AOLserver log file?
It's in /web/front-end/logs/front-end-error.log
. I have a tail -f on that file. When I restart with AS4 plus the -b flag, nothing appears in that file.
> if you are using a high port, why not login as nsadmin and start it up without sudo (./run, and maybe with -ft).
It works fine 😟, stuff appearing in the -error log and it handles requests.
> Either the AOLserver error log or readproctitle will have an error for a restart,
> unless you have discovered a bug in nsmain.
The -error never gets anything written into it when using -b (which seems totally bizarre), without the -b stuff goes to the aolserver log. grepping for readproctitle never shows anything.
Guess it's time to dig into the aolserver source and see what's different in -b land.