Re: [X2Go-Dev] New major distribution builds available for X2go

2012-02-15 Thread Jan Engelhardt
On Wednesday 2012-02-15 10:27, Mike Gabriel wrote: Hi Michael, hi Jan, hi all, most of Jan's patches have been included (accepted) by NX (redistributed). This implies what? I thought NoMachine closed down NX such that X2go is now without a parent so to speak, and thus the new authoritative

Re: [X2Go-Dev] New major distribution builds available for X2go

2012-02-15 Thread Jan Engelhardt
On Wednesday 2012-02-15 23:56, Mike Gabriel wrote: Xcomp, Xcompext and Xcompshad are specific to NX and did not clash with any Xorg-X11 lib, so I chose not to add a prefix at first. But I do not really mind them getting a NX_ prefix either. The pkgconfig files also need updating, they still

Re: [X2Go-Dev] New major distribution builds available for X2go

2012-02-15 Thread Jan Engelhardt
On Thursday 2012-02-16 00:40, Mike Gabriel wrote: Using libXcompshad-3.5.0.so is only second choice, as described here: http://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-runtime (That just echoes what's written on the opensuse page; though arguably I edited a lot of it).

Re: [X2Go-Dev] New major distribution builds available for X2go

2012-02-16 Thread Jan Engelhardt
On Thursday 2012-02-16 09:06, Oleksandr Shneyder wrote: http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=07f9dfa05ab83e094e823b4af8478b25addd0fa5 Unfortunately, this patch breaking functionality of Xinerama. It rename libXinerama* to libNX_Xinerama*, which make impossible for X

Re: [X2Go-Dev] New major distribution builds available for X2go

2012-02-18 Thread Jan Engelhardt
On Saturday 2012-02-18 02:33, Mike Gabriel wrote: Hi Alex, hi Jan, @Alex: Could you please check if my last commit on nx-libs.git fixes Xinerama support in with X2Go? http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=ec47c22c264bd2f1d2ce6e434b503a701dc129f7 Would not know (I have no

Re: [X2Go-Dev] [PATCH] Re: x2godesktopsharing SIGSEV - how to compile with debugging info?

2012-02-18 Thread Jan Engelhardt
On Saturday 2012-02-18 10:02, Milan Knížek wrote: The 16 character limit in Arch is just like the 80 character limit in coding. But actually, it is not a limit, but a wellness target: it may be exceeded if there is a justification. In contrast, historic UNIX usernames of 8 chars - /that/

Re: [X2Go-Dev] Traffic shaping nightmare - missing SSH TOS bits

2012-02-21 Thread Jan Engelhardt
On Tuesday 2012-02-21 07:05, John A. Sullivan III wrote: I've been working on a project to implement traffic shaping to conform to 95th percentile billing including our X2Go virtual desktops. One of the challenges is prioritizing the interactive X2Go traffic (screen, keyboard, mouse) differently

Re: [X2Go-Dev] Traffic shaping nightmare - missing SSH TOS bits

2012-02-21 Thread Jan Engelhardt
On Tuesday 2012-02-21 09:43, John A. Sullivan III wrote: On Tue, 2012-02-21 at 09:30 +0100, Jan Engelhardt wrote: On Tuesday 2012-02-21 07:05, John A. Sullivan III wrote: I've been working on a project to implement traffic shaping to conform to 95th percentile billing including our X2Go

Re: [X2Go-Dev] Usernames with dashes causes errors?

2012-02-21 Thread Jan Engelhardt
On Tuesday 2012-02-21 12:58, christoffer krakou wrote: We had some strange problems, though. We contacted a school, who would help us test the server under daily use, and made some test users for them, called test-*their name*. When they, and i, tried to log into those users, the client would

Re: [X2Go-Dev] [X2Go-User] [X2Go-Announcement] New X2Go releases: x2goclient, pyhoca-gui, pyhoca-cli, python-x2go

2012-06-25 Thread Jan Engelhardt
Avoid error: configure.ac:103: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE

Re: [X2Go-Dev] [X2Go-User] [X2Go-Announcement] New X2Go releases: x2goclient, pyhoca-gui, pyhoca-cli, python-x2go

2012-06-25 Thread Jan Engelhardt
sharetray.cpp: In member function 'void ShareTray::handleSigKeybInt()': sharetray.cpp:225:2: error: '::read' has not been declared sharetray.cpp: In member function 'void ShareTray::handleSigTerm()': sharetray.cpp:237:2: error: '::read' has not been declared sharetray.cpp: In member function

Re: [X2Go-Dev] [X2Go-User] [X2Go-Announcement] New X2Go releases: x2goclient, pyhoca-gui, pyhoca-cli, python-x2go

2012-06-25 Thread Jan Engelhardt
On Thursday 2012-06-21 16:26, Mike Gabriel wrote: The X2Go Project is proud to announce a couple of new X2Go component releases: - x2goserver (3.1.1.1) - pinentry-x2go (0.7.5.4) [and others] Current issues: pinentry-x2go: 4 patches sent earlier. x2goclient: Is attempting to call

Re: [X2Go-Dev] [X2Go-User] [X2Go-Announcement] New X2Go releases: x2goclient, pyhoca-gui, pyhoca-cli, python-x2go

2012-06-25 Thread Jan Engelhardt
CPPFLAGS must also appear in CFLAGS. (And they are commonly coming before compiler flags.) --- configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pinentry-x2go_0.7.5.4/configure.ac === ---

Re: [X2Go-Dev] [X2Go-User] [X2Go-Announcement] New X2Go releases: x2goclient, pyhoca-gui, pyhoca-cli, python-x2go

2012-06-25 Thread Jan Engelhardt
The package does not use GNU mode. Mark it as such. Makefile.am: error: required file './ChangeLog' not found Also replace the totally ancient AM_INIT_AUTOMAKE syntax. --- configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pinentry-x2go_0.7.5.4/configure.ac

Re: [X2Go-Dev] [X2Go-User] [X2Go-Announcement] New X2Go releases: x2goclient, pyhoca-gui, pyhoca-cli, python-x2go

2012-06-25 Thread Jan Engelhardt
Hooray for again no standardization between distributions. --- configure.ac |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) Index: pinentry-x2go_0.7.5.4/configure.ac === --- pinentry-x2go_0.7.5.4.orig/configure.ac

