Hi,
I think it's a bug (but I am not sure), so I need to discuss it here.
When you run you brand new 1.6.7 server as:
./soldatserver -d
It will nicely go to the daemon mode:
#:~/server$ ./soldatserver -d
-= Soldat Dedicated Server 1.6.7 - 2.7.7 =-
----------------------------------------------------------------
Soldat Dedicated Server initializing...
----------------------------------------------------------------
Need help running your server?
IRC: #soldat.devs @ irc.quakenet.org
---> http://forums.soldat.pl/
Additional parameters:
./soldatserver -p PORT -l MAXPLAYERS -k PASSWORD
Example: ./soldatserver -p 23073 -l 16 -k "my pass"
Compiled with FreePascal (Indy 10)
[****] GOING INTO DAEMON MODE NOW [****]
But after this... you can see all soldat messages on your linux console window...
I am preety sure that in 1.6.6 it was not working like that.
The only work-around for this is running server like this:
./soldatserver -d &>/dev/null
It is intentional behaviour or a bug?
Best regards,
Szaman.