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

    Installing Guacamole on CentOS 7

    Scheduled Pinned Locked Moved IT Discussion
    fedoralinuxfedora 24korora 24guacamole
    70 Posts 12 Posters 23.2k Views
    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.
    • dafyreD
      dafyre @scottalanmiller
      last edited by

      @scottalanmiller said in Installing Guacamole on CentOS 7:

      @dafyre said in Installing Guacamole on CentOS 7:

      @scottalanmiller said in Installing Guacamole on CentOS 7:

      @dafyre said in Installing Guacamole on CentOS 7:

      @aaronstuder said in Installing Guacamole on CentOS 7:

      @dafyre Why? Does it not work well?

      The SSH font looks like something from a circus act (this may well be an easy fix... see my screenshots above)... and the RDP plugin doesn't capture windows keys, like Alt+Tab, etc.

      That's my biggest reason for suggesting a jump box.

      Well you can use the same box as a jump box, too. No need to have two. But I'm sure we could fix the font easily, just no one looked at it.

      But even then, Copy / Paste didn't work from the SSH VM like it would with Putty, etc. I think it can be a great solution in a pinch, but if you need anything serious, I don't see it being a ll that great.

      Yeah, a web interface is never going to be as nice as a good terminal session.

      I think they can be. Guacamole's RDP sessions are great. They're not slow at all in my testing. The issue I have is being able to (easily) use the Windows Shortcut keys from a PC or Android device.

      1 Reply Last reply Reply Quote 0
      • A
        Alex Sage
        last edited by

        No package libssh-dev available.
        No package vncserver-devel available.
        

        Why? rpel-release is installed.

        A 1 Reply Last reply Reply Quote 0
        • A
          Alex Sage @Alex Sage
          last edited by Alex Sage

          libvncserver-devel is the correct package.

          http://guacamole.incubator.apache.org/doc/gug/installing-guacamole.html#required-dependencies

          1 Reply Last reply Reply Quote 0
          • A
            Alex Sage
            last edited by

            libssh-dev doesn't seem to exist, but libssh2-devel does 🙂

            A 1 Reply Last reply Reply Quote 0
            • A
              Alex Sage @Alex Sage
              last edited by Alex Sage

              ------------------------------------------------
              guacamole-server version 0.9.9
              ------------------------------------------------
              
                 Library status:
              
               freerdp ............. yes
               pango ............... yes
               libssh2 ............. yes
               libssl .............. yes
               libtelnet ........... no
               libVNCServer ........ yes
               libvorbis ........... no
               libpulse ............ no
               libwebp ............. no
              
               Protocol support:
              
                RDP ....... yes
                SSH ....... yes
                Telnet .... no
                VNC ....... yes
              
              Init scripts: no
              
              Type "make" to compile guacamole-server.
              
              A 1 Reply Last reply Reply Quote 0
              • A
                Alex Sage @Alex Sage
                last edited by Alex Sage

                Seems to be missing some packages 😉

                scottalanmillerS 2 Replies Last reply Reply Quote 0
                • A
                  Alex Sage
                  last edited by

                  pulseaudio-libs-devel needs to be added.

                  1 Reply Last reply Reply Quote 0
                  • A
                    Alex Sage
                    last edited by

                    libtelnet-devel needs to be added.

                    1 Reply Last reply Reply Quote 0
                    • A
                      Alex Sage
                      last edited by

                      libvorbis-devel needs to be added

                      1 Reply Last reply Reply Quote 0
                      • A
                        Alex Sage
                        last edited by

                        libwebp-devel needs to be added.

                        1 Reply Last reply Reply Quote 0
                        • A
                          Alex Sage
                          last edited by

                          ------------------------------------------------
                          guacamole-server version 0.9.9
                          ------------------------------------------------
                          
                          Library status:
                          
                           freerdp ............. yes
                           pango ............... yes
                           libssh2 ............. yes
                           libssl .............. yes
                           libtelnet ........... yes
                           libVNCServer ........ yes
                           libvorbis ........... yes
                           libpulse ............ yes
                           libwebp ............. yes
                          
                          Protocol support:
                          
                            RDP ....... yes
                            SSH ....... yes
                            Telnet .... yes
                            VNC ....... yes
                          
                          Init scripts: no
                          
                          Type "make" to compile guacamole-server.
                          
                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @Alex Sage
                            last edited by

                            @aaronstuder said in Installing Guacamole on CentOS 7:

                            Seems to be missing some packages 😉

                            That's intentionally on my side. They are optional and still I'm not looking for. What's Vorbis being used for here?

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

                              @aaronstuder said in Installing Guacamole on CentOS 7:

                              ------------------------------------------------
                              guacamole-server version 0.9.9
                              ------------------------------------------------
                              
                              Library status:
                              
                               freerdp ............. yes
                               pango ............... yes
                               libssh2 ............. yes
                               libssl .............. yes
                               libtelnet ........... yes
                               libVNCServer ........ yes
                               libvorbis ........... yes
                               libpulse ............ yes
                               libwebp ............. yes
                              
                              Protocol support:
                              
                                RDP ....... yes
                                SSH ....... yes
                                Telnet .... yes
                                VNC ....... yes
                              
                              Init scripts: no
                              
                              Type "make" to compile guacamole-server.
                              

                              None of those are "needed". They are purely optional components.

                              1 Reply Last reply Reply Quote 0
                              • A
                                Alex Sage
                                last edited by

                                An internal error has occurred within the Guacamole server, and the connection has been terminated. If the problem persists, please notify your system administrator, or check your system logs. 😞

                                1 Reply Last reply Reply Quote 0
                                • A
                                  Alex Sage
                                  last edited by

                                  Trying to just connect to localhost, but both localhost and 127.0.0.1 don'r seems to work.....

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    Alex Sage
                                    last edited by

                                    How do I restart Guacamole after editing the user-mapping.xml file?

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

                                      @aaronstuder said in Installing Guacamole on CentOS 7:

                                      Seems to be missing some packages 😉

                                      systemctl restart tomcat

                                      A 1 Reply Last reply Reply Quote 1
                                      • A
                                        Alex Sage @scottalanmiller
                                        last edited by

                                        @scottalanmiller But will that reload the config file?

                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          Alex Sage
                                          last edited by

                                          @scottalanmiller and the SSH fonts look fine for me 🙂

                                          Try installing all the packages 😄

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

                                            @aaronstuder said in Installing Guacamole on CentOS 7:

                                            @scottalanmiller and the SSH fonts look fine for me 🙂

                                            Try installing all the packages 😄

                                            Interesting. Which package do you think that it was?

                                            A 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post