GameServerManagers / LinuxGSM

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

gmodserver > column: command not found #864

Closed 4xx22 closed 8 years ago

4xx22 commented 8 years ago

Hello,

I have a problem with the "column: command not found" in many places

hl2rp@TheLast-Community:~$ ./gmodserver fetching core_dl.sh...OK fetching core_functions.sh...OK fetching core_messages.sh...OK fetching core_getopt.sh...OK Usage: ./gmodserver [option] Garry's Mod - Linux Game Server Manager - Version 210516 https://gameservermanagers.com/gmodserver

Commands /home/hl2rp/lgsm/functions/core_getopt.sh: line 234: column: command not found hl2rp@TheLast-Community:~$

./gmodserver details > http://pastebin.com/bMA7v5Ad

Thank's for your help.

cedarlug commented 8 years ago
apt-get install bsdmainutils

If you're on an RPM-based distribution, issue

yum whatprovides '*bin/column'

and install the missing package.

dgibbs64 commented 8 years ago

Might need to add this to the requirements. For all the minimal install people

UltimateByte commented 8 years ago

I think so :) https://github.com/dgibbs64/linuxgsm/issues/777 https://github.com/dgibbs64/linuxgsm/issues/613

4xx22 commented 8 years ago

@cedarlug It's work now thank's ! :) @dgibbs64 Yes :)

dgibbs64 commented 8 years ago

just checked bsdmainutils is required in both ubuntu and debian to use column. Will add this to the requirements.

dgibbs64 commented 8 years ago

Updated the website now. check_deps.sh already has the requirement

lock[bot] commented 6 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.