Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jsnotlout

Pages: [1]
1
Server Discussion / Re: Unable to get a headless ubuntu server up
« on: April 13, 2024, 12:21:34 PM »
Thanks, I got the port changed, I forgot to mention that. And the server is showing up.
I didnt know where to get the updated build link

2
Server Discussion / Re: Unable to get a headless ubuntu server up
« on: February 05, 2024, 11:05:14 PM »
The only issue I face now, is the server not showing up on the server list. I have port forwarded 27910 and allowed it through the firewall. The server appears to be running in the screen instance

3
Server Discussion / Re: Unable to get a headless ubuntu server up
« on: February 05, 2024, 10:20:45 PM »
EDIT:
I have fixed the issue by downloading the libraries.

dpkg --add-architecture i386
apt-get update
apt-get install build-essential gcc-multilib rpm libstdc++6 libgcc1 zlib1g libncurses5 libc6

The guide I was referencing was old, This one does a better job. Just don't use the wget command as it does not work, download the file and unzip it manually to the directory.
https://forums.digitalpaint.org/index.php?topic=26558.0

4
Server Discussion / Unable to get a headless ubuntu server up
« on: February 05, 2024, 05:49:35 PM »
Ok, I really want to have a server running 24/7 on my machine, But it will not start. (its ubuntu server 23.04, running headless and I use SSH to log in)
Here is my script (named Start.sh):
screen -AmdS paintball ./paintball2 +set dedicated 1 +exec CVPaintball.cfg +set port 11111 +map arenaball
Since this didn't work, I tried just putting this in terminal (yes i did it in the directory with paintball2 file):
./paintball2 +set dedicated 1 +exec CVPaintball.cfg +set port 11111 +map arenaball

but it just fails saying cannot execute, Required file not found.
I have no idea what file it is referring to.

Its going to be run on boot with this script:
#!/bin/sh
runuser paintball -l -c "cd /home/paintball/paintball2/ && ./Start.sh"

Thanks for helping!

5
Ok, thanks. I'll give it a try for sure.

6
Recently I've been in love with single-board computers. I like this game, so I thought having a dedicated server running constantly would be cool.
I don't imagine this game's server takes a ton of resources to run but Im not sure. I plan on running it on a Linux server, headless.
Will this Single Board Computer be up to the task for 1 maybe 2 servers?
https://www.amazon.com/SBCSoM-Computer-Cortex-A7-Interface-SBC-IMX6UL/dp/B0BHQMZGS2

Pages: [1]