Re: [X2Go-Dev] patchset by Jan Engelhard (was. Re: [X2Go-User] [X2Go-Announcement] New X2Go releases: x2goclient, pyhoca-gui, pyhoca-cli, python-x2go)

2012-06-25 Thread Jan Engelhardt
On Monday 2012-06-25 17:15, Mike Gabriel wrote: x2goclient: Is attempting to call lrelease, but this does not work on Fedora which has decided to call it lrelease-qt4 again. Ok, thanks for the info. In Debian/Ubuntu both exist (and are synonymous). We will use the latter (lrelease-qt4).

Re: [X2Go-Dev] [X2Go-User] X2Go release: x2goserver

2012-06-29 Thread Jan Engelhardt
: Jan Engelhardt jeng...@medozas.de Date: 2012-02-13 11:08:16.627899794 +0100 x2goserver: avoid using archaic tools Unmaintained, full of bugs, and so on. --- x2goserver/bin/x2goresume-session |8 ++-- x2goserver/bin/x2gostartagent | 10 +++--- 2 files changed, 13 insertions

[X2Go-Dev] x2goclient-3.99.2.1 plugin crash

2012-07-05 Thread Jan Engelhardt
I can get the x2goclient firefox plugin to reproducibly crash. This crash happens once one clicks on the blue X2go splash when the plugin is loaded. According to gdb, (gdb) p stb $1 = (QToolBar *) 0x0 [or values pointing to unmapped areas] (gdb) l 10353 void

Re: [X2Go-Dev] x2goclient-3.99.2.1 plugin crash

2012-07-05 Thread Jan Engelhardt
On Thursday 2012-07-05 14:22, Oleksandr Shneyder wrote: Hello Jan, I have made some fixes in X2GoPlugin code for several minutes: http://code.x2go.org/gitweb?p=x2goclient.git;a=commit;h=d4d0fe38610d3e514dc2e4e259ce8f103e4ac535 Please test it. [...] need a configuration file any more. All

[X2Go-Dev] libxul not found

2012-07-06 Thread Jan Engelhardt
When attempting to connect to a running session with x2goclient, I get an error report about missing libxul. This does not happen if the session is suspended, or when creating a new one. == http://picpaste.de/libxul.png == NXPROXY - Version 3.5.0 Copyright (C) 2001, 2010 NoMachine. See

Re: [X2Go-Dev] YaIT (yet another issue tracker) for X2Go: roundup

2012-08-03 Thread Jan Engelhardt
On Friday 2012-08-03 11:04, Reinhard Tartler wrote: On Fri, Aug 3, 2012 at 10:56 AM, Mike Gabriel mike.gabr...@das-netzwerkteam.de wrote: My personal favourite would be something like Debian BTS (debbugs). What would be your favourite (apart from Launchpad ;-) )? Libav has now switched to

[X2Go-Dev] x2goserver: enable PIE completely

2012-09-01 Thread Jan Engelhardt
build: enable PIE completely rpmlint reports: x2goserver.x86_64: E: non-position-independent-executable (Badness: 1) /usr/lib/x2go/x2gosqlitewrapper. This executable must be position independent. Check that it is built with -fPIE/-fpie in compiler flags and -pie in linker flags. Not only

