Closed natrius closed 11 months ago
core_functions is out of date and no longer used. You need to upgrade linuxgsm
Thanks for the answer, i thought of that already (i forgot to mention), but if i go with ./vhserver-5 update-lgsm
i get
fetching GitHub core_functions.sh...ERROR
fetching Bitbucket core_functions.sh...FAIL
./vhserver-5: line 122: core_exit.sh: command not found
./vhserver-5: line 428: fn_fetch_config: command not found
./vhserver-5: line 430: /home/vhserver/lgsm/config-lgsm/vhserver/vhserver-5.cfg: No such file or directory
./vhserver-5: line 437: fn_fetch_config: command not found
./vhserver-5: line 439: /home/vhserver/lgsm/config-lgsm/vhserver/secrets-vhserver-5.cfg: No such file or directory
grep: /home/vhserver/lgsm/config-lgsm/vhserver/vhserver-5.cfg: No such file or directory
grep: /home/vhserver/lgsm/config-lgsm/vhserver/secrets-vhserver-5.cfg: No such file or directory
./vhserver-5: line 463: fn_ansi_loader: command not found
./vhserver-5: line 467: core_getopt.sh: command not found
Okay, now i did wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh vhserver
and it created a -6
thats working as well. But no chance in getting the others up and running again i guess? Or can i simply copy the new one?
User story
I want to start a newly installed vhserver (or an old one).
Game
Valheim
Linux distro
Ubuntu 22.04, Ubuntu 20.04
Command
command: start
Further information
Hello,
i'm using Ubuntu 22.04.3 LTS Server and wanted to install a new Valheim Server (vhserver) and installed a new one with
./linuxgsm.sh install
and i have my new one here. When i am starting the server with./vhserver-5 start
it ends with errorsNow, my most used one
./vhserver-3 details
works just fine, its the one running all the time. -4 works as well, but the older ones./vhserver-2 details
end withSame for
./vhserver
(that the first one, not running for a long time) as well.I found https://github.com/GameServerManagers/LinuxGSM/issues/1340
ping github.com
works fine.curl -V
output isso TLS-SRP should work, i guess?
But confusing, why it does not work anymore suddenly or if i'm missing something.
Relevant log output
No response
Steps to reproduce
No response