Open connorpatric opened 2 months ago
Looks like you have issues with your Ubuntu repos that need sorting.
Reading package lists... Done
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/jammy-security/main/binary-i386/Packages 404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://phx-ad-2.clouds.ports.ubuntu.com/ubuntu-ports/dists/jammy/main/binary-i386/Packages 404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://phx-ad-2.clouds.ports.ubuntu.com/ubuntu-ports/dists/jammy-updates/main/binary-i386/Packages 404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://phx-ad-2.clouds.ports.ubuntu.com/ubuntu-ports/dists/jammy-backports/main/binary-i386/Packages 404 Not Found [IP: 185.125.190.36 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
afaik the ports repos for ubuntu where for arm systems.
Any details about the server you use ? What arch is the server using ?
if you do not know, please povide the output for one of those commands please:
uname -m
or
lscpu
We will add a check in for ARM to ensure that it cant be used with LinuxGSM
We will add a check in for ARM to ensure that it cant be used with LinuxGSM
Sorry wasn't aware it wasn't compatible with ARM. New to linux and just trying to setup a game server for me and some friends. Ah well thanks for the responses
User story
I am getting "Unable to locate package" errors for many of the dependencies for Satisfactory server.
Game
Satisfactory
Linux distro
Ubuntu 22.04
Command
command: install
Further information
This is what I see when trying to run ./sfserver install. Warning! Missing dependencies: bsdmainutils bzip2 file jq lib32gcc-s1 lib32stdc++6 libsdl2-2.0-0:i386 netcat pigz steamcmd tmux unzip uuid-runtime
I tried running 'sudo dpkg --add-architecture i386; sudo apt update; sudo apt install bsdmainutils bzip2 file jq lib32gcc-s1 lib32stdc++6 libsdl2-2.0-0:i386 netcat pigz steamcmd tmux unzip uuid-runtime'
and received the error in log output.
Relevant log output
Steps to reproduce
No response