[X2Go-Dev] Libs are missing +x bit

2012-09-04 Thread Jan Engelhardt
It turns out that nxcomp* is built in such a way that the +x bit is missing after `make install`, which in turn leads to rpm not considering the file for dependency resolution. This should be fixed -$(INSTALL_DATA) $(LIBFULL) $(DESTDIR)${libdir}/nx +$(INSTALL_PROGRAM)

Re: [X2Go-Dev] New X2Go releases: x2goserver, cups-x2go, x2goplasmabindings, python-x2go

2012-09-26 Thread Jan Engelhardt
On Tuesday 2012-09-25 20:35, Mike Gabriel wrote: The X2Go Project is proud to announce a couple of new X2Go component releases: - x2goserver (3.1.1.4) - cups-x2go (3.0.0.4) - x2goplasmabindings (with plasma-widget-x2go, 3.0.1.4) - python-x2go (0.2.0.10) All new packages will be available

Re: [X2Go-Dev] Bug#41: Tarballs installation of nx-libs

2012-09-27 Thread Jan Engelhardt
On Thursday 2012-09-27 21:21, Mike Gabriel wrote: Package: x2goagent Severity: minor Version: 3.5.0.15 The installation from tarball is quite broken in nx-libs (I guess we never addressed it as we have the Debian packaging). the code in nx-X11 is installed to /usr/lib/NX3. It should get

Re: [X2Go-Dev] Bug#41: Tarballs installation of nx-libs

2012-09-28 Thread Jan Engelhardt
On Friday 2012-09-28 10:08, Mike Gabriel wrote: /usr/include/nx/X11/X11 /usr/include/nx/X11/X11/DECkeysym.h /usr/include/nx/X11/X11/HPkeysym.h It seems one level of X11 is redundant here. ___ X2Go-Dev mailing list X2Go-Dev@lists.berlios.de

[X2Go-Dev] [PATCH] Remove redundant tool socket-sucker

2012-11-11 Thread Jan Engelhardt
There already exists a tool that does this, use it. --- This is a suggestion; the patch may not actually work, as socket-sucker only read 256 bytes (why 256?) while socat will read until EOF. debian/control |1 + socket-sucker.c | 80

[X2Go-Dev] [PATCH] build: continue to run even in the absence of AM_SILENT_RULES

