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.1k 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.
    • 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
                                      • A
                                        Alex Sage @scottalanmiller
                                        last edited by

                                        @scottalanmiller maybe libssh2-devel?

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

                                          @aaronstuder said in Installing Guacamole on CentOS 7:

                                          @scottalanmiller maybe libssh2-devel?

                                          Could be, I'll test it out.

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

                                            Anyone ever use this to connect to a localhost? Maybe I'll try it in docker.....

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