05-30-2008, 04:39 AM
the server.sh thing did not work on my CentOS vps, But i can run the server if i use the command with SSH but the server closes automaticly for no reason if i start it with SSH is there any other way to start it?
When i SSH server it closes in time
|
05-30-2008, 04:39 AM
the server.sh thing did not work on my CentOS vps, But i can run the server if i use the command with SSH but the server closes automaticly for no reason if i start it with SSH is there any other way to start it?
05-30-2008, 04:57 AM
when your ssh terminal times out witha running program in the window, that program closes too.
to get the server.sh script to work make sure screen is installed. run this as root yum install screen
05-30-2008, 05:08 AM
yum install screen
Loading "installonlyn" plugin Setting up Install Process Setting up repositories extras 100% |=========================| 1.1 kB 00:00 updates 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00 Reading repository metadata in from local files Parsing package install arguments Nothing to do Ok i've done that now what?
05-30-2008, 05:21 AM
User Wrote:yum install screen When i use the start command for the screen i get this error [css@vps ~]$ screen -x css-server There is no screen to be attached matching css-server.
05-30-2008, 06:06 AM
run screen -x
if you have more than one it will list them then in the list, on the left of the name there is a number screen -x number pulls up that screen |
« Next Oldest | Next Newest »
|