2012-11-11 Thread Jan Engelhardt
--- configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a3688ca..b8df5bf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT([lightdm-remote-session-x2go], [0.0.0.1]) -AM_INIT_AUTOMAKE([1.11

[X2Go-Dev] [PATCH] build: continue to run even in the absence of AM_SILENT_RULES

2012-11-11 Thread Jan Engelhardt
--- configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 67f9f7b..283f30f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_INIT([libpam-x2go], [1.0.1]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11

Re: [X2Go-Dev] [X2Go-Announcement] New X2Go releases: x2goserver, x2goclient, nx-libs aka x2goagent

2012-11-11 Thread Jan Engelhardt
On Saturday 2012-11-10 13:50, Mike Gabriel wrote: Dear all, The X2Go Project is proud to announce a couple of new X2Go core component releases: - x2goserver (3.1.1.6) - x2goclient (3.99.3.0) - nx-libs (incl. x2goagent, 3.5.0.16) The installation has regressed. [ 375s] + make install

[X2Go-Dev] x2goclient: resolve compile failure of sshproto.h

2012-11-12 Thread Jan Engelhardt
This patch is still lingering around in the x2goclient package that is on build.opensuse.org.From: Jan Engelhardt Date: 2012-02-05 04:47:30.922727435 +0100 g++ -c -pipe -march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous

[X2Go-Dev] x2goclient: qt paths

2012-11-12 Thread Jan Engelhardt
From: Jan Engelhardt jeng...@inai.de Date: 2012-11-12 18:13:30.889134720 +0100 build: resolve new compile failure in 3.99.3.0 The proper path is just QtNetwork/qabstract.h. If your copy lives in a non-standard location, you have to tell configure. [ 19s] ../sshmasterconnection.cpp:45:43

[X2Go-Dev] x2godesktopsharing versions mixed up

2012-11-12 Thread Jan Engelhardt
3.0.1.5 is newer than 3.1.0.4? Suggestion to cut down on the amount of fields in a version tag? x2godesktopsharing-3.0.1.5.tar.gz 05-Nov-2012 13:08 142K x2godesktopsharing-3.1.0.4.tar.gz 08-Jun-2012 09:31 142K ___ X2Go-Dev mailing list

Re: [X2Go-Dev] nx-libs 3.5.0.16 break make install

2012-11-14 Thread Jan Engelhardt
On Monday 2012-11-12 08:49, Mike Gabriel wrote: make[1]: Leaving directory `/build/src/nx-libs-3.5.0.16/nx-X11' if test -f bin/Makefile; then make -C bin install; fi make[1]: Entering directory `/build/src/nx-libs-3.5.0.16/bin' install -d -o root -g root -m 755 /usr/local/lib/x2go/bin/

[X2Go-Dev] Fixes for x2godesktopsharing

2012-11-20 Thread Jan Engelhardt
: build: resolve compile error under g++-4.7 (2012-11-20 11:50:58 +0100) Jan Engelhardt (1): build: resolve compile error under g++-4.7 sharetray.cpp |1 + 1 file changed, 1 insertion

[X2Go-Dev] [PATCH] build: resolve compile error under g++-4.7

2012-11-20 Thread Jan Engelhardt
sharetray.cpp: In member function 'void ShareTray::handleSigKeybInt()': sharetray.cpp:225:2: error: '::read' has not been declared [...] sharetray.cpp: In static member function 'static void ShareTray::keybintSignalHandler(int)': sharetray.cpp:272:2: error: '::write' has not been declared [...]

Re: [X2Go-Dev] [PATCH] build: resolve compile error under g++-4.7

2012-11-20 Thread Jan Engelhardt
On Tuesday 2012-11-20 21:14, Mike Gabriel wrote: Hi Jan, thanks for your patch. The sharetray.cpp includes sys/unistd.h. Isn't your patch a redundancy? It seems 6ffe45d50b3dacb1725e90a985e1876a6ed44c16 already fixed the issue (last version I was on was 3.0.1.4). However, looking at 6ffe...

Re: [X2Go-Dev] Fixes for x2godesktopsharing

2012-11-20 Thread Jan Engelhardt
On Tuesday 2012-11-20 21:19, Mike Gabriel wrote: HI Jan, On Di 20 Nov 2012 11:52:09 CET Jan Engelhardt wrote: are available in the git repository at: git://git.inai.de/x2godesktopsharing master Is there any chance to have a WebGUI (gitweb) in front of the git.inai.de site? I do

[X2Go-Dev] [PATCH] x2gopath: new helper to yield distro paths

2012-11-23 Thread Jan Engelhardt
Distributions have different directory layouts and names, so files may not necessarily be located in base/lib/x2go at all times. Do not hardcode such paths and have the programs instead use the new x2gopath helper (obsoletes x2gobasepath). --- Patch is also retrievable from

Re: [X2Go-Dev] x2go for Fedora packaging issues

2012-12-11 Thread Jan Engelhardt
On Wednesday 2012-12-12 00:11, Orion Poplawski wrote: I'm looking at packaging x2go for Fedora and am running into a few issues which I'm hoping to get resolved. Hm, I have them mostly complete for Fedora at https://build.opensuse.org/project/show?project=X11%3ARemoteDesktop and problems

Re: [X2Go-Dev] x2go for Fedora packaging issues

2012-12-15 Thread Jan Engelhardt
On Thursday 2012-12-13 09:56, Mike Gabriel wrote: Okay, but is it strictly necessary for debian packaging to have that? I've never seen it in other upstream sources. Not necessarily. Please provide a patch that keeps the current functionality in case the Makefile is run as root and also

Re: [X2Go-Dev] [PATCH 3/8] Rely on shlibs files instead of hard coding library dependencies

2012-12-15 Thread Jan Engelhardt
On Wednesday 2012-12-12 13:53, Mike Gabriel wrote: Hi Reinhard, On Mi 12 Dez 2012 13:13:13 CET Reinhard Tartler wrote: If stricter dependencies are really required, they should absolutely be specified in the slibs file instead I strongly recommend that all installed (binary) components of

Re: [X2Go-Dev] [PATCH 4/8] disable parallel builds

2012-12-15 Thread Jan Engelhardt
On Wednesday 2012-12-12 14:39, Mike Gabriel wrote: @Jan: maybe you can take a look at that? The --parallel build patch was from you, wasn't it? debian/rules |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) I don't touch Debian. ;) (You need to Cc me if you want a timely answer,

Re: [X2Go-Dev] [PATCH 4/8] disable parallel builds

2012-12-15 Thread Jan Engelhardt
On Wednesday 2012-12-12 17:29, Moritz Struebe wrote: Sure, what should README.parallel contain? A warning that with two many cores you get a race condition. You should be also be able to get a race condition with a single core, too - it just more unlikely. ;) The number of cores does not

[X2Go-Dev] nx-libs-3.5.0.17 whacky install

2013-01-06 Thread Jan Engelhardt
Using the following... cat my_configure -EOF #!/bin/sh -e %configure --disable-static EOF chmod a+x my_configure; make \ CONFIGURE=/home/abuild/rpmbuild/BUILD/nx-libs-3.5.0.17/my_configure \ PREFIX=/usr/PFX PROJECTROOT=/usr/PRJ INCLUDEDIR=/usr/include/nx \ USRLIBDIR=/usr/lib64/nx

Re: [X2Go-Dev] [PATCH 3/8] Rely on shlibs files instead of hard coding library dependencies

2013-01-06 Thread Jan Engelhardt
On Sunday 2012-12-16 09:01, Reinhard Tartler wrote: One would have to look at all NX3 releases that had been made by upstream and look at whether they changed the ABI at any point. If so, you're already doomed and should use libXcomp-3.5.1.so, so that _all_ of the version is part of the

Re: [X2Go-Dev] Bug#84: Hardcoded -O3 in CFLAGS

2013-01-08 Thread Jan Engelhardt
On Tuesday 2013-01-08 13:23, Bernard Cafarelli wrote: Regarding the optflags patch, is it possible to drop altogether the hardcoded -O3 in C/CXXFLAGS in the various configure.in? This would remove the need for 4 autoreconf when using another optimization level Why would autoreconf be rerun if

Re: [X2Go-Dev] Bug#83: Also support CC and LDFLAGS

2013-01-08 Thread Jan Engelhardt
On Tuesday 2013-01-08 13:15, Bernard Cafarelli wrote: Nice to see the build system getting better :) I used a different style to fix this, also allowing CC override and custom LDFLAGS. I attach the updated patch for 4.0.0.0 -pie belongs into LDFLAGS.

Re: [X2Go-Dev] [X2Go-Announcement] New X2Go releases: x2goserver, x2goclient, nx-libs, x2godesktopsharing, x2golxdebindings, x2goplasmabindings, pinentry-x2go

2013-01-08 Thread Jan Engelhardt
On Tuesday 2013-01-08 01:03, Mike Gabriel wrote: Dear all, The X2Go Project is proud to announce a couple of new X2Go component releases: - X2Go Server (4.0.0.0) - X2Go Client (4.0.0.1) Maybe cut back on the amount of components per version numbers? What about something simple as 4.1?

Re: [X2Go-Dev] New X2Go releases: x2goserver

2013-01-09 Thread Jan Engelhardt
use of this helper (2013-01-09 14:49:44 +0100) Jan Engelhardt (1): x2gopath: make use of this helper x2goserver-printing/bin/x2goprint |2 +- x2goserver/bin/x2gogetapps|2 +- x2goserver/bin

[X2Go-Dev] [PATCH] x2gopath: make use of this helper

2013-01-09 Thread Jan Engelhardt
Note that .pm Perl modules must be placed in an arch-specific directory (e.g. /usr/lib64/... rather than /usr/libexec/...) since they could possibly entail XS modules. --- x2goserver-printing/bin/x2goprint |2 +- x2goserver/bin/x2gogetapps|2 +-

[X2Go-Dev] Bug#84: Hardcoded -O3 in CFLAGS

2013-01-09 Thread Jan Engelhardt
On Wednesday 2013-01-09 01:00, Bernard Cafarelli wrote: Le Tue, 8 Jan 2013 17:07:12 +0100 (CET) Jan Engelhardt jeng...@inai.de a écrit: Why would autoreconf be rerun if you use ./configure CFLAGS=-O2 CXXFLAGS=-O2? I meant, without first removing the -O3 from configure.in (before autoreconf

[X2Go-Dev] Bug#84: Hardcoded -O3 in CFLAGS

2013-01-09 Thread Jan Engelhardt
On Wednesday 2013-01-09 15:21, Reinhard Tartler wrote: +++ nx-libs-3.5.0.17/nxcomp/Makefile.in @@ -36,8 +36,7 @@ LIBVERSION=@LIBVERSION@ # CXX = @CXX@ -CXXFLAGS= @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \ - -Wall -Wpointer-arith +CXXFLAGS= @X_CFLAGS@ @DEFS@ -Wall

Re: [X2Go-Dev] [X2Go-Announcement] New X2Go releases: x2goserver, x2goclient, nx-libs, x2godesktopsharing, x2golxdebindings, x2goplasmabindings, pinentry-x2go

2013-01-09 Thread Jan Engelhardt
On Tuesday 2013-01-08 01:03, Mike Gabriel wrote: - NX (redistributed), Version 3.5.0.17 Why was libNX_Xcomp renamed to libXcomp again? ___ X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev

[X2Go-Dev] Bug#84: Hardcoded -O3 in CFLAGS

2013-01-09 Thread Jan Engelhardt
On Wednesday 2013-01-09 16:10, Mike Gabriel wrote: All kind of flags are hard-coded in linux.cf in nx-X11/cf/ (I think). You may know imake better then I do. If you could take another look at it, that would be awesome. Note: LDFLAGS appear to be named LDOPTIONS in nx-X11. Note, that

Re: [X2Go-Dev] [PATCH] x2gopath: make use of this helper

2013-01-09 Thread Jan Engelhardt
On Wednesday 2013-01-09 19:42, Mike Gabriel wrote: Hi Jan, wouldn't it make sense to include a wrapping for /etc/x2go in the form $(x2gopath etc), as well? If you find that useful, could you add that? I don't find it useful. Among all the different Unices and Linux distributions, the

Re: [X2Go-Dev] Bogus requires for cups-x2go RPM on CentOS 6?

2013-01-18 Thread Jan Engelhardt
On Friday 2013-01-18 21:41, Kevin Sandy wrote: The RPM spec has a Requires line that includes cups-client, but no such dependency exists on my test CentOS 6 x86_64 system. I'm able to force installation and it seems to work, but for the future I'd like to either add a repository containing the

[X2Go-Dev] [PATCH] build: avoid using install -o/-g

2013-02-15 Thread Jan Engelhardt
The -o and -g options cause installation failure in unprivileged build environments, and provide no benefit for root either, because files will be owned by the installing user anyway. --- Can we please stop with the -o and -g madness? Makefile |6 +++--- 1 file changed, 3 insertions(+), 3

Re: [X2Go-Dev] [PATCH] build: avoid using install -o/-g

2013-02-16 Thread Jan Engelhardt
) are available in the git repository at: git://git.inai.de/x2gobroker master for you to fetch changes up to 920234126441688eef34f48a650fd3a2e90630af: build: avoid using install -o/-g (2013-02-16 04:10:39 +0100) Jan Engelhardt (1

Re: [X2Go-Dev] X2Go Session Broker development release 0.0.0.3 - happy testing

2013-02-23 Thread Jan Engelhardt
On Thursday 2013-02-21 22:33, Mike Gabriel wrote: I have today released another development release of the generic X2Go Session Broker. Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vQN91z + umask 022 + cd /home/abuild/rpmbuild/BUILD + /usr/bin/rm -rf

Re: [X2Go-Dev] nxagent dependency problem on CentOS and SL

2013-02-27 Thread Jan Engelhardt
On Wednesday 2013-02-27 16:38, Mike Gabriel wrote: Hi Jan, I guess, this one is yours... http://serverfault.com/questions/482596/centos-6-x2go-dependancy-issues-when-trying-to-run-yum-update Already fixed yesterday. ___ X2Go-Dev mailing list

Re: [X2Go-Dev] nxagent dependency problem on CentOS and SL

2013-03-06 Thread Jan Engelhardt
On Wednesday 2013-03-06 20:30, Vincent wrote: Jan Engelhardt jengelh at inai.de writes: On Wednesday 2013-02-27 16:38, Mike Gabriel wrote: Hi Jan, I guess, this one is yours... http://serverfault.com/questions/482596/centos-6-x2go-dependancy-issues-when-trying-to-run- yum-update

Re: [X2Go-Dev] nxagent dependency problem on CentOS and SL

2013-03-06 Thread Jan Engelhardt
On Tuesday 2013-03-05 13:14, Daniel Gibbs wrote: Any idea when the updated RPM's are being released? As soon as the automatic compile and mirroring is done. Principally, it is in the order of minutes within commit. The last change was made around 2013-03-01 20:34:09, which makes yum

[X2Go-Dev] Bug#143: nx-libs installs into wrong location

2013-03-07 Thread Jan Engelhardt
Package: nx-libs Version: 3.5.0.17 Installation is done using make install \ INSTALL_DIR=install -dm0755 \ INSTALL_FILE=install -pm0644 \ INSTALL_PROGRAM=install -pm0755 \ DESTDIR=/var/tmp/whatever PREFIX=/usr \ NXLIBDIR=/usr/lib64/nx

[X2Go-Dev] Bug#143: nx-libs installs into wrong location

2013-03-07 Thread Jan Engelhardt
On Thursday 2013-03-07 19:12, Mike Gabriel wrote: make install \ INSTALL_DIR=install -dm0755 \ INSTALL_FILE=install -pm0644 \ INSTALL_PROGRAM=install -pm0755 \ DESTDIR=/var/tmp/whatever PREFIX=/usr \ NXLIBDIR=/usr/lib64/nx X2GOLIBDIR=/usr/lib/x2go And at the

Re: [X2Go-Dev] X2Go organigram

2013-03-08 Thread Jan Engelhardt
On Friday 2013-03-08 16:50, Mike Gabriel wrote: Hi all, I have started a project organigram for X2Go. Feel free to help editing it. http://wiki.x2go.org/doku.php?id=doc:organigram Jan Engelhard (X2Go for RPM-based distros) -rdt seems so hard for many ;-( (It's really my employer who

Re: [X2Go-Dev] nxagent dependency problem on CentOS and SL

2013-03-12 Thread Jan Engelhardt
On Sunday 2013-03-10 22:35, Moritz Strübe wrote: Am 10.03.2013 21:28, Daniel Gibbs schrieb: I cannot believe this has still not been fixed! Do the developers of x2go realise that no one can install x2goserver on RHEL x64 and it variants currently? Yes of course. All of us are using RHEL -

Re: [X2Go-Dev] X2Go organigram

2013-03-12 Thread Jan Engelhardt
On Tuesday 2013-03-12 11:50, Oliver Burger wrote: Yes, distros exist to do NIH [they will write the spec from scratch again] :) Are you involved with any distro so you can say that? Yes, I am involved with a distro, but the viewpoint comes rather from my position as maintainer of, for

