<div dir="ltr"><div><div><div><div><div><div>Hi all,<br></div>I am trying to get the x2goserver to work on slackware.<br></div>I have downloaded the source tarball v4.0.1.19 , compiled and installed it. <br><br></div><div>Then on a windows 7 pc , I installed x2goclient and PyHOCA-gui. I tried both to no avail. A session seems to be created but nothing shows up on the screen (note that I am trying to run a simple command: either "startfluxbox" or "xterm").<br><br></div><div>I changed loglevel to "debug" in /etc/x2go/x2goserver.conf<br><br></div><div>I logged (tail -f) under /var/log , the files : debug , syslog , messages , while starting a new session. <a href="http://codepad.org/AeQOQenR">This </a>is what came up.<br><br></div><div>The only out of the ordinary I see here is that , It seems port ffwd from localhost to itself are not allowed by sshd . How can that be?<br></div><div>Firewall allows all local connections <br><div style="margin-left:40px">iptables -A INPUT -i lo -j ACCEPT<br></div>openssh server allows X11 forwarding<br><div style="margin-left:40px">X11Forwarding yes<br></div><br></div><div>so why would the sshd connection fail? <br></div><div>Also is this the problem or is there something else I may have overlooked?<br><br>Note that for slackware I had to add a few perl modules:<br></div>        cpan install Config::Simple<br>        cpan install DBD::SQLite<br>        cpan install File::ReadBackwards<br>        cpan install Capture::Tiny<br>        cpan install Unix::Syslog<br>then I run<br>        x2godbadmin --createdb<br><br></div>after that seems to be " running" (for example I checked x2goversion).<br><br><br></div>Thank you all for your help!<br></div>Thanassis <br></div>