[GH-ISSUE #2232] Need help with changing target download... #1702

Closed
opened 2026-02-27 02:58:37 +03:00 by kerem · 6 comments
Owner

Originally created by @STGPrince on GitHub (Mar 15, 2019).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2232

=================================
LinuxGSM - San Andreas Multiplayer
by Daniel Gibbs
Website: https://linuxgsm.com
Contributors: https://linuxgsm.com/contrib
Donate: https://linuxgsm.com/donate
=================================

Server Directory
=================================
Warning! A server is already installed here.
/home/syntacs


Creating log directories
=================================
installing log dir: /home/syntacs/log...OK
installing LinuxGSM log dir: /home/syntacs/log/script...OK
creating LinuxGSM log: /home/syntacs/log/script/sampserver-script.log...OK
installing console log dir: /home/syntacs/log/console...OK
creating console log: /home/syntacs/log/console/sampserver-console.log...OK
creating symlink to game log dir: /home/syntacs/log/server -> /home/syntacs/serverfiles/samp03...OK

Checking Dependencies
=================================
tmux
wget
ca-certificates
file
bsdmainutils
util-linux
^[[Apython
bzip2
gzip
unzip
binutils
bc
jq
Information! Required dependencies already installed

Installing samp Server
=================================
downloading samp037svr_R2-1.tar.gz...downloading samp037svr_R2-1.tar.gz...
curl: (7) Failed to connect to files.sa-mp.com port 443: Connection refused
FAIL
https://files.sa-mp.com/samp037svr_R2-1.tar.gz

I know the fix though,
I just can't seem to find how to change the download file... and I also wish to use the 0.3.DL rather than 037svr... I have skimmed through the docs but haven't found anything about San Andreas Multiplayer...

The only support I need is the configuration location for changing targetted server tars

Originally created by @STGPrince on GitHub (Mar 15, 2019). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2232 ``` ================================= LinuxGSM - San Andreas Multiplayer by Daniel Gibbs Website: https://linuxgsm.com Contributors: https://linuxgsm.com/contrib Donate: https://linuxgsm.com/donate ================================= Server Directory ================================= Warning! A server is already installed here. /home/syntacs Creating log directories ================================= installing log dir: /home/syntacs/log...OK installing LinuxGSM log dir: /home/syntacs/log/script...OK creating LinuxGSM log: /home/syntacs/log/script/sampserver-script.log...OK installing console log dir: /home/syntacs/log/console...OK creating console log: /home/syntacs/log/console/sampserver-console.log...OK creating symlink to game log dir: /home/syntacs/log/server -> /home/syntacs/serverfiles/samp03...OK Checking Dependencies ================================= tmux wget ca-certificates file bsdmainutils util-linux ^[[Apython bzip2 gzip unzip binutils bc jq Information! Required dependencies already installed Installing samp Server ================================= downloading samp037svr_R2-1.tar.gz...downloading samp037svr_R2-1.tar.gz... curl: (7) Failed to connect to files.sa-mp.com port 443: Connection refused FAIL https://files.sa-mp.com/samp037svr_R2-1.tar.gz ``` I know the fix though, I just can't seem to find how to change the download file... and I also wish to use the 0.3.DL rather than 037svr... I have skimmed through the docs but haven't found anything about San Andreas Multiplayer... The only support I need is the configuration location for changing targetted server tars
Author
Owner

@STGPrince commented on GitHub (Mar 15, 2019):

wget -c http://forum.sa-mp.com/files/03DL/samp03DLsvr_R1.tar.gz
--2019-03-15 13:58:28-- http://forum.sa-mp.com/files/03DL/samp03DLsvr_R1.tar.gz
Resolving forum.sa-mp.com (forum.sa-mp.com)... 54.39.167.47
Connecting to forum.sa-mp.com (forum.sa-mp.com)|54.39.167.47|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://forum.sa-mp.com/files/03DL/samp03DLsvr_R1.tar.gz [following]
--2019-03-15 13:58:28-- https://forum.sa-mp.com/files/03DL/samp03DLsvr_R1.tar.gz
Connecting to forum.sa-mp.com (forum.sa-mp.com)|54.39.167.47|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1565770 (1.5M) [application/x-gzip]
Saving to: ‘samp03DLsvr_R1.tar.gz’

samp03DLsvr_R1.tar.gz 100%[===========================================================================================================================================>] 1.49M 850KB/s in 1.8s

2019-03-15 13:58:31 (850 KB/s) - ‘samp03DLsvr_R1.tar.gz’ saved [1565770/1565770]

did this

tar -zxf samp03DLsvr_R1.tar.gz

and this

then

[ .... ] Starting sampserver: fetching check_logs.sh...OK

fetching check_config.sh...OK
fetching check_ip.sh...OK
fetching info_config.sh...OK
fetching info_parms.sh...OK
[ INFO ] Starting sampserver: Check IP: 10.148.0.24
fetching check_status.sh...OK
fetching fix.sh...OK
fetching logs.sh...OK
no server running on /tmp/tmux-1000/default
[ FAIL ] Starting sampserver: Unable to start SA-MP 0.3 Server

So I do understand on my own way that doing so does not fix this... so

<!-- gh-comment-id:473297349 --> @STGPrince commented on GitHub (Mar 15, 2019): > wget -c http://forum.sa-mp.com/files/03DL/samp03DLsvr_R1.tar.gz > --2019-03-15 13:58:28-- http://forum.sa-mp.com/files/03DL/samp03DLsvr_R1.tar.gz > Resolving forum.sa-mp.com (forum.sa-mp.com)... 54.39.167.47 > Connecting to forum.sa-mp.com (forum.sa-mp.com)|54.39.167.47|:80... connected. > HTTP request sent, awaiting response... 302 Found > Location: https://forum.sa-mp.com/files/03DL/samp03DLsvr_R1.tar.gz [following] > --2019-03-15 13:58:28-- https://forum.sa-mp.com/files/03DL/samp03DLsvr_R1.tar.gz > Connecting to forum.sa-mp.com (forum.sa-mp.com)|54.39.167.47|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: 1565770 (1.5M) [application/x-gzip] > Saving to: ‘samp03DLsvr_R1.tar.gz’ > > samp03DLsvr_R1.tar.gz 100%[===========================================================================================================================================>] 1.49M 850KB/s in 1.8s > > 2019-03-15 13:58:31 (850 KB/s) - ‘samp03DLsvr_R1.tar.gz’ saved [1565770/1565770] did this > tar -zxf samp03DLsvr_R1.tar.gz and this then > [ .... ] Starting sampserver: fetching check_logs.sh...OK > fetching check_config.sh...OK > fetching check_ip.sh...OK > fetching info_config.sh...OK > fetching info_parms.sh...OK > [ INFO ] Starting sampserver: Check IP: 10.148.0.24 > fetching check_status.sh...OK > fetching fix.sh...OK > fetching logs.sh...OK > no server running on /tmp/tmux-1000/default > [ FAIL ] Starting sampserver: Unable to start SA-MP 0.3 Server So I do understand on my own way that doing so does not fix this... so <blockquote></blockquote> <blockquote></blockquote>
Author
Owner

@dgibbs64 commented on GitHub (Mar 15, 2019):

Thanks. This is a development issue. Will migrate and deal with as a priority

<!-- gh-comment-id:473298901 --> @dgibbs64 commented on GitHub (Mar 15, 2019): Thanks. This is a development issue. Will migrate and deal with as a priority
Author
Owner

@STGPrince commented on GitHub (Mar 15, 2019):

Thanks. This is a development issue. Will migrate and deal with as a priority

Thanks...

remote_fileurl="http://forum.sa-mp.com/files/03DL/samp03DLsvr_R1.tar.gz"; local_filedir="${tmpdir}"; local_filename="samp03DLsvr_R1.tar.gz"; chmodx="nochmodx" run="norun"; force="noforce"; md5="6e0f4477fd37841638f740efff0c89ba"

this is a working installation for 0.3.DL... it installed with correct checksum

the only problem remaining is this

[ INFO ] Starting sampserver: Check IP: 100.83.20.197

no server running on /tmp/tmux-1000/default
[ FAIL ] Starting sampserver: Unable to start SynTacs Roleplay

<!-- gh-comment-id:473305904 --> @STGPrince commented on GitHub (Mar 15, 2019): > Thanks. This is a development issue. Will migrate and deal with as a priority Thanks... `remote_fileurl="http://forum.sa-mp.com/files/03DL/samp03DLsvr_R1.tar.gz"; local_filedir="${tmpdir}"; local_filename="samp03DLsvr_R1.tar.gz"; chmodx="nochmodx" run="norun"; force="noforce"; md5="6e0f4477fd37841638f740efff0c89ba"` this is a working installation for 0.3.DL... it installed with correct checksum the only problem remaining is this > [ INFO ] Starting sampserver: Check IP: 100.83.20.197 > no server running on /tmp/tmux-1000/default > [ FAIL ] Starting sampserver: Unable to start SynTacs Roleplay
Author
Owner

@STGPrince commented on GitHub (Mar 15, 2019):

Sorry I was stupid about that error

[ INFO ] Starting sampserver: Check IP: 100.83.20.197
no server running on /tmp/tmux-1000/default
[ FAIL ] Starting sampserver: Unable to start SynTacs Roleplay

I hadn't set the password and so now the server runs correctly now

<!-- gh-comment-id:473309660 --> @STGPrince commented on GitHub (Mar 15, 2019): Sorry I was stupid about that error > [ INFO ] Starting sampserver: Check IP: 100.83.20.197 > no server running on /tmp/tmux-1000/default > [ FAIL ] Starting sampserver: Unable to start SynTacs Roleplay I hadn't set the password and so now the server runs correctly now
Author
Owner

@dgibbs64 commented on GitHub (Apr 26, 2019):

I tested the download and it was working correctly.

<!-- gh-comment-id:487226440 --> @dgibbs64 commented on GitHub (Apr 26, 2019): I tested the download and it was working correctly.
Author
Owner

@lock[bot] commented on GitHub (Apr 26, 2020):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:619460864 --> @lock[bot] commented on GitHub (Apr 26, 2020): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#1702
No description provided.