Thank you for your responses. I run effectively srcds with screen. But for me I connect like this: - I log into my user with SSH - I do "su steam" - Then I run the screen And in this case, I can not see the screen with "screen -r" due to a problem with permissions.
Jonass Mark - hlds list a écrit : > Glad you posted on that, I re-read his post two or three times trying to > figure out why on earth he was saying to change the permissions like > that. There is no reason whatsoever to do it if all you're wanting to > do is resume your screen session as the user who started it in the first > place... so OP, _don't_ change the perms on pts, you'll be able to > 'screen -r' just fine, believe me. > > > Crazy Canucks wrote: > >> Last time I mentioned something like that, I was told changing the >> permissions on your tty's was a bad idea. If you log in and access your >> console as the same user that you started the screen session under, you >> shouldn't need to do that. >> >> Drek >> >> X-GameServer | Alexander Nurevski wrote: >> >> >>> 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 >>> >>> >>> >>> > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please > visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

