The branch, master has been updated via 84027cfd24dfdbba3b1eb602728a3baf6cd810df (commit) from 0c300e8537a7049872ff468802d50dc783c67995 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 84027cfd24dfdbba3b1eb602728a3baf6cd810df Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jun 28 19:09:25 2012 +0200 Create $TMP on x2gostartagent execution if it does not exist. Otherwise x2goagent will fail to launch. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2goserver/bin/x2gostartagent | 3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index c4f67c8..c63260f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ x2goserver (3.1.1.2-0~x2go1) UNRELEASED; urgency=low session. - Fix crashes of x2gocleansessions due to faulty syslog calls. - Drop redundant hostname calls in x2gocleansessions. + - Create $TMP on x2gostartagent execution if it does not exist. + Otherwise x2goagent will fail to launch. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 26 Jun 2012 09:32:31 +0200 diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index 373ee13..08bb1b1 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -32,6 +32,9 @@ export NX_ROOT=$X2GO_ROOT REMOTE=localhost +# make sure the user's temporary directory exists... +test -d "$TMP" || mkdir -p "$TMP" + X2GO_CLIENT=`echo "$SSH_CLIENT" | awk '{print $1}'` $X2GO_LIB_PATH/x2gosyslog "$0" "debug" "client announced itself as ,,$X2GO_CLIENT''" hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).