I'm interested in hosting a server for Project Reality. I work at a datacentre and I have more than enough resources to run a VM for a server, however I ran across this while applying for a license. "The recommended server specifications are Ubuntu 12.04 64bit or a recent Windows Server configuration. Newer versions of Linux are not supported."
This strikes me as odd as Ubuntu 12.04 hasn't had support for security updates or otherwise since 2017. My company won't allow me to run EOL software on our infrastructure. So, my question is has anyone attempted to run a PR server on a newer version of Ubuntu like 20.04LTS? I have searched the forums and google and can't find a good answer.
Ubuntu 12.04 for server?
-
SemlerPDX
- Posts: 530
- Joined: 2011-01-16 21:49
- Contact:
Re: Ubuntu 12.04 for server?
You planning to host a Deployment (PvP) server, or a COOP server (players vs bots)? Linux (any) is not a viable option for COOP, just FYI
-
ShrapGnoll
- PR:BF2 Developer
- Posts: 47
- Joined: 2019-04-29 18:48
Re: Ubuntu 12.04 for server?
yes you can run on newer versions but may run into some issues along the way that need troubleshooting, if you're comfortable in bash/cli/linux in general it's no problem
-
PvtNewb
- Support Technician
- Posts: 131
- Joined: 2018-04-26 23:50
Re: Ubuntu 12.04 for server?
You can run the server binary on bleeding edge linux, but the Mumble binary is a bit old and needs some old libraries dating back to the Precise era.
There are several things that you can do, first one is unpacking old libraries then linking them with the LD_LIBRARY_PATH envvar, second one is running the mumble server inside a 12.04 LXC/LXD container. It's your pick.
There are several things that you can do, first one is unpacking old libraries then linking them with the LD_LIBRARY_PATH envvar, second one is running the mumble server inside a 12.04 LXC/LXD container. It's your pick.

