<div dir="ltr">On my systems it returns /usr/lib/x2go, which is where <a href="http://x2gologlevel.pm">x2gologlevel.pm</a> is located. /usr/sbin/x2gocleansessions uses "x2gopath libexec" to get which paths it needs to search for the needed perl modules. Why x2gopath returns that path on your system is beyond me - I generally only run Ubuntu on my systems :)<div style>
It is really quite weird, as /usr/bin/x2gopath (at least on my systems) doesn't even seem capable of returning a path like the one you are getting. A workaround would probably be to make /usr/libexec/x2go a symlink to /usr/lib64/x2go. I do however think it would be a good idea to find out why this is happening, as other CentOS users might run into the same problem, and it might be preventable in the code.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/10 Jan Middelkoop <span dir="ltr"><<a href="mailto:jan@recreatie-zorg.nl" target="_blank">jan@recreatie-zorg.nl</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div>[root@local ~]# x2gopath libexec<br>
/usr/libexec/x2go<div class="im"><br>
<br>
<pre cols="72">Kindest regards,
Jan Middelkoop
Recreatie en Zorg Groep B.V.
--
Website: <a href="http://www.recreatie-zorg.nl/" target="_blank">http://www.recreatie-zorg.nl/</a>
E-mail: <a href="mailto:jan@recreatie-zorg.nl" target="_blank">jan@recreatie-zorg.nl</a>
Telephone: <a href="tel:%2B31%2010%20714%2022%2097" value="+31107142297" target="_blank">+31 10 714 22 97</a></pre>
<br></div>
Op 10-06-13 11:31, Anders Bruun Olsen schreef:<br>
</div><div><div class="h5">
<blockquote type="cite">
<div dir="ltr">Hi Jan,
<div><br>
</div>
<div>Can you post the output of: "x2gopath libexec"?</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2013/6/10 Jan Middelkoop <span dir="ltr"><<a href="mailto:jan@recreatie-zorg.nl" target="_blank">jan@recreatie-zorg.nl</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div>Hi Anders,<br>
<br>
Thank you for your reply. Sorry for not getting back to
you earlier.<br>
<br>
I definitely do not have an SSH proxy configured in the
x2goclient.<br>
<br>
If you have any other suggestions or things I might try,
please let me know.
<pre cols="72">Kindest regards,
Jan Middelkoop
Recreatie en Zorg Groep B.V.
--
Website: <a href="http://www.recreatie-zorg.nl/" target="_blank">http://www.recreatie-zorg.nl/</a><span><font color="#888888">
E-mail: <a href="mailto:jan@recreatie-zorg.nl" target="_blank">jan@recreatie-zorg.nl</a>
Telephone: <a href="tel:%2B31%2010%20714%2022%2097" value="+31107142297" target="_blank">+31 10 714 22 97</a></font></span></pre>
<span><font color="#888888"> Op 07-06-13
10:15, Anders Bruun Olsen schreef:<br>
</font></span></div>
<div>
<div>
<blockquote type="cite">
<div dir="ltr">Hi Jan,
<div><br>
</div>
<div>The output from x2goclient indicates that it
is trying to use an SSH proxy. Can you double
check that your x2go session doesn't have SSH
proxying enabled? (Go to Session Preferences and
make sure that "Use Proxy server for SSH
connection" isn't chosen)</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2013/6/6 Jan Middelkoop <span dir="ltr"><<a href="mailto:jan@recreatie-zorg.nl" target="_blank">jan@recreatie-zorg.nl</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> Hello!<br>
<br>
After not getting freenx working properly on a
clean install of CentOS 6.4, someone advised
me to install x2go server. I was surprised by
the ease of installation, using the RHEL6
repository. Using an x2go client on Ubuntu
12.04 to connect, things worked fantastic out
of the box.<br>
<br>
However, after a reboot of the CentOS 6.4
machine, the client can no longer connect.
I've presented this issue to #x2go on
Freenode, where sunweaver was gracious enough
to provide some useful information. He
advised me to post about my issue on this
mailing list.<br>
<br>
After an unsuccessful connection attempt, this
is in /var/log/syslog with debug log level: <a href="http://pastebin.com/L3e4xP6g" target="_blank">http://pastebin.com/L3e4xP6g</a>
The x2go client says: <a href="http://pastebin.com/CiGatMeS" target="_blank">http://pastebin.com/CiGatMeS</a>
When I connect, I get those errors. When I
re-connect it shows an active session, but I
can't resume it. I can start a new one, but
then the same thing happens as the first time.
The error message shows up and next time
there's 2 sessions in the session popup during
login.<br>
<br>
Per sunweaver's suggestions, I've tried rm
-f /var/lib/x2go/x2go_sessions and
x2godbadmin --createdb but that didn't
solve the problem. There is also no process
x2gocleansessions running. There is nothing
actually running with x2go in the name (ps aux
| grep x2go returns nothing). When starting
x2gocleansessions manually, I get: <a href="http://pastebin.com/fExxSJ5p" target="_blank">http://pastebin.com/fExxSJ5p</a><br>
<br>
Another suggestion was to create a brand new
user account, but there I get the same error
as with the other user account. I've tried a
fresh account on both server and client.<br>
<br>
About the not locating <a href="http://x2gologlevel.pm" target="_blank">x2gologlevel.pm</a> bit (the
x2gocleansessions error)... seems like it's
include path is insufficient. The file is in
/usr/lib64/x2go/<a href="http://x2gologlevel.pm" target="_blank">x2gologlevel.pm</a>. Not
sure how to fix that and if it's indication of
bigger problems. Also interesting... in the
sudoers file there's a reference to
/usr/bin/x2gopgwrapper, but this executable
does not exist.<br>
<br>
If you have any suggestions on things which I
could try that might shed further light on
this, please let me know.<br>
<br>
Also, the machine that's plagued with this
issue is a fresh installation, with nothing
sensitive, critical or even mildly important
running there yet. I could provide you with
ssh access to this machine so you can have a
look around and/or attempt to connect. If
that helps, please find me on <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> in
#x2go under nickname Hyperbyte, so we can work
something out.<br>
<br>
Kindest regards,<br>
Jan Middelkoop<br>
_______________________________________________<br>
X2Go-Dev mailing list<br>
<a href="mailto:X2Go-Dev@lists.berlios.de" target="_blank">X2Go-Dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/x2go-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/x2go-dev</a><br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
Anders Bruun Olsen<br>
It-ansvarlig<br>
Det Danske Sprog- og Litteraturselskab<br>
(Society for Danish Language and Literature)<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
X2Go-Dev mailing list
<a href="mailto:X2Go-Dev@lists.berlios.de" target="_blank">X2Go-Dev@lists.berlios.de</a>
<a href="https://lists.berlios.de/mailman/listinfo/x2go-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/x2go-dev</a></pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
X2Go-Dev mailing list<br>
<a href="mailto:X2Go-Dev@lists.berlios.de" target="_blank">X2Go-Dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/x2go-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/x2go-dev</a><br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
Anders Bruun Olsen<br>
It-ansvarlig<br>
Det Danske Sprog- og Litteraturselskab<br>
(Society for Danish Language and Literature)<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
X2Go-Dev mailing list
<a href="mailto:X2Go-Dev@lists.berlios.de" target="_blank">X2Go-Dev@lists.berlios.de</a>
<a href="https://lists.berlios.de/mailman/listinfo/x2go-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/x2go-dev</a></pre>
</blockquote>
<br>
</div></div></div>
<br>_______________________________________________<br>
X2Go-Dev mailing list<br>
<a href="mailto:X2Go-Dev@lists.berlios.de">X2Go-Dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/x2go-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/x2go-dev</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Anders Bruun Olsen<br>It-ansvarlig<br>
Det Danske Sprog- og Litteraturselskab<br>(Society for Danish Language and Literature)<br>
</div>