X2Go Bug report logs - #947
x2goagent: no such file or directory [OpenSuse 13.2]

Package: x2goserver; Maintainer for x2goserver is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goserver is src:x2goserver.

Reported by: Fabien Feschet <fabien.feschet@u-auvergne.fr>

Date: Tue, 22 Sep 2015 13:40:02 UTC

Severity: normal

Done: Mihai Moldovan <ionic@ionic.de>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#947; Package x2goserver. (Tue, 22 Sep 2015 13:40:02 GMT) (full text, mbox, link).


Acknowledgement sent to Fabien Feschet <fabien.feschet@u-auvergne.fr>:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>.

Your message specified a Severity: in the pseudo-header, but the severity value high was not recognised. The default severity normal is being used instead. The recognised values are: critical, grave, important, normal, minor, wishlist.

(Tue, 22 Sep 2015 13:40:02 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):

From: Fabien Feschet <fabien.feschet@u-auvergne.fr>
To: submit@bugs.x2go.org
Subject: x2goagent: no such file or directory [OpenSuse 13.2]
Date: Tue, 22 Sep 2015 15:35:59 +0200
Package: x2goserver
Severity: high
because makes x2go failed with opensuse

Detailed information using zypper info

Information for package x2goserver:
-----------------------------------
Repository: x2go
Name: x2goserver
Version: 4.0.1.19-1.1
Arch: x86_64
Vendor: obs://build.opensuse.org/X11
Installed: Yes
Status: up-to-date
Installed Size: 235.7 KiB


+] Recently had an update in OpenSuse in the NX components
+] When starting from a remote client using X2go Client (Windows), an
error occured (NX terminated at stage 7)

All was correctly working before NX upgrade, same machines, same OS
version, same X2Go Client and Server version.

What I have found is an error in the session log:
++++++++++++++++++++++++++++++++
/usr/bin/x2goagent: ligne29: /usr/lib/nx/../x2go/bin/x2goagent: no such
file...

+] My understanding of the problem:
=========================
I use OpenSuse x86_64 and NX libs are in /usr/lib64/nx not in
/usr/lib/nx so the used path is incorrect.

The x2goagent script in (/usr/bin) contains:
=============================
NXAPP=x2goagent
NX_LIBS=/usr/lib/nx
NX_LOCAL_LIBS=/usr/local/lib/nx

test -x $NX_LOCAL_LIBS/../x2go/bin/$NXAPP && export NX_LIBS=$NX_LOCAL_LIBS
test -x $NX_LIBS/../x2go/bin/$NXAPP && export NX_LIBS=$NX_LIBS

exec $NX_LIBS/../x2go/bin/$NXAPP "$@"

+] Correction:
X2GO has files in /usr/lib64/x2go (only perl script) and files in
/usr/lib/x2go
NX has all files in /usr/lib64/nx

So trying to replace NX_LIBS definition by
NX_LIBS=/usr/lib64/nx

is a first step but the path in x2goagent is still invalid since it now
points into /usr/lib64 where no x2go executables reside...

So have to change the complete path...

+] Solution (partial)
=============
# FF (2015) dir modified since in x86_64 lib64 is used instead !
NX_LIBS=/usr/lib64/nx

# FF (2015) problem since part of X2go is in /usr/lib and part in /usr/lib64
test -x /usr/lib/x2go/bin/$NXAPP && export NX_LIBS=$NX_LIBS

exec /usr/lib/x2go/bin/$NXAPP "$@"

+] Status
=======
X2go now works but shared directory does not ! I do not know if it is
related to specific problem on OpenSuse due to the recent update of NX.
This is due to a problem in a perl file (message on the client !) which
is missing, still trying to understand this other problem...
With above correction x2go works again.

Best regards,
Fabien Feschet




Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#947; Package x2goserver. (Fri, 25 Sep 2015 16:50:02 GMT) (full text, mbox, link).


Acknowledgement sent to Mihai Moldovan <ionic@ionic.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Fri, 25 Sep 2015 16:50:03 GMT) (full text, mbox, link).


Message #10 received at 947@bugs.x2go.org (full text, mbox, reply):

From: Mihai Moldovan <ionic@ionic.de>
To: Fabien Feschet <fabien.feschet@u-auvergne.fr>, 947@bugs.x2go.org
Subject: Re: [X2Go-Dev] x2goagent: no such file or directory [OpenSuse 13.2]
Date: Fri, 25 Sep 2015 18:45:54 +0200
[Message part 1 (text/plain, inline)]
Control: close -1
Control: severity -1 normal

On 22.09.2015 03:35 PM, Fabien Feschet wrote:
> Package: x2goserver
> Severity: high
> because makes x2go failed with opensuse
> 
> Detailed information using zypper info
> 
> Information for package x2goserver:
> -----------------------------------
> Repository: x2go
> Name: x2goserver
> Version: 4.0.1.19-1.1
> Arch: x86_64
> Vendor: obs://build.opensuse.org/X11
[...]

The OBS stuff is outdated and not maintained by us. Please do not use it.

Closing this bug.

If you can reproduce it with our repository, feel free to reopen it.



Mihai

[signature.asc (application/pgp-signature, attachment)]

Marked Bug as done Request was from Mihai Moldovan <ionic@ionic.de> to 947-submit@bugs.x2go.org. (Fri, 25 Sep 2015 16:50:04 GMT) (full text, mbox, link).


Notification sent to Fabien Feschet <fabien.feschet@u-auvergne.fr>:
Bug acknowledged by developer. (Fri, 25 Sep 2015 16:50:04 GMT) (full text, mbox, link).


Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#947; Package x2goserver. (Sun, 11 Oct 2015 19:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to "FedEx International Economy" <bradley.sargent@malpaspetstop.co.uk>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sun, 11 Oct 2015 19:45:02 GMT) (full text, mbox, link).


Message #19 received at 947@bugs.x2go.org (full text, mbox, reply):

From: "FedEx International Economy" <bradley.sargent@malpaspetstop.co.uk>
To: 947@bugs.x2go.org
Subject: Unable to deliver your item, #0000254302
Date: Sun, 11 Oct 2015 13:54:14 -0500
[Message part 1 (text/plain, inline)]
Dear Customer,

Courier was unable to deliver the parcel to you.
Please, download Delivery Label attached to this email.

Kind regards,
Bradley Sargent,
Operation Manager.

[Delivery_Notification_0000254302.zip (application/zip, attachment)]

Bug archived. Request was from Debbugs Internal Request <owner@bugs.x2go.org> to internal_control@bugs.x2go.org. (Mon, 09 Nov 2015 06:24:01 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Apr 26 19:18:46 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.