Re: [hlds_linux] Server validating on every boot

2017-10-15 Thread pilger
Apparently it was a permission problem. My user home folder was being created manually with *mkdir*, which made its owner *root:root*. Creating it with *useradd -m tf2* apparently fixed the issue. I could've also chown the dir, but the *useradd -m* seems like the proper way to go. So, yeah, permi

Re: [hlds_linux] Server validating on every boot

2017-10-15 Thread pilger
@Svensk Can't really do that right now, since I'm rebuilding the whole thing. I don't think it's anyhow related to resources, since the proper output for an up-to-date server would be > > > *Updating server using Steam.* > ** > *Redirecting stderr to '/home/tf2/.steam/

Re: [hlds_linux] Server validating on every boot

2017-10-15 Thread Jeff Nelson
Since you are using docker... Where is this docker image located? Are you pulling this from someone's docker hub? Or was this built from a dockerfile you created? If you don't have the +validate in the script, then it sounds like the docker image you are using is out of date with the current versi

Re: [hlds_linux] Server validating on every boot

2017-10-15 Thread pilger
Apparently I can't send images here because of a size limit. I'll resend the previous email without the image. I'm sorry if you got the first one and this is a duplication.

Re: [hlds_linux] Server validating on every boot

2017-10-15 Thread pilger
Thanks for the answer Sean. There is no +validation on the script. > *login anonymous* > *force_install_dir ../tf2* > *app_update 232250**quit* _pilger On 15 October 2017 at 15:46, Sean C wrote: > Take +validate out of the steam cmd script > > On Oct 15, 2017 1:40 PM, "Svensk Ljud & Ljus

Re: [hlds_linux] Server validating on every boot

2017-10-15 Thread Sean C
Take +validate out of the steam cmd script On Oct 15, 2017 1:40 PM, "Svensk Ljud & Ljus Produktion" wrote: > First - don't run as root, create a user and run as that, I think some > problems get solved by that. > > Second - your launch line would be good to see. We are using this line on > all o

Re: [hlds_linux] Server validating on every boot

2017-10-15 Thread Svensk Ljud & Ljus Produktion
First - don't run as root, create a user and run as that, I think some problems get solved by that. Second - your launch line would be good to see. We are using this line on all our servers. "taskset -c 1 ./srcds_run -game tf -ip 0.0.0.0 -debug -port 27015 +clientport 26015 +map cp_orange_x3

[hlds_linux] Server validating on every boot

2017-10-15 Thread pilger
Hey guys, I've been trying to run a tf2 srcds on a docker image for a couple of days now. It seems to be working fairly well. The only problem I'm struggling to fix is that every time I boot the server, the autoupdate takes 5~10 minutes validating the whole installation. This is what I get: Red