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.


Topics - jsnotlout

Pages: [1]
1
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!

2
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]