Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help wanted] Document hosting servers using SteamCMD #51

Open
memegauste opened this issue Jun 18, 2021 · 3 comments
Open

[Help wanted] Document hosting servers using SteamCMD #51

memegauste opened this issue Jun 18, 2021 · 3 comments

Comments

@memegauste
Copy link

As title says, it would be nice to be able to run game servers without XServer.
If you try to launch Steam it will immediately try to connect to X11, and steamcmd is not in path, so not sure what is the best way to do that.

@shkhln
Copy link
Owner

shkhln commented Jun 18, 2021

It's not documented because it's not supported: steamcmd is separate download with different dependencies and, thankfully, for the most part not subject to the same issues. Afaik, the only known issue is that it can't find an SSL certificate bundle with root certs since we don't install and/or link ca_root_nss in any typical Linux locations (/etc/ssl/certs/ca-certificates.crt for Ubuntu, probably /etc/pki/tls/cert.pem for Red Hat, etc). This should arguably be fixed in ports.

@trasz, where should we put a symlink for Linux apps? emulators/linux_base-c7?

@trasz
Copy link

trasz commented Jun 19, 2021

I'm not sure, I guess so. You could try asking tijl@.

@tofazzz
Copy link

tofazzz commented Feb 3, 2024

I fixed the SSL certificate budle with:

cd /compat/linux/etc/pki/tls
ln -s /usr/local/etc/ssl/cert.pem cert.pem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants