SRCDS Steam group


There is no screen to be attached matching css-server.
#1
I'm using CentOS on a vps but i keep getting this error

There is no screen to be attached matching css-server.


How do i fix i get that error when i use

screen -x css-server
Reply
#2
just do screen -x

what is the output?
Reply
#3
[root@vps ~]# screen -x
There is no screen to be attached.
Reply
#4
what command is in your server.sh?
Reply
#5
#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
screen -A -m -d -S css-server ./srcds_run -console -game cstrike -tickrate 66 +map cs_assault +maxplayers 22 -port 27015 -autoupdate
Reply
#6
ok well run this

screen -A -m -d -S css-server ./srcds_run -console -game cstrike -tickrate 66 +map cs_assault +maxplayers 22 -port 27015 -autoupdate

what is the output?
Reply
#7
HBS|Ryan Wrote:ok well run this

screen -A -m -d -S css-server ./srcds_run -console -game cstrike -tickrate 66 +map cs_assault +maxplayers 22 -port 27015 -autoupdate

what is the output?

Thats the same that i had before, nothing happens still
Reply
#8
i mean actually run it at a prompt not through a script file.
Reply
#9
[css@vps ~]$ screen -A -m -d -S css-server ./srcds_run -console -game cstrike -tickrate 66 +map cs_assault +maxplayers 22 -port 27015 -autoupdate
[css@vps ~]$


Nothing happens?
Reply
#10
you in the directory of your install?
Reply
#11
HBS|Ryan Wrote:you in the directory of your install?

Yup Sad
Reply
#12
resinstall steam and css
Reply
#13
why don't you just do screen itself without a script to see what is going on?

1) cd to your install folder
2) screen -S nameofyourscreenthatyoumakeup (a new virtual terminal will open up, it won't look like anything but it is)
3) ./srcds_run blahblahblah and see if your server starts up correctly
4) stats couple times to see if it's running
5) status couple times to see if it's running
6) CTRL A + D to detach

screen -r nameofyourscreenthatyoumadeup (from above) to attach, CTRL A + D to detach

also if you do a "ps aux" it will list all the processes including a screen session
Reply
#14
I've reinstalled CentOS and srcds i still get the same error
Reply
#15
did you do what i suggested? i doubt you had to re-install your os for this but if you've got the time to kill......
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)