Jonass schrieb: > Hello, > can you send rcon commands when you are logged on SSH to the server? > Because I don't know command to administrate a server when you are on > Linux (as HLSW Windows). > I tried Google but nobody seems to have a good solution. > Someone has an idea? > Thank you! > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please > visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > > hi,
do you start the server in a screen ? If "yes" do this: as root chmod -R 777 /dev/pts then switch to the user your server is installed under su XXXXXXX screen -r, should show all screens the User has started, if its just one the screen ist the server console, and you can rcon whatever you want. i.e. stats, staus, quit (for serverrestart) Ctrl A,D leaves the screen, Ctrl C stops the screen For starting a server as a screen, type: screen -A -m -d -S nameofthescreen(your choice) scrds_run ............... You have to be in that Folder where srcds is located to run the server . Try it. kind regards alex n. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

