[hlds_linux] Re: Error writing to /tmp/dumps during SteamCMD install of game-server?

2021-02-23 Thread Mecha Weasel
PS: The ~/Steam/logs/stderr.txt just says ... Failed to create /tmp/dumps. On Tue, Feb 23, 2021 at 7:20 PM Mecha Weasel wrote: > > Hmm... I am trying for the first time to have game-server instances > running under different simultaneous (non-root/non-sudo/unprivileged) linux > users, and

Re: [hlds_linux] Error writing to /tmp/dumps during SteamCMD install of game-server?

2021-02-23 Thread Mecha Weasel
No worries. Thanks for the reply and ideas! ("thoughts and prayers"?). I'm just going to abandon the idea of using more than one linux user to run it under. That's the easiest path forward right now. Glad I don't have to run processes like that for work in a "secure" environment! The SecOps

[hlds_linux] Error writing to /tmp/dumps during SteamCMD install of game-server?

2021-02-23 Thread Mecha Weasel
Hmm... I am trying for the first time to have game-server instances running under different simultaneous (non-root/non-sudo/unprivileged) linux users, and noticed that SteamCMD is failing during a SourceDS install for a game, complaining about a "disk write" error and something to do with

Re: [hlds_linux] Error writing to /tmp/dumps during SteamCMD install of game-server?

2021-02-23 Thread Ook
Does dmesg show anything of interest? I assume you checked free space? Have you tried opening up privileges on /tmp/dumps? Either chown to your users, or chmod 777 and see what happens? FWIW, I just run steamcmd under the root account, it tends to simplify things. On 2/23/21 8:20 PM, Mecha

Re: [hlds_linux] Error writing to /tmp/dumps during SteamCMD install of game-server?

2021-02-23 Thread Mecha Weasel
Yep, disk space is wide open. Tried opening-up perms on /tmp/dumps to new user or even just "users", did not help. In fact, it broke SteamCMD similarly under the user that I normally use. Deleting with/without manually re-creating /tmp/dumps still had same issues. Had to reboot to get /tmp

Re: [hlds_linux] Error writing to /tmp/dumps during SteamCMD install of game-server?

2021-02-23 Thread Mecha Weasel
lol, I presume there's no way to specify that port or range of ports for SteamCMD to use either ... Loading Steam API...CreateBoundSocket: ::bind couldn't find an open port between 27060 and 27060 wow, 27060-thru-27060 such a wide range! and obviously friendly to multiple instances. On Tue, Feb

Re: [hlds_linux] Error writing to /tmp/dumps during SteamCMD install of game-server?

2021-02-23 Thread Ook
Isn't /tmp normally chmod 777? Anyone should be able to write to it. In this case, it should be able to create /tmp/dumps (if someone else doesn't already own it), and then write to it. It's possible the message is a canned message and something else is wrong. Like the maybe the devs just