Unless there are some firewalls involved it should work. Try uninstallinng X2Go on both client and server, example:<div><br></div><div><div>sudo apt-get -y remove --purge x2goserver x2goclient</div><div>sudo apt-get -y autoremove --purge</div>
<div>rm -rf ~/.nx/ ~/.x2go/ ~/.x2goclient/</div></div><div><br></div><div>Then install X2Go again and cross your fingers.</div><div><br></div><div>If it still doesn't work, try editing /usr/bin/x2gostartagent on the server and change SSH_PORT to 30500 and see if it changes anything.</div>
<div><br></div><div>I have the exact same setup (Wheezy client connecting to Squeeze server) and haven't had any similar problems.</div><div><br></div><div>Cheers,</div><div>Daniel</div><div class="gmail_extra"><br><br>
<div class="gmail_quote">2012/11/23 Saint Germain <span dir="ltr"><<a href="mailto:saintger@gmail.com" target="_blank">saintger@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
Yes I already tried that: that's why I am sure that nothing is using port 30001.<br>
<br>
Thanks,<br>
<div class="HOEnZb"><div class="h5"><br>
On 23 November 2012 00:34, Terje Andersen <<a href="mailto:teranders@gmail.com">teranders@gmail.com</a>> wrote:<br>
> Hi,<br>
> You could try a:<br>
> netstat -anp | grep 30001<br>
><br>
> to see which process that is currently using the port.<br>
><br>
> Regards,<br>
> Terje<br>
><br>
> On <a href="tel:2012%2011%2022%2018" value="+12012112218">2012 11 22 18</a>:53, "Saint Germain" <<a href="mailto:saintger@gmail.com">saintger@gmail.com</a>> wrote:<br>
>><br>
>> On Thu, 22 Nov 2012 15:11:03 +0100, Mike Gabriel<br>
>> <<a href="mailto:mike.gabriel@das-netzwerkteam.de">mike.gabriel@das-netzwerkteam.de</a>> wrote :<br>
>><br>
>> > Hi!<br>
>> ><br>
>> > On Do 22 Nov 2012 10:41:17 CET Saint Germain wrote:<br>
>> ><br>
>> > > Hello Daniel,<br>
>> > ><br>
>> > > No my setup is quite simple: I have only one server and one client<br>
>> > > (and of course the server is on a different machine than the client)<br>
>> > > The client only connect to the server and the server has only one<br>
>> > > client. And I also got only one session.<br>
>> > ><br>
>> > > Thanks !<br>
>> ><br>
>> > On the server, please kill all x2goagent processes and check the all<br>
>> > x2goruncommand processes vanish soon after you have killed all<br>
>> > x2goagent instances.<br>
>> ><br>
>> > If there is no x2goagent instance running... Hmmm...<br>
>> ><br>
>> > Just in case: also restart sshd on the server.<br>
>><br>
>> Hello,<br>
>><br>
>> I have no x2goagent running on the server:<br>
>> ps af | grep x2<br>
>> 26924 pts/0 S 0:00 /usr/bin/perl /usr/sbin/x2gocleansessions<br>
>><br>
>> I tried stopping x2goserver and sshd and restarting them: same errors.<br>
>><br>
>> Is there any way I can have more meaningful messages to debug this ?<br>
>> I don't understand why the port 30001 seems to be occupied. I have<br>
>> nothing running behind that port.<br>
>><br>
>> Thanks for your help !<br>
>> _______________________________________________<br>
>> X2Go-User mailing list<br>
>> <a href="mailto:X2Go-User@lists.berlios.de">X2Go-User@lists.berlios.de</a><br>
>> <a href="https://lists.berlios.de/mailman/listinfo/x2go-user" target="_blank">https://lists.berlios.de/mailman/listinfo/x2go-user</a><br>
><br>
><br>
> _______________________________________________<br>
> X2Go-User mailing list<br>
> <a href="mailto:X2Go-User@lists.berlios.de">X2Go-User@lists.berlios.de</a><br>
> <a href="https://lists.berlios.de/mailman/listinfo/x2go-user" target="_blank">https://lists.berlios.de/mailman/listinfo/x2go-user</a><br>
_______________________________________________<br>
X2Go-User mailing list<br>
<a href="mailto:X2Go-User@lists.berlios.de">X2Go-User@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/x2go-user" target="_blank">https://lists.berlios.de/mailman/listinfo/x2go-user</a><br>
</div></div></blockquote></div><br></div>