The branch, master has been updated
via 0fedd7f92b0ae52b97e5dee43ea559206610bd02 (commit)
from 9165ed83157a7708814d5c00fb973311000a5a25 (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 0fedd7f92b0ae52b97e5dee43ea559206610bd02
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Fri Jun 21 14:33:41 2013 +0200
Fix shutdown button failures.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 1 +
x2gothinclient/sbin/x2gothinclientd | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index f3c0639..d993470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,7 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low
(Fixes: #115).
- Fix code that turns absolute symlinks into relative symlink for /vmlinuz
and /initrd.img.
+ - Fix shutdown button failures.
* /debian/control:
+ Maintainer change in package: X2Go Developers <x2go-dev(a)lists.berlios.de>.
+ Priority: optional.
diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd
index ff3e5b5..9d5afc6 100755
--- a/x2gothinclient/sbin/x2gothinclientd
+++ b/x2gothinclient/sbin/x2gothinclientd
@@ -136,7 +136,7 @@ elsif ($pid == 0 )
# test if x2goclient is running, if not launch it...
if ( !check_client() ) {
- qx(su - x2gothinclient -c \"export DISPLAY=:0; /etc/x2go/x2gothinclient_start\");
+ qx(su - x2gothinclient -c \"export DISPLAY=:0; /etc/x2go/x2gothinclient_start\ 1>/dev/null 2>/dev/null");
}
}
}
hooks/post-receive
--
x2gothinclient.git (X2Go Thin Client Environment)
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 "x2gothinclient.git" (X2Go Thin Client Environment).
[View Less]
The branch, master has been updated
via 9165ed83157a7708814d5c00fb973311000a5a25 (commit)
from 1df5f432f223a8816d22a8ee491eaffed020f870 (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 9165ed83157a7708814d5c00fb973311000a5a25
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Fri Jun 21 14:28:58 2013 +0200
show howto debug a QEMU TCE instance via the vc serial of QEMU
-----------------------------------------------------------------------
Summary of changes:
README.qemu | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/README.qemu b/README.qemu
index fb4dad6..9d30e25 100644
--- a/README.qemu
+++ b/README.qemu
@@ -37,8 +37,17 @@ When done with /etc/exports, re-export all NFS exports with this command:
2.
Launch the X2Go TCE in qemu (with normal user privileges):
- $ qemu-system-i386 -bootp tftp://10.0.2.2/pxelinux.0 -tftp /srv/tftp/
+ $ qemu-system-i386 -bootp tftp://10.0.2.2/pxelinux.0 -tftp /srv/tftp/ -serial vc
+3.
+Looking around in the QEMU TCE instance while it is running:
+
+ $ chroot /opt/x2gothinclient/chroot
+ $ passwd -e root
+ $ passwd root
+ $ # set a root password
+
+Then use Ctrl-Alt-3 in the QEMU window and login as root on the (serial) terminal.
light+love,
hooks/post-receive
--
x2gothinclient.git (X2Go Thin Client Environment)
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 "x2gothinclient.git" (X2Go Thin Client Environment).
[View Less]
The branch, master has been updated
via c8c8e2febcab710108761ddabeab99364d6d1837 (commit)
from 3d6450d24cc3596bfbb9d602bd5e5216e9c99e9d (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 c8c8e2febcab710108761ddabeab99364d6d1837
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Fri Jun 21 09:48:06 2013 +0200
Call ssh_clean_pubkey_hash() for deallocating public key hashes instead of just calling free(). Required under MS Windows as documented in libssh2 API. (Fixes: #243). (For further details see: http://api.libssh.org/master/group__libssh__session.html)
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 7 +++++++
sshmasterconnection.cpp | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 57480e2..0ca8369 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,13 @@ x2goclient (4.0.1.1-0~x2go1) UNRELEASED; urgency=low
(Fixes: #179).
- Enable full access desktop sharing across user accounts. (Fixes: #222).
+ [ Heinrich Schuchardt ]
+ * New upstream version (4.0.1.1):
+ - Call ssh_clean_pubkey_hash() for deallocating public key hashes instead of
+ just calling free(). Required under MS Windows as documented in libssh2
+ API. (Fixes: #243). (For further details see:
+ http://api.libssh.org/master/group__libssh__session.html)
+
[ Ezra Bühler ]
* New upstream version (4.0.1.1):
- Fix auto-resume when session type is »Single Application«. (Fixes: #183).
diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp
index 3dae569..d71ce84 100644
--- a/sshmasterconnection.cpp
+++ b/sshmasterconnection.cpp
@@ -691,7 +691,7 @@ int SshMasterConnection::serverAuth ( QString& errorMsg )
errorMsg=host+":"+QString::number(port)+" - "+ssh_get_error ( my_ssh_session );
break;
}
- free ( hash );
+ ssh_clean_pubkey_hash ( &hash );
return state;
}
hooks/post-receive
--
x2goclient.git (X2Go Client)
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 "x2goclient.git" (X2Go Client).
[View Less]
The branch, master has been updated
via 7c131c82ddb09a70600b6b2e0b08f09fbf540194 (commit)
from 349717f7568a66089965fdce13c5344e6e3a7975 (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 7c131c82ddb09a70600b6b2e0b08f09fbf540194
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Tue Jun 18 20:29:28 2013 +0200
Continue development...
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 6 ++++++
x2go/__init__.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 2e521ad..fe3c4aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-x2go (0.4.0.5-0~x2go1) UNRELEASED; urgency=low
+
+ * Continue development...
+
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Tue, 18 Jun 2013 20:29:14 +0200
+
python-x2go (0.4.0.4-0~x2go1) unstable; urgency=low
* New upstream version (0.4.0.4):
diff --git a/x2go/__init__.py b/x2go/__init__.py
index 90896b8..2122729 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -183,7 +183,7 @@ Contact
"""
__NAME__ = 'python-x2go'
-__VERSION__ = '0.4.0.4'
+__VERSION__ = '0.4.0.5'
from gevent import monkey
monkey.patch_all()
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
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 "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, build-baikal has been updated
via 512b72cccbd5ffcdd29917ac68f70286f215483b (commit)
from 22da6eab7545338335e7cef8b3b5a39d2fb786cc (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 1 +
x2go/backends/profiles/_file.py | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 9d365eb..13200f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ python-x2go (0.4.0.4-0~x2go1) UNRELEASED; urgency=low
- Support mounting client-side folders on UNC paths.
- Enable keepalive callbacks on open SSH client connections.
- Only do x2golistmounts calls for the session cache on running sessions.
+ - Fix renaming of profile names.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 21 Apr 2013 23:21:29 +0200
diff --git a/x2go/backends/profiles/_file.py b/x2go/backends/profiles/_file.py
index 463db0f..8c70820 100644
--- a/x2go/backends/profiles/_file.py
+++ b/x2go/backends/profiles/_file.py
@@ -155,9 +155,9 @@ class X2GoSessionProfilesFILE(inifiles.X2GoIniFile):
try: self._cached_profile_ids.remove(profile_id)
except ValueError: pass
self.add_profile(profile_id=None, **_config)
- self._cached_profile_ids = []
- self._cached_profile_names = []
self._profiles_need_profile_id_renewal = []
+ self._cached_profile_ids = []
+ self._cached_profile_names = []
# at last write the profile config as is...
return inifiles.X2GoIniFile.write(self)
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
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 "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, build-baikal has been updated
via 989c3d6b0396d48e32ec346c7bc98cf01360a883 (commit)
from 4ef900de0380f23eabf121d7182178f6b05e3838 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 1 +
x2go/backends/control/_stdout.py | 2 ++
2 files changed, 3 insertions(+)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index ebea3ab..7caf2b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ python-x2go (0.4.0.4-0~x2go1) UNRELEASED; urgency=low
- Ignore KeyError exceptions in session cache for suddenly removed cache items.
Silence/fix some race conditions on connection failures.
- Support mounting client-side folders on UNC paths.
+ - Enable keepalive callbacks on open SSH client connections.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 21 Apr 2013 23:21:29 +0200
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index 0050147..4a9fbb8 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -877,6 +877,8 @@ class X2GoControlSessionSTDOUT(paramiko.SSHClient):
t = self.get_transport()
if x2go._paramiko.PARAMIKO_FEATURE['use-compression']:
t.use_compression(compress=True)
+ # enable keep alive callbacks
+ t.set_keepalive(5)
except paramiko.AuthenticationException, e:
self.close()
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
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 "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, build-baikal has been updated
via 349717f7568a66089965fdce13c5344e6e3a7975 (commit)
from 512b72cccbd5ffcdd29917ac68f70286f215483b (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 13200f5..2e521ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-x2go (0.4.0.4-0~x2go1) UNRELEASED; urgency=low
+python-x2go (0.4.0.4-0~x2go1) unstable; urgency=low
* New upstream version (0.4.0.4):
- Save exports in session profile directly after mounting/unmounting a share
@@ -15,7 +15,7 @@ python-x2go (0.4.0.4-0~x2go1) UNRELEASED; urgency=low
- Only do x2golistmounts calls for the session cache on running sessions.
- Fix renaming of profile names.
- -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 21 Apr 2013 23:21:29 +0200
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Tue, 18 Jun 2013 20:27:42 +0200
python-x2go (0.4.0.3-0~x2go1) unstable; urgency=low
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
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 "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, build-baikal has been updated
via a67628e44fcdd334bd876b291805fe14f277e1b5 (commit)
from 989c3d6b0396d48e32ec346c7bc98cf01360a883 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 1 +
x2go/cache.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 7caf2b5..9d365eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ python-x2go (0.4.0.4-0~x2go1) UNRELEASED; urgency=low
Silence/fix some race conditions on connection failures.
- Support mounting client-side folders on UNC paths.
- Enable keepalive callbacks on open SSH client connections.
+ - Only do x2golistmounts calls for the session cache on running sessions.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 21 Apr 2013 23:21:29 +0200
diff --git a/x2go/cache.py b/x2go/cache.py
index 757b827..b64e47f 100644
--- a/x2go/cache.py
+++ b/x2go/cache.py
@@ -151,7 +151,7 @@ class X2GoListSessionsCache(object):
try:
self.x2go_listsessions_cache[profile_name]['mounts'] = {}
if self.x2go_listsessions_cache[profile_name]['sessions']:
- for session_name in self.x2go_listsessions_cache[profile_name]['sessions']:
+ for session_name in [ s for s in self.x2go_listsessions_cache[profile_name]['sessions'] if self.client_instance.get_session_of_session_name(session_name, return_object=True, match_profile_name=profile_name).is_running() ]:
if control_session is not None and not control_session.has_session_died():
self.x2go_listsessions_cache[profile_name]['mounts'].update(control_session.list_mounts(session_name))
except (x2go_exceptions.X2GoControlSessionException, AttributeError), e:
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
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 "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, build-baikal has been updated
via 22da6eab7545338335e7cef8b3b5a39d2fb786cc (commit)
from a67628e44fcdd334bd876b291805fe14f277e1b5 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2go/cache.…
[View More]py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
The diff of changes is:
diff --git a/x2go/cache.py b/x2go/cache.py
index b64e47f..5998bd3 100644
--- a/x2go/cache.py
+++ b/x2go/cache.py
@@ -151,9 +151,10 @@ class X2GoListSessionsCache(object):
try:
self.x2go_listsessions_cache[profile_name]['mounts'] = {}
if self.x2go_listsessions_cache[profile_name]['sessions']:
- for session_name in [ s for s in self.x2go_listsessions_cache[profile_name]['sessions'] if self.client_instance.get_session_of_session_name(session_name, return_object=True, match_profile_name=profile_name).is_running() ]:
- if control_session is not None and not control_session.has_session_died():
- self.x2go_listsessions_cache[profile_name]['mounts'].update(control_session.list_mounts(session_name))
+ for session_name in self.x2go_listsessions_cache[profile_name]['sessions']:
+ if self.client_instance.get_session_of_session_name(session_name, return_object=True, match_profile_name=profile_name).is_running():
+ if control_session is not None and not control_session.has_session_died():
+ self.x2go_listsessions_cache[profile_name]['mounts'].update(control_session.list_mounts(session_name))
except (x2go_exceptions.X2GoControlSessionException, AttributeError), e:
if profile_name in self.x2go_listsessions_cache.keys():
del self.x2go_listsessions_cache[profile_name]
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
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 "python-x2go.git" (Python X2Go Client API).
[View Less]