Package: wiki.x2go.org
Please create a wiki account for me.
First name: Marco
Last name: Woitschitzky
Account name: Woi
--
Marco Woitschitzky
System Engineer
Immobilien Scout GmbH
Andreasstraße 10
10243 Berlin
Fon +49 30 24301-1351
Fax +49 30 24301-1343
marco.woitschitzky(a)immobilienscout24.de
----------------------------------------------------------
Immobilien Scout GmbH
Aufsichtsrat: Dr. Martin Enderle (Vorsitzender)
Geschäftsführer: Dirk Hoffmann, Marc Stilke (Sprecher)
Handelsregister: Amtsgericht Charlottenburg, HRB 69108
Sitz der Gesellschaft: Berlin
----------------------------------------------------------
Der Marktführer: Die Nr. 1 rund um Immobilien
http://www.immobilienscout24.de
tag #428 pending
fixed #428 4.0.1.14
thanks
Hello,
X2Go issue #428 (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=50111fd
The issue will most likely be fixed in src:x2goserver (4.0.1.14).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 50111fd14b523f032a4dd875be33d0214aad7f9b
Author: Orion Poplawski <orion(a)cora.nwra.com>
Date: Sun Feb 9 19:54:06 2014 +0100
Fix the x2goserver.service unit file. Allow systemd to track the service after startup. (Fixes: #428).
diff --git a/debian/changelog b/debian/changelog
index 4246aa9..8cc4931 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low
* New upstream release (4.0.1.14):
- Fix wrong path to xinitrd.d in Xsession (section for RPM based distros).
Also, add some existence/readability checking. (Fixes: #414).
+ - Fix the x2goserver.service unit file. Allow systemd to track the service
+ after startup. (Fixes: #428).
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Tue, 28 Jan 2014 13:41:38 +0100
Package: x2goserver
Version: 4.0.1.13
Tags: patch
Fix the x2goserver.service unit file.
This allows systemd to track the service after startup.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com
tag #426 pending
fixed #426 3.1.1.1
thanks
Hello,
X2Go issue #426 (src:x2godesktopsharing) 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=x2godesktopsharing.git;a=commitdiff;h=ab06c0a
The issue will most likely be fixed in src:x2godesktopsharing (3.1.1.1).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit ab06c0a9ffdefd09b582e03d09dff2c22c0f923b
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Mon Feb 3 22:27:21 2014 +0100
Add closure for pidof bug #426.
diff --git a/debian/changelog b/debian/changelog
index 3d12002..d3f76d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ x2godesktopsharing (3.1.1.1-0x2go1) UNRELEASED; urgency=low
- Use x2gopath in scripts rather than deprecated x2gobasepath.
- Different Linux distros have pidof installed in different
locations. If pidof is not available, we brutally kill all instances
- of x2godesktopsharing when a session suspends.
+ of x2godesktopsharing when a session suspends. (Fixes: #426).
* debian/control:
+ Replace LDAP support with session brokerage support in LONG_DESCRIPTION.
+ Rework LONG_DESCRIPTION in several other aspects.
Is there a way to view the "x2goDebug" statements on win32?
Honestly, I'm not even sure where the function is defined. I'm
thinking I might need to load up a full IDE (rather than a text
editor) to do that.
This bug is actually in package x2godesktopsharing and it was fixed in commit:
80d50f61f48a286e2b6c7499f3866a31a835d365
(2013-12-17, not released yet.)
This bug is actually in package x2godesktopsharing and it was fixed in commit:
b06196d55c25a7e3b9cfa9ab21a67b9f4e35eec9
(2013-12-18, not released yet.)
Package: x2goserver
Version: 4.0.1.10
I observed these 2 errors:
http://i.imgur.com/9Va5sJJ.png
/usr/bin/x2gosuspend-desktopsharing: line 32:
/usr/lib/x2go/x2gosyslog: No suh file or directory
/usr/bin/x2goterminate-desktopsharing: line 32:
/usr/lib/x2go/x2gosyslog: No suh file or directory
When resuming an X2Go session.
Server: x2goserver 4.0.1.10 (Fedora 20 64-bit)
Client: x2goclient 4.0.1.3 (Windows 8.1 64-bit)
Note that the "pidof: command not found" error has been be reported
separately as bug 426.
Note that on Fedora 20 64-bit, x2gosyslog is located at:
/usr/lib64/x2go/x2gosyslog
I plan to fix the bug (most likely today) by editing those 2 scripts
so that they follow this pseudocode:
if (file exists: /usr/lib64/x2go/x2gosyslog ) then
/usr/lib64/x2go/x2gosyslog
else
/usr/lib/x2go/x2gosyslog
fi
-Mike#2