Re: [X2Go-Dev] [X2Go-Commits] [x2goclient] branch master updated (7d3f179 - 2d13845)

2014-05-23 Thread Mike Gabriel

Hi Alex,

On  Mi 21 Mai 2014 13:25:36 CEST, git-admin wrote:


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2goclient.

  from  7d3f179 - Hide GSSAPI options on direct RDP connections.
   new  2d13845   Search X-Server in  
/Applications/Utilities/XQuartz.app on Mac. Wrong cmd line option  
throw error dialog if running not from terminal.


The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 configdialog.cpp |6 +++---
 debian/changelog |2 ++
 onmainwindow.cpp |   42 +++---
 3 files changed, 28 insertions(+), 22 deletions(-)


I have added a closure for bug #478. However, I am not sure if the  
other two fixes should close any other of the Mac OS X bugs that are  
currently open in X2Go BTS.


Esp., does any of the fixes also address #487 [1, hard-coded xmodmap  
path on Mac OS X]?


Please make sure that commits and changelog entries close  
corresponding bugs straight away...


Greets,
Mike

[1] http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=487
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp1IFTb18PhZ.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] Issue with 100% cpu usage in x2goclient + libssh 0.6.0

2014-05-14 Thread Mike Gabriel

Hi Reinhard,

takings 739...@bugs.debian.org out of the loop as I have closed it  
today and this discussion has now become a Ubuntu-issue-only discussion.


On  Mo 12 Mai 2014 13:23:15 CEST, Reinhard Tartler wrote:


Can you please check the patch again?


The first half of the patch was for another issue (user authentication  
method retrieval from server) and is not needed for x2goclient 4.0.1.1.


The CPU fan noise patch was in the second part of the previous patch.  
This portion is now attached to this mail and cleanly applies to  
4.0.1.1.


Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp
index d71ce84..93280a5 100644
--- a/sshmasterconnection.cpp
+++ b/sshmasterconnection.cpp
@@ -1131,7 +1131,7 @@ void SshMasterConnection::channelLoop()
 struct timeval tv;
 
 tv.tv_sec = 0;
-tv.tv_usec = 500;
+tv.tv_usec = 50;
 
 int retval;
 int maxsock=-1;


pgp3Y1LkS8hyt.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] Issue with 100% cpu usage in x2goclient + libssh 0.6.0

2014-05-12 Thread Mike Gabriel

Hi Reinhard,

On  Sa 10 Mai 2014 22:07:12 CEST, Mike Gabriel wrote:


To this mail I have attached four patches:

1. x2goclient-reduce-fan-noise-with-libssh-0.6.x.patch

This patch is (IMHO, after some more reading of git diff) needed for  
X2Go Client  4.0.1.4 to reduce the CPU fan noise when running with  
a libssh = 0.6.1 under the hood.


2. libssh patches that are required with X2Go Client = 4.0.2.0:

If you want to run an X2Go Client (= 4.0.2.0) (like the one in our  
PPA) against a libssh ( 0.6.1) you need these two patches


  0004-reset-global-request-status.patch
  0005-multi-reverse-fwd.patch

3. Speed improvements:

If you want to get things more rocking and really speed up X2Go via  
libssh, then you need this libssh patch, as well. (I think it  
entered libssh

upstream at 0.6.2, but I am not sure):

  0006-ssh-handle-package-zero-timeouts.patch



Reinhard pointed out that my previous mail did not have any patches.  
They are attached to this mail now.


Ubuntu downstream tasks:

What needs to be done in Ubuntu IMHO is:

  o Test x2goclient-reduce-fan-noise-with-libssh-0.6.x.patch applied
to x2goclient ( 4.0.1.4) with libssh (= 0.6.0).
  o Fix x2goclient ( 4.0.1.4) in every Ubuntu version with libssh (= 0.6.0)
with the attached patch  
x2goclient-reduce-fan-noise-with-libssh-0.6.x.patch.


For utopic you should sync Debian unstable once I have uploaded 0.6.3-1 to it.


X2Go upstream tasks:

For our PPA we need to provide a libssh src:package containing the  
attached patches (0004... - 0006...). Those patches are picked from  
libssh upstream Git (and have been contributed to libssh by Oleksandr  
Shneyder). The current approach is using libssh 0.5.4-3 which contains  
those patches for all Ubuntu versions that do not yet ship Ubuntu  
0.6.x (i.e. saucy, quantal, precise, lucid). And these packages in our  
PPA will receive security maintenance of course.


For trusty, I will upload the libssh version (0.6.3-1) from Debian  
experimental to our PPA sometime today (and also upload it to Debian  
unstable as it has been announced while back). I will maintain libssh  
0.6.3-1 there, as well (according to Debian uploads).



If you want to help avoiding this PPA based libssh maintenance, then  
upload libssh packages containing patches 0004... - 0006...  to all  
Ubuntu versions that do not yet have those patches. (Note: patch  
0005... introduces new symbols to libssh).


Greets,
Mike








--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp
index 8355611..de73f0d 100755
--- a/sshmasterconnection.cpp
+++ b/sshmasterconnection.cpp
@@ -924,6 +924,9 @@ bool SshMasterConnection::userChallengeAuth()
 
 bool SshMasterConnection::userAuthWithPass()
 {
+// Populate the userauth_list
+ssh_userauth_none(my_ssh_session, NULL);
+
 int method = ssh_userauth_list(my_ssh_session, NULL);
 
 if (method SSH_AUTH_METHOD_INTERACTIVE)
@@ -1445,7 +1448,7 @@ void SshMasterConnection::channelLoop()
 struct timeval tv;
 
 tv.tv_sec = 0;
-tv.tv_usec = 500;
+tv.tv_usec = 50;
 
 int retval;
 int maxsock=-1;
Description: Allow requesting more than one channel per session.
Author: Andreas Schneider a...@cryptomilk.org
Abstract:
 In the 0.5.x series of libssh only one channel request per session
 is possible. This blocks using libssh client sessions which require
 requesting multiple channels on a single SSH connection.
Origin: http://git.libssh.org/projects/libssh.git/commit/src/channels.c?id=e30acdb58a86937e8bece57ce47e272f1106ca55
--- a/src/channels.c
+++ b/src/channels.c
@@ -1951,7 +1951,7 @@
   break;
 
   }
-
+  session-global_req_state = SSH_CHANNEL_REQ_STATE_NONE;
   leave_function();
   return rc;
 error:
Description: Allow requesting multiple reverse port forwarding tunnels per connection
Author: Oleksandr Shneyder o.schney...@phoca-gmbh.de
Abstract:
 Channel: Add ssh_channel_accept_forward().
 .
 This new function works the same way as ssh_forward_accept()
 but can return a destination port of the channel (useful if
 SSH connection is supposed to reverse forward multiple TCP/IP
 ports).
Origin: http://git.libssh.org/projects/libssh.git/commit/?id=a1c4fc07d43fb7a7e1e91bfdadbd3dc62b8ce462
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -371,6 +371,7 @@
 LIBSSH_API char *ssh_dirname (const char *path);
 LIBSSH_API int ssh_finalize(void);
 LIBSSH_API ssh_channel ssh_forward_accept(ssh_session session, int timeout_ms);
+LIBSSH_API ssh_channel ssh_channel_accept_forward(ssh_session session, int timeout_ms, int *destination_port);
 LIBSSH_API int ssh_forward_cancel(ssh_session session, const char *address

Re: [X2Go-Dev] Issue with 100% cpu usage in x2goclient + libssh 0.6.0

2014-05-10 Thread Mike Gabriel

HI Reinhard,

thanks for your efforts on this!!! The situation around libssh and  
x2goclient is a little tricky and certainly needs a Ubuntu dev to fix  
those issues.


On  Sa 10 Mai 2014 16:50:55 CEST, Reinhard Tartler wrote:


Note that x2goclient itself does work, but consumes 100% CPU and makes
my fans very loud.


Yes, I know that / have heard of that.


The bug is not present in 4.0.2.1-0~576~ubuntu14.04.1, but it *is* present in

 x2goclient | 4.0.1.1-1ubuntu1 | trusty/universe  | source, amd64,
armhf, i386, powerpc, ppc64el
 libssh-4 | 0.6.1-0ubuntu3 | trusty   | amd64, arm64,
armhf, i386, powerpc, ppc64el


Ack.


I've verified by installing a clean trusty chroot and installing
x2goclient only.

I can confirm that updating to x2goclient_4.0.2.0-0~574~ubuntu14.04.1,
which is currently in the x2go/stable PPA for saucy fixes the problem.

I've tested again in a clean saucy chroot, and this bug is not present
there. Most probably because it doesn't ship libssh 0.6.


To this mail I have attached four patches:

1. x2goclient-reduce-fan-noise-with-libssh-0.6.x.patch

This patch is (IMHO, after some more reading of git diff) needed for  
X2Go Client  4.0.1.4 to reduce the CPU fan noise when running with a  
libssh = 0.6.1 under the hood.


2. libssh patches that are required with X2Go Client = 4.0.2.0:

If you want to run an X2Go Client (= 4.0.2.0) (like the one in our  
PPA) against a libssh ( 0.6.1) you need these two patches


  0004-reset-global-request-status.patch
  0005-multi-reverse-fwd.patch

3. Speed improvements:

If you want to get things more rocking and really speed up X2Go via  
libssh, then you need this libssh patch, as well. (I think it entered  
libssh

upstream at 0.6.2, but I am not sure):

  0006-ssh-handle-package-zero-timeouts.patch


Mike, I've seen that you've uploaded 0.5.4-3~13.10.1 yesterday to
saucy's PPA. I fear that users of the PPA will no longer benefit from
future ubuntu security updates because you've replaced their system
libssh with an updated version.


I am aware of this, and

 (a) I co-maintain libssh in Debian, so I notice security issues
 and uploads at time and CVE-2014-0017 is exactly the reason for my recent
 upload to our X2Go PPAs.
 (b) X2Go Client will FTBFS without 0005-multi-reverse-fwd.patch, so for
 provision of recent X2Go Client releases through ppa:x2go/stable
 I need to provide this patched libssh (taken from Debian) in X2Go's
 PPAs.


Debian jessie and sid users are not currently affected by this bug,
because libssh 0.6 is still in experimental:

 libssh-4 | 0.5.4-3  | sid   | amd64, [...]
 libssh-4 | 0.6.3-1~exp1 | experimental  | amd64 [...]

As soon as that gets uploaded to unstable, we will see this problem
also in debian.


Yes, indeed. And that exactly is the reason, why I uploaded libssh  
0.6.x to Debian experimental only at first.


Yesterday, I finally found the time to upload x2goclient 4.0.2.0-1 to  
Debian unstable and now we can push libssh 0.6.x to unstable, as well.



This is filed in ubuntu as
https://bugs.launchpad.net/ubuntu/+source/x2goclient/+bug/1288631.

In debian, this is probably  #739496, which I'm CCing with this message.


Good point, also Cc: ing the Debian bug, not sure how to Cc: Ubuntu  
bugs... Please add this extra information there if appropriate.


Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpm2dVBJANMg.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] Issue with 100% cpu usage in x2goclient + libssh 0.6.0

2014-05-09 Thread Mike Gabriel

Hi Reinhard,

On  Sa 03 Mai 2014 21:47:36 CEST, Reinhard Tartler wrote:


We can't wait forever in ssh_select, we must perform other tasks in
loop, for example accepting forwarded connections. However, I have
already increased a select timeout and made a lot of other changes in
ssh code of X2Go Client. The changes are not yet in master GIT because
they depend on reverse forwarding fixes, that I made to libssh. As soon
as we have libssh packages ready, I'll push my local commits to GIT.



I have merged the revtunnel branch of x2goclient.git now into the repo's
master branch.

For Debian, I already have provided the libssh fixes (0.5.4-2~debX+x2go1
where X in {6, 7, 8}.

For Ubuntu and our Fedora/EPEL builds this is still pending and on my todo
list.

Please commit your recent (local) changes on top of the current master HEAD.


Just FYI: This issue now present in two Ubuntu releases: saucy and
trusty. The only way to get around this right now is to use the
nightly builds.

Mike, maybe you can backport this patch to the next stable release?


Can you please double-check your statement above?

I have just checked the available libssh packages for all Ubuntu  
versions and there should be a working libssh available for those  
distro versions you mentioned.


Please check once more and give (more detailed) feedback.

Thanks!
Mike


--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpaksFsJFGgH.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] Issue with 100% cpu usage in x2goclient + libssh 0.6.0

2014-05-09 Thread Mike Gabriel

Hi Reinhard,

On  Fr 09 Mai 2014 16:08:54 CEST, Mike Gabriel wrote:


Hi Reinhard,

On  Sa 03 Mai 2014 21:47:36 CEST, Reinhard Tartler wrote:


We can't wait forever in ssh_select, we must perform other tasks in
loop, for example accepting forwarded connections. However, I have
already increased a select timeout and made a lot of other changes in
ssh code of X2Go Client. The changes are not yet in master GIT because
they depend on reverse forwarding fixes, that I made to libssh. As soon
as we have libssh packages ready, I'll push my local commits to GIT.



I have merged the revtunnel branch of x2goclient.git now into the repo's
master branch.

