From x2go@ymir  Thu Jun  6 01:44:20 2013
Received: (at control) by bugs.x2go.org; 5 Jun 2013 23:44:28 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RELAYS,URIBL_BLOCKED
	autolearn=unavailable version=3.3.2
Received: by ymir (Postfix, from userid 1005)
	id 8BAA65DB26; Thu,  6 Jun 2013 01:44:20 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 32-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 32@bugs.x2go.org
Subject: X2Go issue (in src:x2goserver) has been marked as pending for release
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Mailer: http://snipr.com/post-receive-tag-pending
Message-Id: <20130605234420.8BAA65DB26@ymir>
Date: Thu,  6 Jun 2013 01:44:20 +0200 (CEST)

tag #32 pending
fixed #32 4.0.0.3
thanks

Hello,

X2Go issue #32 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

    http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=afeeb58

The issue will most likely be fixed in src:x2goserver (4.0.0.3).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit afeeb580215270c4a1658b6773c8cb2ff6d4e2ed
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Thu Jun 6 01:43:34 2013 +0200

    Send SIGKILL to blocked X-Server (x2goagent) processes, if they do not disappear within 20secs. (Fixes: #32).

diff --git a/debian/changelog b/debian/changelog
index cadd8be..64f8ff5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ x2goserver (4.0.0.3-0~x2go1) UNRELEASED; urgency=low
       in the session DB.
     - Add support for terminating sessions via the session DB.
     - Raise the frequency of the x2gocleansessions loop to every two seconds.
+    - Send SIGKILL to blocked X-Server (x2goagent) processes, if they do not
+      disappear within 20secs. (Fixes: #32).
 
  -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Sun, 19 May 2013 15:02:53 +0200
 

