On Tue, Jun 11, 2019 at 11:49 AM Manoj Patil <[email protected]> wrote:

> dear,
>
> I found the script on below l
>
> wget
> https://raw.githubusercontent.com/Zer0CoolX/guacamole-install-rhel/master/guac-install.sh
>
>
> but when i am trying to install it on lentos 7.6 it raised error
>
> Downloading Guacamole Packages
> -Downloading Guacamole Server package for installation... [-FAILED-]
>
> %%% ERROR (Script Failed) | Line 1198 | Command: wget
> https://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
> -O guacamole-server-1.0.0.tar.gz | Exit code: 4 %%%
>

>From the wget manpage:

EXIT STATUS
       Wget may return one of several error codes if it encounters problems.

       0   No problems occurred.
       1   Generic error code.
       2   Parse error---for instance, when parsing command-line options,
the .wgetrc or .netrc...
       3   File I/O error.
       4   Network failure.
       ...


- Mike

Reply via email to