Call of duty - United Offensive server on PI3
Posted: Tue May 19, 2020 3:37 pm
Hello,
I have a PI3 and I was trying to setup a CoD UO server.
I've found this:
https://linuxgsm.com/lgsm/coduoserver/
as an installation on Debian and it would all work perfectly.. if it wasn't for the fact is a build for i686.
I've searched for ways to emulate i686 arch and found this tutorial:
https://www.novaspirit.com/2019/04/15/run-x86-arm/
followed it to the letter and all seamed fine - built the kernel with the 3/1 split, created the chroot enviroument etc... however when doing the installation on step 2:
wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh coduoserver
wget - works fine, downloads everything
chmod also does the trick (in chroot I had to create the second "pi" user with all the sudos etc)
however the bash command though activates fails on some step
2020-05-19 15:21:15 (902 KB/s) - 'linuxgsm.sh' saved [11913/11913]
fetching serverlist.csv...FAIL
I've browsed the script itself and it this step is supposed to read the information from this file, which should have been created several steps prior but.. it does not happen.
I've manually implemented this file from the pure rasbian installation attempt and it did go pass this step, but broke somewhere else.
Any one tried this perhaps? Am I missing something? The big issue is that the bash script does not create/download the files accordingly which are later used for installation. I don't even know what is the issue - definetely not a permission one.
Thanks everyone.
Utran.
I have a PI3 and I was trying to setup a CoD UO server.
I've found this:
https://linuxgsm.com/lgsm/coduoserver/
as an installation on Debian and it would all work perfectly.. if it wasn't for the fact is a build for i686.
I've searched for ways to emulate i686 arch and found this tutorial:
https://www.novaspirit.com/2019/04/15/run-x86-arm/
followed it to the letter and all seamed fine - built the kernel with the 3/1 split, created the chroot enviroument etc... however when doing the installation on step 2:
wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh coduoserver
wget - works fine, downloads everything
chmod also does the trick (in chroot I had to create the second "pi" user with all the sudos etc)
however the bash command though activates fails on some step
2020-05-19 15:21:15 (902 KB/s) - 'linuxgsm.sh' saved [11913/11913]
fetching serverlist.csv...FAIL
I've browsed the script itself and it this step is supposed to read the information from this file, which should have been created several steps prior but.. it does not happen.
I've manually implemented this file from the pure rasbian installation attempt and it did go pass this step, but broke somewhere else.
Any one tried this perhaps? Am I missing something? The big issue is that the bash script does not create/download the files accordingly which are later used for installation. I don't even know what is the issue - definetely not a permission one.
Thanks everyone.
Utran.