Re: [X2Go-Dev] nxagent dependency problem on CentOS and SL

2013-03-13 Thread Jan Engelhardt
On Tuesday 2013-03-12 19:31, Daniel Gibbs wrote: I am happy to help Jan out if he requires my help. I do have RHish VMs, but that does not help the motivation :) My current understanding of the issue is as follows. nxagent-3.5.0.17-3.1.x86_64 is asking for a dependency that is only

Re: [X2Go-Dev] nxagent dependency problem on CentOS and SL

2013-03-18 Thread Jan Engelhardt
On Wednesday 2013-03-13 15:17, Jan Engelhardt wrote: I believe this is the current error: [ 669s] RPM build errors: [ 669s] Bad exit status from /var/tmp/rpm-tmp.tWnA7V (%install) After enabling some trace in shell.. /* [1] /usr/lib/rpm/find-debuginfo.sh::206 */ + /usr/lib/rpm/debugedit

[X2Go-Dev] Bug#145: Bug#145: Makefile uses broken substitution

2013-03-22 Thread Jan Engelhardt
On Friday 2013-03-22 22:35, Mike Gabriel wrote: On So 17 Mär 2013 13:21:38 CET Jan Engelhardt wrote: Package: nx-libs Version: 3.5.0.17 Can't use ${x//...} the provided patch has been worked in: http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h

