ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Errors Building Guacamole Server on Fedora 28

    IT Discussion
    linux fedora fedora 28 guacamole guacamole 0.9.14
    9
    49
    5.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • X
      xylems @scottalanmiller
      last edited by

      @scottalanmiller As it turns out this issue has already been resolved by the Guacamole Dev team, however instead of releasing it for 0.9.4 they are fixing it in the upcoming 1.0.0 release.

      They do not have a date, however, after reading through a few forums, it seems that most of the bugs for the 1.0.0 release are fixed and they are just updating documentation at this point. Perhaps we will see version 1.0.0 in the near future.

      scottalanmillerS 1 Reply Last reply Reply Quote 2
      • scottalanmillerS
        scottalanmiller @xylems
        last edited by

        @xylems said in Errors Building Guacamole Server on Fedora 28:

        @scottalanmiller As it turns out this issue has already been resolved by the Guacamole Dev team, however instead of releasing it for 0.9.4 they are fixing it in the upcoming 1.0.0 release.

        They do not have a date, however, after reading through a few forums, it seems that most of the bugs for the 1.0.0 release are fixed and they are just updating documentation at this point. Perhaps we will see version 1.0.0 in the near future.

        One can hope.

        1 Reply Last reply Reply Quote 0
        • stacksofplatesS
          stacksofplates
          last edited by

          Maybe I missed it. Why aren't you using the guacd provided by dnf?

          black3dynamiteB scottalanmillerS 2 Replies Last reply Reply Quote 1
          • black3dynamiteB
            black3dynamite @stacksofplates
            last edited by

            @stacksofplates said in Errors Building Guacamole Server on Fedora 28:

            Maybe I missed it. Why aren't you using the guacd provided by dnf?

            And the version (0.9.13) is not that old too.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @stacksofplates
              last edited by

              @stacksofplates said in Errors Building Guacamole Server on Fedora 28:

              Maybe I missed it. Why aren't you using the guacd provided by dnf?

              Does it work? I thought we tested it and it didn't work.

              stacksofplatesS 1 Reply Last reply Reply Quote 0
              • stacksofplatesS
                stacksofplates @scottalanmiller
                last edited by

                @scottalanmiller said in Errors Building Guacamole Server on Fedora 28:

                @stacksofplates said in Errors Building Guacamole Server on Fedora 28:

                Maybe I missed it. Why aren't you using the guacd provided by dnf?

                Does it work? I thought we tested it and it didn't work.

                I've never used this. Just saw it was in the repos. I'll give it a shot.

                1 Reply Last reply Reply Quote 0
                • X
                  xylems
                  last edited by

                  So far the guacd seems to work. I have the login page, however my LDAP authentication has yet to work which is how we authenticate log ins and create connections. I'll update once i can log in to let everyone know if this works.

                  1 Reply Last reply Reply Quote 1
                  • X
                    xylems
                    last edited by

                    Alright... good news and bad news... I have everything working. The authentication issue was caused by my SSL certificate not being properly installed. fixed that and i can log in and everything works great... except..... I get Connected to Guacamole. waiting for a response and it times out.

                    So I guess I have the client up and running but the daemon is not working properly.

                    travisdh1T black3dynamiteB 2 Replies Last reply Reply Quote 0
                    • travisdh1T
                      travisdh1 @xylems
                      last edited by

                      @xylems said in Errors Building Guacamole Server on Fedora 28:

                      Alright... good news and bad news... I have everything working. The authentication issue was caused by my SSL certificate not being properly installed. fixed that and i can log in and everything works great... except..... I get Connected to Guacamole. waiting for a response and it times out.

                      So I guess I have the client up and running but the daemon is not working properly.

                      I have the same thing happening in my home lab right now. I'll see if I can do some diagnosis on that this afternoon for us.

                      X 1 Reply Last reply Reply Quote 0
                      • X
                        xylems @travisdh1
                        last edited by

                        @travisdh1 sounds good. I am working on it now myself so if i find something beforehand i will definitely share it!

                        1 Reply Last reply Reply Quote 1
                        • black3dynamiteB
                          black3dynamite @xylems
                          last edited by

                          @xylems said in Errors Building Guacamole Server on Fedora 28:

                          Alright... good news and bad news... I have everything working. The authentication issue was caused by my SSL certificate not being properly installed. fixed that and i can log in and everything works great... except..... I get Connected to Guacamole. waiting for a response and it times out.

                          So I guess I have the client up and running but the daemon is not working properly.

                          Is SELinux interfering with the daemon?

                          X 1 Reply Last reply Reply Quote 0
                          • X
                            xylems
                            last edited by xylems

                            BINGO!

                            Turns out that even if you have the dependencies installed per the installation instructions on the guac site, if you install from fedora repo you need to install the corresponding libraries also provided by the fedora repo.

                            these libraries are.. libguac-0.9.14-1.fc28.x86_64 libguac-client-rdp-0.9.14-1.fc28.x86_64 libguac-client-ssh-0.9.14-1.fc28.x86_64 libguac-client-telnet-0.9.14-1.fc28.x86_64 libguac-client-vnc-0.9.14-1.fc28.x86_64 libguac-devel-0.9.14-1.fc28.x86_64

                            This is assuming 64 bit and the latest 0.9.14-1 guacd was installed.

                            All is working for me now except fonts which i know i havent installed yet so that should be an easy fix.

                            Terminus fonts seems to work very well as it comes with the standard monospace font.

                            terminus-fonts is the package if anyone is interested.

                            travisdh1T black3dynamiteB 2 Replies Last reply Reply Quote 4
                            • X
                              xylems @black3dynamite
                              last edited by

                              @black3dynamite Not in my case.. I disabled SE linux to avoid it having issues.

                              1 Reply Last reply Reply Quote 1
                              • travisdh1T
                                travisdh1 @xylems
                                last edited by

                                @xylems said in Errors Building Guacamole Server on Fedora 28:

                                BINGO!

                                Turns out that even if you have the dependencies installed per the installation instructions on the guac site, if you install from fedora repo you need to install the corresponding libraries also provided by the fedora repo.

                                these libraries are.. libguac-0.9.14-1.fc28.x86_64 libguac-client-rdp-0.9.14-1.fc28.x86_64 libguac-client-ssh-0.9.14-1.fc28.x86_64 libguac-client-telnet-0.9.14-1.fc28.x86_64 libguac-client-vnc-0.9.14-1.fc28.x86_64 libguac-devel-0.9.14-1.fc28.x86_64

                                This is assuming 64 bit and the latest 0.9.14-1 guacd was installed.

                                All is working for me now except fonts which i know i havent installed yet so that should be an easy fix.

                                Terminus fonts seems to work very well as it comes with the standard monospace font.

                                terminus-fonts is the package if anyone is interested.

                                Thanks! I just sat down to take a look.

                                1 Reply Last reply Reply Quote 0
                                • black3dynamiteB
                                  black3dynamite @xylems
                                  last edited by

                                  @xylems said in Errors Building Guacamole Server on Fedora 28:

                                  BINGO!

                                  Turns out that even if you have the dependencies installed per the installation instructions on the guac site, if you install from fedora repo you need to install the corresponding libraries also provided by the fedora repo.

                                  these libraries are.. libguac-0.9.14-1.fc28.x86_64 libguac-client-rdp-0.9.14-1.fc28.x86_64 libguac-client-ssh-0.9.14-1.fc28.x86_64 libguac-client-telnet-0.9.14-1.fc28.x86_64 libguac-client-vnc-0.9.14-1.fc28.x86_64 libguac-devel-0.9.14-1.fc28.x86_64

                                  This is assuming 64 bit and the latest 0.9.14-1 guacd was installed.

                                  All is working for me now except fonts which i know i havent installed yet so that should be an easy fix.

                                  Terminus fonts seems to work very well as it comes with the standard monospace font.

                                  terminus-fonts is the package if anyone is interested.

                                  Awesome

                                  1 Reply Last reply Reply Quote 0
                                  • travisdh1T
                                    travisdh1
                                    last edited by travisdh1

                                    The documentation for so much of Guacamole is plain junk. Nothing I'm reading at https://guacamole.apache.org/doc/gug/ldap-auth.html is matching up with anything done in the Fedora repository packages. Config files just don't exist, and directories are all different 😞

                                    Edit: Probably the fault of whoever is responsible for the Fedora packaging.

                                    X 1 Reply Last reply Reply Quote 1
                                    • X
                                      xylems @travisdh1
                                      last edited by xylems

                                      @travisdh1 If you would like I can help you get yours up and running.

                                      As far as getting LDAP to work, I did the following:

                                      Modify /etc/tomcat/tomcat.conf add the following at the end: GUACAMOLE_HOME=/etc/guacamole

                                      If that directory doesn't exist, create it.

                                      Make a file called guacamole.properties. It should contain the following

                                      #Hostname and port of guacamole proxy
                                      guacd-hostname: localhost
                                      guacd-port: 4822

                                      #Location to read extra .jar's from
                                      lib-directory: /etc/guacamole/extension

                                      #Authentication provider class
                                      #auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider

                                      #Properties used by BasicFileAuthenticationProvider
                                      #basic-user-mapping: /etc/guacamole/user-mapping.xml

                                      #LDAP Properties
                                      ldap-hostname: ldapserver.name
                                      ldap-port: ldap-port
                                      ldap-encryption-method: ssl (you can delete this line if you are not doing ssl)
                                      ldap-search-bind-dn: self-explanatory
                                      ldap-search-bind-password: self-explanatory
                                      ldap-config-base-dn: self-explanatory
                                      ldap-user-base-dn: self-explanatory

                                      Save the file.

                                      Make a directory called extensions
                                      toss the guacamole-auth-ldap-0.9.14.jar file from the guacamole website there (you can find it here: http://guacamole.apache.org/releases/0.9.14/)

                                      Restart httpd, tomcat, guacd in that order.

                                      as long as your settings were correct this should enable ldap to work without a problem (it did for me).

                                      If you do opt for SSL to be enabled, make sure you have enabled the ssl mod for apache, otherwise it will not work

                                      travisdh1T 1 Reply Last reply Reply Quote 2
                                      • travisdh1T
                                        travisdh1 @xylems
                                        last edited by

                                        @xylems said in Errors Building Guacamole Server on Fedora 28:

                                        @travisdh1 If you would like I can help you get yours up and running.

                                        As far as getting LDAP to work, I did the following:

                                        Modify /etc/tomcat/tomcat.conf add the following at the end: GUACAMOLE_HOME=/etc/guacamole

                                        If that directory doesn't exist, create it.

                                        Make a file called guacamole.properties. It should contain the following

                                        #Hostname and port of guacamole proxy
                                        guacd-hostname: localhost
                                        guacd-port: 4822

                                        #Location to read extra .jar's from
                                        lib-directory: /etc/guacamole/extension

                                        #Authentication provider class
                                        #auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider

                                        #Properties used by BasicFileAuthenticationProvider
                                        #basic-user-mapping: /etc/guacamole/user-mapping.xml

                                        #LDAP Properties
                                        ldap-hostname: ldapserver.name
                                        ldap-port: ldap-port
                                        ldap-encryption-method: ssl (you can delete this line if you are not doing ssl)
                                        ldap-search-bind-dn: self-explanatory
                                        ldap-search-bind-password: self-explanatory
                                        ldap-config-base-dn: self-explanatory
                                        ldap-user-base-dn: self-explanatory

                                        Save the file.

                                        Make a directory called extensions
                                        toss the guacamole-auth-ldap-0.9.14.jar file from the guacamole website there (you can find it here: http://guacamole.apache.org/releases/0.9.14/)

                                        Restart httpd, tomcat, guacd in that order.

                                        as long as your settings were correct this should enable ldap to work without a problem (it did for me).

                                        If you do opt for SSL to be enabled, make sure you have enabled the ssl mod for apache, otherwise it will not work

                                        Thanks. Do you have time to write up a step by step guide? I'll have time to make that happen if you don't.

                                        X 1 Reply Last reply Reply Quote 0
                                        • X
                                          xylems @travisdh1
                                          last edited by

                                          @travisdh1 step-by-step guide for the entire guacamole installation?

                                          travisdh1T JaredBuschJ 2 Replies Last reply Reply Quote 0
                                          • travisdh1T
                                            travisdh1 @xylems
                                            last edited by

                                            @xylems said in Errors Building Guacamole Server on Fedora 28:

                                            @travisdh1 step-by-step guide for the entire guacamole installation?

                                            I think I'd split it into two different ones actually. A guacamole install, and a separate one for getting it connected to LDAP. It can be a major time sinc, so thought I'd offer to do the write-up and verification and give you the credit.

                                            X 1 Reply Last reply Reply Quote 2
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post