On Saturday, 8 April 2023 10:10:49 BST Arve Barsnes wrote: > I see now in your first message that the output says that gatling will > wait and start after net.enp2s0 has started, I guess there must be a > crash while waiting. Is there no logs from the daemon? There might be > a way to add a delay in rc.conf as well, so you don't directly edit > the init script. > > Regards, > Arve
The gatling webserver is rather simple with no logging or debugging options that I have found. The rc.conf log does not capture gatling's internal code crash, so I'm none the wiser. gatling works nicely once up & running with a minimal footprint, which is why I chose it when boa fell off the tree. I suppose commensurate with this is its lack of more sophisticated features, like backgrounding at launch without crashing. ;-p The *BSD's rc.conf has a netwait option, but I don't think Gentoo's rc uses this. Hacking the init script with a simple 'sleep' addition is not the best approach, but I'm happy it works for now. :-)