GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.25k stars 813 forks source link

Problem installing Factorio server #1579

Closed Alextronick closed 6 years ago

Alextronick commented 7 years ago

Bonjour,

Quand je lance la commande ./fctrserver install j'ai une erreur:

extracting factorio_headless_linux64-0.15.33.tar.gz...tar (child): xz : exec impossible: Aucun fichier ou dossier de ce type
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
FAIL

Que puis-je faire ? Merci.

===================================================================

Hi,

When i launch the command ./fctrserver install i have an error :

extracting factorio_headless_linux64-0.15.33.tar.gz...tar (child): xz : exec impossible: Aucun fichier ou dossier de ce type tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now FAIL

What can-i do ? Thanks.

XTowerX commented 7 years ago

after a recent update it would seem the package tool has changed, so even thou it installs all the dependencies, one is left out namely the "xz-utils" i use this and it has fixed my issue with unpacking. (apt-get xz-utils)

dgibbs64 commented 6 years ago

added xz-utils for next release

lock[bot] commented 5 years ago

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.