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

    Guacamole 0.9.14 on CentOS 7

    IT Discussion
    linux centos centos 7 guacamole guacamole 0.9.14
    9
    24
    6.2k
    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.
    • travisdh1T
      travisdh1 @scottalanmiller
      last edited by

      @scottalanmiller said in Guacamole 0.9.14 on CentOS 7:

      @matteo-nunziati said in Guacamole 0.9.14 on CentOS 7:

      Why not use the official docker images on fedora?

      they don't work at all. Docker makes it all so much more complicated, from what I can tell. I've got Guacamole working without them, but found no Docker instructions that would run.

      Almost all Docker containers I've tried have this same issue, and getting them to work is twice as hard as just setting the thing up.

      wrx7mW scottalanmillerS 2 Replies Last reply Reply Quote 3
      • wrx7mW
        wrx7m @travisdh1
        last edited by

        @travisdh1 That is a bummer.

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

          @wrx7m said in Guacamole 0.9.14 on CentOS 7:

          @travisdh1 That is a bummer.

          It's the nature of the technology being used and people's ignorance as to how it works. Docker uses the same kernel as the main OS. So different environments do break container images :disappointed_face:

          wrx7mW scottalanmillerS 2 Replies Last reply Reply Quote 3
          • wrx7mW
            wrx7m @travisdh1
            last edited by

            @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

            @wrx7m said in Guacamole 0.9.14 on CentOS 7:

            @travisdh1 That is a bummer.

            It's the nature of the technology being used and people's ignorance as to how it works. Docker uses the same kernel as the main OS. So different environments do break container images :disappointed_face:

            A Fedora server wouldn't do well for a docker container that ran better on a Debian-based OS, like Ubuntu?

            travisdh1T scottalanmillerS 2 Replies Last reply Reply Quote 0
            • travisdh1T
              travisdh1 @wrx7m
              last edited by

              @wrx7m said in Guacamole 0.9.14 on CentOS 7:

              @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

              @wrx7m said in Guacamole 0.9.14 on CentOS 7:

              @travisdh1 That is a bummer.

              It's the nature of the technology being used and people's ignorance as to how it works. Docker uses the same kernel as the main OS. So different environments do break container images :disappointed_face:

              A Fedora server wouldn't do well for a docker container that ran better on a Debian-based OS, like Ubuntu?

              That's been my experience, yes. All instructions just assume that the Docker container truly is portable, even tho that's not always the case.

              wrx7mW 1 Reply Last reply Reply Quote 2
              • wrx7mW
                wrx7m @travisdh1
                last edited by

                @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                @travisdh1 That is a bummer.

                It's the nature of the technology being used and people's ignorance as to how it works. Docker uses the same kernel as the main OS. So different environments do break container images :disappointed_face:

                A Fedora server wouldn't do well for a docker container that ran better on a Debian-based OS, like Ubuntu?

                That's been my experience, yes. All instructions just assume that the Docker container truly is portable, even tho that's not always the case.

                I guess I was on the same side as the folks writing the instructions. I never really played around with it, so I just assumed that it works as advertised. Why is it so ubiquitous if it isn't solving one of the big issues it says it does?

                travisdh1T scottalanmillerS 2 Replies Last reply Reply Quote 0
                • travisdh1T
                  travisdh1 @wrx7m
                  last edited by

                  @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                  @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                  @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                  @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                  @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                  @travisdh1 That is a bummer.

                  It's the nature of the technology being used and people's ignorance as to how it works. Docker uses the same kernel as the main OS. So different environments do break container images :disappointed_face:

                  A Fedora server wouldn't do well for a docker container that ran better on a Debian-based OS, like Ubuntu?

                  That's been my experience, yes. All instructions just assume that the Docker container truly is portable, even tho that's not always the case.

                  I guess I was on the same side as the folks writing the instructions. I never really played around with it, so I just assumed that it works as advertised. Why is it so ubiquitous if it isn't solving one of the big issues it says it does?

                  My guess is that most places doing development work with it use the same distribution over the entire organization, so issues don't crop up internally for them.

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

                    @scottalanmiller You forgot actually downloading the guacamole-auth-jdbc-0.9.14.tar.gz file.

                    wget https://downloads.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-jdbc-0.9.14.tar.gz
                    
                    1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @travisdh1
                      last edited by

                      @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                      @scottalanmiller said in Guacamole 0.9.14 on CentOS 7:

                      @matteo-nunziati said in Guacamole 0.9.14 on CentOS 7:

                      Why not use the official docker images on fedora?

                      they don't work at all. Docker makes it all so much more complicated, from what I can tell. I've got Guacamole working without them, but found no Docker instructions that would run.

                      Almost all Docker containers I've tried have this same issue, and getting them to work is twice as hard as just setting the thing up.

                      Yup, that's what I've found with Docker - more work, no standards. The whole "just use Docker" thing seems based around a misconception of how it works.

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

                        @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                        @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                        @travisdh1 That is a bummer.

                        It's the nature of the technology being used and people's ignorance as to how it works. Docker uses the same kernel as the main OS. So different environments do break container images :disappointed_face:

                        It's way more than that, I believe.

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

                          @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                          @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                          @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                          @travisdh1 That is a bummer.

                          It's the nature of the technology being used and people's ignorance as to how it works. Docker uses the same kernel as the main OS. So different environments do break container images :disappointed_face:

                          A Fedora server wouldn't do well for a docker container that ran better on a Debian-based OS, like Ubuntu?

                          It's supposed to be identical. that's the big claim of the Docker push that Docker isolates those things. But it seems to isolate them little more than the OS does already.

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

                            @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                            @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                            @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                            @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                            @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                            @travisdh1 That is a bummer.

                            It's the nature of the technology being used and people's ignorance as to how it works. Docker uses the same kernel as the main OS. So different environments do break container images :disappointed_face:

                            A Fedora server wouldn't do well for a docker container that ran better on a Debian-based OS, like Ubuntu?

                            That's been my experience, yes. All instructions just assume that the Docker container truly is portable, even tho that's not always the case.

                            I guess I was on the same side as the folks writing the instructions. I never really played around with it, so I just assumed that it works as advertised. Why is it so ubiquitous if it isn't solving one of the big issues it says it does?

                            Why is any dumb technology popular even though it does nothing? Because marketing, not results, drive the majority of decisions.

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

                              @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                              @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                              @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                              @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                              @travisdh1 said in Guacamole 0.9.14 on CentOS 7:

                              @wrx7m said in Guacamole 0.9.14 on CentOS 7:

                              @travisdh1 That is a bummer.

                              It's the nature of the technology being used and people's ignorance as to how it works. Docker uses the same kernel as the main OS. So different environments do break container images :disappointed_face:

                              A Fedora server wouldn't do well for a docker container that ran better on a Debian-based OS, like Ubuntu?

                              That's been my experience, yes. All instructions just assume that the Docker container truly is portable, even tho that's not always the case.

                              I guess I was on the same side as the folks writing the instructions. I never really played around with it, so I just assumed that it works as advertised. Why is it so ubiquitous if it isn't solving one of the big issues it says it does?

                              My guess is that most places doing development work with it use the same distribution over the entire organization, so issues don't crop up internally for them.

                              Partially because they simply don't test and don't check with IT. They try to do operational-less development.

                              1 Reply Last reply Reply Quote 1
                              • JaredBuschJ
                                JaredBusch
                                last edited by

                                @scottalanmiller i don't do docker anywhere except my UNMS controller. Ubiquiti seems to have set that up right.

                                scottalanmillerS 1 Reply Last reply Reply Quote 3
                                • scottalanmillerS
                                  scottalanmiller @JaredBusch
                                  last edited by

                                  @jaredbusch said in Guacamole 0.9.14 on CentOS 7:

                                  @scottalanmiller i don't do docker anywhere except my UNMS controller. Ubiquiti seems to have set that up right.

                                  that one does seem to "just work". Upgraded today, just worked.

                                  1 Reply Last reply Reply Quote 1
                                  • J
                                    jackmartins_ @iroal
                                    last edited by

                                    @iroal Did you solve this problem? I got the same error

                                    wirestyle22W iroalI 2 Replies Last reply Reply Quote 0
                                    • wirestyle22W
                                      wirestyle22 @jackmartins_
                                      last edited by

                                      @jackmartins_ as did i

                                      1 Reply Last reply Reply Quote 0
                                      • iroalI
                                        iroal @jackmartins_
                                        last edited by

                                        @jackmartins_ said in Guacamole 0.9.14 on CentOS 7:

                                        @iroal Did you solve this problem? I got the same error

                                        I reinstall using this tutorial.

                                        https://cstan.io/?p=11405&lang=en

                                        Regards.

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

                                          @iroal said in Guacamole 0.9.14 on CentOS 7:

                                          @jackmartins_ said in Guacamole 0.9.14 on CentOS 7:

                                          @iroal Did you solve this problem? I got the same error

                                          I reinstall using this tutorial.

                                          https://cstan.io/?p=11405&lang=en

                                          Regards.

                                          Those instructions is pretty good. He did leave out information about the default user and password for it.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          • First post
                                            Last post