[GH-ISSUE #2898] After last update #2074

Closed
opened 2026-02-27 03:00:41 +03:00 by kerem · 13 comments
Owner

Originally created by @simpsss on GitHub (May 21, 2020).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2898

User Story

After last Linuxgsm update, Rust server dont update umod.

Basic info

  • Distro: [Ubuntu 18.04]
  • Game: [Rust]
  • Command: [rustserver mods-update]
  • LinuxGSM version: [v20.3.0]

Further Information

(23) Failed writing body
[ INFO ] Updating mods rustserver: Update addons/mods: 1 addons/mods will be updated
* Oxide for Rust (overwrite)

==> Updating Oxide for Rust
clearing mod download directory /home/rustserver/lgsm/mods/tmp...OK
creating mod download directory /home/rustserver/lgsm/mods/tmp...OK
mkdir: cannot create directory ‘’: No such file or directory
fetching Oxide.Rust-linux.zip ...ERROR
mkdir: cannot create directory ‘’: No such file or directory
fetching ...FAIL

Originally created by @simpsss on GitHub (May 21, 2020). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2898 ## User Story After last Linuxgsm update, Rust server dont update umod. ## Basic info * **Distro:** [Ubuntu 18.04] * **Game:** [Rust] * **Command:** [rustserver mods-update] * **LinuxGSM version:** [v20.3.0] ## Further Information (23) Failed writing body [ INFO ] Updating mods rustserver: Update addons/mods: 1 addons/mods will be updated * Oxide for Rust (overwrite) ==> Updating Oxide for Rust clearing mod download directory /home/rustserver/lgsm/mods/tmp...OK creating mod download directory /home/rustserver/lgsm/mods/tmp...OK mkdir: cannot create directory ‘’: No such file or directory fetching Oxide.Rust-linux.zip ...ERROR mkdir: cannot create directory ‘’: No such file or directory fetching ...FAIL
kerem 2026-02-27 03:00:41 +03:00
Author
Owner

@maikelpnl commented on GitHub (May 21, 2020):

same__

<!-- gh-comment-id:632094543 --> @maikelpnl commented on GitHub (May 21, 2020): same__
Author
Owner

@dgibbs64 commented on GitHub (May 21, 2020):

This will be going into a hotfix. The plan to release the hotfix today

<!-- gh-comment-id:632147667 --> @dgibbs64 commented on GitHub (May 21, 2020): This will be going into a hotfix. The plan to release the hotfix today
Author
Owner

@simpsss commented on GitHub (May 22, 2020):

LinuxGSM - Rust - Version v20.3.1

https://prnt.sc/sm01td

Lightshot
Captured with Lightshot
<!-- gh-comment-id:632895914 --> @simpsss commented on GitHub (May 22, 2020): LinuxGSM - Rust - Version v20.3.1 https://prnt.sc/sm01td <blockquote><img src="https://image.prntscr.com/image/Ks-QuqOeRtW9VyH_cN8BxA.png" width="48" align="right"><div>Lightshot</div><div><strong><a href="https://prnt.sc/sm01td">Screenshot</a></strong></div><div>Captured with Lightshot</div></blockquote>
Author
Owner

@dgibbs64 commented on GitHub (May 22, 2020):

@simpsss looks like you might be having a dns issue as its failing to pull in LinuxGSM modules as well

<!-- gh-comment-id:632897872 --> @dgibbs64 commented on GitHub (May 22, 2020): @simpsss looks like you might be having a dns issue as its failing to pull in LinuxGSM modules as well
Author
Owner

@simpsss commented on GitHub (May 22, 2020):

Hi dgibbs,
I don't think it could be the DNS, because it updated others
See:

https://prnt.sc/sm07x7

Lightshot
Captured with Lightshot
<!-- gh-comment-id:632899041 --> @simpsss commented on GitHub (May 22, 2020): Hi dgibbs, I don't think it could be the DNS, because it updated others See: https://prnt.sc/sm07x7 <blockquote><img src="https://image.prntscr.com/image/OxY3K3ERTeGzgCVJmEjkKQ.png" width="48" align="right"><div>Lightshot</div><div><strong><a href="https://prnt.sc/sm07x7">Screenshot</a></strong></div><div>Captured with Lightshot</div></blockquote>
Author
Owner

@dgibbs64 commented on GitHub (May 22, 2020):

Im not sure then as I have tested and its working fine for me

<!-- gh-comment-id:632923894 --> @dgibbs64 commented on GitHub (May 22, 2020): Im not sure then as I have tested and its working fine for me
Author
Owner

@h3o66 commented on GitHub (May 24, 2020):

Fixed with release 20.3.1

<!-- gh-comment-id:633232464 --> @h3o66 commented on GitHub (May 24, 2020): Fixed with release 20.3.1
Author
Owner

@s-kol-gg commented on GitHub (May 28, 2020):

Have same with CS:GO

Basic info

Distro: [Ubuntu 18.04]
Game: [CS:GO]
Command: [echo "metamod" | /home/csgoserver/csgoserver mods-install]
LinuxGSM version: [v20.3.2]

Further Information

Enter an addon/mod to install (or exit to abort): 
Installing MetaMod
=================================
creating LinuxGSM mods data directory /home/csgoserver/lgsm/mods...OK
creating mod download directory /home/csgoserver/lgsm/mods/tmp...OK
mkdir: cannot create directory '': No such file or directory
fetching mmsource-1.10.7-git971-linux.tar.gz ...ERROR
mkdir: cannot create directory '': No such file or directory
fetching  ...FAIL
<!-- gh-comment-id:635301739 --> @s-kol-gg commented on GitHub (May 28, 2020): Have same with CS:GO ### Basic info Distro: [Ubuntu 18.04] Game: [CS:GO] Command: [echo "metamod" | /home/csgoserver/csgoserver mods-install] LinuxGSM version: [v20.3.2] ### Further Information ``` Enter an addon/mod to install (or exit to abort): Installing MetaMod ================================= creating LinuxGSM mods data directory /home/csgoserver/lgsm/mods...OK creating mod download directory /home/csgoserver/lgsm/mods/tmp...OK mkdir: cannot create directory '': No such file or directory fetching mmsource-1.10.7-git971-linux.tar.gz ...ERROR mkdir: cannot create directory '': No such file or directory fetching ...FAIL ```
Author
Owner

@h3o66 commented on GitHub (May 28, 2020):

@SerKolomoets please be sure that all functios of lgsm where updated.
I cannot reproduce this on my server

<!-- gh-comment-id:635432425 --> @h3o66 commented on GitHub (May 28, 2020): @SerKolomoets please be sure that all functios of lgsm where updated. I cannot reproduce this on my server
Author
Owner

@dgibbs64 commented on GitHub (May 28, 2020):

working for me as well

<!-- gh-comment-id:635433632 --> @dgibbs64 commented on GitHub (May 28, 2020): working for me as well
Author
Owner

@s-kol-gg commented on GitHub (May 28, 2020):

@h3o66 Thank you, I'll check

<!-- gh-comment-id:635535071 --> @s-kol-gg commented on GitHub (May 28, 2020): @h3o66 Thank you, I'll check
Author
Owner

@s-kol-gg commented on GitHub (May 29, 2020):

@h3o66 my bad, all working fine.

<!-- gh-comment-id:636125117 --> @s-kol-gg commented on GitHub (May 29, 2020): @h3o66 my bad, all working fine.
Author
Owner

@github-actions[bot] commented on GitHub (May 30, 2021):

This issue 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:850917530 --> @github-actions[bot] commented on GitHub (May 30, 2021): This issue 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#2074
No description provided.