Re: [X2Go-Dev] signing tarballs (was: Re: nx-libs 3.5.0.18 failing to build in launchpad PPA)

2013-03-28 Thread Jan Engelhardt
to 05952eef08decb18410b2fdf9146d7f9c160: signtarballs: do sign .tar.xz archives (2013-03-28 22:43:58 +0100) Jan Engelhardt (1): signtarballs: do sign .tar.xz archives bin/signtarballs | 10 ++ 1 file changed, 6 insertions(+), 4 deletions

[X2Go-Dev] [PATCH] signtarballs: do sign .tar.xz archives

2013-03-28 Thread Jan Engelhardt
...and properly quote variables. --- bin/signtarballs | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bin/signtarballs b/bin/signtarballs index 5dc236f..ae6ae80 100755 --- a/bin/signtarballs +++ b/bin/signtarballs @@ -2,10 +2,12 @@ test -d _releases_ cd

[X2Go-Dev] Bug#196: Make tests optional

2013-04-30 Thread Jan Engelhardt
Package: libpam-x2go Version: 0.0.1.0From 427b8eeaa4f43547cea31aacfccc197388e51d30 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt jeng...@inai.de Date: Sun, 11 Nov 2012 16:03:23 +0100 Subject: [PATCH] build: make building tests optional --- Makefile.am |8 +--- configure.ac |3 ++- 2

