Official Soldat Forums

Soldat Talk => Need Help? Report Bugs! => Topic started by: Szaman on May 02, 2014, 10:16:52 pm

Title: [1.6.7] Bug (?) with daemon mode
Post by: Szaman on May 02, 2014, 10:16:52 pm
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:
Code: [Select]
./soldatserver -d

It will nicely go to the daemon mode:
Code: [Select]
#:~/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:
Code: [Select]
./soldatserver -d &>/dev/null

It is intentional behaviour or a bug?

Best regards,
Szaman.
Title: Re: [1.6.7] Bug (?) with daemon mode
Post by: darDar on May 02, 2014, 10:29:33 pm
I have noticed the same but it doesnt seem to make a difference but Im not sure if it should be like that.
Title: Re: [1.6.7] Bug (?) with daemon mode
Post by: Shoozza on May 03, 2014, 03:09:14 am
Does this happen in the legacy version as well?
I remember that there was such a bug in an earlier version once not sure how it was fixed though.
Title: Re: [1.6.7] Bug (?) with daemon mode
Post by: kicikici on May 03, 2014, 03:43:21 am
Reported long long ago
http://bugs.soldat.pl/view.php?id=459