From unknown Fri Mar 29 11:54:12 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#599 closed by Mike Gabriel (X2Go issue (in src:x2goserver) has been marked as closed) Message-ID: References: <20140925224219.89F815E0B1@ymir.das-netzwerkteam.de> X-X2go-PR-Message: they-closed 599 X-X2go-PR-Package: x2goserver X-X2go-PR-Source: x2goserver Date: Thu, 25 Sep 2014 22:45:28 +0000 Content-Type: multipart/mixed; boundary="----------=_1411685128-21553-0" This is a multi-part message in MIME format... ------------=_1411685128-21553-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: #599: X2Go fails to launch gnome-fallback properly on distros other than De= bian and Ubuntu 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 ------------=_1411685128-21553-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at control) by bugs.x2go.org; 25 Sep 2014 22:42:58 +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.das-netzwerkteam.de (Postfix, from userid 1005) id 89F815E0B1; Fri, 26 Sep 2014 00:42:19 +0200 (CEST) From: Mike Gabriel To: 599-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 599@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: <20140925224219.89F815E0B1@ymir.das-netzwerkteam.de> Date: Fri, 26 Sep 2014 00:42:19 +0200 (CEST) close #599 thanks Hello, we are very hopeful that X2Go issue #599 reported by you has been resolved in the new release (4.0.1.16) of the X2Go source project »src:x2goserver«. You can view the complete changelog entry of src:x2goserver (4.0.1.16) 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=c43b862f2ae0e8980fb7ab5e519d692b07da5a45;hp=98c4f84d83d701823b7887f79d0d9f5ce8233bd4 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.1.16-0x2go1 Status: RELEASE Date: Fri, 26 Sep 2014 00:36:32 +0200 Fixes: 122 302 397 406 407 458 468 495 506 511 520 523 524 543 547 558 569 572 573 574 599 605 606 617 619 Changes: x2goserver (4.0.1.16-0x2go1) RELEASED; urgency=low . [ Mike DePaulo ] * New upstream release (4.0.1.16): - Make X2Go Server aware of the Openbox desktop environment (Command: OPENBOX) (Fixes: #605) - Make X2Go Server aware of the IceWM desktop environment (Command: ICEWM) (Fixes: #606) - Support GNOME Flashback session (GNOME 3.8+) on distro releases such as Ubuntu 13.10+ and debian Jessie (NOTE: For most users, GNOME Flashback currently will not work. This requires that gnome-flashback.session actually be installed. Not every Linux distro has it available. It also requires that the gnome-session binary not require hardware 3D acceleration for said session. Currently, upstream GNOME and GNOME 3.8+ in all Linux distros do require this, only 3rd party builds do not. See X2Go bug #599 for example.) (Thanks Eugene San (eugenesan@gmail.com)) - Fix launching GNOME 3 Fallback session (GNOME 3.4 & 3.6) on distros other than Ubuntu and Debian (Fixes: #599) - Fix support for Cinnamon 1.4 (Linux Mint 13) (Fixes: #569) - Fix the logic for launching Cinnamon 2.0 and 2.2 (Linux Mint 17). (Fixes: #572) NOTE: Fixing this bug in x2goserver is not sufficient to make Cinnamon 2.0 & 2.2 to work properly with X2Go. Bug #150 in nx-libs is still a problem. Fixing this bug enables Cinnamon 2.0 and 2.2 to launch to their "fallback mode", which has many bugs and missing features when compared to "software rendering" mode (cinnamon2d), but is still better than nothing. * debian/rules: + Improve dh_auto_clean override. . [ Mike Gabriel ] * New upstream version (4.0.1.16): - Let x2goversion exit with an error if the X2Go component cannot be found. - Detect terminated sessions from NX log file. Also interpret a session as terminated if terminating just has started. - Detect started/starting/resumed/resuming sessions by explicitly scanning the NX session log file for those keywords. - Interpret NX sessions marked as "aborting session" as (not yet) terminated sessions. - Provide config option for server-side/global clipboard behaviour in x2goagent.options. (Fixes: #506). - Be aware of poly-instantiated /tmp directories bind-mounted under /tmp-inst. (Fixes: #406). - On suspend: Call x2goumount-session before sending SIGHUP to x2goagent. - Refuse client communcation if server-side hostname is not set up correctly (Fixes: #468). - Fix string comparison in x2goumount-session. - Fix problems with unmounting shared folders on session suspension/ termination. Remove extra parentheses from the fusermount execution call. (Fixes: #407). - Use type -p instead of which in x2goumount-session. Suppress output to stdout properly. - Use if--then--else--fi during x2goagent resuming in x2goresume-session script. - More reliably sync the NX session state with the status information in the X2Go session DB. - x2golistdesktops: Also detect sharable desktop sessions behind abstract kernel namespace sockets. - Add logcheck rules for X2Go Server. Thanks to Frank Werner for sending them in. - Correctly use diversions from stderr to stdout in shell commands. (Fixes: #520). - Don't die if no session state file is found, as it will break X2Go completely after upgrading from versions << 4.0.1.16 if sessions are still running/suspended during package upgrade. - Provide support for client-side choice of clipboard security. (Fixes: #524). - Use more quotes in x2goruncommand. - Detect the exit of rootless applications that forked to background on application execution. (Fixes: #122). - Make x2goruncommand more robust. - Don't fail Xsession startup if any of the profile scripts returns with an error. - Silently timeout in x2golistdesktops if calls to x2golistsessions and/or xwininfo don't produce output within one second. (Fixes: #543). - Allow email addresses as login usernames. (Fixes: #573). - Abort session startup if env var $USER or $SSH_CLIENT are not set. (Fixes: #558). - Allow length of username up to 48 characters (was: 32 characters). (Fixes: #574). - Abort session if env var $HOME is not set or if $HOME contains non-ASCII characters. (Fixes: #397). - Export XAUTHORITY env var in x2goruncommand to enable privilege upgrade for applications started via pkexec. (Fixes: #458). - x2gocleansessions: Don't print to stderr if the session state file cannot be found. This can happen during session startups. Report to system log instead. - Don't use Perl package File::ReadBackwards anymore. - Fix x2gormforward for 4.0.1.x release series (the X2Go::Log Perl module only exists in X2Go Server >= 4.1.0.0, the 4.0.1.x release series has to use x2gologlevel.pm in `x2gopath lib`. (Fixes: #617). - Pick x2gogetagentstate from 4.1.0.0 release series and adapt to usage with X2Go Server 4.0.1.x. (Fixes: #619). * debian/control, x2goserver.spec: + Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go works with poly-instantiated /tmp directories. + Make sure x2gogetagentstate gets packaged in bin:package x2goserver. + Bump Standards: to 3.9.5. No changes needed. + Mark x2goserver-pyhoca bin:package as deprecated. + Drop D (x2goserver): libfile-readbackwards-perl. * x2goserver.spec: + Install {libdir}/x2go/x2gormforward into bin:package x2goserver. + Drop R (x2goserver): perl(File::ReadBackwards). . [ Oleksandr Shneyder ] * New upstream version (4.0.1.16): - x2gostartagent, x2golistsession, x2gosuspend-session and x2goresume-session getting agent state from ~/.x2go/C-$SID/state. This should help to avoid session damage. Remove nxcleanup. (Fixes: #302, #511). - Move session file to /tmp/.x2go-$USER. (Fixes: #523). - Fix x2gostartagent failures if kbd is not "auto". Remove comma at end of options file. - Set default value for clipboard to "both" in x2gostartagent and x2goresume-session. - Clean user SSHD process if connection between server and client lost. This should fix error "Global request tcpip-forward failed". (Fixes: #495, #547). . [ Orion Paplowski ] * x2goserver.spec: + Sync Fedora .spec file with our upstream-provided x2goserver.spec. ------------=_1411685128-21553-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.x2go.org; 7 Sep 2014 23:17:55 +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.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 393CE5DEA7 for ; Mon, 8 Sep 2014 01:17:54 +0200 (CEST) Received: by mail-wi0-f179.google.com with SMTP id q5so1767261wiv.12 for ; Sun, 07 Sep 2014 16:17:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KXiV+OJqsYKYiCeLQ5ir+WqAYqlag+N1er8PSN6vb90=; b=Quo6AYzF60hBRkKmoOly7FOzylppS38flT3/jp1TyPhplBeg/pJfQWtKnxcM6RNiDm kpcCo/LsP6ou95H7WK40Ds453a8kFYKbYf1y0cVXFlhiUMMv06KpfjNQq5IwyN9ROoA+ 4yWIVO/1alsfliYEsdRvpbnhDBt43o8g5VI9gVmCPVq7DKt56G/zLO4drWb7NzQZH2Hq 9WVih2+SikJJ9CCg+CHcfr/ul7doz2p7ffUX4wGskYmpB8uKYwEidDA9q/9dhl5cBJ6T +eNFuaNINuk7DjIyjB84GuV9fWy/axVXOsHhTWBim6Y1ANloJ3TJHjlAv7skcOJsk0QD bQvQ== MIME-Version: 1.0 X-Received: by 10.180.205.168 with SMTP id lh8mr18669149wic.67.1410131873851; Sun, 07 Sep 2014 16:17:53 -0700 (PDT) Received: by 10.180.238.66 with HTTP; Sun, 7 Sep 2014 16:17:53 -0700 (PDT) Date: Sun, 7 Sep 2014 19:17:53 -0400 Message-ID: Subject: X2Go fails to launch gnome-fallback properly on distros other than Debian and Ubuntu From: Michael DePaulo To: submit@bugs.x2go.org Content-Type: multipart/mixed; boundary=001a11c38ace6e615f050281e970 --001a11c38ace6e615f050281e970 Content-Type: text/plain; charset=UTF-8 Package: x2goserver Version: 4.0.1.15 Severity: normal In /usr/bin/x2goruncommand , the logic for deciding to launch the "gnome-fallback" session instead of the default instead of "gnome" session is specific to Debian and Ubuntu. The same is true for "gnome-2d", and "gnome-flashback". (Although there are bugs in gnome-session preventing gnome-flashback from working with X2Go. See X2Go bug #598.) Rather than adding logic for every other distro, I have prepared a patch that is distro-neutral. It looks for the presence of session files under /usr/share/gnome-session/sessions/ to decide which session to (attempt to) launch. It uses the following priority: gnome-flashback (GNOME 3.8 and later) gnome-fallback (GNOME 3.4 and GNOME 3.6) gnome-2d (GNOME 3.2) gnome (GNOME2, or gnome-shell on GNOME3) I tested it on openSUSE 12.3 (GNOME 3.6) successfully. Without this patch, GNOME gives a warning dialog saying that it could not launch a regular session and had to resort to a fallback session. With this patch, it does not give that warning (because the fallback session was intentional.) I also tested Ubuntu 12.04: No regression -Mike#2 --001a11c38ace6e615f050281e970 Content-Type: application/octet-stream; name="x2goserver-make-gnome3-logic-distro-neutral.patch" Content-Disposition: attachment; filename="x2goserver-make-gnome3-logic-distro-neutral.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hzszuznh0 ZGlmZiAtLWdpdCBhL3gyZ29zZXJ2ZXIvYmluL3gyZ29ydW5jb21tYW5kIGIveDJnb3NlcnZlci9i aW4veDJnb3J1bmNvbW1hbmQKaW5kZXggZjMyNGQyNi4uZjQzNTJiMCAxMDA3NTUKLS0tIGEveDJn b3NlcnZlci9iaW4veDJnb3J1bmNvbW1hbmQKKysrIGIveDJnb3NlcnZlci9iaW4veDJnb3J1bmNv bW1hbmQKQEAgLTc3LDEwICs3NywxMCBAQCBmaQogIyBOT1RFUyBvbiBHTk9NRSBzdGFydHVwIGJl aGF2aW91ciBpbiBkaWZmZXJlbnQgZGlzdHJpYnV0aW9ucwogIyA9PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQogCi0jIERlYmlhbiBsYXVu Y2hlcyBHTk9NRTMgKGluIGFjY2VsZXJhdGVkIG1vZGUpIHdoZW4gY2FsbGluZyBnbm9tZS1zZXNz aW9uCisjIERlYmlhbiBhbmQgZXZlcnkgb3RoZXIgbm9uLVVidW50dSBkaXN0cm8gbGF1bmNocyBH Tk9NRTMgKGluIGFjY2VsZXJhdGVkIG1vZGUpIHdoZW4gY2FsbGluZyBnbm9tZS1zZXNzaW9uCiAK ICMgVWJ1bnR1IGxhdW5jaGVzIFVuaXR5IChpbiBhY2NlbGVyYXRlZCBtb2RlKSB3aGVuIGNhbGxp bmcgZ25vbWUtc2Vzc2lvbi4KLSMgVG8gbWFrZSB0aGUgR05PTUUgdmFyaWFudHMgc3RhcnQgdXAg cHJvcGVybHkgb24gRGViaWFuL1VidW50dSB3ZSBoYXZlIHRvIG1ha2UgdGhlIGZvbGxvd2luZyBk aWZmZXJlbnRpYXRpb25zCisjIFRvIG1ha2UgdGhlIEdOT01FIHZhcmlhbnRzIHN0YXJ0IHVwIHBy b3Blcmx5IG9uIFVidW50dSwgd2UgaGF2ZSB0byBtYWtlIHRoZSBmb2xsb3dpbmcgZGlmZmVyZW50 aWF0aW9ucwogCiAjIFVidW50dSAxMC4xMCBhbmQgZWFybGllciAobWF2ZXJpY2spOgogIwkJIEdO T01FIC0+IGdub21lLXNlc3Npb24KQEAgLTEwMSwxOCArMTAxLDE1IEBAIGZpCiAjCQkgR05PTUUg LT4gZ25vbWUtc2Vzc2lvbiAtLXNlc3Npb249Z25vbWUtZmxhc2hiYWNrCiAjCQkgVU5JVFkgLT4g Z25vbWUtc2Vzc2lvbiAtLXNlc3Npb249dWJ1bnR1CiAjCQkgKEdOT01FMyBiYXNlZCBkZXNrdG9w IHNoZWxscykKLQotIyBEZWJpYW4gc3F1ZWV6ZSBhbmQgZWFybGllcjoKLSMJCSBHTk9NRSAtPiBn bm9tZS1zZXNzaW9uCi0jCQkgKHdvdWxkIHN0YXJ0IEdOT01FMikKLSMgRGViaWFuIHdoZWV6eToK LSMJCSBHTk9NRSAtPiBnbm9tZS1zZXNzaW9uIC0tc2Vzc2lvbj1nbm9tZS1mYWxsYmFjawotIwkJ IFVOSVRZOiBub3QgYXZhaWxhYmxlCi0jCQkgKEdOT01FMyBiYXNlZCBkZXNrdG9wIHNoZWxscykK LSMgRGViaWFuIGplc3NpZToKLSMJCSBHTk9NRSAtPiBnbm9tZS1zZXNzaW9uIC0tc2Vzc2lvbj1n bm9tZS1mbGFzaGJhY2sKLSMJCSBVTklUWTogbm90IGF2YWlsYWJsZQotIwkJIChHTk9NRTMgYmFz ZWQgZGVza3RvcCBzaGVsbHMpCisjCQkgQWRkaXRpb25hbGx5LCAkR1RLX01PRFVMRVMgbXVzdCBp bmNsdWRlICJ1bml0eS1ndGstbW9kdWxlIi4KKyMJCSAkR1RLX01PRFVMRVMgZG9lcyBub3QgbmVl ZCB0aGEgdmFsdWUgZm9yIGFueSBvdGhlciBkaXN0cm8KKyMgICAgICAgICAgICAgICAgb3IgYW55 IGVhcmxpZXIgcmVsZWFzZSBvZiBVYnVudHUuCisjCisjCQkgVGhlIGxvZ2ljIGZvciBsYXVuY2hp bmcgR05PTUUgc2hvdWxkIGJlIGdlbmVyaWMgZW5vdWdoCisjICAgICAgICAgICAgICAgIHRvIHdv cmsgd2l0aCBldmVyeSBvdGhlciBkaXN0cm8uCisjCisjCQkgQWxzbywgaXQgYXBwZWFycyB0aGF0 IHNvbWUgTGludXggR05PTUUyIGRpc3Ryb3MgbmVlZCBERVNLVE9QX1NFU1NJT049Imdub21lIgor IyAgICAgICAgICAgICAgICB3aGlsZSBvdGhlcnMgZG8gbm90LgogCiBpZiBbICIkY21kIiA9PSAi R05PTUUiIF0gfHwgWyAiJGNtZCIgPT0gImdub21lLXNlc3Npb24iIF07IHRoZW4KIAljbWQ9Ii91 c3IvYmluL2dub21lLXNlc3Npb24iCkBAIC0xMjQsMjMgKzEyMSwyMCBAQCBpZiBbICIkY21kIiA9 PSAiR05PTUUiIF0gfHwgWyAiJGNtZCIgPT0gImdub21lLXNlc3Npb24iIF07IHRoZW4KIAkJCWV4 cG9ydCBHVEtfTU9EVUxFUz0iJEdUS19NT0RVTEVTOnVuaXR5LWd0ay1tb2R1bGUiCiAJCWZpCiAJ CWFyZ3M9IiAtLXNlc3Npb249JERFU0tUT1BfU0VTU0lPTiIKLQllbGlmIFsgIiRESVNUUklCX0lE IiA9PSAiVWJ1bnR1IiBdICYmIFsgIiQoZWNobyAiJERJU1RSSUJfUkVMRUFTRSA+PSAxMS4xMCIg fCBiYykiID09ICIxIiBdOyB0aGVuCi0JCWV4cG9ydCBERVNLVE9QX1NFU1NJT049Imdub21lLWZh bGxiYWNrIgotCQlhcmdzPSIgLS1zZXNzaW9uPSRERVNLVE9QX1NFU1NJT04iCi0JZWxpZiBbICIk RElTVFJJQl9JRCIgPT0gIlVidW50dSIgXSAmJiBbICIkKGVjaG8gIiRESVNUUklCX1JFTEVBU0Ug PT0gMTEuMDQiIHwgYmMpIiA9PSAiMSIgXTsgdGhlbgotCQlleHBvcnQgREVTS1RPUF9TRVNTSU9O PSIyZC1nbm9tZSIKLQkJYXJncz0iIC0tc2Vzc2lvbj0kREVTS1RPUF9TRVNTSU9OIgotCWVsaWYg WyAiJERJU1RSSUJfSUQiID09ICJVYnVudHUiIF0gJiYgWyAiJChlY2hvICIkRElTVFJJQl9SRUxF QVNFIDw9IDEwLjEwIiB8IGJjKSIgPT0gIjEiIF07IHRoZW4KLQkJZXhwb3J0IERFU0tUT1BfU0VT U0lPTj0iZ25vbWUiCisgICAgICAgIGVsaWYgWyAtZSAvdXNyL3NoYXJlL2dub21lLXNlc3Npb24v c2Vzc2lvbnMvZ25vbWUtZmxhc2hiYWNrLnNlc3Npb24gXTsgdGhlbgorICAgICAgICAgICAgICAg IGV4cG9ydCBERVNLVE9QX1NFU1NJT049Imdub21lLWZsYXNoYmFjayIKKyAgICAgICAgICAgICAg ICBhcmdzPSIgLS1zZXNzaW9uPSRERVNLVE9QX1NFU1NJT04iCisgICAgICAgIGVsaWYgWyAtZSAv dXNyL3NoYXJlL2dub21lLXNlc3Npb24vc2Vzc2lvbnMvZ25vbWUtZmFsbGJhY2suc2Vzc2lvbiBd OyB0aGVuCisgICAgICAgICAgICAgICAgZXhwb3J0IERFU0tUT1BfU0VTU0lPTj0iZ25vbWUtZmFs bGJhY2siCisgICAgICAgICAgICAgICAgYXJncz0iIC0tc2Vzc2lvbj0kREVTS1RPUF9TRVNTSU9O IgorICAgICAgICBlbGlmIFsgLWUgL3Vzci9zaGFyZS9nbm9tZS1zZXNzaW9uL3Nlc3Npb25zLzJk LWdub21lLnNlc3Npb24gXTsgdGhlbgorICAgICAgICAgICAgICAgIGV4cG9ydCBERVNLVE9QX1NF U1NJT049IjJkLWdub21lIgorICAgICAgICAgICAgICAgIGFyZ3M9IiAtLXNlc3Npb249JERFU0tU T1BfU0VTU0lPTiIKKyAgICAgICAgZWxpZiBbICIkRElTVFJJQl9JRCIgPT0gIlVidW50dSIgXSAm JiBbICIkKGVjaG8gIiRESVNUUklCX1JFTEVBU0UgPD0gMTAuMTAiIHwgYmMpIiA9PSAiMSIgXTsg dGhlbgorICAgICAgICAgICAgICAgIGV4cG9ydCBERVNLVE9QX1NFU1NJT049Imdub21lIgogCWVs aWYgY2F0IC9ldGMvZGViaWFuX3ZlcnNpb24gfCBlZ3JlcCAiXihzcXVlZXplfDZcLikuKiIgPi9k ZXYvbnVsbDsgdGhlbgotCQlleHBvcnQgREVTS1RPUF9TRVNTSU9OPSJnbm9tZSIKLQllbGlmIGNh dCAvZXRjL2RlYmlhbl92ZXJzaW9uIHwgZWdyZXAgIl4od2hlZXp5fDdcLikuKiIgPi9kZXYvbnVs bDsgdGhlbgotCQlleHBvcnQgREVTS1RPUF9TRVNTSU9OPSJnbm9tZS1mYWxsYmFjayIKLQkJYXJn cz0iIC0tc2Vzc2lvbj0kREVTS1RPUF9TRVNTSU9OIgotCWVsaWYgY2F0IC9ldGMvZGViaWFuX3Zl cnNpb24gfCBlZ3JlcCAiXihqZXNzaWV8OFwuKS4qIiA+L2Rldi9udWxsOyB0aGVuCi0JCWV4cG9y dCBERVNLVE9QX1NFU1NJT049Imdub21lLWZsYXNoYmFjayIKLQkJYXJncz0iIC0tc2Vzc2lvbj0k REVTS1RPUF9TRVNTSU9OIgotCWZpCisgICAgICAgICAgICAgICAgZXhwb3J0IERFU0tUT1BfU0VT U0lPTj0iZ25vbWUiCisgICAgICAgIGZpCiAKIGVsaWYgKFsgIiRjbWQiID09ICJVTklUWSIgXSB8 fCBbICIkY21kIiA9PSAidW5pdHkiIF0pOyB0aGVuCiAJY21kPSIvdXNyL2Jpbi9nbm9tZS1zZXNz aW9uIgo= --001a11c38ace6e615f050281e970-- ------------=_1411685128-21553-0--