From mike.gabriel@das-netzwerkteam.de Sat Dec 7 23:15:32 2013 Received: (at submit) by bugs.x2go.org; 7 Dec 2013 22:15:32 +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=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199]) by ymir (Postfix) with ESMTPS id E01A25DB05 for ; Sat, 7 Dec 2013 23:15:31 +0100 (CET) Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98]) by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 19101ABB; Sat, 7 Dec 2013 23:15:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 4C4733C2DA; Sat, 7 Dec 2013 23:15:28 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de Received: from grimnir.das-netzwerkteam.de ([127.0.0.1]) by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8w7Loa2p2kML; Sat, 7 Dec 2013 23:15:23 +0100 (CET) Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTPSA id D275C3C185; Sat, 7 Dec 2013 23:15:20 +0100 (CET) Received: from p4FE5F10B.dip0.t-ipconnect.de (p4FE5F10B.dip0.t-ipconnect.de [79.229.241.11]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP; Sat, 07 Dec 2013 22:15:18 +0000 Date: Sat, 07 Dec 2013 22:15:18 +0000 Message-ID: <20131207221518.Horde.wkruGnxIirJjdI58Tr5_Zg6@mail.das-netzwerkteam.de> From: Mike Gabriel To: submit@bugs.x2go.org Cc: Gerald Richter - ECOS Subject: Fwd: [X2Go-User] x2gocleansessions fix User-Agent: Internet Messaging Program (IMP) H5 (6.1.4) Accept-Language: en,de Organization: DAS-NETZWERKTEAM X-Originating-IP: 79.229.241.11 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 Iceweasel/23.0 Content-Type: multipart/signed; boundary="=_z9ITZYNaF3xmaV_2CA9KWg1"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_z9ITZYNaF3xmaV_2CA9KWg1 Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: x2goserver Severity: important Version: 4.0.0.7 Hi Gerald, thanks for this pointer. Let's get this into X2Go Server LTS (aka Baikal). Mike ----- Weitergeleitete Nachricht von Gerald Richter - ECOS=20=20 =20----- Datum: Fri, 6 Dec 2013 06:46:43 +0100 Von: Gerald Richter - ECOS Betreff: [X2Go-User] x2gocleansessions fix An: "x2go-user@lists.berlios.de" Hi, =C2=A0 x2gocleansessions sometimes fails for me, because there is a lot of=20=20 extra=20output in the log like =E2=80=9CProxy: WARNING! Detected drift in s= ystem=20=20 timer.=20Resetting to current time.=E2=80=9D. The following patch fixes the= =20=20 problem: =C2=A0 --- /usr/sbin/x2gocleansessions.orig=C2=A0=C2=A0=C2=A0=C2=A0 2013-12-06 06:= 37:46.000000000 +0100 +++ /usr/sbin/x2gocleansessions=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 2013-12-06 06:38:45.000000000 +0100 @@ -56,7 +56,7 @@ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 my $sess=3Dshift; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 my $user=3Dshift; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 my $log=3D"/tmp/.x2go-${user}/session-C-${sess}.log"; -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 my $text=3D`tail -1 $log 2>/dev/null`; +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 m= y $text=3D`grep Session: $log 2>/dev/null|tail -1`; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 if ($text =3D~ m/Session suspended/) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 { =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0; =C2=A0 Regards =C2=A0 Gerald =C2=A0 =C2=A0 =C2=A0 ----- Ende der weitergeleiteten Nachricht ----- --=20 DAS-NETZWERKTEAM mike=20gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x= fb --=_z9ITZYNaF3xmaV_2CA9KWg1 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) iQIcBAABAgAGBQJSo531AAoJEJr0azAldxsxQTcQAI/mUM8cjs16MhOwPajCaAGl ujLiOZImGICfhP/huC/vmM6Dad+X3ZUVa0QdGdOueDqP29QjJS3Rdtsq3I1oJZEw 92v9g7SEVq4/+E1ferJIhDSfXNQHIjguVJmw/VKoVBGQjkq7L9ce5eGlfbBlacGV yGVKQ2HB12xLZa0AjKWHdQh0VK6tYM4xFHzkVKneXzuNvNLJCFN6FrecjQrCIbWH AA9tZbuTW9etll1TzTQi+uX5UU5fcVehJvKXOwAEAWdMkC5Prw3nalCsIlYjEk1A xqK7zcnKO3K86inN/ce9zss06NYbHi0XX/9yYihRvVogKpCjL/sn4zEYyw0VAHUc pZqhU8kp6x7zKh0jsdw2GmSoftII/l+9wf+6RkFbvNr7oY02SRuizXfxchvgw2Fv /wBrYtrEQAFFT3jpYW/sH1JAr2jUeNRs/hvVyAJtXoi/YmCmrtxOkTOfTPGFm37x +9Mz5tbkf9S5KuONK97zVxRV9QbWcOdXnmzUV6DRW7tQRTPCAbl1LbPkdR1DM6ii qhr6WKu4yQq/aQOoSmaoSpRg67ax2J5oBy/y6ol7lzT6O+QzwHLsUuMEMn381Ze7 jxfApAfLp/WHfHMIfEkoVF2CP68QL7Z2+IvyilF4/ISjE36uBfDdkdadgC/Fq+JY yBTbnCVeS98YKMCrdwn5 =YATj -----END PGP SIGNATURE----- --=_z9ITZYNaF3xmaV_2CA9KWg1-- From x2go@ymir Sat Dec 7 23:20:23 2013 Received: (at 356) by bugs.x2go.org; 7 Dec 2013 22:20:23 +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=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: by ymir (Postfix, from userid 1005) id 1E23A5DB1E; Sat, 7 Dec 2013 23:20:23 +0100 (CET) From: Mike Gabriel To: 356-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 356@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: <20131207222023.1E23A5DB1E@ymir> Date: Sat, 7 Dec 2013 23:20:23 +0100 (CET) tag #356 pending fixed #356 4.0.0.8 thanks Hello, X2Go issue #356 (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=08a2780 The issue will most likely be fixed in src:x2goserver (4.0.0.8). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit 08a2780f1448da0fd00e68f11177b1ca1672da04 Author: Mike Gabriel Date: Sat Dec 7 23:19:24 2013 +0100 Improve parsing of the NX session.log file where unexpected extra logging takes place during session suspension/resumption. Thanks to Gerald Richter for finding this!!! (Fixes: #356). diff --git a/debian/changelog b/debian/changelog index b39bfac..932b33c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ x2goserver (4.0.0.8-0x2go1) UNRELEASED; urgency=low - * Use mktemp instead of tempfile (because Fedora does not have the tempfile - binary). (Fixes: #347). - * Replace makepasswd by pwgen (because Fedora does not have makepasswd). + * New upstream version (4.0.0.8): + - Use mktemp instead of tempfile (because Fedora does not have the tempfile + binary). (Fixes: #347). + - Replace makepasswd by pwgen (because Fedora does not have makepasswd). + - Improve parsing of the NX session.log file where unexpected extra logging + takes place during session suspension/resumption. Thanks to Gerald Richter + for finding this!!! (Fixes: #356). -- Mike Gabriel Thu, 28 Nov 2013 16:14:32 +0100 From x2go@ymir Mon Jan 6 18:28:53 2014 Received: (at 356) by bugs.x2go.org; 6 Jan 2014 17:29:34 +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=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=unavailable version=3.3.2 Received: by ymir (Postfix, from userid 1005) id CFE175DB24; Mon, 6 Jan 2014 18:28:53 +0100 (CET) From: Mike Gabriel To: 356-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 356@bugs.x2go.org Subject: X2Go issue (in src:x2goserver) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20140106172853.CFE175DB24@ymir> Date: Mon, 6 Jan 2014 18:28:53 +0100 (CET) close #356 thanks Hello, we are very hopeful that X2Go issue #356 reported by you has been resolved in the new release (4.0.0.8) of the X2Go source project »src:x2goserver«. You can view the complete changelog entry of src:x2goserver (4.0.0.8) below, and you can use the following link to view all the code changes between this and the last release of src:x2goserver. http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=6b2da3a6dced741db618d0cd6580bda396758f15;hp=f10d9a7e17da3a7be2c5d169a7aa01d633f7065e If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:x2goserver. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:x2goserver Version: 4.0.0.8-0x2go1 Status: RELEASE Date: Fri, 03 Jan 2014 11:30:54 +0100 Fixes: 347 356 Changes: x2goserver (4.0.0.8-0x2go1) RELEASED; urgency=low . * New upstream version (4.0.0.8): - Use mktemp instead of tempfile (because Fedora does not have the tempfile binary). (Fixes: #347). - Replace makepasswd by pwgen (because Fedora does not have makepasswd). - Improve parsing of the NX session.log file where unexpected extra logging takes place during session suspension/resumption. Thanks to Gerald Richter for finding this!!! (Fixes: #356). - Avoid one argument system calls and backticks in x2gocleansessions and x2golistsessions_root. - Avoid one argument system calls and backticks in x2golistsessions. - Avoid one argument system calls and backticks in x2goprint. - Avoid backticks in x2goshowblocks, move script to /sbin/ as it is for being run with root privileges. - Sanitize session ID string, port numbers, display numbers and agent PID numbers before writing them as strings to the session DB. From unknown Fri Mar 29 14:46:36 2024 MIME-Version: 1.0 X-Mailer: MIME-tools 5.502 (Entity 5.502) X-Loop: owner@bugs.x2go.org From: owner@bugs.x2go.org (X2Go Bug Tracking System) Subject: Bug#356 closed by Mike Gabriel (X2Go issue (in src:x2goserver) has been marked as closed) Message-ID: References: <20140106172853.CFE175DB24@ymir> X-X2go-PR-Keywords: pending X-X2go-PR-Message: they-closed 356 X-X2go-PR-Package: x2goserver X-X2go-PR-Source: x2goserver Date: Mon, 06 Jan 2014 17:30:05 +0000 Content-Type: multipart/mixed; boundary="----------=_1389029405-22919-0" This is a multi-part message in MIME format... ------------=_1389029405-22919-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 This is an automatic notification regarding your Bug report which was filed against the x2goserver package: #356: Fwd: [X2Go-User] x2gocleansessions fix It has been closed by Mike Gabriel . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Mike Gabriel by replying to this email. --=20 X2Go Bug Tracking System Contact owner@bugs.x2go.org with problems ------------=_1389029405-22919-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at control) by bugs.x2go.org; 6 Jan 2014 17:29:18 +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=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.3.2 Received: by ymir (Postfix, from userid 1005) id CFE175DB24; Mon, 6 Jan 2014 18:28:53 +0100 (CET) From: Mike Gabriel To: 356-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 356@bugs.x2go.org Subject: X2Go issue (in src:x2goserver) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20140106172853.CFE175DB24@ymir> Date: Mon, 6 Jan 2014 18:28:53 +0100 (CET) close #356 thanks Hello, we are very hopeful that X2Go issue #356 reported by you has been resolved in the new release (4.0.0.8) of the X2Go source project »src:x2goserver«. You can view the complete changelog entry of src:x2goserver (4.0.0.8) below, and you can use the following link to view all the code changes between this and the last release of src:x2goserver. http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=6b2da3a6dced741db618d0cd6580bda396758f15;hp=f10d9a7e17da3a7be2c5d169a7aa01d633f7065e If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:x2goserver. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:x2goserver Version: 4.0.0.8-0x2go1 Status: RELEASE Date: Fri, 03 Jan 2014 11:30:54 +0100 Fixes: 347 356 Changes: x2goserver (4.0.0.8-0x2go1) RELEASED; urgency=low . * New upstream version (4.0.0.8): - Use mktemp instead of tempfile (because Fedora does not have the tempfile binary). (Fixes: #347). - Replace makepasswd by pwgen (because Fedora does not have makepasswd). - Improve parsing of the NX session.log file where unexpected extra logging takes place during session suspension/resumption. Thanks to Gerald Richter for finding this!!! (Fixes: #356). - Avoid one argument system calls and backticks in x2gocleansessions and x2golistsessions_root. - Avoid one argument system calls and backticks in x2golistsessions. - Avoid one argument system calls and backticks in x2goprint. - Avoid backticks in x2goshowblocks, move script to /sbin/ as it is for being run with root privileges. - Sanitize session ID string, port numbers, display numbers and agent PID numbers before writing them as strings to the session DB. ------------=_1389029405-22919-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.x2go.org; 7 Dec 2013 22:15:32 +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=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199]) by ymir (Postfix) with ESMTPS id E01A25DB05 for ; Sat, 7 Dec 2013 23:15:31 +0100 (CET) Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98]) by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 19101ABB; Sat, 7 Dec 2013 23:15:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 4C4733C2DA; Sat, 7 Dec 2013 23:15:28 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de Received: from grimnir.das-netzwerkteam.de ([127.0.0.1]) by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8w7Loa2p2kML; Sat, 7 Dec 2013 23:15:23 +0100 (CET) Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTPSA id D275C3C185; Sat, 7 Dec 2013 23:15:20 +0100 (CET) Received: from p4FE5F10B.dip0.t-ipconnect.de (p4FE5F10B.dip0.t-ipconnect.de [79.229.241.11]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP; Sat, 07 Dec 2013 22:15:18 +0000 Date: Sat, 07 Dec 2013 22:15:18 +0000 Message-ID: <20131207221518.Horde.wkruGnxIirJjdI58Tr5_Zg6@mail.das-netzwerkteam.de> From: Mike Gabriel To: submit@bugs.x2go.org Cc: Gerald Richter - ECOS Subject: Fwd: [X2Go-User] x2gocleansessions fix User-Agent: Internet Messaging Program (IMP) H5 (6.1.4) Accept-Language: en,de Organization: DAS-NETZWERKTEAM X-Originating-IP: 79.229.241.11 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 Iceweasel/23.0 Content-Type: multipart/signed; boundary="=_z9ITZYNaF3xmaV_2CA9KWg1"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_z9ITZYNaF3xmaV_2CA9KWg1 Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: x2goserver Severity: important Version: 4.0.0.7 Hi Gerald, thanks for this pointer. Let's get this into X2Go Server LTS (aka Baikal). Mike ----- Weitergeleitete Nachricht von Gerald Richter - ECOS=20=20 =20----- Datum: Fri, 6 Dec 2013 06:46:43 +0100 Von: Gerald Richter - ECOS Betreff: [X2Go-User] x2gocleansessions fix An: "x2go-user@lists.berlios.de" Hi, =C2=A0 x2gocleansessions sometimes fails for me, because there is a lot of=20=20 extra=20output in the log like =E2=80=9CProxy: WARNING! Detected drift in s= ystem=20=20 timer.=20Resetting to current time.=E2=80=9D. The following patch fixes the= =20=20 problem: =C2=A0 --- /usr/sbin/x2gocleansessions.orig=C2=A0=C2=A0=C2=A0=C2=A0 2013-12-06 06:= 37:46.000000000 +0100 +++ /usr/sbin/x2gocleansessions=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 2013-12-06 06:38:45.000000000 +0100 @@ -56,7 +56,7 @@ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 my $sess=3Dshift; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 my $user=3Dshift; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 my $log=3D"/tmp/.x2go-${user}/session-C-${sess}.log"; -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 my $text=3D`tail -1 $log 2>/dev/null`; +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 m= y $text=3D`grep Session: $log 2>/dev/null|tail -1`; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 if ($text =3D~ m/Session suspended/) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 { =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0; =C2=A0 Regards =C2=A0 Gerald =C2=A0 =C2=A0 =C2=A0 ----- Ende der weitergeleiteten Nachricht ----- --=20 DAS-NETZWERKTEAM mike=20gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x= fb --=_z9ITZYNaF3xmaV_2CA9KWg1 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) iQIcBAABAgAGBQJSo531AAoJEJr0azAldxsxQTcQAI/mUM8cjs16MhOwPajCaAGl ujLiOZImGICfhP/huC/vmM6Dad+X3ZUVa0QdGdOueDqP29QjJS3Rdtsq3I1oJZEw 92v9g7SEVq4/+E1ferJIhDSfXNQHIjguVJmw/VKoVBGQjkq7L9ce5eGlfbBlacGV yGVKQ2HB12xLZa0AjKWHdQh0VK6tYM4xFHzkVKneXzuNvNLJCFN6FrecjQrCIbWH AA9tZbuTW9etll1TzTQi+uX5UU5fcVehJvKXOwAEAWdMkC5Prw3nalCsIlYjEk1A xqK7zcnKO3K86inN/ce9zss06NYbHi0XX/9yYihRvVogKpCjL/sn4zEYyw0VAHUc pZqhU8kp6x7zKh0jsdw2GmSoftII/l+9wf+6RkFbvNr7oY02SRuizXfxchvgw2Fv /wBrYtrEQAFFT3jpYW/sH1JAr2jUeNRs/hvVyAJtXoi/YmCmrtxOkTOfTPGFm37x +9Mz5tbkf9S5KuONK97zVxRV9QbWcOdXnmzUV6DRW7tQRTPCAbl1LbPkdR1DM6ii qhr6WKu4yQq/aQOoSmaoSpRg67ax2J5oBy/y6ol7lzT6O+QzwHLsUuMEMn381Ze7 jxfApAfLp/WHfHMIfEkoVF2CP68QL7Z2+IvyilF4/ISjE36uBfDdkdadgC/Fq+JY yBTbnCVeS98YKMCrdwn5 =YATj -----END PGP SIGNATURE----- --=_z9ITZYNaF3xmaV_2CA9KWg1-- ------------=_1389029405-22919-0-- From unknown Fri Mar 29 14:46:36 2024 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@bugs.x2go.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Bug archived. Date: Di, 04 Feb 2014 06:24:01 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # Bug archived. thanks # This fakemail brought to you by your local debbugs # administrator