this post was submitted on 17 Jul 2023
193 points (100.0% liked)

Linux

1259 readers
47 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ganbat@lemmyonline.com 5 points 1 year ago* (last edited 1 year ago) (1 children)

I'm currently trying to run a Sven Co-op server under Ubuntu Server. This has been a five hour chore of trial and error, dealing with library incompatibility, architecture incompatibility, poor documentation and Stack Overflow messes.

Im currently using about twenty tabs of documentation and support requests. At this exact moment, I'm trying to compile a 32 bit version of libssl, at which point I will be able to test again. If it doesn't work this time, I absolutely do not have time to continue trying.

So what's the challenge here? Nothing is simple and nothing is well explained.

[–] russjr08@outpost.zeuslink.net 1 points 1 year ago

I don't know how much time you have left, but if it's a dedicated server machine/system (I assume it is since it's running Ubuntu Server) you could look into installing Pterodactyl which is a game server panel + daemon which can take care of setting up and running game servers for you. It uses Docker under the hood which helps solve issues like this.

I see there is an egg for this game that someone has made for Pterodactyl (eggs are just basically instructions for Pterodactyl on how to create a game server) that you could import, and then just practically hit create. This particular one uses Ubuntu 16.04 as a container image, which would make sense if that game needs libssl 1.1.1

Could definitely be worth a shot, especially if you're planning on running other game servers down the line - that repo I linked to has a ton of game server configuration ("eggs") on it. Hell it even has some eggs for non-game servers, like if you wanted a Mumble/TeamSpeak server.