Hi all,
due to some luck, I have time today to upgrade the machine hosting
diverse X2Go and Arctica services (aka ymir.das-netzwerkteam.de) to a
recent Linux OS and also move the machine (a VM) to a newer
virtualization host.
So expect availability to be sort-of wobbly today. Affected services:
lists.x2go.orgpackages.x2go.orgpackages.arctica-project.orgbugs.x2go.orggit.x2go.orgcode.x2go.org
light+love,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
tag #1119 pending
fixed #1119 4.1.0.1
thanks
Hello,
X2Go issue #1119 (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=d46c15e
The issue will most likely be fixed in src:x2goclient (4.1.0.1).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit d46c15e51682f61afc66ff2b5505c50ce242a67d
Author: Mihai Moldovan <ionic(a)ionic.de>
Date: Thu Mar 2 09:14:04 2017 +0100
src/sshmasterconnection.cpp: use new PKI-based libssh API for public key authentication for libssh 0.6.0 and higher. Fixes: #1119.
diff --git a/debian/changelog b/debian/changelog
index f1bff6b..796376c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -129,6 +129,8 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
any address. Fixes: #31.
- src/onmainwindow.cpp: check for sessionExplorer->getLastSession() to be
valid in all places but obvious ones. Fixes: #499.
+ - src/sshmasterconnection.cpp: use new PKI-based libssh API for public key
+ authentication for libssh 0.6.0 and higher. Fixes: #1119.
[ Oleksandr Shneyder ]
* New upstream version (4.1.0.1):
Package: x2goclient
Version: 4.0.2.0
Looks like:
#1 id (this=0x0) at ../sessionbutton.h:39
No locals.
#2 ONMainWindow::slotSuspendSess (this=this@entry=0x1ad1ab0) at
../onmainwindow.cpp:4620
X2goSettings st ( "sessions" );
QString sid=lastSession->id();
lastSession is null and not being checked. Probably applies to other parts of
the code as well.
-------- Original Message --------
Subject: [Bug 1097757] New: [abrt] x2goclient: QString(): x2goclient killed by
SIGSEGV
Date: Wed, 14 May 2014 13:12:55 +0000
From: bugzilla(a)redhat.com
To: orion(a)cora.nwra.com
https://bugzilla.redhat.com/show_bug.cgi?id=1097757
Bug ID: 1097757
Summary: [abrt] x2goclient: QString(): x2goclient killed by
SIGSEGV
Product: Fedora
Version: 20
Component: x2goclient
Assignee: orion(a)cora.nwra.com
Reporter: ndbecker2(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: orion(a)cora.nwra.com
Group: fedora_contrib_private
Description of problem:
clicked on grayed-out resume button, or something like that
Version-Release number of selected component:
x2goclient-4.0.2.0-1.fc20
Additional info:
reporter: libreport-2.2.2
backtrace_rating: 4
cmdline: /usr/bin/x2goclient
crash_function: QString
executable: /usr/bin/x2goclient
kernel: 3.14.2-200.fc20.x86_64
runlevel: N 5
type: CCpp
uid: 1000
Truncated backtrace:
Thread no. 1 (10 frames)
#0 QString at /usr/include/QtCore/qstring.h:725
#1 id at ../sessionbutton.h:39
#2 ONMainWindow::slotSuspendSess at ../onmainwindow.cpp:4620
#3 ONMainWindow::slotResumeSess at ../onmainwindow.cpp:4526
#4 ONMainWindow::slotResumeDoubleClick at ../onmainwindow.cpp:6005
#5 ONMainWindow::qt_static_metacall at moc_onmainwindow.cpp:399
#6 QMetaObject::activate at kernel/qobject.cpp:3567
#7 QAbstractItemView::activated at
.moc/release-shared/moc_qabstractitemview.cpp:361
#8 QAbstractItemView::mouseReleaseEvent at
itemviews/qabstractitemview.cpp:1821
#9 QWidget::event at kernel/qwidget.cpp:8389
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
tag #499 pending
fixed #499 4.1.0.1
thanks
Hello,
X2Go issue #499 (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=32e36a2
The issue will most likely be fixed in src:x2goclient (4.1.0.1).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 32e36a2e608943d12f473b11d5d4ed9aace5a782
Author: Mihai Moldovan <ionic(a)ionic.de>
Date: Wed Mar 1 07:24:32 2017 +0100
src/onmainwindow.cpp: check for sessionExplorer->getLastSession() to be valid in all places but obvious ones. Fixes: #499.
diff --git a/debian/changelog b/debian/changelog
index f426aac..f1bff6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -127,6 +127,8 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
- res/i18n/x2goclient_fi.ts: remove outdated comment.
- src/sshprocess.cpp: bind direct tunnel socket to localhost instead of
any address. Fixes: #31.
+ - src/onmainwindow.cpp: check for sessionExplorer->getLastSession() to be
+ valid in all places but obvious ones. Fixes: #499.
[ Oleksandr Shneyder ]
* New upstream version (4.1.0.1):
Processing commands for control(a)bugs.x2go.org:
> severity 212 wishlist
Bug #212 [x2goclient] x2go doesn't honour ssh (client) configuration
Severity set to 'wishlist' from 'normal'
> merge 212 1121
Bug #212 [x2goclient] x2go doesn't honour ssh (client) configuration
Bug #212 [x2goclient] x2go doesn't honour ssh (client) configuration
There is no source info for the package 'x2goclient' at version '4.0.1.0' with architecture ''
Unable to make a source version for version '4.0.1.0'
There is no source info for the package 'x2goclient' at version '4.0.5.1' with architecture ''
Unable to make a source version for version '4.0.5.1'
Marked as found in versions 4.0.5.1.
Added tag(s) pending.
Bug #1121 [x2goclient] x2goclient Doesn't Use libssh Config File
There is no source info for the package 'x2goclient' at version '4.0.1.0' with architecture ''
Unable to make a source version for version '4.0.1.0'
There is no source info for the package 'x2goclient' at version '4.0.5.1' with architecture ''
Unable to make a source version for version '4.0.5.1'
Marked as found in versions 4.0.1.0.
Merged 1121 212
>
End of message, stopping processing here.
Please contact me if you need assistance.
--
1121: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1121
212: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=212
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Processing commands for control(a)bugs.x2go.org:
> fixed 212 4.1.0.1
Bug #212 [x2goclient] x2go doesn't honour ssh (client) configuration
There is no source info for the package 'x2goclient' at version '4.1.0.1' with architecture ''
Unable to make a source version for version '4.1.0.1'
Marked as fixed in versions 4.1.0.1.
> merge 212 1121
Bug #212 [x2goclient] x2go doesn't honour ssh (client) configuration
Unable to merge bugs because:
severity of #1121 is 'wishlist' not 'normal'
Failed to merge 212: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x2260ae0)', 'requester', 'Mihai Moldovan <ionic(a)ionic.de>', 'request_addr', 'control(a)bugs.x2go.org', 'request_msgid', '<256c835d-060a-a315-a43b-d187dcbfa389(a)ionic.de>', 'request_subject', ...) called at /usr/share/perl5/Debbugs/Control/Service.pm line 538
eval {...} called at /usr/share/perl5/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', 'merge 212 1121', 'clonebugs', 'HASH(0x2193628)', 'limit', 'HASH(0x2193010)', 'common_control_options', 'ARRAY(0x2193058)', 'errors', ...) called at /usr/lib/debbugs/service line 470
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
1121: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1121
212: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=212
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
tag #31 pending
fixed #31 4.1.0.1
thanks
Hello,
X2Go issue #31 (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=51a0b54
The issue will most likely be fixed in src:x2goclient (4.1.0.1).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 51a0b540d3e57c6eec91e9168d40fec7de4b37cb
Author: Mihai Moldovan <ionic(a)ionic.de>
Date: Tue Feb 28 16:38:58 2017 +0100
src/sshprocess.cpp: bind direct tunnel socket to localhost instead of any address. Fixes: #31.
diff --git a/debian/changelog b/debian/changelog
index 495eff0..f426aac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -125,6 +125,8 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
cleaner for downstream package maintainers (like, for instance, MacPorts
itself.)
- res/i18n/x2goclient_fi.ts: remove outdated comment.
+ - src/sshprocess.cpp: bind direct tunnel socket to localhost instead of
+ any address. Fixes: #31.
[ Oleksandr Shneyder ]
* New upstream version (4.1.0.1):
Processing commands for control(a)bugs.x2go.org:
> close 477
Bug #477 [x2goclient] [X2Go-User] Buggy File & Folder sharing
Marked Bug as done
> fixed 477 4.1.0.0
Bug #477 {Done: Mihai Moldovan <ionic(a)ionic.de>} [x2goclient] [X2Go-User] Buggy File & Folder sharing
There is no source info for the package 'x2goclient' at version '4.1.0.0' with architecture ''
Unable to make a source version for version '4.1.0.0'
Marked as fixed in versions 4.1.0.0.
> forcemerge 454 477
Bug #454 {Done: Mihai Moldovan <ionic(a)ionic.de>} [x2goclient] [X2Go-User] Buggy File & Folder sharing
Bug #455 {Done: Mihai Moldovan <ionic(a)ionic.de>} [x2goclient] [X2Go-User] Buggy File & Folder sharing
Bug #456 {Done: Mihai Moldovan <ionic(a)ionic.de>} [x2goclient] [X2Go-User] Buggy File & Folder sharing
Bug #477 {Done: Mihai Moldovan <ionic(a)ionic.de>} [x2goclient] [X2Go-User] Buggy File & Folder sharing
There is no source info for the package 'x2goclient' at version '3.99.2.1' with architecture ''
Unable to make a source version for version '3.99.2.1'
Marked as found in versions 3.99.2.1.
Bug #455 {Done: Mihai Moldovan <ionic(a)ionic.de>} [x2goclient] [X2Go-User] Buggy File & Folder sharing
Bug #456 {Done: Mihai Moldovan <ionic(a)ionic.de>} [x2goclient] [X2Go-User] Buggy File & Folder sharing
Merged 454 455 456 477
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
454: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=454
455: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=455
456: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=456
477: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=477
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
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.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…