Guacamole on CentOS 7
-
@johnhooks ah
-
You forgot:
yum -y install epel-release
-
@anonymous said:
You forgot:
yum -y install epel-release
Ya sorry. My template has that in it already and I forgot to mention it. I'll put it in the write up. Thanks!
-
@johnhooks yum no ym
-
@anonymous said:
@johnhooks yum no ym
ha fixed
-
How did you name your connections?
Also, I don't have previews, any ideas why not?
-
@anonymous said:
How did you name your connections?
Also, I don't have previews, any ideas why not?
The connection name is the first line of the connection in the xml file
<connection name="VNC host">
The previews only come up after you've connected. Until you connect it's just a little blank box or something like that.
-
@johnhooks I you have to close that tag as well you you can't login.
</connection>
-
@anonymous said:
@johnhooks I you have to close that tag as well you you can't login.
</connection>
Ya it's closed in my example template above, I was just showing you the first line which is wher eyou name it.
-
@stacksofplates hi, guacamole does not exist anymore in the repos. is there a replacement?
-
@michacassola said in Guacamole on CentOS 7:
@stacksofplates hi, guacamole does not exist anymore in the repos. is there a replacement?
I think that you just need guacd.
-
@scottalanmiller said in Guacamole on CentOS 7:
@michacassola said in Guacamole on CentOS 7:
@stacksofplates hi, guacamole does not exist anymore in the repos. is there a replacement?
I think that you just need guacd.
Thanks!
-
@scottalanmiller /etc/guacamole/user-mapping.xml seems to be the wrong location for the standard xml file. Can you provide the location with 0.9.13 which was installed on my system please?
-
I noticed that Guacamole is in the repos
How do you monitor repos ? and who does that ? do you get any sleep at night ?
Joking it seems like good idea to be always up to date, but abit crazy.
I usually use Fedora NoVNC machine, and install rdesktop in it and remote like crazy + Ultra VNC under wine works great. However that said Guacamole looks much more neat.
Thanks for the guide.
-
@emad-r said in Guacamole on CentOS 7:
I noticed that Guacamole is in the repos
How do you monitor repos ? and who does that ? do you get any sleep at night ?
Joking it seems like good idea to be always up to date, but abit crazy.
I usually use Fedora NoVNC machine, and install rdesktop in it and remote like crazy + Ultra VNC under wine works great. However that said Guacamole looks much more neat.
Thanks for the guide.
Oh I don't pay attention to them. I just went to install it the long way and figured I'd try to see if it was available in EPEL or something.
-
@michacassola said in Guacamole on CentOS 7:
/etc/guacamole/user-mapping.xml
It should be in the guacamole home location, whatever that is. You can search for it quickly with find / -name user-mapping.xml
or you can look in the guacamole.properties: area to see what it is set to if something unusual.
-
@scottalanmiller thanks! but I do not find that file it simply shows nothing when I enter that command
-
@michacassola said in Guacamole on CentOS 7:
@scottalanmiller thanks! but I do not find that file it simply shows nothing when I enter that command
You might need to create it.
-
@scottalanmiller thanks
-
@michacassola said in Guacamole on CentOS 7:
@scottalanmiller thanks
NP. I have a feeling that it is blank (and might not exist) until you make users yourself. Been a while, but that is a common approach and seems familiar here.