For Debian, I already have provided the libssh fixes (0.5.4-2~debX+x2go1
where X in {6, 7, 8}.

For Ubuntu and our Fedora/EPEL builds this is still pending and on my todo
list.

Please commit your recent (local) changes on top of the current  
master HEAD.


Just FYI: This issue now present in two Ubuntu releases: saucy and
trusty. The only way to get around this right now is to use the
nightly builds.

Mike, maybe you can backport this patch to the next stable release?


Can you please double-check your statement above?

I have just checked the available libssh packages for all Ubuntu  
versions and there should be a working libssh available for those  
distro versions you mentioned.


Please check once more and give (more detailed) feedback.

Thanks!
Mike


I just re-read your mail and notice it is about a patch in x2goclient.  
I cannot recall what patch it exactly was, but AFAIR this patch is  
present in X2Go Client 4.0.1.5 and 4.0.2.0.


Can you check what x2goclient version you have on that Ubuntu version?  
(I guess, it is the x2goclient version from Debian unstable and then  
you need to fix it in Ubuntu itself!)


Regards,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpMQA89_C_Ty.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#484: X2Go issue (in src:x2gobroker) has been marked as pending for release

2014-05-06 Thread Mike Gabriel
tag #484 pending
fixed #484 0.0.3.0
thanks

Hello,

X2Go issue #484 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=9eecfe5

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

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

---
commit 9eecfe557d3a7e204a8261a469956de17c8c0089
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Tue May 6 11:42:57 2014 +0200

Explicitly set detach_process to True when calling daemon.DaemonContext(). 
Otherwise the daemons start but don't return to the cmdline prompt. (Fixes: 
#484).

diff --git a/debian/changelog b/debian/changelog
index 99c233d..08127cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -127,6 +127,9 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
 - Fix several failing tests, adapt tests to current code base.
 - Introduce new global parameter for x2gobroker.conf: my-cookie-file. Allow
   storing the initial authentication cookie/ID in a read-protected file.
+- Explicitly set detach_process to True when calling 
daemon.DaemonContext().
+  Otherwise the daemons start but don't return to the cmdline prompt.
+  (Fixes: #484).
   * debian/control:
 + Replace LDAP support with session brokerage support in LONG_DESCRIPTION.
 + Fix SYNOPSIS texts.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#481: Mac keyboard issues

2014-05-06 Thread Mike Gabriel

Hi Aaron,

thanks for reporting this issue to our X2Go BTS. Sorry for the delay in reply.

Can you please check, if you can also fix your keyboard problems by  
changing things on the Mac client as described here [1]?


Thanks,
Mike

[1] http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=487
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpVCBIBbC_2F.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#479: Closing bug #479 (resolved in 4.0.2.0)

2014-05-06 Thread Mike Gabriel

Control: fixed -1 4.0.2.0
Control: close -1

Hi Borys,

as discussed on the phone two weeks back, this bugs seems to be gone  
for you since X2Go Client 4.0.2.0.


Ping me back if this is not so anymore.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpkjdL8D0CeE.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#411: X2Go issue (in src:nx-libs) has been marked as closed

2014-05-06 Thread Mike Gabriel
close #411
thanks

Hello,

we are very hopeful that X2Go issue #411 reported by you
has been resolved in the new release (2:3.5.0.23) of the
X2Go source project »src:nx-libs«.

You can view the complete changelog entry of src:nx-libs (2:3.5.0.23)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.


http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=fdeaafb5e2f4520857ca4757261df79d233e05cb;hp=626b5dbae6b7b432d573f88abc8e3e8ae2bdba85

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:nx-libs.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:nx-libs
Version: 2:3.5.0.23-0x2go1
Status: RELEASE
Date: Tue, 06 May 2014 18:05:47 +0200
Fixes: 393 411 412 423
Changes: 
 nx-libs (2:3.5.0.23-0x2go1) RELEASED; urgency=low
 .
   [ Orion Poplawski ]
   * Add patch: 054_nx-X11_ppc64-ftbfs.full.patch. Fix FTBFS on ppc64
 architecture. (Fixes: #411).
   * Add patch: 055_nx-X11_imake-Werror-format-security.full.patch. Fix FTBFS
 of imake on current Fedora rawhide (21) which uses the compiler option
 -Werror=format-security for all builds. (Fixes: #412).
   * Add patch: 056_nx-X11-Werror-format-security.patch. Fix more
 -Werror=format-security errors that only show up on ARM builds. (Fixes:
 #423).
   * nx-libs.spec:
 - Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes:
   #393).
 .
   [ Mike Gabriel ]
   * debian/control:
 + Build our imake against x11proto-core-dev headers.
   * nx-libs.spec:
 + Build our imake against xorg-x11-proto-devel.
 .
   [ Oleksandr Shneyder ]
   * Add patch: 205_nxagent_refresh-adsl.full.patch. Fix refresh error on RDP
 connections to Windows 2012 if speed=ADSL.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#393: X2Go issue (in src:nx-libs) has been marked as closed

2014-05-06 Thread Mike Gabriel
close #393
thanks

Hello,

we are very hopeful that X2Go issue #393 reported by you
has been resolved in the new release (2:3.5.0.23) of the
X2Go source project »src:nx-libs«.

You can view the complete changelog entry of src:nx-libs (2:3.5.0.23)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.


http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=4f56401ad0df9cf6380910418e283267a04bbf2e;hp=626b5dbae6b7b432d573f88abc8e3e8ae2bdba85

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:nx-libs.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:nx-libs
Version: 2:3.5.0.23-0x2go1
Status: RELEASE
Date: Tue, 06 May 2014 18:05:47 +0200
Fixes: 393 411 412 423
Changes: 
 nx-libs (2:3.5.0.23-0x2go1) RELEASED; urgency=low
 .
   [ Orion Poplawski ]
   * Add patch: 054_nx-X11_ppc64-ftbfs.full.patch. Fix FTBFS on ppc64
 architecture. (Fixes: #411).
   * Add patch: 055_nx-X11_imake-Werror-format-security.full.patch. Fix FTBFS
 of imake on current Fedora rawhide (21) which uses the compiler option
 -Werror=format-security for all builds. (Fixes: #412).
   * Add patch: 056_nx-X11-Werror-format-security.patch. Fix more
 -Werror=format-security errors that only show up on ARM builds. (Fixes:
 #423).
   * nx-libs.spec:
 - Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes:
   #393).
 .
   [ Mike Gabriel ]
   * debian/control:
 + Build our imake against x11proto-core-dev headers.
   * nx-libs.spec:
 + Build our imake against xorg-x11-proto-devel.
 .
   [ Oleksandr Shneyder ]
   * Add patch: 205_nxagent_refresh-adsl.full.patch. Fix refresh error on RDP
 connections to Windows 2012 if speed=ADSL.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#393: X2Go issue (in src:nx-libs) has been marked as closed

2014-05-06 Thread Mike Gabriel
close #393
thanks

Hello,

we are very hopeful that X2Go issue #393 reported by you
has been resolved in the new release (2:3.5.0.23) of the
X2Go source project »src:nx-libs«.

You can view the complete changelog entry of src:nx-libs (2:3.5.0.23)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.


http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=fdeaafb5e2f4520857ca4757261df79d233e05cb;hp=626b5dbae6b7b432d573f88abc8e3e8ae2bdba85

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:nx-libs.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:nx-libs
Version: 2:3.5.0.23-0x2go1
Status: RELEASE
Date: Tue, 06 May 2014 18:05:47 +0200
Fixes: 393 411 412 423
Changes: 
 nx-libs (2:3.5.0.23-0x2go1) RELEASED; urgency=low
 .
   [ Orion Poplawski ]
   * Add patch: 054_nx-X11_ppc64-ftbfs.full.patch. Fix FTBFS on ppc64
 architecture. (Fixes: #411).
   * Add patch: 055_nx-X11_imake-Werror-format-security.full.patch. Fix FTBFS
 of imake on current Fedora rawhide (21) which uses the compiler option
 -Werror=format-security for all builds. (Fixes: #412).
   * Add patch: 056_nx-X11-Werror-format-security.patch. Fix more
 -Werror=format-security errors that only show up on ARM builds. (Fixes:
 #423).
   * nx-libs.spec:
 - Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes:
   #393).
 .
   [ Mike Gabriel ]
   * debian/control:
 + Build our imake against x11proto-core-dev headers.
   * nx-libs.spec:
 + Build our imake against xorg-x11-proto-devel.
 .
   [ Oleksandr Shneyder ]
   * Add patch: 205_nxagent_refresh-adsl.full.patch. Fix refresh error on RDP
 connections to Windows 2012 if speed=ADSL.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#411: X2Go issue (in src:nx-libs) has been marked as closed

2014-05-06 Thread Mike Gabriel
close #411
thanks

Hello,

we are very hopeful that X2Go issue #411 reported by you
has been resolved in the new release (2:3.5.0.23) of the
X2Go source project »src:nx-libs«.

You can view the complete changelog entry of src:nx-libs (2:3.5.0.23)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.


http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=4f56401ad0df9cf6380910418e283267a04bbf2e;hp=626b5dbae6b7b432d573f88abc8e3e8ae2bdba85

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:nx-libs.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:nx-libs
Version: 2:3.5.0.23-0x2go1
Status: RELEASE
Date: Tue, 06 May 2014 18:05:47 +0200
Fixes: 393 411 412 423
Changes: 
 nx-libs (2:3.5.0.23-0x2go1) RELEASED; urgency=low
 .
   [ Orion Poplawski ]
   * Add patch: 054_nx-X11_ppc64-ftbfs.full.patch. Fix FTBFS on ppc64
 architecture. (Fixes: #411).
   * Add patch: 055_nx-X11_imake-Werror-format-security.full.patch. Fix FTBFS
 of imake on current Fedora rawhide (21) which uses the compiler option
 -Werror=format-security for all builds. (Fixes: #412).
   * Add patch: 056_nx-X11-Werror-format-security.patch. Fix more
 -Werror=format-security errors that only show up on ARM builds. (Fixes:
 #423).
   * nx-libs.spec:
 - Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes:
   #393).
 .
   [ Mike Gabriel ]
   * debian/control:
 + Build our imake against x11proto-core-dev headers.
   * nx-libs.spec:
 + Build our imake against xorg-x11-proto-devel.
 .
   [ Oleksandr Shneyder ]
   * Add patch: 205_nxagent_refresh-adsl.full.patch. Fix refresh error on RDP
 connections to Windows 2012 if speed=ADSL.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#423: X2Go issue (in src:nx-libs) has been marked as closed

2014-05-06 Thread Mike Gabriel
close #423
thanks

Hello,

we are very hopeful that X2Go issue #423 reported by you
has been resolved in the new release (2:3.5.0.23) of the
X2Go source project »src:nx-libs«.

You can view the complete changelog entry of src:nx-libs (2:3.5.0.23)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.


http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=fdeaafb5e2f4520857ca4757261df79d233e05cb;hp=626b5dbae6b7b432d573f88abc8e3e8ae2bdba85

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:nx-libs.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:nx-libs
Version: 2:3.5.0.23-0x2go1
Status: RELEASE
Date: Tue, 06 May 2014 18:05:47 +0200
Fixes: 393 411 412 423
Changes: 
 nx-libs (2:3.5.0.23-0x2go1) RELEASED; urgency=low
 .
   [ Orion Poplawski ]
   * Add patch: 054_nx-X11_ppc64-ftbfs.full.patch. Fix FTBFS on ppc64
 architecture. (Fixes: #411).
   * Add patch: 055_nx-X11_imake-Werror-format-security.full.patch. Fix FTBFS
 of imake on current Fedora rawhide (21) which uses the compiler option
 -Werror=format-security for all builds. (Fixes: #412).
   * Add patch: 056_nx-X11-Werror-format-security.patch. Fix more
 -Werror=format-security errors that only show up on ARM builds. (Fixes:
 #423).
   * nx-libs.spec:
 - Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes:
   #393).
 .
   [ Mike Gabriel ]
   * debian/control:
 + Build our imake against x11proto-core-dev headers.
   * nx-libs.spec:
 + Build our imake against xorg-x11-proto-devel.
 .
   [ Oleksandr Shneyder ]
   * Add patch: 205_nxagent_refresh-adsl.full.patch. Fix refresh error on RDP
 connections to Windows 2012 if speed=ADSL.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#423: X2Go issue (in src:nx-libs) has been marked as closed

2014-05-06 Thread Mike Gabriel
close #423
thanks

Hello,

we are very hopeful that X2Go issue #423 reported by you
has been resolved in the new release (2:3.5.0.23) of the
X2Go source project »src:nx-libs«.

You can view the complete changelog entry of src:nx-libs (2:3.5.0.23)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.


http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=4f56401ad0df9cf6380910418e283267a04bbf2e;hp=626b5dbae6b7b432d573f88abc8e3e8ae2bdba85

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:nx-libs.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:nx-libs
Version: 2:3.5.0.23-0x2go1
Status: RELEASE
Date: Tue, 06 May 2014 18:05:47 +0200
Fixes: 393 411 412 423
Changes: 
 nx-libs (2:3.5.0.23-0x2go1) RELEASED; urgency=low
 .
   [ Orion Poplawski ]
   * Add patch: 054_nx-X11_ppc64-ftbfs.full.patch. Fix FTBFS on ppc64
 architecture. (Fixes: #411).
   * Add patch: 055_nx-X11_imake-Werror-format-security.full.patch. Fix FTBFS
 of imake on current Fedora rawhide (21) which uses the compiler option
 -Werror=format-security for all builds. (Fixes: #412).
   * Add patch: 056_nx-X11-Werror-format-security.patch. Fix more
 -Werror=format-security errors that only show up on ARM builds. (Fixes:
 #423).
   * nx-libs.spec:
 - Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes:
   #393).
 .
   [ Mike Gabriel ]
   * debian/control:
 + Build our imake against x11proto-core-dev headers.
   * nx-libs.spec:
 + Build our imake against xorg-x11-proto-devel.
 .
   [ Oleksandr Shneyder ]
   * Add patch: 205_nxagent_refresh-adsl.full.patch. Fix refresh error on RDP
 connections to Windows 2012 if speed=ADSL.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#412: X2Go issue (in src:nx-libs) has been marked as closed

2014-05-06 Thread Mike Gabriel
close #412
thanks

Hello,

we are very hopeful that X2Go issue #412 reported by you
has been resolved in the new release (2:3.5.0.23) of the
X2Go source project »src:nx-libs«.

You can view the complete changelog entry of src:nx-libs (2:3.5.0.23)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.


http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=fdeaafb5e2f4520857ca4757261df79d233e05cb;hp=626b5dbae6b7b432d573f88abc8e3e8ae2bdba85

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:nx-libs.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:nx-libs
Version: 2:3.5.0.23-0x2go1
Status: RELEASE
Date: Tue, 06 May 2014 18:05:47 +0200
Fixes: 393 411 412 423
Changes: 
 nx-libs (2:3.5.0.23-0x2go1) RELEASED; urgency=low
 .
   [ Orion Poplawski ]
   * Add patch: 054_nx-X11_ppc64-ftbfs.full.patch. Fix FTBFS on ppc64
 architecture. (Fixes: #411).
   * Add patch: 055_nx-X11_imake-Werror-format-security.full.patch. Fix FTBFS
 of imake on current Fedora rawhide (21) which uses the compiler option
 -Werror=format-security for all builds. (Fixes: #412).
   * Add patch: 056_nx-X11-Werror-format-security.patch. Fix more
 -Werror=format-security errors that only show up on ARM builds. (Fixes:
 #423).
   * nx-libs.spec:
 - Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes:
   #393).
 .
   [ Mike Gabriel ]
   * debian/control:
 + Build our imake against x11proto-core-dev headers.
   * nx-libs.spec:
 + Build our imake against xorg-x11-proto-devel.
 .
   [ Oleksandr Shneyder ]
   * Add patch: 205_nxagent_refresh-adsl.full.patch. Fix refresh error on RDP
 connections to Windows 2012 if speed=ADSL.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#412: X2Go issue (in src:nx-libs) has been marked as closed

2014-05-06 Thread Mike Gabriel
close #412
thanks

Hello,

we are very hopeful that X2Go issue #412 reported by you
has been resolved in the new release (2:3.5.0.23) of the
X2Go source project »src:nx-libs«.

You can view the complete changelog entry of src:nx-libs (2:3.5.0.23)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.


http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=4f56401ad0df9cf6380910418e283267a04bbf2e;hp=626b5dbae6b7b432d573f88abc8e3e8ae2bdba85

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:nx-libs.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:nx-libs
Version: 2:3.5.0.23-0x2go1
Status: RELEASE
Date: Tue, 06 May 2014 18:05:47 +0200
Fixes: 393 411 412 423
Changes: 
 nx-libs (2:3.5.0.23-0x2go1) RELEASED; urgency=low
 .
   [ Orion Poplawski ]
   * Add patch: 054_nx-X11_ppc64-ftbfs.full.patch. Fix FTBFS on ppc64
 architecture. (Fixes: #411).
   * Add patch: 055_nx-X11_imake-Werror-format-security.full.patch. Fix FTBFS
 of imake on current Fedora rawhide (21) which uses the compiler option
 -Werror=format-security for all builds. (Fixes: #412).
   * Add patch: 056_nx-X11-Werror-format-security.patch. Fix more
 -Werror=format-security errors that only show up on ARM builds. (Fixes:
 #423).
   * nx-libs.spec:
 - Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes:
   #393).
 .
   [ Mike Gabriel ]
   * debian/control:
 + Build our imake against x11proto-core-dev headers.
   * nx-libs.spec:
 + Build our imake against xorg-x11-proto-devel.
 .
   [ Oleksandr Shneyder ]
   * Add patch: 205_nxagent_refresh-adsl.full.patch. Fix refresh error on RDP
 connections to Windows 2012 if speed=ADSL.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] End of BerliOS is coming closer... Subscribe to new x2go-dev mailing list now.

2014-04-28 Thread Mike Gabriel

Dear all,

on 15th April you received the below post...


Dear subscriber to x2go-dev,

As you may already know, BerliOS, where x2go-dev is currently hosted,
is closing down on April 30, 2014.

We have prepared a new x2go-dev mailing list on lists.x2go.org - but
due to technical and legal constraints, we are unable to carry your
subscription over to the new host automatically.

So, if you wish to receive x2go-dev messages after April 30, 2014,
please go to http://lists.x2go.org/listinfo/x2go-dev and manually
subscribe to the new x2go-dev list available there.

Kind Regards,

The X2Go Listserv Admins


If you have not subscribed to our new mailing list and if you want to  
continue receiving posts to our x2go-dev mailing list, please  
subscribe to our new list now.


On May 1st we will switch over to using our new mailing list.

light+love,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpKs0BI2EDsB.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#19: X2Go issue (in src:pyhoca-gui) has been marked as pending for release

2014-04-15 Thread Mike Gabriel
tag #19 pending
fixed #19 0.5.0.0
thanks

Hello,

X2Go issue #19 (src:pyhoca-gui) 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=pyhoca-gui.git;a=commitdiff;h=4387ad8

The issue will most likely be fixed in src:pyhoca-gui (0.5.0.0).

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

---
commit 4387ad81205fdc9b67d7498d7b6aa7ea77829264
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Tue Apr 15 21:02:15 2014 +0200

Make check_running() test terminal server / multi-session safe. (Fixes: 
#19).

diff --git a/debian/changelog b/debian/changelog
index 0719443..67836c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,7 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low
   provided: username, if no URL provided: broker-URL field).
 - Fix check_running() method in PyHocaGUI_Launcher on MS Windows.
 - Make broker support available for the MS Windows build of PyHoca-GUI.
+- Make check_running() test terminal server / multi-session safe. (Fixes: 
#19).
 - Update English / German translation.
 
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Wed, 08 Jan 2014 21:28:37 
+0100
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#478: session profile settings: Hide GSSAPI support with DirectRDP session profiles

2014-04-14 Thread Mike Gabriel

Package: x2goclient
Version: 4.0.2.0
Severity: minor

Hi Alex,

if I configure a Direct RDP session in X2Go Client's session profile  
settings, the GSSAPI-related options are continued to be shown in the  
session settings GUI. Like all other SSH-related options, the GSSAPI  
authentication mechanism should not be configurable for DirectRDP  
sessions.


Can you please fix that in Git master? Thanks.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpGKj5X7Rg1B.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] X2Go Client as RDP Client (new documentation)

2014-04-14 Thread Mike Gabriel

Hi all,

I have just provided some information on X2Go Client and RDP [1]. This  
documentation has been sponsored by the Rohloff AG [2] (THANKS!!!)


Greets,
Mike

[1] https://wiki.x2go.org/doku.php/wiki:advanced:tce:rdp
[2] http://rohloff.de
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpR1s9En8kkH.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#475: Bug#475: Happens to me too.

2014-04-14 Thread Mike Gabriel

Hi Klaus Ade, hi Eugene,

On  Mo 14 Apr 2014 12:54:58 CEST, Klaus Ade Johnstad wrote:


When using x2client 4.0.2.0 on Mac OS X 10.8, I notice that x2goagent
will consume 90-100% of cpu the whole time, and the load goes much
higher than when using x2goclient 4.0.1.3.

I have seen the remote UI breakage that the original reporter
mentions, the UI becomes really unresponsive after a while, and
clicking an icon might sometimes only produce a result after 30
seconds, or nothing at all.

The server is running Debian Wheeze with x2goserver 4.0.1.15.


We have two build systems for X2Go Client for Mac OS X. One for the  
release builds, one for the nightly snapshots.


Could you test .dmgs from the other build system (nightly snapshots)  
[1] and report back, if either of those (use x2goclient.dmg) in the  
folder given fixes your issues?


Mike

[1] http://code.x2go.org/releases/binary-macosx/x2goclient/heuler/

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpHMFpYVjXqK.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#473: X2Go issue (in src:x2goclient) has been marked as closed

2014-04-11 Thread Mike Gabriel
close #473
thanks

Hello,

we are very hopeful that X2Go issue #473 reported by you
has been resolved in the new release (4.0.1.5) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.1.5)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.


http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=471792c9c452ac29bc870ca9c3176e215189e2c3;hp=21dc1122f3dcb2b7d4db19eb192b66256aecad74

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:x2goclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goclient
Version: 4.0.1.5-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 17:47:27 +0200
Fixes: 473
Changes: 
 x2goclient (4.0.1.5-0x2go1) RELEASED; urgency=low
 .
   * Build fix release (4.0.1.5):
 - Add x2goclient_nl.ts to x2goclient.pro, so that the
   .qm file gets generated during build. (Fixes: #473).
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#473: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-04-11 Thread Mike Gabriel
tag #473 pending
fixed #473 4.0.1.5
thanks

Hello,

X2Go issue #473 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=19566ab

The issue will most likely be fixed in src:x2goclient (4.0.1.5).

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

---
commit 19566ab745124f624605f7eb6ef904d80b2e40fc
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Fri Apr 11 08:12:56 2014 +0200

release 4.0.1.5

diff --git a/debian/changelog b/debian/changelog
index 11a1e84..2c83ad7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-x2goclient (4.0.1.4-0x2go2) unstable; urgency=low
+x2goclient (4.0.1.5-0x2go1) unstable; urgency=low
 
-  * Build fix release (for 4.0.1.4):
+  * Build fix release (4.0.1.5):
 - Add x2goclient_nl.ts to x2goclient.pro, so that the
-  .qm file gets generated during build.
+  .qm file gets generated during build. (Fixes: #473).
 
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Thu, 10 Apr 2014 17:47:27 
+0200
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#473: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-04-11 Thread Mike Gabriel
tag #473 pending
fixed #473 4.0.1.5
thanks

Hello,

X2Go issue #473 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=0a20539

The issue will most likely be fixed in src:x2goclient (4.0.1.5).

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

---
commit 0a205394fa946e70bb1481af0f1192457bc1a1bd
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Fri Apr 11 08:12:56 2014 +0200

release 4.0.1.5

diff --git a/debian/changelog b/debian/changelog
index 11a1e84..2c83ad7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-x2goclient (4.0.1.4-0x2go2) unstable; urgency=low
+x2goclient (4.0.1.5-0x2go1) unstable; urgency=low
 
-  * Build fix release (for 4.0.1.4):
+  * Build fix release (4.0.1.5):
 - Add x2goclient_nl.ts to x2goclient.pro, so that the
-  .qm file gets generated during build.
+  .qm file gets generated during build. (Fixes: #473).
 
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Thu, 10 Apr 2014 17:47:27 
+0200
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#473: X2Go issue (in src:x2goclient) has been marked as closed

2014-04-11 Thread Mike Gabriel
close #473
thanks

Hello,

we are very hopeful that X2Go issue #473 reported by you
has been resolved in the new release (4.0.1.5) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.1.5)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.


http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=215a44496ec1ae18760f33ab71c8af9d56576f08;hp=21dc1122f3dcb2b7d4db19eb192b66256aecad74

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:x2goclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goclient
Version: 4.0.1.5-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 17:47:27 +0200
Fixes: 473
Changes: 
 x2goclient (4.0.1.5-0x2go1) RELEASED; urgency=low
 .
   * Build fix release (4.0.1.5):
 - Add x2goclient_nl.ts to x2goclient.pro, so that the
   .qm file gets generated during build. (Fixes: #473).
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] The www.x2go.org home page isn't updated with the x2go client 4.0.2.0 release announcement

2014-04-11 Thread Mike Gabriel

Hi Mike#2

On  Fr 11 Apr 2014 14:49:29 CEST, Michael DePaulo wrote:


The home page references:
http://rss.gmane.org/gmane.linux.terminal-server.x2go.announce
However, that RSS feed isn't being updated.

Yet the HTML browser is being updated:
http://news.gmane.org/gmane.linux.terminal-server.x2go.announce

On Fri, Apr 11, 2014 at 8:42 AM, Michael DePaulo  
mikedep...@gmail.com wrote:

Nor with the 4.0.1.4 or 4.0.1.5 announcement.

-Mike#2


It seems that GMANE started refusing our posts at 1st April...

http://rss.gmane.org/gmane.linux.terminal-server.x2go.scm
http://rss.gmane.org/gmane.linux.terminal-server.x2go.devel
http://rss.gmane.org/gmane.linux.terminal-server.x2go.user
etc.

I will contact the GMANE admin about that...
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp11EGKvUHsa.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#402: Bug#402: Bug#402: Numlock issues

2014-04-10 Thread Mike Gabriel

Hi Jordi,
(I am re-Cc:-ing #402 in our BTS, hope that's ok...)


On  Do 10 Apr 2014 12:03:02 CEST, jordi wrote:


Hi Jordi,

On  Sa 05 Apr 2014 19:45:20 CEST, Jordi Marqués wrote:


Hello Mike, sorry for late answer.

I have looked at it, so what you need is a simple bash script. I can
do that. Could I write it and send it to you?

If so, I think I can do it on monday.

Jordi.


Sure, send it to me.

Make sure that X2Go session startup does not break local session
startup. So if you change something in pre-runcommand.d, make sure it
gets restored in post-runcommand.d.


Hello Mike,

sorry again for being late, I've got more work than I can handle.

Please take a look at this post-runcommand.d http://paste.debian.net/92885/
and this pre-runcommand.d: http://paste.debian.net/92886/ .

I write to files to save the state of the two settings previous to being
modified so I can restore it. I set a folder variable where I save those
files. Would that be a correct way to work inside X2go? I set them to /tmp
to test, please modify them accordingly to what would be the best value.

Not directly related to this, I've played also with the reduced_resources
variable, which set to true, disables completely windows animations, and
makes window moving be done with a classic transparent line drawn box,
instead of the real window image. I've applied to my users, if you find it
interesting to try tell me to add it.


The approach is good. I have copied both scripts from paste.debian.net  
to my local working copy of x2gomatebindings. Thanks!


However, one thought:

With your proposed approach, the dconf/gsettings setup remains  
X2Go'ish for the duration of the X2Go Session.


It would be good, to make those settings and remove them immediately,  
after the session has successfully come up. I am not sure how MATE  
will behave if you launch the post-runcommand script 20 minutes after  
the session has come up.


And another thought...

Another approach actually is... Talking to MATE upstream and asking  
them to patch their code directly (i.e. ignore those settings / use  
pre-set value if MATE runs inside an X2Go session). I will talk to  
Stefano  co. about that (who is MATE upstream).


Greets,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpEyV7l3Udb6.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#138: X2Go issue (in src:x2goclient) has been marked as closed

2014-04-10 Thread Mike Gabriel
close #138
thanks

Hello,

we are very hopeful that X2Go issue #138 reported by you
has been resolved in the new release (4.0.2.0) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.2.0)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.


http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=cbe900f245206ad9bd62d0fbaf226da1b3ffc44e;hp=f7cdada8c57c45ee9ea3b6c42bd680fae26d728c

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:x2goclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goclient
Version: 4.0.2.0-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 13:47:56 +0200
Fixes: 138 349 422 440 446 448 453
Changes: 
 x2goclient (4.0.2.0-0x2go1) RELEASED; urgency=low
 .
   [ Oleksandr Shneyder ]
   * New upstream version (4.0.2.0):
 - Revrite SSH Classes to support libssh fix.
 - Add Class HelpDialog to show options in scroll area.
 - Fix authentication on SSH Broker with key + passphrase.
 - Set modmap timer timeout to 10 sec on Mac.
 - Fix running xmodmap if X2Go Client not started from terminal.
 - Setting keyboard modifiers with xmodmap.
 - Fix multimonitor support on Linux.
 - Display more version info. Parameters --version, --git, --changelog.
 - Don't show GUI dialog for --version, --help, etc, if started
   from terminal on linux and mac.
 - If no user in session config, display system username in pass form.
 - Check if txt/changelog and txt/git exist on config phase.
   Rename option --git to --git-info.
 - Change x2goclient.nsi for nightly builds.
 .
   [ Josh Lukens ]
   * New upstream version (4.0.2.0):
 - Switch to QNetworkAccessManager. Appropriately set content type
   header to application/x-www-form-urlencoded for HTTP post
   requests. (Fixes: #440, #138).
 - Fix copy+paste errors in QNetworkAccessManager code.
 - Provide support for dynamic authentication IDs. This is
   a requirement for using the broker client against brokers
   that use some sort of OTP authentication mechanism.
   (Fixes: #446).
 .
   [ Mike Gabriel ]
   * New upstream version (4.0.2.0):
 - Drop create_text.sh again, implement changelog copying
   in distro build files. Implement Git history creation for
   nightly builds in build scripts.
 - Rename txt/git to txt/git-info (make it compliant with cmdline
   options).
 - Allow starting shadow sessions from the command line with
   option --hidden being enabled. (Fixes: #349).
   * debian/control:
 + Build-depend on libssh-dev (= 0.5.4-2).
 + Bump Standards: to 3.9.5. No changes needed.
   * debian/rules:
 + Copy debian/changelog into txt/ subfolder during dh_auto_configure.
 + Create txt/git-info files for ChangeLog.git if it exists.
   * x2goclient.spec:
 + Copy ChangeLog (or debian/changelog) into txt/ subfolder during
   %setup.
 + Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup.
 + B-R (epel-7): man2html-core (same as for Fedora builds).
 .
   [ Mike DePaulo ]
   * New upstream version (4.0.2.0):
 - Decrease HelpDialog's tab width from 320 to 30
   (the width of 10 spaces.) (Fixes: #453)
 - Windows: Fix compatibility with PulseAudio 3.0  later through
   new cookie handling. (Fixes: #422)
 - Windows: Upgrade included PulseAudio from 1.1 to 5.0.
   The 5.0 build is patched for X2Go bug #363. and available here:
 https://build.opensuse.org/project/show/home:mikedep333:branches:home:\
 mkbosmans:mingw32:pulseaudio
 - Windows: Reapply KDE on Windows's patch for Pageant support to
   libssh 0.5.5. (Fixes: #448)
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#434: X2Go issue (in src:x2goclient) has been marked as closed

2014-04-10 Thread Mike Gabriel
close #434
thanks

Hello,

we are very hopeful that X2Go issue #434 reported by you
has been resolved in the new release (4.0.1.4) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.1.4)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.


http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=c701ee64098a4809d8458feeccb364044f27b2cc;hp=f84e4ed11d25365ff1e50ebbf83f199c4d748111

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:x2goclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goclient
Version: 4.0.1.4-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 13:46:33 +0200
Fixes: 420 434
Changes: 
 x2goclient (4.0.1.4-0x2go1) RELEASED; urgency=low
 .
   [ Oleksandr Shneyder ]
   * New upstream version (4.0.1.4):
 - Increase ssh_select timeout to 0.5 sec.
 - Set mod map from client to server on Mac, hide keyboard settings on Mac.
 - Fix mod map on Mac with kerberos.
 - Fix focus on pass form.
 .
   [ Orion Poplawski ]
   * New upstream version (4.0.1.4):
 - Fix password connection with libssh 0.6.0. (Fixes: 420).
 - Don't use ancient Debianism's for ssh options (ProtocolKeepAlives).
   (Fixes: #434).
 .
   [ Martti Pitkanen ]
   * New upstream version (4.0.1.4):
 - Update Finnish translation file.
 .
   [ Robert Parts ]
   * New upstream version (4.0.1.4):
 - Add new translation of X2Go Client to Estonian.
 .
   [ Nicolai Hansen ]
   * New upstream version (4.0.1.4):
 - Update Danish translation file.
 .
   [ Jos ]
   * New upstream version (4.0.1.4):
 - Add new translation of X2Go Client to Dutch.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#440: X2Go issue (in src:x2goclient) has been marked as closed

2014-04-10 Thread Mike Gabriel
close #440
thanks

Hello,

we are very hopeful that X2Go issue #440 reported by you
has been resolved in the new release (4.0.2.0) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.2.0)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.


http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=cbe900f245206ad9bd62d0fbaf226da1b3ffc44e;hp=f7cdada8c57c45ee9ea3b6c42bd680fae26d728c

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:x2goclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goclient
Version: 4.0.2.0-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 13:47:56 +0200
Fixes: 138 349 422 440 446 448 453
Changes: 
 x2goclient (4.0.2.0-0x2go1) RELEASED; urgency=low
 .
   [ Oleksandr Shneyder ]
   * New upstream version (4.0.2.0):
 - Revrite SSH Classes to support libssh fix.
 - Add Class HelpDialog to show options in scroll area.
 - Fix authentication on SSH Broker with key + passphrase.
 - Set modmap timer timeout to 10 sec on Mac.
 - Fix running xmodmap if X2Go Client not started from terminal.
 - Setting keyboard modifiers with xmodmap.
 - Fix multimonitor support on Linux.
 - Display more version info. Parameters --version, --git, --changelog.
 - Don't show GUI dialog for --version, --help, etc, if started
   from terminal on linux and mac.
 - If no user in session config, display system username in pass form.
 - Check if txt/changelog and txt/git exist on config phase.
   Rename option --git to --git-info.
 - Change x2goclient.nsi for nightly builds.
 .
   [ Josh Lukens ]
   * New upstream version (4.0.2.0):
 - Switch to QNetworkAccessManager. Appropriately set content type
   header to application/x-www-form-urlencoded for HTTP post
   requests. (Fixes: #440, #138).
 - Fix copy+paste errors in QNetworkAccessManager code.
 - Provide support for dynamic authentication IDs. This is
   a requirement for using the broker client against brokers
   that use some sort of OTP authentication mechanism.
   (Fixes: #446).
 .
   [ Mike Gabriel ]
   * New upstream version (4.0.2.0):
 - Drop create_text.sh again, implement changelog copying
   in distro build files. Implement Git history creation for
   nightly builds in build scripts.
 - Rename txt/git to txt/git-info (make it compliant with cmdline
   options).
 - Allow starting shadow sessions from the command line with
   option --hidden being enabled. (Fixes: #349).
   * debian/control:
 + Build-depend on libssh-dev (= 0.5.4-2).
 + Bump Standards: to 3.9.5. No changes needed.
   * debian/rules:
 + Copy debian/changelog into txt/ subfolder during dh_auto_configure.
 + Create txt/git-info files for ChangeLog.git if it exists.
   * x2goclient.spec:
 + Copy ChangeLog (or debian/changelog) into txt/ subfolder during
   %setup.
 + Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup.
 + B-R (epel-7): man2html-core (same as for Fedora builds).
 .
   [ Mike DePaulo ]
   * New upstream version (4.0.2.0):
 - Decrease HelpDialog's tab width from 320 to 30
   (the width of 10 spaces.) (Fixes: #453)
 - Windows: Fix compatibility with PulseAudio 3.0  later through
   new cookie handling. (Fixes: #422)
 - Windows: Upgrade included PulseAudio from 1.1 to 5.0.
   The 5.0 build is patched for X2Go bug #363. and available here:
 https://build.opensuse.org/project/show/home:mikedep333:branches:home:\
 mkbosmans:mingw32:pulseaudio
 - Windows: Reapply KDE on Windows's patch for Pageant support to
   libssh 0.5.5. (Fixes: #448)
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#448: X2Go issue (in src:x2goclient) has been marked as closed

2014-04-10 Thread Mike Gabriel
close #448
thanks

Hello,

we are very hopeful that X2Go issue #448 reported by you
has been resolved in the new release (4.0.2.0) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.2.0)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.


http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=cbe900f245206ad9bd62d0fbaf226da1b3ffc44e;hp=f7cdada8c57c45ee9ea3b6c42bd680fae26d728c

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:x2goclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goclient
Version: 4.0.2.0-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 13:47:56 +0200
Fixes: 138 349 422 440 446 448 453
Changes: 
 x2goclient (4.0.2.0-0x2go1) RELEASED; urgency=low
 .
   [ Oleksandr Shneyder ]
   * New upstream version (4.0.2.0):
 - Revrite SSH Classes to support libssh fix.
 - Add Class HelpDialog to show options in scroll area.
 - Fix authentication on SSH Broker with key + passphrase.
 - Set modmap timer timeout to 10 sec on Mac.
 - Fix running xmodmap if X2Go Client not started from terminal.
 - Setting keyboard modifiers with xmodmap.
 - Fix multimonitor support on Linux.
 - Display more version info. Parameters --version, --git, --changelog.
 - Don't show GUI dialog for --version, --help, etc, if started
   from terminal on linux and mac.
 - If no user in session config, display system username in pass form.
 - Check if txt/changelog and txt/git exist on config phase.
   Rename option --git to --git-info.
 - Change x2goclient.nsi for nightly builds.
 .
   [ Josh Lukens ]
   * New upstream version (4.0.2.0):
 - Switch to QNetworkAccessManager. Appropriately set content type
   header to application/x-www-form-urlencoded for HTTP post
   requests. (Fixes: #440, #138).
 - Fix copy+paste errors in QNetworkAccessManager code.
 - Provide support for dynamic authentication IDs. This is
   a requirement for using the broker client against brokers
   that use some sort of OTP authentication mechanism.
   (Fixes: #446).
 .
   [ Mike Gabriel ]
   * New upstream version (4.0.2.0):
 - Drop create_text.sh again, implement changelog copying
   in distro build files. Implement Git history creation for
   nightly builds in build scripts.
 - Rename txt/git to txt/git-info (make it compliant with cmdline
   options).
 - Allow starting shadow sessions from the command line with
   option --hidden being enabled. (Fixes: #349).
   * debian/control:
 + Build-depend on libssh-dev (= 0.5.4-2).
 + Bump Standards: to 3.9.5. No changes needed.
   * debian/rules:
 + Copy debian/changelog into txt/ subfolder during dh_auto_configure.
 + Create txt/git-info files for ChangeLog.git if it exists.
   * x2goclient.spec:
 + Copy ChangeLog (or debian/changelog) into txt/ subfolder during
   %setup.
 + Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup.
 + B-R (epel-7): man2html-core (same as for Fedora builds).
 .
   [ Mike DePaulo ]
   * New upstream version (4.0.2.0):
 - Decrease HelpDialog's tab width from 320 to 30
   (the width of 10 spaces.) (Fixes: #453)
 - Windows: Fix compatibility with PulseAudio 3.0  later through
   new cookie handling. (Fixes: #422)
 - Windows: Upgrade included PulseAudio from 1.1 to 5.0.
   The 5.0 build is patched for X2Go bug #363. and available here:
 https://build.opensuse.org/project/show/home:mikedep333:branches:home:\
 mkbosmans:mingw32:pulseaudio
 - Windows: Reapply KDE on Windows's patch for Pageant support to
   libssh 0.5.5. (Fixes: #448)
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#349: X2Go issue (in src:x2goclient) has been marked as closed

2014-04-10 Thread Mike Gabriel
close #349
thanks

Hello,

we are very hopeful that X2Go issue #349 reported by you
has been resolved in the new release (4.0.2.0) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.2.0)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.


http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=cbe900f245206ad9bd62d0fbaf226da1b3ffc44e;hp=f7cdada8c57c45ee9ea3b6c42bd680fae26d728c

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:x2goclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goclient
Version: 4.0.2.0-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 13:47:56 +0200
Fixes: 138 349 422 440 446 448 453
Changes: 
 x2goclient (4.0.2.0-0x2go1) RELEASED; urgency=low
 .
   [ Oleksandr Shneyder ]
   * New upstream version (4.0.2.0):
 - Revrite SSH Classes to support libssh fix.
 - Add Class HelpDialog to show options in scroll area.
 - Fix authentication on SSH Broker with key + passphrase.
 - Set modmap timer timeout to 10 sec on Mac.
 - Fix running xmodmap if X2Go Client not started from terminal.
 - Setting keyboard modifiers with xmodmap.
 - Fix multimonitor support on Linux.
 - Display more version info. Parameters --version, --git, --changelog.
 - Don't show GUI dialog for --version, --help, etc, if started
   from terminal on linux and mac.
 - If no user in session config, display system username in pass form.
 - Check if txt/changelog and txt/git exist on config phase.
   Rename option --git to --git-info.
 - Change x2goclient.nsi for nightly builds.
 .
   [ Josh Lukens ]
   * New upstream version (4.0.2.0):
 - Switch to QNetworkAccessManager. Appropriately set content type
   header to application/x-www-form-urlencoded for HTTP post
   requests. (Fixes: #440, #138).
 - Fix copy+paste errors in QNetworkAccessManager code.
 - Provide support for dynamic authentication IDs. This is
   a requirement for using the broker client against brokers
   that use some sort of OTP authentication mechanism.
   (Fixes: #446).
 .
   [ Mike Gabriel ]
   * New upstream version (4.0.2.0):
 - Drop create_text.sh again, implement changelog copying
   in distro build files. Implement Git history creation for
   nightly builds in build scripts.
 - Rename txt/git to txt/git-info (make it compliant with cmdline
   options).
 - Allow starting shadow sessions from the command line with
   option --hidden being enabled. (Fixes: #349).
   * debian/control:
 + Build-depend on libssh-dev (= 0.5.4-2).
 + Bump Standards: to 3.9.5. No changes needed.
   * debian/rules:
 + Copy debian/changelog into txt/ subfolder during dh_auto_configure.
 + Create txt/git-info files for ChangeLog.git if it exists.
   * x2goclient.spec:
 + Copy ChangeLog (or debian/changelog) into txt/ subfolder during
   %setup.
 + Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup.
 + B-R (epel-7): man2html-core (same as for Fedora builds).
 .
   [ Mike DePaulo ]
   * New upstream version (4.0.2.0):
 - Decrease HelpDialog's tab width from 320 to 30
   (the width of 10 spaces.) (Fixes: #453)
 - Windows: Fix compatibility with PulseAudio 3.0  later through
   new cookie handling. (Fixes: #422)
 - Windows: Upgrade included PulseAudio from 1.1 to 5.0.
   The 5.0 build is patched for X2Go bug #363. and available here:
 https://build.opensuse.org/project/show/home:mikedep333:branches:home:\
 mkbosmans:mingw32:pulseaudio
 - Windows: Reapply KDE on Windows's patch for Pageant support to
   libssh 0.5.5. (Fixes: #448)
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#422: X2Go issue (in src:x2goclient) has been marked as closed

2014-04-10 Thread Mike Gabriel
close #422
thanks

Hello,

we are very hopeful that X2Go issue #422 reported by you
has been resolved in the new release (4.0.2.0) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.2.0)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.


http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=cbe900f245206ad9bd62d0fbaf226da1b3ffc44e;hp=f7cdada8c57c45ee9ea3b6c42bd680fae26d728c

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:x2goclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goclient
Version: 4.0.2.0-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 13:47:56 +0200
Fixes: 138 349 422 440 446 448 453
Changes: 
 x2goclient (4.0.2.0-0x2go1) RELEASED; urgency=low
 .
   [ Oleksandr Shneyder ]
   * New upstream version (4.0.2.0):
 - Revrite SSH Classes to support libssh fix.
 - Add Class HelpDialog to show options in scroll area.
 - Fix authentication on SSH Broker with key + passphrase.
 - Set modmap timer timeout to 10 sec on Mac.
 - Fix running xmodmap if X2Go Client not started from terminal.
 - Setting keyboard modifiers with xmodmap.
 - Fix multimonitor support on Linux.
 - Display more version info. Parameters --version, --git, --changelog.
 - Don't show GUI dialog for --version, --help, etc, if started
   from terminal on linux and mac.
 - If no user in session config, display system username in pass form.
 - Check if txt/changelog and txt/git exist on config phase.
   Rename option --git to --git-info.
 - Change x2goclient.nsi for nightly builds.
 .
   [ Josh Lukens ]
   * New upstream version (4.0.2.0):
 - Switch to QNetworkAccessManager. Appropriately set content type
   header to application/x-www-form-urlencoded for HTTP post
   requests. (Fixes: #440, #138).
 - Fix copy+paste errors in QNetworkAccessManager code.
 - Provide support for dynamic authentication IDs. This is
   a requirement for using the broker client against brokers
   that use some sort of OTP authentication mechanism.
   (Fixes: #446).
 .
   [ Mike Gabriel ]
   * New upstream version (4.0.2.0):
 - Drop create_text.sh again, implement changelog copying
   in distro build files. Implement Git history creation for
   nightly builds in build scripts.
 - Rename txt/git to txt/git-info (make it compliant with cmdline
   options).
 - Allow starting shadow sessions from the command line with
   option --hidden being enabled. (Fixes: #349).
   * debian/control:
 + Build-depend on libssh-dev (= 0.5.4-2).
 + Bump Standards: to 3.9.5. No changes needed.
   * debian/rules:
 + Copy debian/changelog into txt/ subfolder during dh_auto_configure.
 + Create txt/git-info files for ChangeLog.git if it exists.
   * x2goclient.spec:
 + Copy ChangeLog (or debian/changelog) into txt/ subfolder during
   %setup.
 + Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup.
 + B-R (epel-7): man2html-core (same as for Fedora builds).
 .
   [ Mike DePaulo ]
   * New upstream version (4.0.2.0):
 - Decrease HelpDialog's tab width from 320 to 30
   (the width of 10 spaces.) (Fixes: #453)
 - Windows: Fix compatibility with PulseAudio 3.0  later through
   new cookie handling. (Fixes: #422)
 - Windows: Upgrade included PulseAudio from 1.1 to 5.0.
   The 5.0 build is patched for X2Go bug #363. and available here:
 https://build.opensuse.org/project/show/home:mikedep333:branches:home:\
 mkbosmans:mingw32:pulseaudio
 - Windows: Reapply KDE on Windows's patch for Pageant support to
   libssh 0.5.5. (Fixes: #448)
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#453: X2Go issue (in src:x2goclient) has been marked as closed

2014-04-10 Thread Mike Gabriel
close #453
thanks

Hello,

we are very hopeful that X2Go issue #453 reported by you
has been resolved in the new release (4.0.2.0) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.2.0)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.


http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=cbe900f245206ad9bd62d0fbaf226da1b3ffc44e;hp=f7cdada8c57c45ee9ea3b6c42bd680fae26d728c

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:x2goclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goclient
Version: 4.0.2.0-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 13:47:56 +0200
Fixes: 138 349 422 440 446 448 453
Changes: 
 x2goclient (4.0.2.0-0x2go1) RELEASED; urgency=low
 .
   [ Oleksandr Shneyder ]
   * New upstream version (4.0.2.0):
 - Revrite SSH Classes to support libssh fix.
 - Add Class HelpDialog to show options in scroll area.
 - Fix authentication on SSH Broker with key + passphrase.
 - Set modmap timer timeout to 10 sec on Mac.
 - Fix running xmodmap if X2Go Client not started from terminal.
 - Setting keyboard modifiers with xmodmap.
 - Fix multimonitor support on Linux.
 - Display more version info. Parameters --version, --git, --changelog.
 - Don't show GUI dialog for --version, --help, etc, if started
   from terminal on linux and mac.
 - If no user in session config, display system username in pass form.
 - Check if txt/changelog and txt/git exist on config phase.
   Rename option --git to --git-info.
 - Change x2goclient.nsi for nightly builds.
 .
   [ Josh Lukens ]
   * New upstream version (4.0.2.0):
 - Switch to QNetworkAccessManager. Appropriately set content type
   header to application/x-www-form-urlencoded for HTTP post
   requests. (Fixes: #440, #138).
 - Fix copy+paste errors in QNetworkAccessManager code.
 - Provide support for dynamic authentication IDs. This is
   a requirement for using the broker client against brokers
   that use some sort of OTP authentication mechanism.
   (Fixes: #446).
 .
   [ Mike Gabriel ]
   * New upstream version (4.0.2.0):
 - Drop create_text.sh again, implement changelog copying
   in distro build files. Implement Git history creation for
   nightly builds in build scripts.
 - Rename txt/git to txt/git-info (make it compliant with cmdline
   options).
 - Allow starting shadow sessions from the command line with
   option --hidden being enabled. (Fixes: #349).
   * debian/control:
 + Build-depend on libssh-dev (= 0.5.4-2).
 + Bump Standards: to 3.9.5. No changes needed.
   * debian/rules:
 + Copy debian/changelog into txt/ subfolder during dh_auto_configure.
 + Create txt/git-info files for ChangeLog.git if it exists.
   * x2goclient.spec:
 + Copy ChangeLog (or debian/changelog) into txt/ subfolder during
   %setup.
 + Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup.
 + B-R (epel-7): man2html-core (same as for Fedora builds).
 .
   [ Mike DePaulo ]
   * New upstream version (4.0.2.0):
 - Decrease HelpDialog's tab width from 320 to 30
   (the width of 10 spaces.) (Fixes: #453)
 - Windows: Fix compatibility with PulseAudio 3.0  later through
   new cookie handling. (Fixes: #422)
 - Windows: Upgrade included PulseAudio from 1.1 to 5.0.
   The 5.0 build is patched for X2Go bug #363. and available here:
 https://build.opensuse.org/project/show/home:mikedep333:branches:home:\
 mkbosmans:mingw32:pulseaudio
 - Windows: Reapply KDE on Windows's patch for Pageant support to
   libssh 0.5.5. (Fixes: #448)
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#446: X2Go issue (in src:x2goclient) has been marked as closed

2014-04-10 Thread Mike Gabriel
close #446
thanks

Hello,

we are very hopeful that X2Go issue #446 reported by you
has been resolved in the new release (4.0.2.0) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.2.0)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.


http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=cbe900f245206ad9bd62d0fbaf226da1b3ffc44e;hp=f7cdada8c57c45ee9ea3b6c42bd680fae26d728c

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:x2goclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goclient
Version: 4.0.2.0-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 13:47:56 +0200
Fixes: 138 349 422 440 446 448 453
Changes: 
 x2goclient (4.0.2.0-0x2go1) RELEASED; urgency=low
 .
   [ Oleksandr Shneyder ]
   * New upstream version (4.0.2.0):
 - Revrite SSH Classes to support libssh fix.
 - Add Class HelpDialog to show options in scroll area.
 - Fix authentication on SSH Broker with key + passphrase.
 - Set modmap timer timeout to 10 sec on Mac.
 - Fix running xmodmap if X2Go Client not started from terminal.
 - Setting keyboard modifiers with xmodmap.
 - Fix multimonitor support on Linux.
 - Display more version info. Parameters --version, --git, --changelog.
 - Don't show GUI dialog for --version, --help, etc, if started
   from terminal on linux and mac.
 - If no user in session config, display system username in pass form.
 - Check if txt/changelog and txt/git exist on config phase.
   Rename option --git to --git-info.
 - Change x2goclient.nsi for nightly builds.
 .
   [ Josh Lukens ]
   * New upstream version (4.0.2.0):
 - Switch to QNetworkAccessManager. Appropriately set content type
   header to application/x-www-form-urlencoded for HTTP post
   requests. (Fixes: #440, #138).
 - Fix copy+paste errors in QNetworkAccessManager code.
 - Provide support for dynamic authentication IDs. This is
   a requirement for using the broker client against brokers
   that use some sort of OTP authentication mechanism.
   (Fixes: #446).
 .
   [ Mike Gabriel ]
   * New upstream version (4.0.2.0):
 - Drop create_text.sh again, implement changelog copying
   in distro build files. Implement Git history creation for
   nightly builds in build scripts.
 - Rename txt/git to txt/git-info (make it compliant with cmdline
   options).
 - Allow starting shadow sessions from the command line with
   option --hidden being enabled. (Fixes: #349).
   * debian/control:
 + Build-depend on libssh-dev (= 0.5.4-2).
 + Bump Standards: to 3.9.5. No changes needed.
   * debian/rules:
 + Copy debian/changelog into txt/ subfolder during dh_auto_configure.
 + Create txt/git-info files for ChangeLog.git if it exists.
   * x2goclient.spec:
 + Copy ChangeLog (or debian/changelog) into txt/ subfolder during
   %setup.
 + Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup.
 + B-R (epel-7): man2html-core (same as for Fedora builds).
 .
   [ Mike DePaulo ]
   * New upstream version (4.0.2.0):
 - Decrease HelpDialog's tab width from 320 to 30
   (the width of 10 spaces.) (Fixes: #453)
 - Windows: Fix compatibility with PulseAudio 3.0  later through
   new cookie handling. (Fixes: #422)
 - Windows: Upgrade included PulseAudio from 1.1 to 5.0.
   The 5.0 build is patched for X2Go bug #363. and available here:
 https://build.opensuse.org/project/show/home:mikedep333:branches:home:\
 mkbosmans:mingw32:pulseaudio
 - Windows: Reapply KDE on Windows's patch for Pageant support to
   libssh 0.5.5. (Fixes: #448)
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#402: Bug#402: Bug#402: Numlock issues

2014-04-10 Thread Mike Gabriel

Hi Jordi,

On  Do 10 Apr 2014 15:46:26 CEST, jordi wrote:


Hi Jordi,
(I am re-Cc:-ing #402 in our BTS, hope that's ok...)


On  Do 10 Apr 2014 12:03:02 CEST, jordi wrote:


Hi Jordi,

On  Sa 05 Apr 2014 19:45:20 CEST, Jordi Marqués wrote:


Hello Mike, sorry for late answer.

I have looked at it, so what you need is a simple bash script. I can
do that. Could I write it and send it to you?

If so, I think I can do it on monday.

Jordi.


Sure, send it to me.

Make sure that X2Go session startup does not break local session
startup. So if you change something in pre-runcommand.d, make sure it
gets restored in post-runcommand.d.


Hello Mike,

sorry again for being late, I've got more work than I can handle.

Please take a look at this post-runcommand.d
http://paste.debian.net/92885/
and this pre-runcommand.d: http://paste.debian.net/92886/ .

I write to files to save the state of the two settings previous to being
modified so I can restore it. I set a folder variable where I save those
files. Would that be a correct way to work inside X2go? I set them to
/tmp
to test, please modify them accordingly to what would be the best value.

Not directly related to this, I've played also with the
reduced_resources
variable, which set to true, disables completely windows animations, and
makes window moving be done with a classic transparent line drawn box,
instead of the real window image. I've applied to my users, if you find
it
interesting to try tell me to add it.


The approach is good. I have copied both scripts from paste.debian.net
to my local working copy of x2gomatebindings. Thanks!

However, one thought:

With your proposed approach, the dconf/gsettings setup remains
X2Go'ish for the duration of the X2Go Session.
It would be good, to make those settings and remove them immediately,
after the session has successfully come up. I am not sure how MATE
will behave if you launch the post-runcommand script 20 minutes after
the session has come up.

And another thought...

Another approach actually is... Talking to MATE upstream and asking
them to patch their code directly (i.e. ignore those settings / use
pre-set value if MATE runs inside an X2Go session). I will talk to
Stefano  co. about that (who is MATE upstream).


I don't really know if these settings are session aware, but my impression
is that those are global settings for a user. If they are not and I can
modify the script please let me know!


My question is: if you run the pre-runcommand script just before  
session startup and then run the post-runcommand script right after  
session startup (not when the session is ended), are the settings then  
ok?


Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp8D_S_mnfJP.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#473: Bug#473: x2goclient 4.0.1.4 fails to build

2014-04-10 Thread Mike Gabriel

Hi Orion,

On  Do 10 Apr 2014 21:56:40 CEST, Orion Poplawski wrote:


Package: x2goclient
Version: 4.0.1.4

x2goclient 4.0.1.4 fails to build for me with:

/usr/lib64/qt4/bin/rcc -name resources ../resources.rcc -o qrc_resources.cpp
RCC: Error in '../resources.rcc': Cannot find file 'x2goclient_nl.qm'

Adding x2goclient_nl.qm to x2goclient.pro fixes.  Some patch didn't  
get back-ported?


yeah, I already fixed that for our build environment [1]. Do you need  
to package that version of X2Go Client? For distros with libssh 0.6.3  
and above included, I recommend 4.0.2.0.


Mike

[1]  
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=e1f8a2cf08a9d59d3e5891574739613a65101bcf

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpDLBtfsAqYh.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#471: X2Go issue (in src:x2goserver) has been marked as pending for release

2014-04-03 Thread Mike Gabriel
tag #471 pending
fixed #471 4.0.1.15
thanks

Hello,

X2Go issue #471 (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=336917a

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

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

---
commit 336917af0dc087e4540fb3d55eb501d2fa4349be
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Sat Mar 8 22:58:14 2014 +0100

 Fix hanging of x2goserver init script. Cherry-pick a322d8c from master 
branch. (Fixes: #471).

diff --git a/debian/changelog b/debian/changelog
index f62c992..515a9dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 x2goserver (4.0.1.15-0x2go1) UNRELEASED; urgency=low
 
-  * Continue development on release branch...
+  * New upstream release (4.0.1.15):
++ Fix hanging of x2goserver init script. Cherry-pick a322d8c from master
+  branch. (Fixes: #471).
 
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Thu, 03 Apr 2014 10:08:05 
+0200
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#471: Bug#471: ATTENTION @Mike#1 - serious bug in x2goserver upgrade script (debian wheezy+squeeze)

2014-04-03 Thread Mike Gabriel

Hi Stefan, hi Panayotis

On  Do 03 Apr 2014 09:52:58 CEST, Stefan Baur wrote:


Addendum:

This is part of the ps ax output on one of the affected machines:

 2563 pts/2S+ 0:00 apt-get upgrade -y
 4958 pts/1S+ 0:00 /usr/bin/perl -w /usr/share/debconf/frontend
/var/lib/dpkg/info/x2goserver.postinst configure 4.0.1.13-0x2go1+
 4962 pts/1Z+ 0:00 [x2goserver.post] defunct
 5004 pts/1S+ 0:00 /usr/bin/perl /usr/sbin/x2gocleansessions

manually killing x2gocleansessions ( kill $(pidof x2gocleansessions))
seems to be a workaround, but still, we need a real fix in the form of
an updated package.

-Stefan


Can you please:

  o upgrade to 4.0.1.14
  o killall x2gocleansessions once the init script hangs during upgrade
  o replace /usr/sbin/x2gocleansessions by this file [1]
  o sudo service x2goserver start
  o now it should not hang...

Sorry, I forgot one cherry-pick to the release/4.0.1.x branch in  
x2goserver.git.


[1]  
http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver/sbin/x2gocleansessions;h=7fc5e8a428bcbd7867e2083f897915a2b286b32b;hb=336917af0dc087e4540fb3d55eb501d2fa4349be


Greets,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpVihWriEd5q.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#471: Bug#471: ATTENTION @Mike#1 - serious bug in x2goserver upgrade script (debian wheezy+squeeze)

2014-04-03 Thread Mike Gabriel

On  Do 03 Apr 2014 10:47:34 CEST, Stefan Baur wrote:


... because this happens immediately after the kill:

o now it should not hang...


Does service x2goserver start now work? Does the system reboot without  
hanging?


Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpn1ctZfn6dp.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#471: X2Go issue (in src:x2goserver) has been marked as closed

2014-04-03 Thread Mike Gabriel
close #471
thanks

Hello,

we are very hopeful that X2Go issue #471 reported by you
has been resolved in the new release (4.0.1.15) of the
X2Go source project »src:x2goserver«.

You can view the complete changelog entry of src:x2goserver (4.0.1.15)
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=7e43e787a8ffe26a34b66dbd4dc167e4cf29f74c;hp=ed4a76ce5015ee195476d2612abc94459e552c3a

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.15-0x2go1
Status: RELEASE
Date: Thu, 03 Apr 2014 11:35:50 +0200
Fixes: 471
Changes: 
 x2goserver (4.0.1.15-0x2go1) RELEASED; urgency=low
 .
   * New upstream release (4.0.1.15):
 + Fix hanging of x2goserver init script. Cherry-pick a322d8c from master
   branch. (Fixes: #471).
 + Add COPYING (GPL-2) file to base project folder.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#471: Bug#471: ATTENTION @Mike#1 - serious bug in x2goserver upgrade script (debian wheezy+squeeze)

2014-04-03 Thread Mike Gabriel

Hi Stefan,

On  Do 03 Apr 2014 11:41:37 CEST, Stefan Baur wrote:


Am 03.04.2014 11:31, schrieb Mike Gabriel:

On  Do 03 Apr 2014 10:47:34 CEST, Stefan Baur wrote:


... because this happens immediately after the kill:

o now it should not hang...


Does service x2goserver start now work? Does the system reboot
without hanging?


Seems to work just fine here.

/etc/init.d/x2goserver start

squeeze:
Cleaning up stale X2Go sessions..
And returns to the prompt immediately.

wheezy:
[info] Cleaning up stale X2Go sessions..
And returns to the prompt immediately.

I rebooted my test machines (users wouldn't be happy about unscheduled
reboots on the production ones) and it worked, too.

-Stefan


Ok. Same here.

Packages (4.0.1.15) are building on jenkins.x2go.org...  
(Lauchpad/Ubuntu builds will follow soon).


Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpNq5kwwQqn5.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#470: X2Go issue (in src:x2gobroker) has been marked as pending for release

2014-04-03 Thread Mike Gabriel
tag #470 pending
fixed #470 0.0.3.0
thanks

Hello,

X2Go issue #470 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=f635b14

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

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

---
commit f635b147e196a112284014007746fa7c5d0ce2c6
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Thu Apr 3 10:35:13 2014 +0200

Add basic support for pulling https_get authmech config from configuration 
file. (Fixes: #470).

diff --git a/debian/changelog b/debian/changelog
index d7350da..98e95f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -151,6 +151,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
 - Add auth mechanism https_get. (Fixes: #450).
 - Change pre and post scripts to use common codebase across frontends. 
(Fixes: #469).
 - Add ability to have script run in select session after server is 
selected.
+- Add basic support for pulling https_get authmech config from 
configuration file.
+  (Fixes: #470).
 
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Fri, 07 Jun 2013 23:25:30 
+0200
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#277: X2Go issue (in src:x2golxdebindings) has been marked as closed

2014-04-02 Thread Mike Gabriel
close #277
thanks

Hello,

we are very hopeful that X2Go issue #277 reported by you
has been resolved in the new release (1.0.2.2) of the
X2Go source project »src:x2golxdebindings«.

You can view the complete changelog entry of src:x2golxdebindings (1.0.2.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2golxdebindings.


http://code.x2go.org/gitweb?p=x2golxdebindings.git;a=commitdiff;h=f58220a5b7717b418dde91e6c72b6fbfc34838ad;hp=728e765d74cda5413275c2a4f7de1a9715f98cb9

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:x2golxdebindings.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2golxdebindings
Version: 1.0.2.2-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 10:36:22 +0200
Fixes: 277
Changes: 
 x2golxdebindings (1.0.2.2-0x2go1) RELEASED; urgency=low
 .
   * New upstream version (1.0.2.2):
 - Use x2gopath in scripts rather than deprecated x2gobasepath.
   * debian/control:
 + Add dependency: libgtk2.0-bin | libgtk-3-bin. (Fixes: #277).
 + Update SYNOPSIS and LONG_DESCRIPTION.
   * debian/source/format:
 + Switch to format 1.0.
   * x2golxdebindings.spec:
 + Provide x2golxdebindings.spec file for building RPM packages.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#304: X2Go issue (in src:x2goplasmabindings) has been marked as pending for release

2014-04-02 Thread Mike Gabriel
tag #304 pending
fixed #304 3.0.2.1
thanks

Hello,

X2Go issue #304 (src:x2goplasmabindings) 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=x2goplasmabindings.git;a=commitdiff;h=40aaa31

The issue will most likely be fixed in src:x2goplasmabindings (3.0.2.1).

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

---
commit 40aaa314a67f03cbd25b806956023602993cda44
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Wed Apr 2 11:12:44 2014 +0200

Update license information. (Fixes: #304).

* New upstream version (3.0.2.1):
  - Add copyright notices to file headers. Add COPYING file (LGPL-2).
* debian/copyright:
  + Update file. Make it DEB-5 compliant.

diff --git a/debian/changelog b/debian/changelog
index 7e768dc..491868c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 x2goplasmabindings (3.0.2.1-0x2go1) UNRELEASED; urgency=low
 
-  * Continue development...
+  * New upstream version (3.0.2.1):
+- Add copyright notices to file headers. Add COPYING file (LGPL-2). 
(Fixes: #304).
+  * debian/copyright:
++ Update file. Make it DEB-5 compliant.
 
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Wed, 02 Apr 2014 10:51:34 
+0200
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#439: Probably related to #421

2014-04-02 Thread Mike Gabriel

Control: reassign -1 x2goclient
Control: forcemerge -1 #421

Hi,

this issue is probably related to #421 [1]. So merging these two bugs  
and reassigning to X2Go Client.


Mike

[1] http://bugs.x2go.org/421
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpXHfUEopmDx.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#428: X2Go issue (in src:x2goserver) has been marked as closed

2014-04-02 Thread Mike Gabriel
close #428
thanks

Hello,

we are very hopeful that X2Go issue #428 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.

You can view the complete changelog entry of src:x2goserver (4.0.1.14)
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=4659cbf3ae4069b94c443fe7c2872eae9051f45b;hp=66eb1b0f5e124a282ebad236068ee7f2deda0f49

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.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes: 
 x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
 .
   [ Mike Gabriel ]
   * New upstream release (4.0.1.14):
 - Log SSHFS output and errors to ~/.x2go/C-session/sshfs-mounts.log.
   (Fixes: #415).
 - If x2golistmounts is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - If x2goumount-session is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
   via x2goagent.options. (Fixes: #424).
 - Safely remove desktop files for client-side shared folders. Remove
   the correct desktop file, even if the shared folder has already
   been (forcefully) umounted. Such situations occur in cases where
   the connection gets interrupted. SSHFS will then get removed by the
   Linux kernel and we have to guess what desktop icons is actually
   to be removed.
 - Fix broken file descriptor closures in x2gocleansessions. (Fixes:
   #441).
 - Provide proper Gentoo support in x2goserver-xsession portion of
   X2Go Server. (Fixes: #445).
 - x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
 - Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
   x2gomountdirs.8.
   * x2goserver.spec:
 - Let builds for EPEL-7 behave like recent Fedora builds.
 - Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
   is still required for .desktop files.
   * debian/*.doc-base:
 + Provide *.doc-base files for bin:packages containing HTML man pages
   or other documentation.
   * debian/x2goserver.init:
 + Add status option for init script (test if x2gocleansessions is
   running or not).
 + Add Description key to LSB header.
   * debian/config:
 + Explicitly call set -e. Makes lintian happier.
   * debian/rules:
 + Detect Git-created ChangeLog file if present (created by X2Go
   upstream's build scripts during package build).
 .
   [ Harald Nordgard-Hansen ]
   * New upstream release (4.0.1.14):
 - Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
   were badly quoted (which caused them to report the wrong result and to
   create a file called = in the user home directory). Aligning all tests
   to use the same style of quoting fixes this. (Fixes: #409).
 .
   [ Orion Poplawski ]
   * 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).
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#415: X2Go issue (in src:x2goserver) has been marked as closed

2014-04-02 Thread Mike Gabriel
close #415
thanks

Hello,

we are very hopeful that X2Go issue #415 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.

You can view the complete changelog entry of src:x2goserver (4.0.1.14)
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=4659cbf3ae4069b94c443fe7c2872eae9051f45b;hp=66eb1b0f5e124a282ebad236068ee7f2deda0f49

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.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes: 
 x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
 .
   [ Mike Gabriel ]
   * New upstream release (4.0.1.14):
 - Log SSHFS output and errors to ~/.x2go/C-session/sshfs-mounts.log.
   (Fixes: #415).
 - If x2golistmounts is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - If x2goumount-session is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
   via x2goagent.options. (Fixes: #424).
 - Safely remove desktop files for client-side shared folders. Remove
   the correct desktop file, even if the shared folder has already
   been (forcefully) umounted. Such situations occur in cases where
   the connection gets interrupted. SSHFS will then get removed by the
   Linux kernel and we have to guess what desktop icons is actually
   to be removed.
 - Fix broken file descriptor closures in x2gocleansessions. (Fixes:
   #441).
 - Provide proper Gentoo support in x2goserver-xsession portion of
   X2Go Server. (Fixes: #445).
 - x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
 - Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
   x2gomountdirs.8.
   * x2goserver.spec:
 - Let builds for EPEL-7 behave like recent Fedora builds.
 - Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
   is still required for .desktop files.
   * debian/*.doc-base:
 + Provide *.doc-base files for bin:packages containing HTML man pages
   or other documentation.
   * debian/x2goserver.init:
 + Add status option for init script (test if x2gocleansessions is
   running or not).
 + Add Description key to LSB header.
   * debian/config:
 + Explicitly call set -e. Makes lintian happier.
   * debian/rules:
 + Detect Git-created ChangeLog file if present (created by X2Go
   upstream's build scripts during package build).
 .
   [ Harald Nordgard-Hansen ]
   * New upstream release (4.0.1.14):
 - Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
   were badly quoted (which caused them to report the wrong result and to
   create a file called = in the user home directory). Aligning all tests
   to use the same style of quoting fixes this. (Fixes: #409).
 .
   [ Orion Poplawski ]
   * 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).
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#409: X2Go issue (in src:x2goserver) has been marked as closed

2014-04-02 Thread Mike Gabriel
close #409
thanks

Hello,

we are very hopeful that X2Go issue #409 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.

You can view the complete changelog entry of src:x2goserver (4.0.1.14)
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=4659cbf3ae4069b94c443fe7c2872eae9051f45b;hp=66eb1b0f5e124a282ebad236068ee7f2deda0f49

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.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes: 
 x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
 .
   [ Mike Gabriel ]
   * New upstream release (4.0.1.14):
 - Log SSHFS output and errors to ~/.x2go/C-session/sshfs-mounts.log.
   (Fixes: #415).
 - If x2golistmounts is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - If x2goumount-session is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
   via x2goagent.options. (Fixes: #424).
 - Safely remove desktop files for client-side shared folders. Remove
   the correct desktop file, even if the shared folder has already
   been (forcefully) umounted. Such situations occur in cases where
   the connection gets interrupted. SSHFS will then get removed by the
   Linux kernel and we have to guess what desktop icons is actually
   to be removed.
 - Fix broken file descriptor closures in x2gocleansessions. (Fixes:
   #441).
 - Provide proper Gentoo support in x2goserver-xsession portion of
   X2Go Server. (Fixes: #445).
 - x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
 - Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
   x2gomountdirs.8.
   * x2goserver.spec:
 - Let builds for EPEL-7 behave like recent Fedora builds.
 - Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
   is still required for .desktop files.
   * debian/*.doc-base:
 + Provide *.doc-base files for bin:packages containing HTML man pages
   or other documentation.
   * debian/x2goserver.init:
 + Add status option for init script (test if x2gocleansessions is
   running or not).
 + Add Description key to LSB header.
   * debian/config:
 + Explicitly call set -e. Makes lintian happier.
   * debian/rules:
 + Detect Git-created ChangeLog file if present (created by X2Go
   upstream's build scripts during package build).
 .
   [ Harald Nordgard-Hansen ]
   * New upstream release (4.0.1.14):
 - Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
   were badly quoted (which caused them to report the wrong result and to
   create a file called = in the user home directory). Aligning all tests
   to use the same style of quoting fixes this. (Fixes: #409).
 .
   [ Orion Poplawski ]
   * 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).
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#424: X2Go issue (in src:x2goserver) has been marked as closed

2014-04-02 Thread Mike Gabriel
close #424
thanks

Hello,

we are very hopeful that X2Go issue #424 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.

You can view the complete changelog entry of src:x2goserver (4.0.1.14)
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=4659cbf3ae4069b94c443fe7c2872eae9051f45b;hp=66eb1b0f5e124a282ebad236068ee7f2deda0f49

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.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes: 
 x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
 .
   [ Mike Gabriel ]
   * New upstream release (4.0.1.14):
 - Log SSHFS output and errors to ~/.x2go/C-session/sshfs-mounts.log.
   (Fixes: #415).
 - If x2golistmounts is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - If x2goumount-session is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
   via x2goagent.options. (Fixes: #424).
 - Safely remove desktop files for client-side shared folders. Remove
   the correct desktop file, even if the shared folder has already
   been (forcefully) umounted. Such situations occur in cases where
   the connection gets interrupted. SSHFS will then get removed by the
   Linux kernel and we have to guess what desktop icons is actually
   to be removed.
 - Fix broken file descriptor closures in x2gocleansessions. (Fixes:
   #441).
 - Provide proper Gentoo support in x2goserver-xsession portion of
   X2Go Server. (Fixes: #445).
 - x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
 - Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
   x2gomountdirs.8.
   * x2goserver.spec:
 - Let builds for EPEL-7 behave like recent Fedora builds.
 - Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
   is still required for .desktop files.
   * debian/*.doc-base:
 + Provide *.doc-base files for bin:packages containing HTML man pages
   or other documentation.
   * debian/x2goserver.init:
 + Add status option for init script (test if x2gocleansessions is
   running or not).
 + Add Description key to LSB header.
   * debian/config:
 + Explicitly call set -e. Makes lintian happier.
   * debian/rules:
 + Detect Git-created ChangeLog file if present (created by X2Go
   upstream's build scripts during package build).
 .
   [ Harald Nordgard-Hansen ]
   * New upstream release (4.0.1.14):
 - Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
   were badly quoted (which caused them to report the wrong result and to
   create a file called = in the user home directory). Aligning all tests
   to use the same style of quoting fixes this. (Fixes: #409).
 .
   [ Orion Poplawski ]
   * 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).
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#441: X2Go issue (in src:x2goserver) has been marked as closed

2014-04-02 Thread Mike Gabriel
close #441
thanks

Hello,

we are very hopeful that X2Go issue #441 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.

You can view the complete changelog entry of src:x2goserver (4.0.1.14)
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=4659cbf3ae4069b94c443fe7c2872eae9051f45b;hp=66eb1b0f5e124a282ebad236068ee7f2deda0f49

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.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes: 
 x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
 .
   [ Mike Gabriel ]
   * New upstream release (4.0.1.14):
 - Log SSHFS output and errors to ~/.x2go/C-session/sshfs-mounts.log.
   (Fixes: #415).
 - If x2golistmounts is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - If x2goumount-session is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
   via x2goagent.options. (Fixes: #424).
 - Safely remove desktop files for client-side shared folders. Remove
   the correct desktop file, even if the shared folder has already
   been (forcefully) umounted. Such situations occur in cases where
   the connection gets interrupted. SSHFS will then get removed by the
   Linux kernel and we have to guess what desktop icons is actually
   to be removed.
 - Fix broken file descriptor closures in x2gocleansessions. (Fixes:
   #441).
 - Provide proper Gentoo support in x2goserver-xsession portion of
   X2Go Server. (Fixes: #445).
 - x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
 - Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
   x2gomountdirs.8.
   * x2goserver.spec:
 - Let builds for EPEL-7 behave like recent Fedora builds.
 - Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
   is still required for .desktop files.
   * debian/*.doc-base:
 + Provide *.doc-base files for bin:packages containing HTML man pages
   or other documentation.
   * debian/x2goserver.init:
 + Add status option for init script (test if x2gocleansessions is
   running or not).
 + Add Description key to LSB header.
   * debian/config:
 + Explicitly call set -e. Makes lintian happier.
   * debian/rules:
 + Detect Git-created ChangeLog file if present (created by X2Go
   upstream's build scripts during package build).
 .
   [ Harald Nordgard-Hansen ]
   * New upstream release (4.0.1.14):
 - Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
   were badly quoted (which caused them to report the wrong result and to
   create a file called = in the user home directory). Aligning all tests
   to use the same style of quoting fixes this. (Fixes: #409).
 .
   [ Orion Poplawski ]
   * 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).
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#445: X2Go issue (in src:x2goserver) has been marked as closed

2014-04-02 Thread Mike Gabriel
close #445
thanks

Hello,

we are very hopeful that X2Go issue #445 reported by you
has been resolved in the new release (4.0.1.14) of the
X2Go source project »src:x2goserver«.

You can view the complete changelog entry of src:x2goserver (4.0.1.14)
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=4659cbf3ae4069b94c443fe7c2872eae9051f45b;hp=66eb1b0f5e124a282ebad236068ee7f2deda0f49

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.14-0x2go1
Status: RELEASE
Date: Wed, 02 Apr 2014 14:32:39 +0200
Fixes: 409 414 415 424 428 441 445
Changes: 
 x2goserver (4.0.1.14-0x2go1) RELEASED; urgency=low
 .
   [ Mike Gabriel ]
   * New upstream release (4.0.1.14):
 - Log SSHFS output and errors to ~/.x2go/C-session/sshfs-mounts.log.
   (Fixes: #415).
 - If x2golistmounts is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - If x2goumount-session is used without cmd option session_id, then
   the env var $X2GO_SESSION (current session) will be attempted to use.
 - Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
   via x2goagent.options. (Fixes: #424).
 - Safely remove desktop files for client-side shared folders. Remove
   the correct desktop file, even if the shared folder has already
   been (forcefully) umounted. Such situations occur in cases where
   the connection gets interrupted. SSHFS will then get removed by the
   Linux kernel and we have to guess what desktop icons is actually
   to be removed.
 - Fix broken file descriptor closures in x2gocleansessions. (Fixes:
   #441).
 - Provide proper Gentoo support in x2goserver-xsession portion of
   X2Go Server. (Fixes: #445).
 - x2gofm.desktop: Drop obsolete Encoding key from .desktop file.
 - Fix typos / hyphen-as-minus signs issues in x2goversion.8 and
   x2gomountdirs.8.
   * x2goserver.spec:
 - Let builds for EPEL-7 behave like recent Fedora builds.
 - Spcial handling of x2gofm.desktop. In EPEL-5 the Encoding key
   is still required for .desktop files.
   * debian/*.doc-base:
 + Provide *.doc-base files for bin:packages containing HTML man pages
   or other documentation.
   * debian/x2goserver.init:
 + Add status option for init script (test if x2gocleansessions is
   running or not).
 + Add Description key to LSB header.
   * debian/config:
 + Explicitly call set -e. Makes lintian happier.
   * debian/rules:
 + Detect Git-created ChangeLog file if present (created by X2Go
   upstream's build scripts during package build).
 .
   [ Harald Nordgard-Hansen ]
   * New upstream release (4.0.1.14):
 - Correctly quote the tests against $DISTRIB_RELEASE in x2goruncommand that
   were badly quoted (which caused them to report the wrong result and to
   create a file called = in the user home directory). Aligning all tests
   to use the same style of quoting fixes this. (Fixes: #409).
 .
   [ Orion Poplawski ]
   * 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).
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] Problem resuming session

2014-04-02 Thread Mike Gabriel

Hi Borys,

can you resend your information to #302 [1, 2]?

It seems very related and you finally provided a way to reproduce that  
issue!!! GOOD!


Thanks,
Mike

[1] bugs.x2go.org/cgi-bin/bugreport.cgi?bug=302
[2] 3...@bugs.x2go.org

On  Di 01 Apr 2014 21:15:56 CEST, Borys Saulyak wrote:

I have sent this already to x2go-users but no response so far.  
Perhaps here I will get more luck...☺



Hi guys,

I have quite often a problem to resume a session that was suspended  
after unexpected disconnect of the client.

In most of the cases it does not work.

On the client side I get this:
Loop: WARNING! Unrecognized session type 'unix-kde-depth_24'.  
Assuming agent session.
Loop: WARNING! Unrecognized session type 'unix-kde-depth_24'.  
Assuming agent session.

Loop: PANIC! The remote NX proxy closed the connection.
Loop: PANIC! Failure negotiating the session in stage '7'.
Loop: PANIC! Wrong version or invalid session authentication cookie.
Loop: PANIC! The remote NX proxy closed the connection.
Loop: PANIC! Failure negotiating the session in stage '7'.
Loop: PANIC! Wrong version or invalid session authentication cookie.
Loop: WARNING! Unrecognized session type 'unix-kde-depth_24'.  
Assuming agent session.
Loop: WARNING! Unrecognized session type 'unix-kde-depth_24'.  
Assuming agent session.

Loop: PANIC! The remote NX proxy closed the connection.

On the server side I see this:
Apr  1 07:09:00 xxx /usr/local/bin/x2gosetkeyboard: Setting X  
keyboard according to  
/home/dadfmg/.x2go/C-dadfmg-77-1396335925_stDKDE_dp24/keyboard
Apr  1 07:11:32 xxx sshd[9739]: Accepted keyboard-interactive/pam  
for dadfmg from 10.10.1.13 port 59401 ssh2
Apr  1 07:11:34 xxx /usr/local/bin/x2gosuspend-session: session with  
ID dadfmg-77-1396335925_stDKDE_dp24 has been suspended successfully
Apr  1 07:11:36 xxx /usr/local/bin/x2goresume-session: client  
10.10.1.13 has successfully resumed session with ID  
dadfmg-77-1396335925_stDKDE_dp24
Apr  1 07:11:36 xxx sshd[9742]: error: connect_to localhost port  
30081: failed.

Apr  1 07:11:36 xxx sshd[9742]: channel_by_id: 0: bad id: channel free
Apr  1 07:11:36 xxx sshd[9742]: Disconnecting: Received ieof for  
nonexistent channel 0.


I am on the latest version of client/server.

I also noticed that I can achieve the same result if I suspend the  
session and then try to resume it by login in to the server via ssh  
and executing x2goresume-session sessionid

In this case even healthy and cleanly suspended session get screwed. 
So far I was not able to figure out how can I get the session back.  
It just does not work. I found a workaround for the time being which  
is to connect via local desktop (desktop sharing). This works even  
if session is screwed, but this is not what I want. I would like to  
get my session resumed correctly no matter what happened. Is this a  
known bug? Or is it only happening to me? I would really appreciate  
any help! X2GO is a great project and it has a great potential!


Thanks in advance for any help!
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev



--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp8IhYSA_12N.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#469: Bug#469: Move pre and post scripts to common code and add scripts in select session

2014-04-02 Thread Mike Gabriel

On  Mi 02 Apr 2014 15:25:25 CEST, Josh Lukens wrote:


Package: x2gobroker
Version: 0.0.3.0
Severity: wishlist

Move pre and post scripts to common code and add scripts in select session.


Patch has been applied... I needed to do some white space fixing and  
found a typo in a comment...


The rest looked very very good.

Thanks for your contribution to X2Go!
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgplW4rfLmZSs.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#469: X2Go issue (in src:x2gobroker) has been marked as pending for release

2014-04-02 Thread Mike Gabriel
tag #469 pending
fixed #469 0.0.3.0
thanks

Hello,

X2Go issue #469 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=8018b73

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

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

---
commit 8018b7388e551d3d9df690fd2e1eb6ca4deb2ce1
Author: Josh Lukens jluk...@botch.com
Date:   Wed Apr 2 16:30:00 2014 +0200

Change pre and post scripts to use common codebase across frontends. 
(Fixes: #469). Add ability to have script run in select session after server is 
selected.

diff --git a/debian/changelog b/debian/changelog
index 15988f0..d7350da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -149,6 +149,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
   (Fixes: #447).
 - Add support to run pre and post authentication scripts. (Fixes: #449).
 - Add auth mechanism https_get. (Fixes: #450).
+- Change pre and post scripts to use common codebase across frontends. 
(Fixes: #469).
+- Add ability to have script run in select session after server is 
selected.
 
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Fri, 07 Jun 2013 23:25:30 
+0200
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2Go-Dev] schedule release of X2Go Client 4.0.2.0

2014-03-31 Thread Mike Gabriel

Hi Michael,

On  Mo 31 Mär 2014 15:19:07 CEST, Michael DePaulo wrote:


The latest version of VcXsrv, 1.15.0, contains the vulnerability
CVE-2013-6462 in the component libXfont 1.4.6.

The vulnerability is fixed in libXfont 1.4.7 and VcXsrv's master
branch contains that update/fix.

I just sent the VcXsrv developer marha a message through
SourceForge.net. I am hoping he will respond soon. I would like to
avoid releasing X2Go Client 4.0.2.0 with the vulnerable VcXsrv if at
all possible. As I mentioned below, I'll try to compile VcXsrv's
master branch if he will not release a new VcXsrv soon. I will also
try to compile the master this evening if he does not respond by then.

-Mike


are you sure you want to dive into building VcXsrv? We can also wait a  
little more to get that fixed by marha.


Or we could release and provide builds for Win32 a little later.

On the other hand, it problable might be a benefit to be in charge of  
your own VcXsrv builds. Maybe not now, but maybe later.


Greets,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpODqjhzIAse.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#350: After revisiting #350: closing this bug with wontfix tag

2014-03-31 Thread Mike Gabriel

Control: tag -1 wontfix
Control: close -1

Hi,

the discussed scenario is not relevant for anyone anymore. Such a  
functionality improvement is also a feature request that needs to be  
contracted, if someone really needs it.


Thus, closing issue #350 (add --no-icon option to x2godesktopsharing).

Mike


--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpCFSFmsb7eN.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#281: X2Go issue (in src:x2godesktopsharing) has been marked as closed

2014-03-31 Thread Mike Gabriel
close #281
thanks

Hello,

we are very hopeful that X2Go issue #281 reported by you
has been resolved in the new release (3.1.1.1) of the
X2Go source project »src:x2godesktopsharing«.

You can view the complete changelog entry of src:x2godesktopsharing (3.1.1.1)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2godesktopsharing.


http://code.x2go.org/gitweb?p=x2godesktopsharing.git;a=commitdiff;h=5f55ebaa9a2f84386f9ecd8aeebf2e6c7a9a81ec;hp=2f127116cce0246a181f73ee6218fe96bc75e47b

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:x2godesktopsharing.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2godesktopsharing
Version: 3.1.1.1-0x2go1
Status: RELEASE
Date: Mon, 31 Mar 2014 21:54:21 +0200
Fixes: 281 426 427
Changes: 
 x2godesktopsharing (3.1.1.1-0x2go1) RELEASED; urgency=low
 .
   * New upstream version (3.1.1.1):
 - Update man pages (Fixes: #281).
 - Fix FSF address in COPYING file.
 - Use x2gopath in scripts rather than deprecated x2gobasepath. (Fixes:
   #427).
 - 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. (Fixes: #426).
   * debian/control:
 + Replace LDAP support with session brokerage support in LONG_DESCRIPTION.
 + Rework LONG_DESCRIPTION in several other aspects.
   * debian/source/format:
 Switch to format 1.0.
   * x2godesktopsharing.spec:
 + Ship x2godesktopsharing.spec (RPM package definitions) in upstream
   project. (Thanks to the Fedora package maintainers).
 + Conditional dependency on sysvinit-tools (EPEL) or procps-ng (Fedora) to
   get the pidof binary installed.
 + Run lrelease-qt4 before running qmake-qt4.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#423: X2Go issue (in src:nx-libs) has been marked as pending for release

2014-03-29 Thread Mike Gabriel
tag #423 pending
fixed #423 2:3.5.0.23
thanks

Hello,

X2Go issue #423 (src:nx-libs) 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=nx-libs.git;a=commitdiff;h=4bbcbe5

The issue will most likely be fixed in src:nx-libs (2:3.5.0.23).

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

---
commit 4bbcbe505ec79294b243a4dac60d4d1bff397336
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Sat Mar 29 21:22:59 2014 +0100

Add patch: 056_nx-X11-Werror-format-security.patch. Fix more 
-Werror=format-security errors that only show up on ARM builds. (Fixes: #423).

diff --git a/debian/changelog b/debian/changelog
index 7e242b3..74fa55e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ nx-libs (2:3.5.0.23-0x2go1) UNRELEASED; urgency=low
   * Add patch: 055_nx-X11_imake-Werror-format-security.full.patch. Fix FTBFS
 of imake on current Fedora rawhide (21) which uses the compiler option
 -Werror=format-security for all builds. (Fixes: #412).
+  * Add patch: 056_nx-X11-Werror-format-security.patch. Fix more
+-Werror=format-security errors that only show up on ARM builds. (Fixes:
+#423).
   * nx-libs.spec:
 - Sync nx-libs.spec in Fedora with upstream's nx-libs.spec file. (Fixes:
   #393).
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#420: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-03-29 Thread Mike Gabriel
tag #420 pending
fixed #420 4.0.1.4
thanks

Hello,

X2Go issue #420 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=c9e895b

The issue will most likely be fixed in src:x2goclient (4.0.1.4).

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

---
commit c9e895b59c038c9c2a8c68ab66c53f2abb868092
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Sat Mar 29 21:11:45 2014 +0100

Fix password connection with libssh 0.6.0. (Fixes: #420).

diff --git a/debian/changelog b/debian/changelog
index 36e61a3..e757677 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low
 
   [ Orion Poplawski ]
   * New upstream version (4.0.1.4):
-- Fix password connection with libssh 0.6.0
+- Fix password connection with libssh 0.6.0. (Fixes: 420).
 - Don't use ancient Debianism's for ssh options (ProtocolKeepAlives).
   (Fixes: #434).
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#349: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-03-28 Thread Mike Gabriel
tag #349 pending
fixed #349 4.0.2.0
thanks

Hello,

X2Go issue #349 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=89b5d94

The issue will most likely be fixed in src:x2goclient (4.0.2.0).

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

---
commit 89b5d94ac7aa9b3fe9a9e398c60e74a8a13d095b
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Sat Mar 29 00:32:04 2014 +0100

Allow starting shadow sessions from the command line with option --hidden 
being enabled. (Fixes: #349).

diff --git a/debian/changelog b/debian/changelog
index 14ae6df..f5db338 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,8 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low
   nightly builds in build scripts.
 - Rename txt/git to txt/git-info (make it compliant with cmdline
   options).
+- Allow starting shadow sessions from the command line with
+  option --hidden being enabled. (Fixes: #349).
   * debian/control:
 + Build-depend on libssh-dev (= 0.5.4-2).
 + Bump Standards: to 3.9.5. No changes needed.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#445: X2Go issue (in src:x2goserver) has been marked as pending for release

2014-03-28 Thread Mike Gabriel
tag #445 pending
fixed #445 4.0.1.14
thanks

Hello,

X2Go issue #445 (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=36c4935

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 36c4935309aea7e42d7674702baa173a1784ec7f
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Sat Mar 29 01:16:48 2014 +0100

Provide proper Gentoo support in x2goserver-xsession portion of X2Go 
Server. (Fixes: #445).

diff --git a/debian/changelog b/debian/changelog
index 2a8a394..9d29bf1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low
   to be removed.
 - Fix broken file descriptor closures in x2gocleansessions. (Fixes:
   #441).
+- Provide proper Gentoo support in x2goserver-xsession portion of
+  X2Go Server. (Fixes: #445).
   * x2goserver.spec:
 - Let builds for EPEL-7 behave like recent Fedora builds.
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2Go-Dev] schedule release of X2Go Client 4.0.2.0

2014-03-19 Thread Mike Gabriel

On  Mi 19 Mär 2014 04:59:30 CET, Michael DePaulo wrote:

On Sun, Mar 16, 2014 at 1:37 PM, Michael DePaulo  
mikedep...@gmail.com wrote:

On Sun, Mar 16, 2014 at 1:24 PM, Mike Gabriel
mike.gabr...@das-netzwerkteam.de wrote:

Also, since it is a regression, I would like to spend until the end of
Monday (tomorrow) night looking into bug 448 and hopefully fixing it
by then.



We should definitely see to that. Thanks for taking over that task. Take
more time if needed.

Greets,
Mike


Thanks. I'll keep you posted via the bugtracker.


1. bug 448: Alex provided the patched libssh 0.5.5 build and I
included it in the nightly build system. I believe he should update
the changelog and list his name though.

2. The issue we discussed on IRC with with downgrading PulseAudio 5.0
to 1.1 or 0.9.6 after 5.0 created a cookie: The fix is committed:
ed895e030c52025c7e1ebce6e1d6b6e7c524f8d3

3. Tomorrow I would put out a nightly build out with following newer
dependencies. I would appreciate a few days for testing:
-Latest Cygwin files
-OpenSSH 6.6p1 with our patch ported and applied
(patch here: http://code.x2go.org/releases/source/openssh-cygwin/)
-nx-libx 3.5.0.22 linked against the latest cygwin (I have been
providing 3.5.0.22 linked against the older cygwin)
-VcXsrv 1.14.5 (see the email thread Windows X2Go Client: Windows XP
 VcXsrv security vulnerabilities for more info.)
-libpng 1.2.51

The main reason for these dependency updates/upgrades is that there
are some security vulnerabilities in the current cygwin files, OpenSSH
6.1p1, and in VcXsrv 1.14.2.1.

-Mike#2


+1 from me!

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpZqD8JjrifX.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#448: Bug#448: Here's the patch

2014-03-17 Thread Mike Gabriel

Hi Michael,

On  Mo 17 Mär 2014 04:52:54 CET, Michael DePaulo wrote:


Sorry for the long URL, but we can download the patch that KDE used
for libssh 0.5.3 here:
http://code.ohloh.net/project?pid=bnCaBd3Jo9Iprevcid=1did=portage%2Fwin32libs%2Flibsshcid=9zDTNiYDvV0fp=305438projSelected=true

Based on the dates in the files,
0001-implement-support-for-putty-s-pageant-0.5.3.patch supercedes
0001-implement-support-for-putty-s-pageant.patch


You are AWESOME!!!

Mike


--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpuKIC20PjDu.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] schedule release of X2Go Client 4.0.2.0

2014-03-16 Thread Mike Gabriel

Hi Michael,

On  So 16 Mär 2014 17:16:35 CET, Michael DePaulo wrote:


As I mentioned on IRC, I accidentally applied the commit to the master
branch. Let me know how you want me to proceed.


The way to do such a dual branch commit properly is this:

  o Checkout the release/4.0.1.x branch
  o Fix the code there.
  o Add a changelog entry for the upcoming release on that branch
(4.0.1.4).
  o Add the (Fixes: #nnn). identifier to the changelog entry
  o commit everything together on that release branch

  o then do a git checkout master
  o cherry-pick that special commit from the release/4.0.1.x branch
to the master branch
  o if you are lucky (mostly) the commit will apply cleanly to the
code base on the master branch
  o if you are unlucky, resolve the conflicts manually (if you need
help on this, we can join up on IRC for a session once that happens)
  o the changelog entry should automatically appear in the master
branch's changelog file at the correct position

  o push everything to git.x2go.org

The way to fix a commit that does not have a (Fixes: #nnn). statement:

  o revert that commit
  o re-cherry-pick the fixing commit
  o do a git reset HEAD~
  o fix-up the changelog
  o and re-commit the amended changelog together with the
code fixup

For the current situation, I would only:

  o move the changelog entry to the stanza for 4.0.1.4 (on master
branch)
  o copy the changelog entry
  o checkout release/4.0.1.x branch
  o paste the copied changelog entry to that branch's changelog file
  o commit the updated changelog
  o push it


Also, since it is a regression, I would like to spend until the end of
Monday (tomorrow) night looking into bug 448 and hopefully fixing it
by then.


We should definitely see to that. Thanks for taking over that task.  
Take more time if needed.


Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpeiKtdIAwYK.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#422: Bug#422: Just Create the .config/pulse/ dir!

2014-03-14 Thread Mike Gabriel

Hi Michael,

On  Fr 14 Mär 2014 06:24:58 CET, Michael DePaulo wrote:


After spending lots of time debugging this issue, largely involving
comparing the debug output from pulseaudio.exe, I believe I've
determined a simple fix.

I observed that if I create this directory ahead of time, the
pulseaudio.exe process launched by x2goclient.exe creates the cookie
file under it  stays running.
C:\Users\mike\.x2go\pulse\.config\pulse\

Therefore, I believe a simple fix for this bug is for x2goclient.exe,
regardless of what version of pulseaudio.exe is installed, to:
1. Create that directory (if it DNE).
2. Include logic around onmainwindow.cpp:5149 to use the cookie at
that path. If the cookie is not in that location, fall back to
.pulse-cookie. We already have this logic for Linux.


Gosh! Very good work!!! Let's go that approach.


I plan to write, test, and (hopefully) commit this fix tomorrow night.

Note that we cannot override the cookie location due to PulseAudio Bug 75006:
https://bugs.freedesktop.org/show_bug.cgi?id=75006

Note that although I am not sure why PulseAudio.exe is incapable of
creating this file when launched by x2goclient.exe, compared to when
it is launched by cmd.exe, I believe this is still safe approach to
solving the bug.
I say this because PulseAudio devs's comments  commit messages make
it clear that they support both the directory already existing, and
the directory not already existing.
For example:
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/pulsecore/authkey.c?id=a91359956f166005749247eaa5f4001a4555689d


Maybe the pulse directory does not get created because of .config  
being missing. The pulsecore/core-utils.c contains a function name  
pa_make_secure_dir which will create a directory for the pulse  
cookies, but it (AFAICT) assumes that the parent dir (.config) already  
exists.


It also may be that we don't set XDG variables not appropriately [1].  
The pulseaudio patch you mention earlier [2] alludes that, too.


[1] http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
[2]  
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=7fad67c46188991c04a42b190349ebb3f4a1756f


I guess assuring that the .config/pulse dir exists is a simple  
approach and we should go that instead of playing with XDG env vars  
(which are part of the freedesktop specs and X2Go Client is not about  
being compliant with freedesktop specs if run on Windows).


Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpBxJATaUkry.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#454: [X2Go-User] Buggy File Folder sharing

2014-03-14 Thread Mike Gabriel

Package: x2goclient
Tag: build-macosx
Severity: important
Version: 3.99.2.1

Hi Graham, hi Thierry,

[I forward this bug repport to our bug tracker

On  Do 13 Mär 2014 15:01:42 CET, Graham Stoddart-Stones wrote:


Thierry:

Just to confirm that we are encountering the same problem with Mac  
OSX 3.5.1, X2Goclient 3.99.2.1:


When you start up X2Goclient on the Mac, you get an error dialog:

sshd client not started, you'll need sshd for printing and file  
sharing.


In OSX, openssh-server is built-in, and is activated by setting  
Enable Remote Login in System Preferences Sharing, as many others  
have noted. However, this does not stop the error dialog from  
recurring every time. That leads to another error message File  
cannot be opened. If one ignores this, X2Goclient starts and runs  
normally, provided one wishes to neither print locally, nor share  
files from the Mac with the remote server.


I have seen lots of other emails on this topic, suggesting that the  
error message does not necessarily apply to the Mac (ie sshd is in  
fact running, the error message simply means that the x2goclient  
code is looking for a response from a Linux-like file (which does  
not occur in the same place in OSX), similarly the File Cannot be  
opened again refers to a file that is either not used on a Mac, or  
is in a wholly different location from where that file is actually  
stored on a Mac. I have not seen this point formally answered  
anywhere.


For me, the concern is that, whether sshd is running on the Mac or  
not, File Sharing does not appear to be working. I am not  
sufficiently familiar with X2Go nor with the Mac to know where to  
look on the server for the Mac shared folders, but I do know that  
there is nothing under media, as there is with Linux and a PC,  
which is where I normally look. Again, I have searched the bulletins  
and forums, and often seen this point raised - I have just not found  
the answer on how to get round it.


So, am keen to see how you get on, and whether anybody else can  
please shed any light!


Can you cross-check the observed problem with latest X2Go Client [1]???

Can you launch X2Go Client from a terminal on Mac OS X and use a tool  
like strace (if that exists) and check its output for pointers to  
file-not-found errors?


That would be really helpful for tracking down this issue.

Mike

[1] http://code.x2go.org/releases/binary-macosx/x2goclient/releases/4.0.1.3/
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp_w0x0oZgmk.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] schedule release of X2Go Client 4.0.2.0

2014-03-09 Thread Mike Gabriel

Hi Andreas,

On  So 09 Mär 2014 16:33:54 CET, Andreas Radke wrote:


How are things going? Now that libssh 0.6.3 is out my distro wants to
update it. How's x2goclient doing? Can we expect a quick release or
how's git status?


The current Git master's HEAD builds against and runs well with libssh  
0.6.1 and later (AFAIK).


We are close to releasing X2Go Client 4.0.2.0.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpFQtnmX34t0.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#447: X2Go issue (in src:x2gobroker) has been marked as pending for release

2014-03-07 Thread Mike Gabriel
tag #447 pending
fixed #447 0.0.3.0
thanks

Hello,

X2Go issue #447 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=893b4ce

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

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

---
commit 893b4ce7190ef088dc096144feb5c99be6d71cf7
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Fri Mar 7 21:37:59 2014 +0100

Add support for dynamic cookie based auth after initial password auth. 
(Fixes: #447).

diff --git a/debian/changelog b/debian/changelog
index ced44bc..0b2dd12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
 
+  [ Mike Gabriel ]
   * New upstream version (0.0.3.0):
 - Add SSH support to X2Go Session Broker. (Fixes: #153).
 - Move x2gobroker executable to /usr/bin.
@@ -113,6 +114,11 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
   sub-package.
 + Builds for EPEL-7 also have to systemd aware.
 
+  [ Josh Lukens ]
+  * New upstream version (0.0.3.0):
+- Add support for dynamic cookie based auth after initial password auth. 
(Fixes:
+  #447).
+
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Fri, 07 Jun 2013 23:25:30 
+0200
 
 x2gobroker (0.0.2.3-0~x2go1) unstable; urgency=low
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#450: X2Go issue (in src:x2gobroker) has been marked as pending for release

2014-03-07 Thread Mike Gabriel
tag #450 pending
fixed #450 0.0.3.0
thanks

Hello,

X2Go issue #450 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=69fa03e

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

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

---
commit 69fa03ef3eb9e6bf4aa299e3de6194b315c39d6e
Author: Josh Lukens jluk...@botch.com
Date:   Thu Mar 6 21:33:38 2014 -0500

Add simple https get authmech. (Fixes: #450).

diff --git a/debian/changelog b/debian/changelog
index bb4cb93..49e1087 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -119,6 +119,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
 - Add support for dynamic cookie based auth after initial password auth. 
(Fixes:
   #447).
 - Add support to run pre and post authentication scripts. (Fixes: #449).
+- Add auth mechanism https_get. (Fixes: #450).
 
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Fri, 07 Jun 2013 23:25:30 
+0200
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#449: X2Go issue (in src:x2gobroker) has been marked as pending for release

2014-03-07 Thread Mike Gabriel
tag #449 pending
fixed #449 0.0.3.0
thanks

Hello,

X2Go issue #449 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=770683c

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

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

---
commit 770683c5ade94095482bdb28ea868ab2d69c2e24
Author: Josh Lukens jluk...@botch.com
Date:   Thu Mar 6 20:55:10 2014 -0500

Add support to run pre and post authentication scripts. (Fixes: #449).

diff --git a/debian/changelog b/debian/changelog
index 0b2dd12..bb4cb93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -118,6 +118,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
   * New upstream version (0.0.3.0):
 - Add support for dynamic cookie based auth after initial password auth. 
(Fixes:
   #447).
+- Add support to run pre and post authentication scripts. (Fixes: #449).
 
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Fri, 07 Jun 2013 23:25:30 
+0200
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#451: Make https_get auth mech configurable

2014-03-07 Thread Mike Gabriel

Package: x2gobroker
Severity: important
Version: 0.0.3.0

This is a follow-up for #450. Currently, the https_get authentication  
host is hard-coded in x2gobroker/authmechs/https_get_authmech.py. This  
should be made configurable (somewhere).


Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpIUEjfftVjv.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] How to create patches for X2Go

2014-03-07 Thread Mike Gabriel

Hi Alex,

On  Mi 05 Mär 2014 11:49:02 CET, Oleksandr Shneyder wrote:


Hello all,

Thank you for all your contributions to X2Go code. However, sometimes it
is not easy to test and apply patches, that you send us via a developer
mailing list. To make this procedure for us easier, please create your
patches like it described in the GIT documentation:

http://www.git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Public-Large-Project

@Mike: What do you think about it? Should we include this link in our
Wiki-Documentation?


One more feedback on the above article.

Best practice for applying patches (for me at least) is if  
contributors attach patches to mails as an attachment (or several  
attachments).


Patches sent inline (as recommended by the howto linked above) are  
much harder to handle (at least for me, my mail client, my workflows).


Thanks+Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpDRwZvL4mEc.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#360: X2Go issue (in src:x2gobroker) has been marked as pending for release

2014-03-05 Thread Mike Gabriel
tag #360 pending
fixed #360 0.0.3.0
thanks

Hello,

X2Go issue #360 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=e5791ce

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

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

---
commit e5791ce77aa5dc69e6f80565bcc4093e9c880311
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Wed Mar 5 09:06:49 2014 +0100

add closure for #360, got already fixed in commit 
d9ce73f4f90b80554dea629dcf64bb1f65b65f4b

diff --git a/debian/changelog b/debian/changelog
index a91fc06..5439a0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -66,7 +66,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
 - Fix man pages (layout issues on x2gobroker-authservice man page).
 - Adapt man page installation to moval of x2gobroker(-testauth) from
   an sbin to a bin directory (executable for any user).
-- Make the inifile broker backend the default backend.
+- Make the inifile broker backend the default backend. (Fixes: #360).
 - Support daemonizing of the http broker.
 - Default to http broker mode when daemonizing the broker.
 - Support daemonizing of the authservice.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#379: X2Go issue (in src:x2gobroker) has been marked as pending for release

2014-03-05 Thread Mike Gabriel
tag #379 pending
fixed #379 0.0.3.0
thanks

Hello,

X2Go issue #379 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=e5eb4a3

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

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

---
commit e5eb4a32da13145e012b1fc3fe112ff8d5e53076
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Wed Mar 5 09:12:23 2014 +0100

add bug closures #379 and #380 to changelog, fixed by commit 
1f80caf359b239bf60e5a07c3119446997e4962e and some later follow-ups

diff --git a/debian/changelog b/debian/changelog
index 5439a0c..ced44bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -86,7 +86,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
   systemd.
 - Provide symlink x2gobroker-daemon.
 - Provide systemd service files for x2gobroker-daemon and
-  x2gobroker-authservice.
+  x2gobroker-authservice. (Fixes: #379, #380).
 - Add --drop-privileges feature so that x2gobroker-daemon can drop root
   privileges when started via systemd. Only drop privileges if
   x2gobroker(-daemon) is run as uidNumber 0.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#380: X2Go issue (in src:x2gobroker) has been marked as pending for release

2014-03-05 Thread Mike Gabriel
tag #380 pending
fixed #380 0.0.3.0
thanks

Hello,

X2Go issue #380 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=e5eb4a3

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

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

---
commit e5eb4a32da13145e012b1fc3fe112ff8d5e53076
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Wed Mar 5 09:12:23 2014 +0100

add bug closures #379 and #380 to changelog, fixed by commit 
1f80caf359b239bf60e5a07c3119446997e4962e and some later follow-ups

diff --git a/debian/changelog b/debian/changelog
index 5439a0c..ced44bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -86,7 +86,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
   systemd.
 - Provide symlink x2gobroker-daemon.
 - Provide systemd service files for x2gobroker-daemon and
-  x2gobroker-authservice.
+  x2gobroker-authservice. (Fixes: #379, #380).
 - Add --drop-privileges feature so that x2gobroker-daemon can drop root
   privileges when started via systemd. Only drop privileges if
   x2gobroker(-daemon) is run as uidNumber 0.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2Go-Dev] How to create patches for X2Go

2014-03-05 Thread Mike Gabriel

Hi Alex,

On  Mi 05 Mär 2014 11:49:02 CET, Oleksandr Shneyder wrote:


Hello all,

Thank you for all your contributions to X2Go code. However, sometimes it
is not easy to test and apply patches, that you send us via a developer
mailing list. To make this procedure for us easier, please create your
patches like it described in the GIT documentation:

http://www.git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Public-Large-Project

@Mike: What do you think about it? Should we include this link in our
Wiki-Documentation?


Yes, please do add it to this page [1]. Patches should always be sent  
via our bug tracker!!!


Mike

[1] http://wiki.x2go.org/doku.php/wiki:bugs#bug_submission_with_a_patch

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpLZwCeGDaa2.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#438: Bug#438: x2goserver and rhel6.4 / selinux Problem

2014-03-05 Thread Mike Gabriel

Control: tag -1 not-a-bug

Hi Frank, hi Orion,

On  Mi 05 Mär 2014 16:13:59 CET, Orion Poplawski wrote:


On 03/04/2014 11:59 PM, Frank Knoben wrote:

On 03/04/2014 05:36 PM, Orion Poplawski wrote:

On 03/04/2014 04:02 AM, Frank Knoben wrote:

When I put the lines in the x2gostartagent script

after the

XAUTHORITY=${XAUTHORITY:-$HOME/.Xauthority}

line, the permissions will be fixed on login and not on logout.
Unfortunately, restorcon sets the permissions to
system_u:object_r:default_t:s0
and this does not work on my system.


That's not right.  What is your home directory?  What does
matchpathcon $HOME return?




matchpathcon  $HOME
returns system_u:object_r:default_t:s0

I switched the default home location from /home/user to /data/user and
changed the
permissions of /data/user with
chcon -R unconfined_u:object_r:user_home_dir_t:s0 /data/user


Home directories are very special in SELinux - a whole policy tree is
built based on the base home directory.  Usually this is determined
automatically from entries in /etc/password, but I suspect you are using
LDAP or similar so that SELinux does not know you use /data/user for
home directories.  To inform it, you should do:

semanage fcontext -a -e /home /data/user

This is from /etc/selinux/semanage.conf.


@Orion: thanks for giving support on this issue.

Do I understand it correctly, that the observed issues are not X2Go  
related, but rather caused by a non-default setup?


Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp03LpSQ5LhL.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#438: Bug#438: x2goserver and rhel6.4 / selinux Problem

2014-03-05 Thread Mike Gabriel

Control: close -1

Hi Frank,

On  Do 06 Mär 2014 08:16:14 CET, Frank Knoben wrote:


Hi Orion, hi Mike,

thank you very much for your support and your patience.

Sincerly

Frank


You are welcome!

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp8HqDQRYFsN.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#441: X2Go issue (in src:x2goserver) has been marked as pending for release

2014-03-04 Thread Mike Gabriel
tag #441 pending
fixed #441 4.0.1.14
thanks

Hello,

X2Go issue #441 (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=34e59ae

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 34e59ae01f81a8657045e90824cf62b0a4b35ed7
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Wed Mar 5 08:34:07 2014 +0100

Fix broken file descriptor closures in x2gocleansessions. (Fixes: #441).

diff --git a/debian/changelog b/debian/changelog
index ca530ed..2a8a394 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low
   the connection gets interrupted. SSHFS will then get removed by the
   Linux kernel and we have to guess what desktop icons is actually
   to be removed.
+- Fix broken file descriptor closures in x2gocleansessions. (Fixes:
+  #441).
   * x2goserver.spec:
 - Let builds for EPEL-7 behave like recent Fedora builds.
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#441: Bug#441: x2gocleansessions crashes

2014-03-04 Thread Mike Gabriel

Control: retitle -1 x2gocleansessions crashes when closing open FDs

On  Fr 28 Feb 2014 16:34:00 CET, Mike Gabriel wrote:

in x2gocleansessions we use a line of code that is supposed to close  
all open file handles:



# close all filehandles
for (glob /proc/$$/fd/*) { POSIX::close($1) if m{/(\d+)$}; }


This line lets x2gocleansessions crash on RHEL6 based distros. On  
Debian based distros, x2gocleansessions survives the above line of  
code. Not sure about Fedora.


This issue actually also occurrs on some Debian systems. Not sure why  
it took us so long to realize this.


Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpJGcMyv4ISu.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#440: Bug#440: Fix to copy/paste error in applied patch

2014-03-04 Thread Mike Gabriel

On  Mi 05 Mär 2014 04:39:40 CET, Josh Lukens wrote:

Found a small (but important) copy and paste error introduced when I  
remade the origional patch.  As is session broker sessions can't be  
properly selected.  The attached patch against head corrects the  
issue.


Committed and pushed:
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=040c9423c2806de3236e8008059be30aa697ef81

THANKS!
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpiV2oYKwwDK.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#446: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-03-04 Thread Mike Gabriel
tag #446 pending
fixed #446 4.0.2.0
thanks

Hello,

X2Go issue #446 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=275a22a

The issue will most likely be fixed in src:x2goclient (4.0.2.0).

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

---
commit 275a22a6b2469119cbdaaa76ee7d00804864b773
Author: Josh Lukens jluk...@botch.com
Date:   Wed Mar 5 08:50:01 2014 +0100

Provide support for dynamic authentication IDs. This is a requirement for 
using the broker client against brokers that use some sort of OTP 
authentication mechanism. (Fixes: #446).

diff --git a/debian/changelog b/debian/changelog
index a11310b..7d89bd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,10 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low
   header to application/x-www-form-urlencoded for HTTP post
   requests. (Fixes: #440, #138).
 - Fix copy+paste errors in QNetworkAccessManager code.
+- Provide support for dynamic authentication IDs. This is
+  a requirement for using the broker client against brokers
+  that use some sort of OTP authentication mechanism.
+  (Fixes: #446).
 
   [ Mike Gabriel ]
   * New upstream version (4.0.2.0):
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#440: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-03-03 Thread Mike Gabriel
tag #440 pending
fixed #440 4.0.2.0
thanks

Hello,

X2Go issue #440 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=19fe787

The issue will most likely be fixed in src:x2goclient (4.0.2.0).

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

---
commit 19fe7875e2b8203780340272dc83189e9b8e470c
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Mon Mar 3 11:55:44 2014 +0100

Switch to QNetworkAccessManager. Appropriately set content type header to 
application/x-www-form-urlencoded for HTTP post requests. (Fixes: #440, #138).

diff --git a/debian/changelog b/debian/changelog
index 42c5799..daec032 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,12 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low
   from terminal on linux and mac.
 - If no user in session config, display system username in pass form.
 
+  [ Josh Lukens ]
+  * New upstream version (4.0.2.0):
+- Switch to QNetworkAccessManager. Appropriately set content type
+  header to application/x-www-form-urlencoded for HTTP post
+  requests. (Fixes: #440, #138).
+
   [ Mike Gabriel ]
   * debian/control:
 + Build-depend on libssh-dev (= 0.5.4-2).
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#443: Bug#443: x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)

2014-03-03 Thread Mike Gabriel

Hi Alex,

On  Mo 03 Mär 2014 11:22:15 CET, Oleksandr Shneyder wrote:


I'll modify source code so, that build process will check if this files
are present.


ok.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpZLEM9mzu1h.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#443: Bug#443: x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)

2014-03-02 Thread Mike Gabriel

Hi Michael, hi Alex

On  So 02 Mär 2014 20:39:10 CET, Michael DePaulo wrote:


Observed on Commit 5d7d9966198d64ce7846c4f65706f9e9e178e8d7
(Fri, 28 Feb 2014 13:02:50 + (14:02 +0100))

X2Go Client 4.0.2.0 HEAD failed to build from source.

I am using the standard setup which has worked for 4.0.1.3:
mingw32 4.4
QT 4.8.5
X2Go-WinBuilder VM (WIn7 64-bit SP1)

See attached logs. They are what happens when I run the last 2
commands mentioned in this list:
$ cd x2goclient
$ PATH=%PATH%;D:\MinGW\libexec\gcc\mingw32\4.4.0\
$ config_win.bat
$ mingw32-make
From this page:
http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient

Note that there are errors in both config_win.bat's output, and in
mingw32-make's output. And they seem to be related to resources.rcc
not finding files.


The reason for the FTBFS is a series of commits from Alex adding some  
methods for retrieving more detailled information on the current X2Go  
Client build during runtime. Basically, that is a nice-to-have feature  
esp. during development cycles.


The not so good aspect is, that currently all automatic (and the  
win32) builds fail (for Linux builds see http://jenkins.x2go.org).


@Alex:

The problem is the git executable. Basically, we have to assume that  
(a) the .git folder is not present (e.g. in the tarball releases) and  
(b) the git command is not available in the build environment.


So my suggestion would be:

  o create the txt/git script before the build (I can add that to
our buildscripts on code.x2go.org)
  o copy the changelog file via debian/rules (for the .deb package)
and via x2goclient.spec (for the .rpm packages)
  o only make the --git cmdline switch available if ./txt/git exists
  o (and maybe rather rename --git to --git-info)
  o only make the --changelog cmdline switch available if
./txt/changelog exists

So basically, please split the work up into

  X2Go Client code: (todo Alex)

o offer --git(-info) and/or --changelog if the corresponding
  ./txt/* files exists during runtime

  debian/rules | x2goclient.spec (todo Mike#1):

o create ./txt/changelog

  x2go-build-deb-package | x2go-build-rpm-package (todo Mike#1):

o create the git information in ./txt/git-info

  winbuider.bat (todo Mike#2)

o create the git information in ./txt/git-info

Package maintainers of distros should (be able to) omit the creation  
of ./txt/changelog | ./txt/git-info. The upstream version and the  
package release should bear all info that is needed.


Thanks+Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpENEyHjN6hQ.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] Dynamic cookies in session broker

2014-02-28 Thread Mike Gabriel

Hi Josh,

On  Fr 28 Feb 2014 04:23:44 CET, Josh Lukens wrote:

I've been working on a x2go setup using a session broker.  The issue  
I'm having is our auth uses 2-factor with tokens which I wrote a  
working auth_mech for.  The problem is the client resends the  
initial username and password with each request to the session  
broker which in turn tries to re-authenticate with them.  Our system  
doesn't allow reuse of token codes so all requests after the first  
fail.


I've taken a look at the beginnings of the dynamic cookie code in  
the session broker to see if I could make it work for our needs.  As  
I understand the code that's there, the client would first connect  
with the static cookie value then a new random uuid4 is created for  
that user.  That new random cookie would then need to be sent to the  
client so it can use it for its next auth, but I can't find any  
intent on how it should be communicated toward the client.  From  
then on each request gets a new uuid5 created cookie based on the  
prior uuid and username, these could theoretically be generated  
independently on both client and server (assuming client knows the  
initial random one to see with).


I'm happy to work on finishing this feature up but would like to  
make sure I'm roughly inline with where you guys where going with  
the feature so I have a few questions.


How were you planning on communicating the randomly generated cookie  
back to the client?


Were you intending to send the new next cookie to the client on  
every request or only do it once and have client and server keep  
generating independently?  (the later could be an issue for QT  
client as QT4.8 doesn't support creating v5 UUIDs)


How were you planning on handling multiple simultaneous connections  
from one user?  (looks like next cookies would clash with each other  
in map)


Thanks for stumbling over the dynamics cookie stuff. Thanks for  
offering your development help. I will happily accept it (speaking for  
the broker part) and I am sure that Alex (X2Go Client's main  
developer) is happy to include a new feature that allows broker auth  
against a OTP-like/tf-auth backend.


The basic idea for the dynamic auth handshake is:

  1. broker client connects (like it does now)
  2. broker client sends user+password via a post request and a unique
 broker session ID string
  3. broker accepts the connection (if creds are ok) and remember the
 client-side generated broker session ID string
  4. broker processes the given task (normally, the first task is
 listsessions, but it could be any task).
  5. it returns some output (plain/text). In this output we have to
 add a standardized extra line/field for the nextauthid: uuidX
  6. the client will pick up this nextauthid value
  7. NOTE older clients need to be able to ignore this nextauthid:
 field.
  8. the next client connect will be user+nextauthid (rather then again
 user+password) plus again the broker session ID string
  9. the broker will keep a record of broker session IDs and thus will
 know what client instance connects when
  10. and so on and so on and so on...

The only interesting part then will be: when will the session broker  
forget old broker session IDs??? After 24h? After 7d? Also: will  
broker session IDs be stored in RAM? Unhashed or hashed? Or on file  
system?


Request for comments...

Mike




--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpRuwqdlYoXe.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#438: x2goserver and rhel6.4 / selinux Problem

2014-02-28 Thread Mike Gabriel

Hi Frank,

On  Fr 28 Feb 2014 09:22:47 CET, Frank Knoben wrote:


Hello Mike,

the problem is, that I'm not an expert on selinux too.
But I did some more tests.

Interactive Session - first login, the ~/.Xauthority file is created
and stays after logout with the permissions *system_u:object_r:default_t:s0*
I am still able to login in interactively again.

But with this permissions, I got the Cookie mismatch problem, when  
using the x2goclient.

And when I login with ssh to the computer, I got a xauth error message:
/usr/bin/xauth:  ~/.Xauthority not writable, changes will be ignored

Now I  remove all .Xauthority* files. Then a login with ssh will  
create the ~/.Xauthority file
with the *system_u:object_r:xauth_home_t:s0* permissions and the  
files stays with

these permissions after logout.

Now when I use the x2goclient, the file permissions change during  
the login process from
*system_u:object_r:xauth_home_t:s0* to  
*system_u:object_r:default_t:s0 *and stay

that way after logout. The same, as it is with interactive sessions.
So I guess, everything is fine with the x2goserver software and
this is not a bug.
My problem is, that ssh is not able to overwrite the .Xauthority  
file, when it has the
default permissions of *system_u:object_r:default_t:s0* . Therefore  
the x2goclient is

not able to start a successful session and gets the Cookie mismatch error.

So I think, you can close this bugreport.


Nonono... I actually think there is something wrong with X2Go Server.

X2Go Client / PyHoca-GUI (another X2Go client app) should immitate  
what SSH does.


As the X2Go clients call the script /usr/bin/x2gostartagent and this  
script fiddles with the .Xauthority files via xauth, we should make  
sure that after modifying the .Xauthority file the SELinux permissions  
stay intact.


Can you please add your proposed chcon command into x2gostartagent  
(near line 268, there is another position further up for shadow  
sessions) after xauth has been called and see it that fixes your  
troubles.


Next step: please provide me with an if clause that will test if  
SELinux is in use or not, so we can call chcon only if SELinux is in  
use on that system.


Thanks+Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpTUO2fUTNXE.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#424: X2Go issue (in src:x2goserver) has been marked as pending for release

2014-02-28 Thread Mike Gabriel
tag #424 pending
fixed #424 4.0.1.14
thanks

Hello,

X2Go issue #424 (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=4a1a3aa

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 4a1a3aa99459bf2dbee4f141de1b9a8c667a49f2
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Fri Feb 28 13:12:52 2014 +0100

Fix x2gostartagent. Make sure the -nolisten tcp option is configurable via 
x2goagent.options. (Fixes: #424).

diff --git a/debian/changelog b/debian/changelog
index 84ac01b..6381e14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low
   (Fixes: #415).
 - If x2golistmounts is used with out cmd options session_id, then
   the env var $X2GO_SESSION (current session) will be used.
+- Fix x2gostartagent. Make sure the -nolisten tcp option is configurable
+  via x2goagent.options. (Fixes: #424).
   * x2goserver.spec:
 - Let builds for EPEL-7 behave like recent Fedora builds.
 
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2Go-Dev] Bug#438: x2goserver and rhel6.4 / selinux Problem

2014-02-28 Thread Mike Gabriel

Hi Frank,

On  Fr 28 Feb 2014 13:15:41 CET, Frank Knoben wrote:


Hi Mike,

what about the following solution / proposal for the x2goruncommand script:



# run logout scripts

FIX_XAUTH=`ls -Z $HOME/.Xauthority | egrep default_t`
if test -n $FIX_AUTH
then
  /usr/bin/chcon unconfined_u:object_r:xauth_home_t:s0 $HOME/.Xauthority
fi


test -r /etc/x2go/x2go_logout  . /etc/x2go/x2go_logout

...

this fixes the selinux file permission in case, it it set to  
system_u:object_r:default_t:s0

It works on my system.

sincerly

Frank


The position where you propose adding the fix does not seem right to  
me. As the file permissions will stay wrong for the duration of the  
session and will only be corrected after the session has ended.


Do I understand it correctly, that the file permissions need adaptions  
directly after session startup (i.e. after launching the session  
(destop) command)?


Greets,
Mike


--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp2Li9B6kyV4.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#431: Wiki account created

2014-02-28 Thread Mike Gabriel

Control: close -1

The wiki account for Marco Woitschitzky has been created some time ago.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpazjL4KBizt.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#432: Wiki account created (some time ago)

2014-02-28 Thread Mike Gabriel

Control: retitle -1 New wiki account for Tobias Vollmer
Control: close -1

The wiki account for Tobias Vollmer has been created some time ago.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgprJeS_VOQQo.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#441: x2gocleansessions crashes on RHEL 6

2014-02-28 Thread Mike Gabriel

Package: x2goserver
Severity: important
Version: 4.0.1.13

Hi all, hi Alex,

in x2gocleansessions we use a line of code that is supposed to close  
all open file handles:



# close all filehandles
for (glob /proc/$$/fd/*) { POSIX::close($1) if m{/(\d+)$}; }


This line lets x2gocleansessions crash on RHEL6 based distros. On  
Debian based distros, x2gocleansessions survives the above line of  
code. Not sure about Fedora.


Does anyone have an idea on this?

Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpzIDsf_4Aje.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#366: X2Go issue (in src:x2gothinclient) has been marked as closed

2014-02-27 Thread Mike Gabriel
close #366
thanks

Hello,

we are very hopeful that X2Go issue #366 reported by you
has been resolved in the new release (1.1.0.2) of the
X2Go source project »src:x2gothinclient«.

You can view the complete changelog entry of src:x2gothinclient (1.1.0.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2gothinclient.


http://code.x2go.org/gitweb?p=x2gothinclient.git;a=commitdiff;h=00d2050ad18e3f6723ac555c6466d0c160c57369;hp=cbe9141adc203a18dc52891015367f0eca5d00d2

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:x2gothinclient.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2gothinclient
Version: 1.1.0.2-0x2go1
Status: PREVIEW
Date: Fri, 22 Nov 2013 23:54:00 +0100
Fixes: 366
Changes: 
 x2gothinclient (1.1.0.2-0x2go1) PREVIEW; urgency=low
 .
   * New upstream version (1.1.0.2):
 - No upstream changes.
   * debian/control:
 + Add libfile-path-expand-perl to Depends: field of x2gothinclient
   bin:package. (Fixes: #366).
   * debian/source/format:
 + Switch to format 1.0.
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#229: X2Go Client 4.1.0.3+build2 for Windows now supports https broker connections

2014-02-27 Thread Mike Gabriel

Control: close -1

Hi Anders, hi all,

we have just provided a build2 of X2Go Client 4.0.1.3 [1]. This new  
build now suppports https connections when connecting to a session  
broker.


The reason was a missing dll file (ssleay32.dll).

Greets,
Mike

[1]  
http://code.x2go.org/releases/binary-win32/x2goclient/releases/4.0.1.3+build2/

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpl6amJp0CL8.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#440: Request for patch review

2014-02-27 Thread Mike Gabriel

Hi Alex,

can you please review the proposed patch in #440 [1]?

Thanks,
Mike

[1] http://bugs.x2go.org/440
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpOIdXzo0hKU.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#439: Please update your x2goserver version

2014-02-27 Thread Mike Gabriel

Hi Emmanuelle,


Package: x2goserver
Version: 3.1.1.3-0~571~lucid1


Please update to latest x2goserver version (4.0.1.13) and then retest  
if the observed error is still there.


Thanks,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpQWMgOz5a8A.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] Embed pyhoca-cli window in another window

2014-02-26 Thread Mike Gabriel

Hi Borys,

[Borys and I already exchanged some private emails about this topic,  
now picking up his threat here...]


On  Mi 26 Feb 2014 16:37:56 CET, Borys Saulyak wrote:


Hello all,

I am trying to develop X2GO plugin for Remmina and I am missing one
very important feature in pyhoca. I need to be able to embed pyhoca
window into another window. Something similar to -parent for Xephyr
or -X for rdesktop. I tried myself to find how to do it but failed
because my python knowledge is very limited. Do you think it is
something that can be easily added? In case if nobody is interested
would anyone please point me out in the code where the windows is
getting created?


The nxproxy child process gets launched in this file:
http://code.x2go.org/gitweb?p=python-x2go.git;a=blob;f=x2go/backends/proxy/nx3.py;h=75ed19b11e2dc220875d1314e002cea563359653;hb=9fc8c3eaa8e518c2ebb1a5c6c6668af2466c4e77

And here is the method that finds the nxproxy window that contains  
the X2Go session:

http://code.x2go.org/gitweb?p=python-x2go.git;a=blob;f=x2go/backends/terminal/plain.py;h=ef1898d69173a7a93c480198a3e804f437b07d91;hb=9fc8c3eaa8e518c2ebb1a5c6c6668af2466c4e77#l1015


Thanks a lot for your help in advance!


Greets,
Mike


--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpBVrW2T1jJc.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#229: X2Go Client: https broker URL on Windows

2014-02-25 Thread Mike Gabriel

Control: severity -1 grave
Control: confirmed

Hi Alex,

already a while ago, Anders reported issue #229 [1]. X2Go Client on  
Windows cannot connect to https broker URLs.


Do you have an idea what the issue with this can be??? Any hint is  
appreciated.


Thanks,
Mike#1

[1] http://bugs.x2go.org/229




--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpjrgjFupTO8.pgp
Description: Digitale PGP-Signatur
___
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

  1   2   3   4   5   6   7   8   9   10   >