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.
-
@travisdh1 That is a bummer.
-
@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:
-
@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?
-
@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.
-
@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?
-
@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.
-
@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
-
@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.
-
@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.
-
@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.
-
@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.
-
@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.
-
@scottalanmiller i don't do docker anywhere except my UNMS controller. Ubiquiti seems to have set that up right.
-
@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.
-
@iroal Did you solve this problem? I got the same error
-
@jackmartins_ as did i
-
@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.
-
@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.