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 /usr/l

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 X2Go-Dev@lists.ber

[X2Go-Dev] Bug#377: init scripts

2013-12-17 Thread Jan Engelhardt
I seem to remember that start-stop-daemon might have been part of LSB, but then again, maybe not? (In the current openSUSE release with systemd, start-stop-daemon is part of the dpkg package.) So the following are the init scripts currently running here. They lack in quality, are dirt hacks, an

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

2013-12-17 Thread Jan Engelhardt
When started from sysvinit, the HOME environment variable is not set (what to, anyway!), and startproc does not set HOME _either_. Therefore, /etc/init.d/x2gobroker-daemon needs a export HOME=/var/lib/x2gobroker or something nicer of equal footing so that /usr/sbin/x2gobroker has something t

[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 0

[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': 'UTF-8'

[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 >

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

2013-10-29 Thread Jan Engelhardt
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 --add x2gocleansessions" run >in it. Such consideration has already been done by distros, and I concur with openSUSE's

[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 > http://code.x2go.org/gitweb?p=x2goserver.git;a=blobdiff;f=debian/x2goserver.init;h=5ae86e48

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:2

[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

[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

[X2Go-Dev] Bug#211: [PATCH] build: also install defaults and manpages through `make install`

2013-05-15 Thread Jan Engelhardt
--- Makefile | 26 +++- debian/python-x2gobroker.default | 38 --- debian/x2gobroker-authservice.default | 19 -- debian/x2gobroker-daemon.default | 34 --- python

[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 => x2go

[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 1

[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 /debia

[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 Date: Tue, 7 May 2013 11:57:04 +0200 Subject: [PATCH] Populate install target of Makefile --- Makefile | 43 +++ 1 file changed, 43 insertions(+) diff --git a

[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 l

[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 Date: Sun, 11 Nov 2012 16:03:23 +0100 Subject: [PATCH] build: make building tests optional --- Makefile.am |8 +--- configure.ac |3 ++- 2 files changed

[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 _relea

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
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

Re: [X2Go-Dev] nx-libs 3.5.0.18 failing to build in launchpad PPA

2013-03-28 Thread Jan Engelhardt
On Thursday 2013-03-28 09:14, Mike Gabriel wrote: >> Hopefully someone with a better understanding of the patch and build process >> can find a quick fix. >> >> Thanks for your hard work and let me know if you have any questions. > > Thanks for reporting this. It had become into my awareness, yest

[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.

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.s

Re: [X2Go-Dev] Wiki review: RPM based installation of X2Go

2013-03-18 Thread Jan Engelhardt
On Thursday 2013-03-14 21:34, Mike Gabriel wrote: > Hi all (RPM-based X2Go users), > > can anyone (Jan? Daniel?) update the wiki pages for the client-side X2Go > applications and review or explain how to install x2goclient[1], > pyhoca-gui[2], > pyhoca-cli[3] on RPM based distros? There is no Ed

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

2013-03-18 Thread Jan Engelhardt
Package: nx-libs Version: 3.5.0.17 Can't use ${x//...} From: Jan Engelhardt Date: 2013-03-06 23:10:19.962925458 +0100 build: avoid bash4-specific substitution The ${a/b/c} substitution is not POSIX compatible. Additionally, in bash 3.x, quotes do not escape slashes. This causes screw

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 ava

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 ex

Re: [X2Go-Dev] X2Go organigram

2013-03-12 Thread Jan Engelhardt
On Tuesday 2013-03-12 09:56, Oliver Burger wrote: >2013/3/8 Jan Engelhardt : >> On Friday 2013-03-08 16:50, Mike Gabriel wrote: >> >>> >>> Jan Engelhard[t] (X2Go for RPM-based distros) > >Wouldn't it be better to let the distros provide their packages?

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

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

[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="/us

[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" X2GOLIBDIR

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, whic

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 inai.de> writes: > >> >> On Wednesday 2013-02-27 16:38, Mike Gabriel wrote: >> >> > Hi Jan, >> > >> > I guess, this one is yours... >> > http://serverfault.com/ques

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

2013-03-03 Thread Jan Engelhardt
On Sunday 2013-03-03 03:05, Daniel Gibbs wrote: >> > >> > http://serverfault.com/questions/482596/centos-6-x2go-dependancy-issues-when- >trying-to-run-yum-update >> >> Already fixed yesterday. > >Any idea when the updated RPM's are being released? As soon as the automatic compile and mirroring i

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 X2G

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 /home/abuild/rpmbuild/BUILDROOT/x2gobr

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

2013-02-16 Thread Jan Engelhardt
support. (2013-02-14 06:26:41 +0100) 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) -------

[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 del

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

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 c

[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, tha

[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@ @DEF

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 01:00, Bernard Cafarelli wrote: >Le Tue, 8 Jan 2013 17:07:12 +0100 (CET) >Jan Engelhardt a écrit: >> Why would autoreconf be rerun if you use ./configure CFLAGS=-O2 >> CXXFLAGS=-O2? > >I meant, without first removing the "-O3" fro

[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 +- x2goserver/bin/x2gogetserver

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

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

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] 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

Re: [X2Go-Dev] Bug#93: x2goagent should create /tmp/.X11-unix directory

2013-01-06 Thread Jan Engelhardt
On Wednesday 2012-12-19 17:07, Mike Gabriel wrote: >>> >>> Apparently X2Go requires the /tmp/.X11-unix directory to exist with >>> permissions 1777. >>> >>> Could you please see to it the creation of this directory and the >>> permissions settings are performed by teh x2goserver package. >> >> I wo

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

[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/lib6

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 do

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 answe

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) comp

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

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

[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 /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 git://git.inai.de/x

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

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.

[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 [...] sh

[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

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/x

[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 X2Go-D

[X2Go-Dev] x2goclient: qt paths

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

[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

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

2012-11-11 Thread Jan Engelhardt
On Saturday 2012-11-10 22:25, Mike Gabriel wrote: > > please send a tested patch against the tarball of 3.5.0.16. Thanks! > >> The new 001_add-main-makefile.full+lite.patch breaks the build here >> when not running make install as root, e.g. when building a package >> with make DESTDIR="foo" instal

Re: [X2Go-Dev] On the new lightdm-x2go package

2012-11-11 Thread Jan Engelhardt
On Sunday 2012-11-11 13:17, Mike Gabriel wrote: > Hi Jan, > > On So 11 Nov 2012 12:36:36 CET Jan Engelhardt wrote: > >> >> The release tarball for 0.0.0.1 has configure.ac, but no configure. >> Please consider running the appropriate generators in future before >&

Re: [X2Go-Dev] [PATCH] Remove redundant tool "socket-sucker"

2012-11-11 Thread Jan Engelhardt
On Sunday 2012-11-11 14:01, Nable 80 wrote: >1. There is also netcat (nc) and i'm in doubt what is more widespread >in basic system installation: netcat or socat. It is not about what is most spread, but what actually makes sense. netcat in comparison is messy - https://lkml.org/lkml/2012/8/1/24

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 ins

[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 -Wno

[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 -Wno-portability]

[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] On the new lightdm-x2go package

2012-11-11 Thread Jan Engelhardt
The release tarball for 0.0.0.1 has configure.ac, but no configure. Please consider running the appropriate generators in future before shipping one. :) (The name "lightdm-remote-session-x2go" is also quite long, but perhaps that's just me.) ___ X2Go

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 https:/

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 shoul

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 a

[X2Go-Dev] Libs are missing +x bit

2012-09-03 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) $(LIB

[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 comp

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 > wrote: > >> My personal favourite would be something like Debian BTS (debbugs). >> >> What would be your favourite (apart from Launchpad ;-) )? > >Libav has now switched to bugzilla, which is at le

[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 ht

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 se

[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 ONMainWindow::slotEmbedToolBarTool

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

2012-06-29 Thread Jan Engelhardt
next 24h. More patches given. From: Jan Engelhardt 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 chan

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 (lrele

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] [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
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 === --- pinentry-x2go_0.

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 "lr

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 'void

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] 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 wou

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 confor

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) differen

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

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 n

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

2012-02-18 Thread Jan Engelhardt
[I hate this Reply-To header setting crap... and the absence of the same in the archives.] On Saturday 2012-02-18 09:32, Jan Engelhardt wrote: > >On Friday 2012-02-17 09:16, Oleksandr Shneyder wrote: >>> But symlinking of /usr/lib/nx/X11/libXext.so.6 to >>> /usr/li

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

2012-02-18 Thread Jan Engelhardt
On Saturday 2012-02-18 00:55, Mike Gabriel wrote: >>> >>> I get Segmentation fault when I right-click on x2godesktopsharing >>> icon in the system tray and choose "Activate Desktop Sharing". (Arch >>> Linux.) >> >> The segfault was due to non-existent "x2godesktopsharing" group in the >> system. >

  1   2   >