Author Topic: [1.6.7] Bug (?) with daemon mode  (Read 1212 times)

0 Members and 1 Guest are viewing this topic.

Offline Szaman

  • Soldier
  • **
  • Posts: 145
[1.6.7] Bug (?) with daemon mode
« 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.

Offline darDar

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 794
    • #Soldat Gather - Community on Discord
Re: [1.6.7] Bug (?) with daemon mode
« Reply #1 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.
Soldat Gather 'Matchmaking Community on Discord'

gather.soldat.pl

| My Maps: ctf_Pyramid, ctf_Replay, ctf_Blako, ctf_R6, ctf_Ntex, ctf_Caro, ctf_Bizar & vs_mode mappack |

Offline Shoozza

  • Retired Soldat Developer
  • Veteran
  • ******
  • Posts: 1632
  • Soldat's Babysitter
    • Website
Re: [1.6.7] Bug (?) with daemon mode
« Reply #2 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.
Rules
Tools: ARSSE - SARS - SRB - chatMod

Offline kicikici

  • Soldier
  • **
  • Posts: 180
Re: [1.6.7] Bug (?) with daemon mode
« Reply #3 on: May 03, 2014, 03:43:21 am »
Classic banana