[X2Go-Dev] Bug#201: x2gobroker: incomplete install

2013-05-07 Thread Jan Engelhardt
Package: x2gobroker Version: 0.0.2.0 What is being executed: make install DESTDIR=/bla What is being observed: make: Nothing to be done for `install'. What is expected instead: Install the just-compiled programs and python codes. ___ X2Go-Dev mailing

[X2Go-Dev] Bug#201: Acknowledgement (x2gobroker: incomplete install)

2013-05-07 Thread Jan Engelhardt
From 4ef541a76560dd6d9a1d322c96d06804052c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt jeng...@inai.de Date: Tue, 7 May 2013 11:57:04 +0200 Subject: [PATCH] Populate install target of Makefile --- Makefile | 43 +++ 1 file changed, 43 insertions

[X2Go-Dev] Bug#201: Bug#201: x2gobroker: incomplete install

2013-05-14 Thread Jan Engelhardt
On Tuesday 2013-05-14 12:48, Mike Gabriel wrote: What is expected instead: Install the just-compiled programs and python codes. The source tree of x2gobroker.git provides several binary packages to install (see /debian/control for details and dependencies [1]). I have looked at

[X2Go-Dev] Bug#201: Bug#201: x2gobroker: incomplete install

2013-05-15 Thread Jan Engelhardt
On Tuesday 2013-05-14 12:48, Mike Gabriel wrote: python-x2gobroker (mostly covered by setup.py): /. /etc /etc/default /etc/default/python-x2gobroker [...] Ich habe keinen Plan, wo die Datei herkommen soll. Sie ist in /debian/* absolut nicht referenziert. --- yourlist2013-05-15

[X2Go-Dev] Bug#211: 211/x2go installation

2013-05-15 Thread Jan Engelhardt
) Jan Engelhardt (1): build: also install defaults and manpages through `make install` Makefile | 26 +- ...x2gobroker.default = python-x2gobroker.default | 0 ...rvice.default = x2gobroker

[X2Go-Dev] Bug#219: x2gosqlitewrapper is looking for x2gosqlitewrapper.pl in /usr/local/lib/x2go directory

2013-05-22 Thread Jan Engelhardt
On Thursday 2013-05-23 00:20, Mike Gabriel wrote: Package: x2goserverVersion: 4.0.0.2 I recently upgraded x2goserver to 4.0.0.2 on RHEL6 and it stopped working. I found out that x2gosqlitewrapper is looking for x2gosqlitewrapper.pl in /usr/local/lib/x2go directory. So when I created a

[X2Go-Dev] Bug#220: Bug#219: x2gosqlitewrapper is looking for x2gosqlitewrapper.pl in /usr/local/lib/x2go directory

2013-05-23 Thread Jan Engelhardt
fixed #220 thanks #221 is implemented in the RPM as well - and there is the small mathematical chance it can break 220 :) So just please test. ___ X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] x2go no longer works after reboot on CentOS 6.4

2013-06-10 Thread Jan Engelhardt
On Monday 2013-06-10 12:46, Mike Gabriel wrote: As a note of interest, /usr/libexec/x2go is the correct directory it seems: However, there are also files in /usr/lib64/x2go/ [root@local ~]# LC_ALL=C ls -al /usr/lib64/x2go/ total 72 drwxr-xr-x. 2 root root 4096 Jun 6 13:28 .

[X2Go-Dev] Bug#332: RPM issue of the OSBD queues

2013-10-25 Thread Jan Engelhardt
On Friday 2013-10-25 12:41, Mike Gabriel wrote: can you take a look at issue #332 in X2Go BTS. Obviously, you should add something to the RPM package's init script of X2Go Server that resembles this

[X2Go-Dev] Bug#332: RPM issue of the OSBD queues

2013-10-29 Thread Jan Engelhardt
On Tuesday 2013-10-29 15:54, Mike Gabriel wrote: Hi Jan, On Di 29 Okt 2013 15:41:09 CET, Jan Engelhardt wrote: On Tuesday 2013-10-29 14:51, Frank Warnke wrote: If I have figured out the problem, it looks like the x2goserver installation script on CentOS v6 may need to have chkconfig

[X2Go-Dev] Bug#377: paramiko fails to recognize known_hosts

2013-12-17 Thread Jan Engelhardt
Package: x2gobroker Version: 0.0.2.3 When logging into a x2gobroker-0.0.2.3 with paramiko-1.11.0, it so happens that, for whatever reason, it rejects the remote side's key despite that being in /var/lib/x2gobroker/.ssh/known_hosts. {u'defsndport': False, u'useiconv': False, u'iconvfrom':

[X2Go-Dev] Bug#377: paramiko fails to recognize known_hosts

2013-12-17 Thread Jan Engelhardt
strace reveals this: 2844 open(//.ssh/known_hosts, O_RDONLY) = -1 ENOENT (No such file or directory) Looking at the environ of a newly-started x2gobroker: # hexdump -C /proc/20044/environ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 || * 0840 00 00 00 00 00

Re: [X2Go-Dev] replacing su calls in X2Go Server scripts with sudo (or ???)

2014-01-08 Thread Jan Engelhardt
On Wednesday 2014-01-08 14:11, Mike Gabriel wrote: Feedback? Request for comments??? Any other approach thinkable??? $ su root -s /home/jengelh/echoargs bing bang bong Password: - bing - bang - bong ___ X2Go-Dev mailing list

Re: [X2Go-Dev] pidof: command not found error

2014-02-01 Thread Jan Engelhardt
On Saturday 2014-02-01 15:28, Michael DePaulo wrote: I did some more investigation last night. 1. Fedora has pidof under /usr/sbin . (Debian 7 has it under /bin/) 2. Another problem is that x2gosuspend-desktopsharing is looking for x2gosyslog under /usr/lib/x2go/ instead of under