You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Ed Campbell <ja...@MadisonCounty.net> on 2016/08/15 16:53:31 UTC

connection error

I have installed guacamole from the git repository, but am getting an 
error.  I had tried installing from source code, but didn't have much 
luck with that either.

The login is successful, then immediately disconnected.

My system is Linux Mint 17.3 KDE.
settings are as follow:

*_guacamole.properties:_*
guacd-hostname: localhost
guacd-port: 4822
user-mapping:    /etc/guacamole/user-mapping.xml
auth-provider: 
net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider
basic-user-mapping:    /etc/guacamole/user-mapping.xml

_*user-mapping.xml:*_
<user-mapping>
     <!-- Another user, but using md5 to hash the password
          (example below uses the md5 hash of "PASSWORD") -->
     <authorize
             username="ed"
             password="2564ead42b0e95078f497f60c2b01ba9"
             encoding="md5">
         <connection name="asbs">
             <protocol>rdp</protocol>
             <param name="hostname">localhost</param>
             <param name="port">3389</param>
             <param name="security">rdp</param>
             <param name="server-layout">en-us-qwerty</param>
             <!--<param name="ignore-cert">true</param>-->
         </connection>
     </authorize>
</user-mapping>

_*file properties:
*_guacamole.properties> user and group root_*
*_user-mapping> user and group tomcat7
guacamole.war> user and group root    (hmmmm?)

_*console output:*_
JEC2015 ed # guacd -f
guacd[8379]: INFO:      Guacamole proxy daemon (guacd) version 0.9.9 started
guacd[8379]: INFO:      Listening on host 127.0.0.1, port 4822
guacd[8379]: INFO:      Creating new client for protocol "rdp"
guacd[8379]: INFO:      Connection ID is 
"$193616c8-9580-4048-a4c5-7980d7acf4bf"
guacd[8392]: INFO:      Security mode: RDP
guacd[8392]: INFO:      Resize method: none
guacd[8392]: INFO:      User "@9a2c465a-ac9a-4821-b521-a6aaadbf4531" 
joined connection "$193616c8-9580-4048-a4c5-7980d7acf4bf" (1 users now 
present)
guacd[8392]: INFO:      Loading keymap "base"
guacd[8392]: INFO:      Loading keymap "en-us-qwerty"
connected to localhost:3389
guacd[8379]: INFO:      Connection 
"$193616c8-9580-4048-a4c5-7980d7acf4bf" removed.

_*syslog:*_
08/15/16 11:42:23 AM    JEC2015    guacd[9608]    Creating new client 
for protocol "rdp"
08/15/16 11:42:23 AM    JEC2015    guacd[9608]    Connection ID is 
"$3a303940-0bb0-406b-a67c-0b3056c2c165"
08/15/16 11:42:23 AM    JEC2015    guacd[9646]    Security mode: RDP
08/15/16 11:42:23 AM    JEC2015    guacd[9646]    Resize method: none
08/15/16 11:42:23 AM    JEC2015    guacd[9646]    User 
"@8b40bbda-1e1c-48de-8614-5ca6fcc57e1e" joined connection 
"$3a303940-0bb0-406b-a67c-0b3056c2c165" (1 users now present)
08/15/16 11:42:23 AM    JEC2015    guacd[9646]    Loading keymap "base"
08/15/16 11:42:23 AM    JEC2015    guacd[9646]    Loading keymap 
"en-us-qwerty"
08/15/16 11:42:23 AM    JEC2015    kernel    [11483.264414] guacd[9658]: 
segfault at 8000000000 ip 0000008000000000 sp 00007fb7a8d1ec98 error 14
08/15/16 11:42:23 AM    JEC2015    guacd[9608]    Connection 
"$3a303940-0bb0-406b-a67c-0b3056c2c165" removed.

_*catalina: *_(after a couple of attemps)
11:42:21.272 [http-bio-8080-exec-8] INFO 
o.g.g.n.b.r.a.AuthenticationService - User "ed" successfully 
authenticated from 173.225.9.250.
11:42:21.646 [http-bio-8080-exec-6] INFO 
o.g.g.net.basic.TunnelRequestService - User "ed" connected to connection 
"asbs".
11:42:21.703 [http-bio-8080-exec-6] INFO 
o.g.g.net.basic.TunnelRequestService - User "ed" disconnected from 
connection "asbs". Duration: 56 milliseconds
11:42:23.832 [http-bio-8080-exec-9] INFO 
o.g.g.net.basic.TunnelRequestService - User "ed" connected to connection 
"asbs".
11:42:28.730 [http-bio-8080-exec-9] INFO 
o.g.g.net.basic.TunnelRequestService - User "ed" disconnected from 
connection "asbs". Duration: 4897 milliseconds


I am stumped.  I notice the segfault in the syslog, but have no idea 
what to make of it.  Also, doesn't seem to be an issue insofar as 
connecting is concerned, but the ownership and group in guacamole.war 
--should that be something other than root?

Need more info?  Just let me know what.

Thanks in advance for your assistance.

Ed