<p dir="ltr">On Apr 9, 2015 3:55 PM, "Christoph Schmidt-Hieber" <<a href="mailto:christsc@gmx.de">christsc@gmx.de</a>> wrote:<br>
><br>
> On Thu, Apr 09, 2015 at 09:45:38PM +0200, Mihai Moldovan wrote:<br>
> > On 09.04.2015 09:35 PM, Christoph Schmidt-Hieber wrote:<br>
> > > x2goserver-xsession is installed.<br>
> > ><br>
> > > Re-installing didn't help. Also, there's still no<br>
> > > ~/.xsession-x2go-errors file.<br>
> ><br>
> > That's very weird... according to your log file, xfce4-session<br>
> > terminates almost immediately after being launched. It's also launched<br>
> > via X2Go's xsession feature, so ~/.xsession-x2go-errors should be populated.<br>
> ><br>
> > This is defined in /etc/x2go/Xsession. Can you check that file for<br>
> > ERRFILE, just in case?<br>
> ><br>
> > Something must be "failing", either the Xsession script itself or the<br>
> > actual xfce4-session.<br>
><br>
><br>
> $ grep -n ERRFILE /etc/x2go/Xsession<br>
> 73:ERRFILE=$HOME/.xsession-x2go-errors<br>
> 76:if (umask 077 && touch "$ERRFILE") 2> /dev/null && [ -w "$ERRFILE" ] && [ ! -L "$ERRFILE" ]; then<br>
> 77:  chmod 600 "$ERRFILE"<br>
> 78:elif ERRFILE=$(mktemp 2> /dev/null); then<br>
> 79:     if ! ln -sf "$ERRFILE" "${TMPDIR:=/tmp}/xsession-x2go-$USER"; then<br>
> 81:                     "\"$ERRFILE\"; look for session log/errors in" \<br>
> 88:exec >>"$ERRFILE" 2>&1</p>
<p dir="ltr">Hi Christoph,</p>
<p dir="ltr">What is your default shell on the server? I have seen various x2go problems (but not this exact problem) when it was set to /bin/tcsh (or a /bin/csh symlink to /bin/tcsh). I suspect that the actual legacy /bin/csh binary would behave even worse with x2go.</p>
<p dir="ltr">-Mike</p>