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

Garry's mod, error with FastDL [fn_printok: command not found] #852

Closed 4xx22 closed 8 years ago

4xx22 commented 8 years ago

Hello, When I want to start FastDL on my server I have this : /home/hl2rp/lgsm/functions/command_fastdl.sh: line 107: fn_printdots: command not found

dgibbs64 commented 8 years ago

./gmodserver update-functions

4xx22 commented 8 years ago

Not work :

[ OK ] Updating functions hl2rp@TheLast-Community:~$ ./gmodserver fd fetching functions/core_functions.sh...OK fetching core_functions.sh...OK fetching core_messages.sh...OK fetching core_dl.sh...OK fetching core_getopt.sh...OK fetching command_fastdl.sh...OK fetching check.sh...OK fetching check_root.sh...OK fetching check_permissions.sh...OK fetching check_system_dir.sh...OK /home/hl2rp/lgsm/functions/command_fastdl.sh: line 42: fn_printok: command not found

dgibbs64 commented 8 years ago

Thanks. Will need.to fix this

UltimateByte commented 8 years ago

Oh boy, printok has been renamed by print_ok if i remember well ?

UltimateByte commented 8 years ago

Well, all "printsomething" must be renamed here https://github.com/dgibbs64/linuxgsm/blob/master/lgsm/functions/command_fastdl.sh According to : https://github.com/dgibbs64/linuxgsm/blob/master/lgsm/functions/core_messages.sh I'll see that asap, unless @dgibbs64 can do this right now. will take up like 10 minutes :)

dgibbs64 commented 8 years ago

Should be fixed now :)

4xx22 commented 8 years ago

@dgibbs64 Are you sure it's fixed ? I have already this : /home/hl2rp/lgsm/functions/command_fastdl.sh: line 28: fn_printinfo: command not found

dgibbs64 commented 8 years ago

have you updated your functions?

UltimateByte commented 8 years ago

./gmodserver uf

4xx22 commented 8 years ago

Yes I have updated the functions with the commands : http://pastebin.com/hGkNaQK8

UltimateByte commented 8 years ago

@dgibbs64 Nothing has been fixed ! I'll do it, got 10 minutes right now. https://github.com/dgibbs64/linuxgsm/blob/master/lgsm/functions/command_fastdl.sh

UltimateByte commented 8 years ago

OK, please update one more time your functions, should really be fixed now. Please, let me know if it's totally fine now.

dgibbs64 commented 8 years ago

forgot to press sync. Ouphs

UltimateByte commented 8 years ago

Well, now it's been fixed twice :p

4xx22 commented 8 years ago

Now it's work, thank's :)

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.