Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Porblem with SCREEN

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
PoUaZz

Porblem with SCREEN

#1 Post by PoUaZz »

hi,

I've got a problem with the command "SCREEN".

When i launch this command line (to launch a game server) :
# screen -dmS cssserver ./srcds_run +map de_dust2 +maxplayers 12 +sv_password warz +tickrate 100 +port 27016

Just after i have a loook to the processes :

#ps x

Code: Select all

  PID TTY      STAT   TIME COMMAND
17480 pts/2    S      0:00 bash
32468 ?        Ss     0:00 SCREEN -dmS cssserver ./srcds_run +map de_dust2 +maxplayers 12 +sv_password warz +tickrate 100 +port 27016
 1250 pts/2    R+     0:00 ps x
No problem, but about 3 seconds later, i try again :

#ps x

Code: Select all

  PID TTY      STAT   TIME COMMAND
17480 pts/2    S      0:00 bash
24486 pts/2    R+     0:00 ps x
So you can see the screen is dropped.

It can be noticed that i get this problem on ALL accounts except on the root account.

Any help should be appreciated!

thx

Post Reply