[X2Go-User] More kdrive crashes

2024-02-14 Thread Orion Poplawski
Got a bunch today:

malloc(): unsorted double linked list corrupted

Also:

#7  
#8  0x7f15b3445d0f in sse2_fill () from /lib64/libpixman-1.so.0
#9  0x7f15b342a740 in _pixman_implementation_fill () from
/lib64/libpixman-1.so.0
#10 0x7f15b33e2fcd in pixman_fill () from /lib64/libpixman-1.so.0
#11 0x555c8d41f1d5 in fbFill (pDrawable=pDrawable@entry=0x555c8ef88fd0,
pGC=pGC@entry=0x555c8efc7f20, x=x@entry=0, y=y@entry=0,
width=width@entry=1911,
height=height@entry=1016) at ../include/privates.h:122
#12 0x555c8d41f812 in fbPolyFillRect (pDrawable=0x555c8ef88fd0,
pGC=0x555c8efc7f20,
nrect=, prect=0x555c8f7f2e48) at fbfillrect.c:72
#13 0x555c8d4b678c in damagePolyFillRect (pDrawable=0x555c8ef88fd0,
pGC=0x555c8efc7f20,
nRects=1, pRects=) at damage.c:1224
#14 0x555c8d42d7cf in miPaintWindow (pWin=, prgn=,
what=) at miexpose.c:540
#15 0x555c8d42d4fa in miWindowExposures (pWin=0x555c8ef88fd0,
prgn=0x555c8efc7380)
at miexpose.c:394
#16 0x555c8d43bdce in miHandleValidateExposures (pWin=0x555c8ef88fd0) at
miwindow.c:226
#17 0x555c8d3eb239 in UnmapWindow (pWin=pWin@entry=0x555c8f8f6c50,
fromConfigure=fromConfigure@entry=0) at window.c:2878
#18 0x555c8d3eb33f in DeleteWindow (value=0x555c8f8f6c50, wid=44040209) at
window.c:1088
#19 0x555c8d3e400d in doFreeResource (res=0x555c8f8f6e80, skip=skip@entry=0)
at resource.c:880
#20 0x555c8d3e524c in FreeClientResources (client=0x555c8f9a08f0) at
resource.c:1146
#21 FreeClientResources (client=client@entry=0x555c8f9a08f0) at resource.c:1109
#22 0x555c8d3ffe23 in CloseDownClient (client=0x555c8f9a08f0) at
dispatch.c:3476
#23 0x555c8d400876 in KillAllClients () at dispatch.c:3503
#24 Dispatch () at dispatch.c:511
#25 0x555c8d3c8926 in dix_main (argc=19, argv=0x7ffdd98dda88,
envp=)
at main.c:276

#11 0x555c8d41f1d5 in fbFill (pDrawable=pDrawable@entry=0x555c8ef88fd0,
pGC=pGC@entry=0x555c8efc7f20, x=x@entry=0, y=y@entry=0,
width=width@entry=1911,
height=height@entry=1016) at ../include/privates.h:122
122 return (char *) (*privates) + key->offset;
(gdb) print key
$1 = 2
(gdb) print key->offset
Attempt to extract a component of a value that is not a structure pointer.

There definitely seem to be some memory corruption errors that need to get
addressed.

-- 
Orion Poplawski
he/him/his  - surely the least important thing about me
Manager of IT Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Complaints about windows resizing/moved on session resume

2023-10-09 Thread Orion Poplawski
On 10/9/23 11:36, Orion Poplawski wrote:
> Many of our users are complaining about:
> 
> something in the EL8/X2Go/KDE? interface now just runs roughshod over
> the windows you have open, between suspending and resuming sessions.
> Windows are re-sided, moved, opened, closed...at random.  I often
> have multiple windows open and, for example, running IDL or editing
> or something, and I have them placed where I want as I am testing
> and debugging or writing code, I suspend / restore the session and
> come back to just randomly placed, sized, opened or closed desktop.
> **i don't like people mucking with my desktop** whether real
> or virtual!!!  The three of us mentioned to each other that we
> feel like we are continually re-sizing, finding, and just spending
> time counteracting what has been done to our setups.
> 
> 
> So, what's going on what what can be done to stop it?  Clients and server are
> EL8.  Desktop environment is KDE.  We have a mix of x2goagent and x2gokdrive
> sessions.
> 
> We've removed kscreen.
> 
> Any help would be greatly appreciated.  Thanks.

So, it appears that on initial connection, even on resume, the display is set
to 800x600 and then resized to what is in the session preferences.  With the
change to 800x600, KDE tries to re-arrange the windows to fit better it seems.

Why is this done instead of either setting the size to the session preferences
or preferably the size of the existing session?

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] Complaints about windows resizing/moved on session resume

2023-10-09 Thread Orion Poplawski
Many of our users are complaining about:

something in the EL8/X2Go/KDE? interface now just runs roughshod over
the windows you have open, between suspending and resuming sessions.
Windows are re-sided, moved, opened, closed...at random.  I often
have multiple windows open and, for example, running IDL or editing
or something, and I have them placed where I want as I am testing
and debugging or writing code, I suspend / restore the session and
come back to just randomly placed, sized, opened or closed desktop.
**i don't like people mucking with my desktop** whether real
or virtual!!!  The three of us mentioned to each other that we
feel like we are continually re-sizing, finding, and just spending
time counteracting what has been done to our setups.


So, what's going on what what can be done to stop it?  Clients and server are
EL8.  Desktop environment is KDE.  We have a mix of x2goagent and x2gokdrive
sessions.

We've removed kscreen.

Any help would be greatly appreciated.  Thanks.


-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2Go resizing uncontrollably with KDrive

2023-10-02 Thread Orion Poplawski
On 10/2/23 12:57, Ulrich Sibiller wrote:
> If the client side is Windows: Might have to do with the way Windows
> adds window decorations. We had an issue like that some years ago
> where vcxsrv did it wrong. Since kdrive does not use an intermediate X
> server it needs to handle these problems itself. Maybe try to run the
> client in Windows 7 compatibility mode. Or change display zoom.
> 
> Uli

Ah, sorry did not specify the client.  The client is also AlmaLinux 8.


> On Mon, Oct 2, 2023 at 7:43 PM Orion Poplawski  wrote:
>>
>> On 9/27/23 05:24, Rui Ferreira wrote:
>>> Hello Orion
>>>
>>> There's an entry in the FAQ about kscreen issues.
>>>
>>> Regards,
>>> Rui Ferreira [user]
>>>
>>> Às 18:42 de 25/09/23, Orion Poplawski escreveu:
>>>> On 9/25/23 09:17, Orion Poplawski wrote:
>>>>> I'm seeing a lot of these messages with a kdrive user:
>>>>>
>>>>> Sep 21 05:55:40 kded5[10869]: kscreen.kded: Failed to find a 
>>>>> matching
>>>>> mode - this means that our config is corruptedor a different device with 
>>>>> the
>>>>> same serial number has been connected (very unlikely).Falling back to
>>>>> preferred modes.
>>>>> Sep 21 05:55:40 kded5[10869]: colord: Unable to get EDID for output 
>>>>> "X2GoKDriv
>>>>> e-0"
>>>>> Sep 21 05:55:40 kded5[10869]: colord: Failed to register device: "device 
>>>>> id 'x
>>>>> randr-X2GoKDrive-0' already exists"
>>>>> Sep 21 05:55:40 kded5[10869]: colord: Failed to create ICC profile on 
>>>>> cmsCreat
>>>>> eRGBProfile
>>>>>
>>>>>
>>>>> Repeats every few seconds it seems.
>>>>>
>>>>> Should kdrive be simulating EDID or some other output/information to help
>>>>> kscreen and colord?
>>>>
>>>> We're seeing this lead to a segfault in kscreen and possibly behavior where
>>>> the x2go window resizes uncontrollably.
>>
>> Even after removing kscreen, one user is still having issues:
>>
>> The effect seems to be a bit cumulative.
>> First time or two after restarting x2go, no resizing.
>> Then like a 1- or 2-'round' of resizing and it'll stop.
>> Then after another few times it's up to 5 or 6...
>> Then at some point you get to where it just won't stop.
>> But restarting x2go (loosing your session) does get
>> it to stop.  Or, start the cycle I describe above over again.
>>
>>
>> Is there some extra logging that might be useful to log screen resize 
>> requests?
>>
>> --
>> Orion Poplawski
>> IT Systems Manager 720-772-5637
>> NWRA, Boulder/CoRA Office FAX: 303-415-9702
>> 3380 Mitchell Lane   or...@nwra.com
>> Boulder, CO 80301 https://www.nwra.com/
>>
>> ___
>> x2go-user mailing list
>> x2go-user@lists.x2go.org
>> https://lists.x2go.org/listinfo/x2go-user

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2Go resizing uncontrollably with KDrive

2023-10-02 Thread Orion Poplawski
On 9/27/23 05:24, Rui Ferreira wrote:
> Hello Orion
> 
> There's an entry in the FAQ about kscreen issues.
> 
> Regards,
> Rui Ferreira [user]
> 
> Às 18:42 de 25/09/23, Orion Poplawski escreveu:
>> On 9/25/23 09:17, Orion Poplawski wrote:
>>> I'm seeing a lot of these messages with a kdrive user:
>>>
>>> Sep 21 05:55:40 kded5[10869]: kscreen.kded: Failed to find a 
>>> matching
>>> mode - this means that our config is corruptedor a different device with the
>>> same serial number has been connected (very unlikely).Falling back to
>>> preferred modes.
>>> Sep 21 05:55:40 kded5[10869]: colord: Unable to get EDID for output 
>>> "X2GoKDriv
>>> e-0"
>>> Sep 21 05:55:40 kded5[10869]: colord: Failed to register device: "device id 
>>> 'x
>>> randr-X2GoKDrive-0' already exists"
>>> Sep 21 05:55:40 kded5[10869]: colord: Failed to create ICC profile on 
>>> cmsCreat
>>> eRGBProfile
>>>
>>>
>>> Repeats every few seconds it seems.
>>>
>>> Should kdrive be simulating EDID or some other output/information to help
>>> kscreen and colord?
>>
>> We're seeing this lead to a segfault in kscreen and possibly behavior where
>> the x2go window resizes uncontrollably.

Even after removing kscreen, one user is still having issues:

The effect seems to be a bit cumulative.
First time or two after restarting x2go, no resizing.
Then like a 1- or 2-'round' of resizing and it'll stop.
Then after another few times it's up to 5 or 6...
Then at some point you get to where it just won't stop.
But restarting x2go (loosing your session) does get
it to stop.  Or, start the cycle I describe above over again.


Is there some extra logging that might be useful to log screen resize requests?

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] colord messages with KDrive

2023-09-28 Thread Orion Poplawski

On 9/27/23 05:24, Rui Ferreira wrote:

Hello Orion

There's an entry in the FAQ about kscreen issues.

Regards,
Rui Ferreira [user]


Thanks for the note about kscreen, I had forgotten about that.  I've 
removed kscreen from the servers so hopefully that will help.


I'm still getting the colord messages around session resume it seems:

Sep 27 15:31:49 /usr/bin/x2goserver-run-extensions[1213572]: 
x2goserver-run-extensions called with options: 
USER-52-1695382629_stKKDE_dp24 post-resume
Sep 27 15:31:53 kded5[1084517]: colord: Unable to get EDID for output 
"X2GoKDrive-0"
Sep 27 15:31:53 kded5[1084517]: colord: Failed to register device: 
"device id 'xrandr-X2GoKDrive-0' already exists"
Sep 27 15:31:53 kded5[1084517]: colord: Failed to create ICC profile on 
cmsCreateRGBProfile
Sep 27 15:31:54 kwin_x11[1084520]: qt.qpa.xcb: QXcbConnection: XCB 
error: 3 (BadWindow), sequence: 65191, resource id: 20477363, major 
code: 3 (GetWindowAttributes), minor code: 0
Sep 27 15:31:54 kwin_x11[1084520]: qt.qpa.xcb: QXcbConnection: XCB 
error: 9 (BadDrawable), sequence: 65192, resource id: 20477363, major 
code: 14 (GetGeometry), minor code: 0
Sep 27 15:31:54 kwin_x11[1084520]: qt.qpa.xcb: QXcbConnection: XCB 
error: 3 (BadWindow), sequence: 65195, resource id: 20477364, major 
code: 3 (GetWindowAttributes), minor code: 0
Sep 27 15:31:54 kwin_x11[1084520]: qt.qpa.xcb: QXcbConnection: XCB 
error: 9 (BadDrawable), sequence: 65196, resource id: 20477364, major 
code: 14 (GetGeometry), minor code: 0
Sep 27 15:31:54 kded5[1084517]: colord: Unable to get EDID for output 
"X2GoKDrive-0"
Sep 27 15:31:54 kded5[1084517]: colord: Failed to register device: 
"device id 'xrandr-X2GoKDrive-0' already exists"
Sep 27 15:31:54 kded5[1084517]: colord: Failed to create ICC profile on 
cmsCreateRGBProfile
Sep 27 15:31:54 kded5[1084517]: colord: Unable to get EDID for output 
"X2GoKDrive-0"
Sep 27 15:31:54 kded5[1084517]: colord: Failed to register device: 
"device id 'xrandr-X2GoKDrive-0' already exists"
Sep 27 15:31:54 kded5[1084517]: colord: Failed to create ICC profile on 
cmsCreateRGBProfile




Às 18:42 de 25/09/23, Orion Poplawski escreveu:

On 9/25/23 09:17, Orion Poplawski wrote:

I'm seeing a lot of these messages with a kdrive user:

Sep 21 05:55:40 kded5[10869]: kscreen.kded: Failed to find a 
matching
mode - this means that our config is corruptedor a different device 
with the

same serial number has been connected (very unlikely).Falling back to
preferred modes.
Sep 21 05:55:40 kded5[10869]: colord: Unable to get EDID for output 
"X2GoKDriv

e-0"
Sep 21 05:55:40 kded5[10869]: colord: Failed to register device: 
"device id 'x

randr-X2GoKDrive-0' already exists"
Sep 21 05:55:40 kded5[10869]: colord: Failed to create ICC profile on 
cmsCreat

eRGBProfile


Repeats every few seconds it seems.

Should kdrive be simulating EDID or some other output/information to 
help

kscreen and colord?


We're seeing this lead to a segfault in kscreen and possibly behavior 
where

the x2go window resizes uncontrollably.



___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

_______
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


--
Orion Poplawski
he/him/his  - surely the least important thing about me
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] X2Go on macOS Sonoma

2023-09-27 Thread Orion Poplawski
0x10d7e x2goMain + 1021
37  x2goclient 0x10d819775 main + 1605
38  dyld0x7ff800be43a6 start + 1942

Thread 1:
0   libsystem_pthread.dylib 0x7ff800f68b88 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib 0x7ff800f68b88 start_wqthread + 0

Thread 3:: com.apple.NSEventThread
0   libsystem_kernel.dylib  0x7ff800f2da2e mach_msg2_trap + 10
1   libsystem_kernel.dylib  0x7ff800f3be4a mach_msg2_internal + 
84
2   libsystem_kernel.dylib  0x7ff800f34b6e mach_msg_overwrite
+ 653
3   libsystem_kernel.dylib  0x7ff800f2dd1f mach_msg + 19
4   CoreFoundation  0x7ff801048475
__CFRunLoopServiceMachPort + 143
5   CoreFoundation  0x7ff801046ee5 __CFRunLoopRun + 1371
6   CoreFoundation  0x7ff801046372
CFRunLoopRunSpecific + 557
7   AppKit  0x7ff8047ab3e0 _NSEventThread + 122
8   libsystem_pthread.dylib 0x7ff800f6d202 _pthread_start + 99
9   libsystem_pthread.dylib 0x7ff800f68bab thread_start + 15

Thread 4:: QProcessManager
0   libsystem_kernel.dylib  0x7ff800f36922 __select + 10
1   QtCore 0x10e733212 0x10e629000 + 1090066
2   QtCore 0x10e64ef18 0x10e629000 + 155416
3   libsystem_pthread.dylib 0x7ff800f6d202 _pthread_start + 99
4   libsystem_pthread.dylib 0x7ff800f68bab thread_start + 15

Thread 5:: com.apple.CFSocket.private
0   libsystem_kernel.dylib  0x7ff800f36922 __select + 10
1   CoreFoundation  0x7ff8010705b8 __CFSocketManager + 
641
2   libsystem_pthread.dylib 0x7ff800f6d202 _pthread_start + 99
3   libsystem_pthread.dylib 0x7ff800f68bab thread_start + 15

Thread 6:: QThread
0   libsystem_kernel.dylib  0x7ff800f36922 __select + 10
1   QtCore 0x10e78bad4 qt_safe_select(int,
fd_set*, fd_set*, fd_set*, timeval const*) + 116
2   QtCore 0x10e78ef4f
QEventDispatcherUNIXPrivate::doSelect(QFlags,
timeval*) + 751
3   QtCore 0x10e790a82
QEventDispatcherUNIX::processEvents(QFlags) + 210
4   QtCore 0x10e75b332
QEventLoop::exec(QFlags) + 514
5   QtCore 0x10e64d27e QThread::exec() + 222
6   QtCore 0x10e64ef18 0x10e629000 + 155416
7   libsystem_pthread.dylib 0x7ff800f6d202 _pthread_start + 99
8   libsystem_pthread.dylib 0x7ff800f68bab thread_start + 15

Thread 7 Crashed:: SshMasterConnection
0   libssh.4.dylib 0x10dfd43ef
ssh_event_add_session + 39
1   libssh.4.dylib 0x10dfc1418 ssh_select + 144
2   x2goclient 0x10d7b5c97
SshMasterConnection::channelLoop() + 7895
3   x2goclient 0x10d7afc78
SshMasterConnection::run() + 8616
4   QtCore 0x10e64ef18 0x10e629000 + 155416
5   libsystem_pthread.dylib 0x7ff800f6d202 _pthread_start + 99
6   libsystem_pthread.dylib 0x7ff800f68bab thread_start + 15

Thread 8:
0   libsystem_pthread.dylib 0x7ff800f68b88 start_wqthread + 0
-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] Removing the new control panel from kdrive

2023-09-25 Thread Orion Poplawski
With kdrive we see a new control panel at the top of the window.  Is it
possible to remove that?  Thanks.

Orion

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Messages with KDrive

2023-09-25 Thread Orion Poplawski
On 9/25/23 09:17, Orion Poplawski wrote:
> I'm seeing a lot of these messages with a kdrive user:
> 
> Sep 21 05:55:40 kded5[10869]: kscreen.kded: Failed to find a matching
> mode - this means that our config is corruptedor a different device with the
> same serial number has been connected (very unlikely).Falling back to
> preferred modes.
> Sep 21 05:55:40 kded5[10869]: colord: Unable to get EDID for output "X2GoKDriv
> e-0"
> Sep 21 05:55:40 kded5[10869]: colord: Failed to register device: "device id 'x
> randr-X2GoKDrive-0' already exists"
> Sep 21 05:55:40 kded5[10869]: colord: Failed to create ICC profile on cmsCreat
> eRGBProfile
> 
> 
> Repeats every few seconds it seems.
> 
> Should kdrive be simulating EDID or some other output/information to help
> kscreen and colord?

We're seeing this lead to a segfault in kscreen and possibly behavior where
the x2go window resizes uncontrollably.


-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] Messages with KDrive

2023-09-25 Thread Orion Poplawski
I'm seeing a lot of these messages with a kdrive user:

Sep 21 05:55:40 kded5[10869]: kscreen.kded: Failed to find a matching
mode - this means that our config is corruptedor a different device with the
same serial number has been connected (very unlikely).Falling back to
preferred modes.
Sep 21 05:55:40 kded5[10869]: colord: Unable to get EDID for output "X2GoKDriv
e-0"
Sep 21 05:55:40 kded5[10869]: colord: Failed to register device: "device id 'x
randr-X2GoKDrive-0' already exists"
Sep 21 05:55:40 kded5[10869]: colord: Failed to create ICC profile on cmsCreat
eRGBProfile


Repeats every few seconds it seems.

Should kdrive be simulating EDID or some other output/information to help
kscreen and colord?


-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] MFA support in X2go?

2023-08-25 Thread Orion Poplawski

On 8/23/23 12:22, Grigory Shamov wrote:

Hi Stefan,

Thank you very much for your response! Yes, it looks like our SSH server 
"interactive" response for Yubikey/Duo is not being recognized by the current 
X2Go clients.
The kind of response that looks like this:


(user@host) Duo two-factor login for user:

Enter a passcode or select one of the following options:

Passcode:


We are running an HPC machine here, with user authentication coming from a 
National-wide HPC organization, that chose Duo for MFA. We cannot easily just 
pick a random 2nd factor vendor.

The related common SSH/SFTP/SCP GUI clients like PuTTY and and MobaXterm and 
FileZilla do not seem to have this issue, at least in recent versions. (I just 
had a user that out of exasperation tried to run X2go over an SSH client 
created by Putty which is of course impossible) .



I think the main difference between x2goclient and at least putty is 
that x2goclient is managing the ssh interaction and feeding the prompts 
as needed.  putty is simply presenting the prompts to the user and 
allowing them to interact with them.  I'm not sure x2goclient has any 
other way to know that the connection is waiting for more authentication 
input.


x2go client has the following known prompts:

const QString SshMasterConnection::challenge_auth_code_prompts_[] = {
  "Verification code:",// GA 
(http://github.com/google/google-authenticator)
  "One-time password (OATH) for",  // OATH 
(http://www.nongnu.org/oath-toolkit/pam_oath.html)

  "passcode:", // MOTP(http://motp.sourceforge.net)
  "Enter PASSCODE:",   // SecurID
  "YubiKey for"// YubiKey 
(https://en.wikipedia.org/wiki/YubiKey)

};

which is close.  We could either add "Passcode:" for Duo, or make the 
comparison case insensitive.


--
Orion Poplawski
he/him/his  - surely the least important thing about me
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] x2gokdrive doesn't like connection interruption

2023-08-03 Thread Orion Poplawski
On 7/22/23 12:34, Neal Becker wrote:
> client and server both fedora f38.
> x2gokdriveclient-0.0.0.1-1.fc38.x86_64
> 
> I find that when connection gets interrupted 3 bad things can happen:
> 
> 1. client uses 100% cpu
> 
> 2. Trying to reconnect, screen starts to open and immediately closes.  Then 
> on next attempt a new session starts, old session is lost.
> 
> 3. With client connected, closing laptop lid should initiate sleep.  Instead 
> client runs 100% cpu and machine doesn't sleep.

We seem to be seeing #2 - not entirely sure if it's connected to a previous
interruption.

How do we debug this so we can fix it?

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] x2gokdrive screen goes mostly black

2023-07-20 Thread Orion Poplawski
One of our users is seeing an issue using x2gokdrive where most of the desktop
goes black.  Can slowly restore by forcing things to repaint by moving windows.

Host is EL8 - x2goserver 4.1.0.4, kdrive 0.0.0.1
Client is Windows x2goclient-4.1.2.3-ba65703-kdrclient-a3134d6

KDE desktop

Any ideas what might be causing this?

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] FYI - dbus issues with tcsh on EL8

2023-07-17 Thread Orion Poplawski
The dbus-x11 packages' /etc/profile.d/ssh-x-forwarding.csh file will start a
new dbus-deamon that gets killed when the user disconnects from ssh causing
problems on re-connect.

I've reported the issue with a fix here:
https://bugzilla.redhat.com/show_bug.cgi?id=2223420

Thankfully it seems the the dbus-x11 package dropped these scripts in later
releases.

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] x2go client for MacOS 13

2023-06-22 Thread Orion Poplawski
On 6/19/23 09:18, Xiaomei NIU wrote:
> Hello,
> 
> Does anyone have experience of x2go client on MacOS 13?
> I have a user, who tried x2goclient 4.1.2.2 on MacOS 13, but not working.
> It is really appreciate, if someone have managed this.
> 
> 
>   4.1.2.2/ 
> <https://code.x2go.org/releases/binary-macosx/x2goclient/main/4.1.2.2/>
>   2020-02-13 21:44
> 
> 
> Thanks in advance
> 
> Xm

If this is an Apple silicon machine - it may be this issue (but you give no
details on what "not working" really means):

 https://github.com/XQuartz/XQuartz/issues/31

Otherwise, I don't think any of our users are having issues with macOS 13.

There is a 4.1.2.3 nightly build you might try otherwise:

https://code.x2go.org/releases/binary-macosx/x2goclient/nightly/4.1.2.3/


-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] x2goclient with kdrive for Windows?

2023-06-22 Thread Orion Poplawski
One issue we are seeing with this build is a message about not being able to
start sshd when client side printing is enabled.  Is this a known issue?

Orion

On 5/15/23 08:46, Oleksandr Shneyder wrote:
> Hi Orion,
> 
> there is no automatic build yet, but there is the one manual build you could 
> use:
> 
> https://code.x2go.org/releases/binary-win32/x2goclient/previews/4.1.2.3/
> 
> regards,
> Alex
> 
> Am 12.05.23 um 17:04 schrieb Orion Poplawski:
>> Is there a build of x2goclient with kdrive available for Windows?
>>
>>
>> ___
>> x2go-user mailing list
>> x2go-user@lists.x2go.org
>> https://lists.x2go.org/listinfo/x2go-user
> 
> 
> 
> ___
> x2go-user mailing list
> x2go-user@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-user

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] MFA support in X2go?

2023-05-27 Thread Orion Poplawski

On 5/25/23 14:54, Grigory Shamov wrote:

HI All,

Is there any X2go client around that would support connecting to SSH with a 
multi-factor auth like Duo or Yubikey enabled?


We enforce MFA with X2Go and YKs either using ssh-agent with PIV 
certificates or with password plus OTP.  Current x2goclient and libssh 
combo is able to handle the OTP prompt.


--
Orion Poplawski
he/him/his  - surely the least important thing about me
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] x2goclient with kdrive for Windows/macOS?

2023-05-17 Thread Orion Poplawski
The reason that I'm interested in it is because there is a bug in XQuartz when
running on Apple silicon that results in a black screen:

https://github.com/XQuartz/XQuartz/issues/31

this has made X2Go unusable for one of our users - so a non-X based client is
very attractive at the moment.

On 5/17/23 14:52, Oleksandr Shneyder wrote:
> Hi Orion,
> 
> I didn't build/tested any yet, as no one of my customers requested it till 
> now.
> 
> regards,
> Alex
> 
> Am 17.05.23 um 11:43 schrieb Orion Poplawski:
>> Thanks, that seems to work reasonably well.
>>
>> Next question - is there a build for macOS?
>>
>> On 5/15/23 08:46, Oleksandr Shneyder wrote:
>>> Hi Orion,
>>>
>>> there is no automatic build yet, but there is the one manual build you
>>> could use:
>>>
>>> https://code.x2go.org/releases/binary-win32/x2goclient/previews/4.1.2.3/
>>>
>>> regards,
>>> Alex
>>>
>>> Am 12.05.23 um 17:04 schrieb Orion Poplawski:
>>>> Is there a build of x2goclient with kdrive available for Windows?
>>
>>
>> ___
>> x2go-user mailing list
>> x2go-user@lists.x2go.org
>> https://lists.x2go.org/listinfo/x2go-user
> 
> 
> ___
> x2go-user mailing list
> x2go-user@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-user

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] x2goclient with kdrive for Windows/macOS?

2023-05-17 Thread Orion Poplawski
Thanks, that seems to work reasonably well.

Next question - is there a build for macOS?

On 5/15/23 08:46, Oleksandr Shneyder wrote:
> Hi Orion,
> 
> there is no automatic build yet, but there is the one manual build you could 
> use:
> 
> https://code.x2go.org/releases/binary-win32/x2goclient/previews/4.1.2.3/
> 
> regards,
> Alex
> 
> Am 12.05.23 um 17:04 schrieb Orion Poplawski:
>> Is there a build of x2goclient with kdrive available for Windows?

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] x2goclient with kdrive for Windows?

2023-05-12 Thread Orion Poplawski
Is there a build of x2goclient with kdrive available for Windows?

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] RHEL9 and derivatives support?

2022-08-12 Thread Orion Poplawski
On 7/28/22 11:17, James M. Pulver wrote:
> I was wondering if you're thinking about releasing builds for EL9?

x2goclient is available in EPEL:

https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-4617ae02d4

x2goserver just submitted:

https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-0fa599cdea

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] x2go-user Digest, Vol 93, Issue 15

2022-01-28 Thread Orion Poplawski
CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=jQcQVFhVXjaevqzMPiVccRW9O2Kdi2eg0AgUkIjAluI%3D&reserved=0 
<https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.x2go.org%2Flistinfo%2Fx2go-user&data=04%7C01%7Csherry.leithner%40energyabstracts.com%7Cf732bbe315b1419ffbcb08d9e24d5f1e%7Cc598e59c2e194342a52ba055a26296c6%7C0%7C0%7C637789644957631538%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=jQcQVFhVXjaevqzMPiVccRW9O2Kdi2eg0AgUkIjAluI%3D&reserved=0>



--

End of x2go-user Digest, Vol 93, Issue 15
*

___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user



--
Orion Poplawski
he/him/his - surely the least important thing about me
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell laneor...@nwra.com
Boulder, CO 80301https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] enable multiple login with the same user

2021-03-17 Thread Orion Poplawski

On 3/17/21 7:24 AM, kanssoune.sal...@external.tractebel.engie.com wrote:

Hello everyone !

I would like to configure remote login to CentOS 7 servers using x2go 
and allow multiple login with the same user i.e. many users use the same 
ID and password to log in at the same time.


Does x2go allow it?

I explain below a little bit more our infra :

  * We use NIS as user authentication
  * We have more than 10 different Linux workstations
  * Each colleague can connect on every workstations
  * We use generic account for some purpose i.e. many users use the same
ID and password

Do you thing that this is possible to configure with x2go? If yes, what 
are the steps to follow? What desktop environment (MATE, XFCE, GNOME …) 
will be best adapted?


I don't think X2Go will have any particular issue with this.  However 
I'm pretty sure that at least KDE can throw a fit with multiple sessions 
of the same user running on the same machine.  So I think the choice of 
desktop will be your limiting factor here.



--
Orion Poplawski
he/him/his - surely the least important thing about me
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] session.log file fills disk

2021-01-28 Thread Orion Poplawski

On 12/14/20 2:33 PM, David Schumm wrote:
We are seeing this on multiple machines where the session.log file is 
massive.  I’ve seen them as large as 82gb.


When you attempt to open it it says it’s a binary file

Server is Centos 7 running  x2go server 4.1.0.3-9



Please give this update a try:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-cf7a3c6e2b


--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] x2goagent.keyboard

2020-06-20 Thread Orion Poplawski

On 6/18/20 4:12 AM, Ulrich Sibiller wrote:

On Thu, Jun 18, 2020 at 10:52 AM Simon Beißer  wrote:

Argh!! xfree86 is long gone and dead. I wouldn't place any bets on
that. Please configure automatic keyboard detection!


Okay. But it seems still the default in "/etc/x2go/x2goagent.keyboard".


Reading that file has been dropped from nx in February of 2017
(3.5.99.17). If x2go still delivers that it is a bug!

Uli


So, the X2go x2goagent package no longer delivers this file, but the 
Fedora one does.  This is because x2goserver's install_config make rule 
still installs the file.


--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] keyboard config on wayland

2020-06-20 Thread Orion Poplawski

On 6/18/20 10:48 AM, Neal Becker wrote:



On Thu, Jun 18, 2020 at 12:02 PM Ulrich Sibiller <mailto:ul...@gmx.de>> wrote:


On Thu, Jun 18, 2020 at 4:05 PM Neal Becker mailto:ndbeck...@gmail.com>> wrote:
 >> Please try to upgrade nx to 3.5.99.24
 >
 > Don't know how I'd do that.  Fedora 32 has 3.5.99.22, and even
rawhide has the same.
 > http://packages.x2go.org/fedora/30/main/x86_64/rpms/nx-libs/ has
what seems the same version.

Check this site:
https://bodhi.fedoraproject.org/updates/?packages=nx-libs


Thanks for the tip, but there's no 3.5.99.24 there.  Should I file a bug 
report asking Orion to update the Fedora package?


Uli pinged me the other day so updates have been created.



 >> > Actually it's worse (and weirder) than I thought.  If x2go
client is running, cut/paste doesn't work anywhere on my client
side, not only within x2go client.  I just tried
 >> > cut/paste between tabs in chrome on my client (not within
x2go) and nothing happens.  I then shutdown the x2go session on the
client, and tried the experiment again,
 >> > and now I can cut/paste between tabs on chrome.
 >>
 >> I have seen slow (but working!) clipboard with chrome, too (and
 >> without any wayland being involved). So this might be a chrome
issue.
 >> Please also check if you have some kind of clipboard manager
running.
 >>
 > kde has some clipboard manager, doesn't seem to run as a separate
process though (don't see it in ps).

Yes, that's crap by KDE... You can disable that by fiddling with some
config file but it tends to come back with updates.. However, as a
test please use some other desktop and check if clipboard is working
better there.

Uli


What are the problems created by the clipboard manager?  I've generally 
used Klipper (on EL7 at least) without much issue.


--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2Go, MFA and Duo?

2020-04-27 Thread Orion Poplawski

On 4/24/20 10:01 AM, James M. Pulver wrote:

Has anyone ever used X2Go Client (windows, linux, mac) with some sort of MFA that works 
in SSH? Duo and PortalGuard both support SSH MFA with either a "line client" or 
easier IMHO an appended password. I was wondering if Duo with the appended code to the 
password field might work? Also, is there any plans to add a second password field to the 
clients al la Cisco AnyConnect etc?


We use YubiKey smart cards for our MFA.  Load the pkcs11 module into 
ssh-agent and only accept ssh keys from the smart cards on the remote 
side.  We use IPA with AD trust and users in AD to handle the certificates.


One stumbling block I've run into is x2goclient/libssh not accepting 
multiple authentication methods via ssh (e.g:


AuthenticationMethods gssapi-with-mic,publickey

to require both GSSAPI (so that Kerberos tickets get forwarded) plus the 
ssh-key.  I believe this was added to libssh a while back but I'm still 
stuck on EL7 that I don't think has it.  Single ssh auth mechanism with 
multiple PAM prompts should work as Stefan noted.


--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2go on CentOS 8?

2020-02-14 Thread Orion Poplawski
On 2/10/20 2:55 PM, Michael Eager wrote:
> http://packages.x2go.org/epel/ doesn't have a subdirectory for CentOS 8.
> 
> Is there a better X2go repo for CentOS 8?
> 
> I'm running pyhoca-cli-0.6.1.3 on the client and the server is running
> x2goserver-4.1.0.  I understand that there is a known incompatibility
> between the two versions which has been fixed upstream.

Well, there is Fedora EPEL itself - at least for x2goserver/x2goclient.

Also, I just submitted (but untested) pyhoca-cli for EPEL8:

https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-8a6df32b81

pyhoca-gui still has a missing dependency.

-- 
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/




smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Forwardable GSSAPI / Kerberos from X2Go

2019-10-28 Thread Orion Poplawski

On 10/28/19 1:47 PM, James M. Pulver wrote:

I'm working with trying to use kerberos with our X2Go server from
different OSs. We are running a Server 2016 Active Directory with the
UNIX attributes. All computers are joined to this AD.

On Windows 10, I can get GSSAPI to authenticate and let me log in
without a password. However, I cannot then ssh to a different linux
computer without doing a kinit.

If I check "delegatation of GSSAPI Credentials to the server, I get
various cp errors around files with "odd" characters, or unable to find
the keyring.

On other Scientific Linux 7 computers, I can't even get the Kerberos 5
authentication to work, it just gives me an error to login with my
password. This does work with the first remote linux computer via ssh.

I have tried enabling delegation in AD for the computer account of my
primary jump host, no change I can see.

So - why is X2Go different on Linux with regard to using Kerberos 5 auth
when straight SSH works, and 2 has anyone figured out the windows
equivalent to kinit -F for a user so they can do 2 hops?



x2goclient's "delegatation of GSSAPI Credentials" option is a hack 
involving copying kerberos ticket files that ceased being relevant long 
ago when kerberos moved away from storing tickets in files.  For the 
Fedora/EPEL packages I patch it out because it just breaks things.  It 
really just needs to die.


however, libssh should parse the user's ~/.ssh/config and system 
/etc/ssh/config file and honor any GSSAPI* options there including 
GSSAPIDelegateCredentials.  Support for that should be present from 
libssh 0.6.0 on.


I would suggest running:

x2goclient --debug

from the command line to get more information

--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] black screen on resuming session

2019-01-30 Thread Orion Poplawski

On 1/30/19 4:40 PM, Orion Poplawski wrote:

Anyone know what would cause a completely black screen on resuming a session?
windows 10 client, EL7 server.  Haven't heard reports of this for a while.



Looks like a hung NFS mount is to blame here.  A number of processes 
including plasma-desktop are deadlocked in the kernel.  So not really 
x2go related.


--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

[X2Go-User] black screen on resuming session

2019-01-30 Thread Orion Poplawski
Anyone know what would cause a completely black screen on resuming a session?
windows 10 client, EL7 server.  Haven't heard reports of this for a while.

-- 
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] It might be that we already have KDE5/Plasma support ...

2018-09-25 Thread Orion Poplawski
Are you specifying any OPENGL rendering options or similar?  Or just stock 
config?

On 09/25/2018 04:48 PM, Robert Dinse wrote:
> 
>  KDE5/Plasma has been working fine over X2go for me.  Only issue I've had
> is that on some machines the session terminate is not working, it just 
> restarts
> the session.
> 
> -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
>  Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting.
>    Knowledgeable human assistance, not telephone trees or script readers.
>  See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.
> 
> On Tue, 25 Sep 2018, Orion Poplawski wrote:
> 
>> Date: Tue, 25 Sep 2018 16:24:32 -0600
>> From: Orion Poplawski 
>> To: Stefan Baur , x2go-user@lists.x2go.org
>> Subject: Re: [X2Go-User] It might be that we already have KDE5/Plasma support
>>     ...
>>
>> On 08/10/2017 07:07 PM, Stefan Baur wrote:
>>> Hi $LIST,
>>>
>>> According to Mike#1, who currently attends DebConf in Montreal,
>>> Debian 9 + X2Go Stable + KDE5/Plasma have been shown to work together.
>>> This is a single report so far, though.
>>>
>>> If anyone is willing and able to test and confirm this, it would be
>>> highly appreciated.
>>>
>>> Another test result we'd be interested in would be what happens if you
>>> use Arctica NX-Libs and X2Go Heuler instead of X2Go Stable.
>>
>> I'm curious as to what other people are seeing with this these days.  With
>> Fedora 28 plasma-desktop-5.13.4-1.fc28.x86_64 I'm still seeing plasma shell
>> and other apps crash trying to initialize GLX.
>>
>> -- 
>> Orion Poplawski
>> Manager of NWRA Technical Systems  720-772-5637
>> NWRA, Boulder/CoRA Office FAX: 303-415-9702
>> 3380 Mitchell Lane   or...@nwra.com
>> Boulder, CO 80301 https://www.nwra.com/
>> ___
>> x2go-user mailing list
>> x2go-user@lists.x2go.org
>> https://lists.x2go.org/listinfo/x2go-user


-- 
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] It might be that we already have KDE5/Plasma support ...

2018-09-25 Thread Orion Poplawski
On 08/10/2017 07:07 PM, Stefan Baur wrote:
> Hi $LIST,
> 
> According to Mike#1, who currently attends DebConf in Montreal,
> Debian 9 + X2Go Stable + KDE5/Plasma have been shown to work together.
> This is a single report so far, though.
> 
> If anyone is willing and able to test and confirm this, it would be
> highly appreciated.
> 
> Another test result we'd be interested in would be what happens if you
> use Arctica NX-Libs and X2Go Heuler instead of X2Go Stable.

I'm curious as to what other people are seeing with this these days.  With
Fedora 28 plasma-desktop-5.13.4-1.fc28.x86_64 I'm still seeing plasma shell
and other apps crash trying to initialize GLX.

-- 
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

[X2Go-User] Disabling sound support on server

2018-09-07 Thread Orion Poplawski
Is there a server config that could disable sound support for all 
connections?


--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] ssh-keygen.exe loads the processor every time the client starts

2017-11-24 Thread Orion Poplawski

On 10/06/2017 12:57 AM, Ulrich Sibiller wrote:

On Fri, Oct 6, 2017 at 3:12 AM, Mihai Moldovan  wrote:


On 09/28/2017 01:49 PM, Max A. wrote:

I'm using a x2go server on CentOS 6.9 (the latest version from EPEL,
4.0.1.20), clients use Windows XP/7 and the latest version of X2Go
Client (4.1.0.0-2017.03.11). Each time the client connects,
ssh-keygen.exe (C:\Program Files\x2goclient\ssh-keygen.exe) starts with
the parameters "-t rsa -b 4096 -N" "-C" X2Go Client RSA user key "-f C:



I explicitly decided against that. For more information and the rationale for
this change, refer to the release announcement:
http://lists.x2go.org/pipermail/x2go-announcements/2017/000302.html


The release announcement talks about 2048-bit keys being generated
while this indicates that even stronger keys are being used (which in
turn increases the time to create them). I think for slow clients this
is too much. At least the admin should be able to decide about the
required security, not the maintainer.

So what about staying as is by default but providing a possibility to
pre-generate keys for those connections.

Uli


What about ed25519 keys?

 https://stribika.github.io/2015/01/04/secure-secure-shell.html

About 30-60 times faster to create on my fairly fast machine.

Unfortunately EL6 era machines don't support them.

--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] Logging x2go connections?

2017-05-04 Thread Orion Poplawski
On 05/04/2017 04:11 AM, Holger Krause wrote:
> Am Mittwoch, 3. Mai 2017, 17:05:48 schrieb Orion Poplawski:
>> On 02/02/2016 09:47 AM, Stefan Baur wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA256
>>>
>>> Am 02.02.2016 um 17:37 schrieb Holger Krause:
>>> [log x2go sessions in utmp/wtmp]
>>>
>>>> I would be very grateful, if something like this would be
>>>> implemented.
>>>
>>> Please file an appropriate wishlist bug. :-)
>>>
>>> - -Stefan
>>
>> Done: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1171
> 
> Perhaps bugs #1171 and #992 should be merged, as they seem to wish for the 
> very same feature. ;-)
> 
> https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=992
> 
> Holger
> 

Ah, shoot.  I did try to search for another report but didn't turn up anything.

-- 
Orion Poplawski
Technical Manager  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] Logging x2go connections?

2017-05-03 Thread Orion Poplawski
On 02/02/2016 09:47 AM, Stefan Baur wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> Am 02.02.2016 um 17:37 schrieb Holger Krause:
> [log x2go sessions in utmp/wtmp]
>> I would be very grateful, if something like this would be
>> implemented.
> 
> Please file an appropriate wishlist bug. :-)
> 
> - -Stefan

Done: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1171


-- 
Orion Poplawski
Technical Manager  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] terminating suspended sessions

2016-10-25 Thread Orion Poplawski
Perhaps this?

https://bugzilla.redhat.com/show_bug.cgi?id=1350004
http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1046

On 10/25/2016 07:59 AM, Neal Becker wrote:
> Sorry, turns out nothing to do with x2goserver-xsession.  It seems MATE no 
> longer works.  LXDE is working.  MATE gives error message about dbus, and 
> just an eternal spinning cursor.
> 
> Neal Becker wrote:
> 
>> I just installed x2goserver-xsessions on fedora f24, and now x2go stopped
>> working.  I get:
>> Oct 25 09:17:41 nbecker7 mate-session[13499]: WARNING: Failed to acquire
>> org.gnome.SessionManager
>>
>>
>> Before installing x2goserver-xsessions everything seemed to be working OK.
>>
>> Robert Dinse wrote:
>>
>>>
>>>
>>>   It sounds as if you do not have x2goserver-xsessions installed.
>>>   With
>>> out this package sessions will not terminate when you logout.
>>>
>>> -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
>> _-_-_-
>>>   Eskimo North Linux Friendly Internet Access, Shell Accounts, and
>>>   Hosting.
>>> Knowledgeable human assistance, not telephone trees or script
>>> readers.
>>>   See our web site: http://www.eskimo.com/ (206) 812-0051 or (800)
>>>   246-6874.
>>>
>>> On Sat, 22 Oct 2016, Sebastian T. wrote:
>>>
>>>> Date: Sat, 22 Oct 2016 21:39:05 +0200
>>>> From: Sebastian T. 
>>>> To: x2go-user@lists.x2go.org
>>>> Subject: [X2Go-User] terminating suspended sessions
>>>>
>>>> After some time unclosed sessions fill all the memory on the server. It
>>>> is hard to discipline users to always close sessions -they just close
>>>> the client instead.
>>>>
>>>> Is there any more elegant way of clearing all suspended sessions then
>>>> the command I have here:
>>>>
>>>> for f in `/usr/sbin/x2golistsessions_root |grep \|S\| | cut -c-5`; do
>>>> /usr/ bin/x2goterminate-session "$f" && kill "$f";done
> 
> 
> ___
> x2go-user mailing list
> x2go-user@lists.x2go.org
> http://lists.x2go.org/listinfo/x2go-user
> 


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


[X2Go-User] x2go windows client fails to resume session

2016-10-05 Thread Orion Poplawski
Server:
EL7 - x2go 4.0.1.19-6.el7

Client:
Windows 7, 4.0.5.2-2016.09.20

We're seeing times when the x2goclient cannot resume a session.  Window opens
briefly before closing.  Too fast to see anything.  Application log shows
errors from sshd but no real information associated with them.

What to check to debug next time?

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Fedora 24 Connection failed. /usr/bin/perl: symbol lookup error: /usr/local/lib64/perl5/auto/DBI/DBI.so: undefined symbol: Perl_xs_apiversion_bootcheck

2016-09-15 Thread Orion Poplawski
On 09/15/2016 12:23 PM, Robert Dinse wrote:
> 
>  For what it is worth, I just did a fresh install of Fedora 24 and a fresh
> install of x2go server and a fresh install of mate.  I can not get x2go to 
> work
> so far.  It gets up to where I get the black screen and hangs.

Any thing in the various logs?

/var/log/messages
~/.xession-x2go-errors



-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Video

2016-03-30 Thread Orion Poplawski
On 03/09/2016 06:42 AM, Mike Gabriel wrote:
> Hi Orion,
> 
> On  Fr 26 Feb 2016 17:26:17 UTC, Orion Poplawski wrote:
> 
>> I'm having a lot of trouble getting a gstreamer based video player to work
>> under X2Go.
> 
> Ok... Have you ever tried the mTelePlayer? Consider it as a preview of
> multimedia support in Arctica Server / Client which we are currently working
> on with pressure.

No.  How do I use/install mTelePlayer?

>> I'm running with current nx-libs git from
>> https://github.com/ArcticaProject/nx-libs.  EL7 server and client.
> 
> Do things change when going back to nx-libs 3.5.x?

I'm also able to reproduce this with the VM console using qxl/spice which
pulls nx-libs out of the equation.


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


[X2Go-User] Video

2016-02-26 Thread Orion Poplawski
I'm having a lot of trouble getting a gstreamer based video player to work
under X2Go.  First off it looks like Xv is not supported.  Is that something
that ever will be?  Next thing I'm seeing with the parole player is that the
video frame goes black when I pause it.  I'm also trying to use the fluendo
gstreamer codecs and seeing segfaults (apparently in the fluendo code) when
using dragon player to watch videos.

I'm running with current nx-libs git from
https://github.com/ArcticaProject/nx-libs.  EL7 server and client.

Any ideas or suggestions?

Thanks.

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] sessions won't die

2015-12-22 Thread Orion Poplawski
On 12/22/2015 10:17 AM, Robert Dinse wrote:
> 
> � x2gocleansessions.service - X2go session cleanup
>Loaded: loaded (/usr/lib/systemd/system/x2gocleansessions.service; enabled;
> vendor preset: enabled)
>Active: active (running) since Mon 2015-12-21 20:58:19 PST; 12h ago
>  Main PID: 26787 (x2gocleansessio)
>CGroup: /system.slice/x2gocleansessions.service
>������26787 /usr/bin/perl /usr/sbin/x2gocleansessions
> 
> Dec 21 20:59:07 fedora.eskimo.com su[27792]: (to root) root on none
> Dec 21 20:59:07 fedora.eskimo.com su[27797]: (to root) root on none
> Dec 21 20:59:20 fedora.eskimo.com /usr/sbin/x2gocleansessions[26787]: 
> root-50...
> Dec 21 23:33:37 fedora.eskimo.com /usr/sbin/x2gocleansessions[26787]: 
> root-50...
> Dec 21 23:33:37 fedora.eskimo.com /usr/sbin/x2gocleansessions[26787]: 
> root-50...
> Dec 21 23:33:38 fedora.eskimo.com su[17649]: (to root) root on none
> Dec 21 23:33:39 fedora.eskimo.com su[17834]: (to root) root on none
> Dec 21 23:33:42 fedora.eskimo.com su[17860]: (to root) root on none
> Dec 21 23:33:42 fedora.eskimo.com su[17871]: (to root) root on none
> Dec 22 09:15:55 fedora.eskimo.com /usr/sbin/x2gocleansessions[26787]: 
> root-50...
> Hint: Some lines were ellipsized, use -l to show in full.
> 

It would be useful to see the full x2gocleansessions lines...



-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] sessions won't die

2015-12-22 Thread Orion Poplawski

On 12/22/2015 12:46 AM, Robert Dinse wrote:


  I did not have this enabled on Fedora but enabled it.  Still when
I log
out, session will not die unless I manually terminate it.


So you enabled and started it?  What's the output of:

systemctl status x2gocleansessions.service




-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

  Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting.
Knowledgeable human assistance, not telephone trees or script readers.
  See our web site: http://www.eskimo.com/ (206) 812-0051 or (800)
246-6874.

On Mon, 21 Dec 2015, Orion Poplawski wrote:


Date: Mon, 21 Dec 2015 19:30:04 -0700
From: Orion Poplawski 
To: Michael Stauffer , x2go-user@lists.x2go.org
Subject: Re: [X2Go-User] sessions won't die

On 12/21/2015 12:30 PM, Michael Stauffer wrote:

x2goagent: 3.5.0.31x2goserver: 4.0.1.19x2goserver-extensions:
4.0.1.19x2goserver-xsession: 4.0.1.19
CentOS Linux release 7.1.1503 (Core)

Hi,
I've had this issue before but haven't figured it out. It still happens
once in a while - I get sessions that won't die after calling
x2goterminate. Here's one that's stuck now:

1174|asharma-62-1450478577_stRPUBLISHED_dp32|62|cx2go.uphs.upenn.edu
<http://cx2go.uphs.upenn.edu>|R|2015-12-18T17:42:57|e016e30d1277cccb5d7360cc8760c01f|170.212.109.160|30045|30046|2015-12-18T17:43:27|asharma|247541|30047|


Furthermore, there's no process 1174 running, and the user asharma isn't
running any processes either. This user is currently having trouble
starting a new session, and I don't know if it's related to this or not.
Anyone have any suggestions? Thanks.

-M


Is x2gocleansessions.service running?

systemctl status x2gocleansessions.service


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user




--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] sessions won't die

2015-12-21 Thread Orion Poplawski

On 12/21/2015 12:30 PM, Michael Stauffer wrote:

x2goagent: 3.5.0.31x2goserver: 4.0.1.19x2goserver-extensions:
4.0.1.19x2goserver-xsession: 4.0.1.19
CentOS Linux release 7.1.1503 (Core)

Hi,
I've had this issue before but haven't figured it out. It still happens
once in a while - I get sessions that won't die after calling
x2goterminate. Here's one that's stuck now:

1174|asharma-62-1450478577_stRPUBLISHED_dp32|62|cx2go.uphs.upenn.edu
<http://cx2go.uphs.upenn.edu>|R|2015-12-18T17:42:57|e016e30d1277cccb5d7360cc8760c01f|170.212.109.160|30045|30046|2015-12-18T17:43:27|asharma|247541|30047|

Furthermore, there's no process 1174 running, and the user asharma isn't
running any processes either. This user is currently having trouble
starting a new session, and I don't know if it's related to this or not.
Anyone have any suggestions? Thanks.

-M


Is x2gocleansessions.service running?

systemctl status x2gocleansessions.service


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] x2go and xinerama

2015-12-04 Thread Orion Poplawski
On 12/03/2015 12:57 PM, Dimitri Loizos wrote:
> I did try the nx-libs version you suggested in epel-testing. I also tried to
> use an earlier version of the virtual machine for which I knew that things
> were working. None of these fixed the problem.
> 
> I feel that it should be an issue with the client. I'm using Windows 10 and
> version 4.0.5.0 of X2Go Client. Could it have been some windows update that
> broke things? I have tried re-installing the client and completely wiping out
> everything (the .x2go folder as well as all the registry keys), but still
> xinerama support seems to have been lost.
> 
> Any other ideas?

Sorry, that's about the end of mine.


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] x2go and xinerama

2015-12-03 Thread Orion Poplawski

On 12/02/2015 11:27 PM, Dimitri Loizos wrote:

Hi Orion and thanks for the reply.

The server is running CentOS 6.7 and the version of nx-libs is
3.5.0.32-2.el6. From what I saw it was released (at least for Fedora) 4
months ago. Is there a different version that I would better use?


It was pushed to stable 2 months ago.  Please try 
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-021c33c7b0 in 
epel-testing which hopefully should fix the issue.  If it does, please 
leave feedback on the update.




On Wed, Dec 2, 2015 at 9:21 PM, Orion Poplawski mailto:or...@cora.nwra.com>> wrote:

On 12/02/2015 08:34 PM, Dimitri Loizos wrote:

Hello,

I have been using x2go for a couple of months now and have been very
happy with it. My configuration is a server running a virtual
machine (CentOS) on it and x2go server running on that virtual
machine.
I connect to it through the x2go client on Windows 10.

One of the features that I love about x2go is its support for
multiple
displays on the client side through xinerama. I have 2 monitors
and x2go
treats the session as such. The session will open across both
monitors
and I can easily maximize windows on each of these monitors.

Well, that was until the latest reboot of the server. Now, even
though I
have the xinerama option on, the x2go client treats my 2 monitors as
one: even though the session opens across both monitors, when I
maximize
a window, it will be maximized across both monitors.

I have tried to reset the client, the server, play with different
options, but so far to no avail.

Any ideas on how I could get the 2 monitor behavior back?


What version of nx-libs and the OS on the server?  There have been
issues with Xinerama support in the Fedora/EPEL nx-libs packages
recently.  See https://bodhi.fedoraproject.org/updates/?packages=nx-libs

--
    Orion Poplawski
Technical Manager 303-415-9701 x222 
NWRA/CoRA DivisionFAX: 303-415-9702

3380 Mitchell Lane or...@cora.nwra.com <mailto:or...@cora.nwra.com>
Boulder, CO 80301 http://www.cora.nwra.com





--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Global ssh-agent

2015-12-02 Thread Orion Poplawski

On 12/01/2015 12:34 AM, Dmitry Bely wrote:

Hi Orion,

On Thu, Nov 26, 2015 at 2:11 AM, Orion Poplawski  wrote:

On 11/24/2015 05:10 AM, Dmitry Bely wrote:

Hi,

I would like to use ssh-agent globally for X session (Debian/MATE if
it matters). X session starts it itself and when I login to X locally
it works as expected (SSH_AGENT_PID and SSH_AUTH_SOCK environment
variables are set correctly). But if I connect to the host via x2go,
strange things happen: in any terminal session SSH_AUTH_SOCK points to
non-existing path and SSH_AGENT_PID is not set at all. I tried to work
around this adding to ~/.bashrc:

if [ ! -S ~/.ssh/ssh_auth_sock ]; then
   eval `ssh-agent -s`
   ln -sf "$SSH_AUTH_SOCK" ~/.ssh/ssh_auth_sock
fi
export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock

This way SSH_AUTH_SOCK is correct but SSH_AGENT_PID is surprisingly
unset somethere. Any idea how to fix that?



I don't quite follow what you mean by "globally".  Are you using
desktop-sharing and connecting to an existing X session and want to use that
ssh-agent?


I need one ssh-agent per X session that all child processes can access.


In that case perhaps your x2go ssh connection is forwarding the
ssh-agent connection from the client machine and you need to disable the agent
forwarding.


Probably you are right. But how to disable it in QT4 x2goclient? If I add

Host *
ForwardAgent no

to ~/.ssh/config it affects a separate ssh session but not
x2goclient's one. And I failed to find any command line/GUI x2goclient
option that is related to ssh agent forwarding.


Hmm, it appears that the code never calls ssh_options_parse_config(), 
whether by intention or not I do not know.  CCing the dev list to get 
their take on it.  But the libssh docs indicate that it should be 
called: 
http://api.libssh.org/master/group__libssh__session.html#ga7a801b85800baa3f4e16f5b47db0a73d


And I can confirm that x2goclient does appear to forward the SSH_AGENT 
at least if using the ssh-agent for authentication to the remote server.


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] x2go and xinerama

2015-12-02 Thread Orion Poplawski

On 12/02/2015 08:34 PM, Dimitri Loizos wrote:

Hello,

I have been using x2go for a couple of months now and have been very
happy with it. My configuration is a server running a virtual
machine (CentOS) on it and x2go server running on that virtual machine.
I connect to it through the x2go client on Windows 10.

One of the features that I love about x2go is its support for multiple
displays on the client side through xinerama. I have 2 monitors and x2go
treats the session as such. The session will open across both monitors
and I can easily maximize windows on each of these monitors.

Well, that was until the latest reboot of the server. Now, even though I
have the xinerama option on, the x2go client treats my 2 monitors as
one: even though the session opens across both monitors, when I maximize
a window, it will be maximized across both monitors.

I have tried to reset the client, the server, play with different
options, but so far to no avail.

Any ideas on how I could get the 2 monitor behavior back?


What version of nx-libs and the OS on the server?  There have been 
issues with Xinerama support in the Fedora/EPEL nx-libs packages 
recently.  See https://bodhi.fedoraproject.org/updates/?packages=nx-libs


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Global ssh-agent

2015-11-25 Thread Orion Poplawski
On 11/24/2015 05:10 AM, Dmitry Bely wrote:
> Hi,
> 
> I would like to use ssh-agent globally for X session (Debian/MATE if
> it matters). X session starts it itself and when I login to X locally
> it works as expected (SSH_AGENT_PID and SSH_AUTH_SOCK environment
> variables are set correctly). But if I connect to the host via x2go,
> strange things happen: in any terminal session SSH_AUTH_SOCK points to
> non-existing path and SSH_AGENT_PID is not set at all. I tried to work
> around this adding to ~/.bashrc:
> 
> if [ ! -S ~/.ssh/ssh_auth_sock ]; then
>   eval `ssh-agent -s`
>   ln -sf "$SSH_AUTH_SOCK" ~/.ssh/ssh_auth_sock
> fi
> export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock
> 
> This way SSH_AUTH_SOCK is correct but SSH_AGENT_PID is surprisingly
> unset somethere. Any idea how to fix that?
> 

I don't quite follow what you mean by "globally".  Are you using
desktop-sharing and connecting to an existing X session and want to use that
ssh-agent?  In that case perhaps your x2go ssh connection is forwarding the
ssh-agent connection from the client machine and you need to disable the agent
forwarding.


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] .xsession-x2go-errors filling up constantly

2015-10-26 Thread Orion Poplawski

On 10/20/2015 10:22 PM, Nigra Truo wrote:

Hi,

I have a question about the above file. This file regularly reaches 1 GB
in no time, and that for every user I use on the x2go server. How can I
stop this from filling? I'm pretty sure this also affects performance,
if it is filling up so fast.


Well, the obvious question is - what is it filling up with?  That seems 
like quite a lot.  Obviously rotating/truncating would help - but not if 
sessions are long lasting.



--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Shared folders and .dot files

2015-10-26 Thread Orion Poplawski

On 10/26/2015 05:53 AM, Klaus Fuerstberger wrote:

Hello,

I'm sharing a Java application over x2go which is started as single
application. Now there is a problem to access the shared folder of the
client.

x2gomountdirs mounts the folder as a link to /tmp/.x2go-{$USER}/... When
the java applications file chooser dialog wants to access /media then
the selection jumps to /tmp but cannot find the hidden folder
/tmp/.x2go-{$USER} directory, because it is a hidden .dot directory.

Is ist possible to change the hardcoded directories to another, not
hidden path, eg. /tmp/x2go-{$USER}... and additionally move the
temporary files to the users home directory?


If x2go needs to manipulate any files as root (I do not know), then this 
needs to not be in the home directory which could be on NFS.  I agree 
though that it shouldn't be hidden, and also suggest that it should be 
in XDG_RUNTIME_DIR.


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Start Up Scripts Not Being Sourced

2015-10-05 Thread Orion Poplawski
On 10/04/2015 12:17 PM, Robert Dinse wrote:
> 
>  If I connect using NX plugin with Remmina to freenx-server, /etc/profile
> and related start up scripts all get sourced properly.
> 
>  If I do the same with x2go they do not on some platforms, for example it
> seems to work on old Centos but not Fedora or Debian derivatives, and I end up
> with an environment not properly setup.

Try making sure x2goserver-xsession is installed on the servers.

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] Questions regarding mate/video quailty

2015-08-24 Thread Orion Poplawski
On 08/24/2015 06:37 AM, Harald Heigl wrote:
> Hi,
> 
> Thanks for the information I just used the
> fedora(server)/linaro(client) included repos and they have both some
> 4.0.1 ...
> Fedora won't be a problem (I can see a x2go-repo in the wiki), I hope
> I find some armel-builds for my cubieboard. any hints? (sometimes
> rasbperry-builds work as well)
> 
> I'll test it at home a little bit later and tell you.

You seem to be mixing client and server versions here a bit.  Fedora has
x2goserver 4.0.1.19 (latest) and x2goclient 4.0.5.0 (latest).  The version
numbers are not linked.


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2Go Centos 6 BROKEN

2015-08-17 Thread Orion Poplawski

On 08/15/2015 08:52 PM, Robert Dinse wrote:


  I have a number of CentOS 6 boxes still in service.  Today one ate
a disk
so I re-installed it.  But the X2Go RPM on ElRepo does not work, it's
missing
a bunch of things that are neither present in the CentOS repository or the
ElRepo repository.  Even if I chase them down with rpm.pbone.net and
install
the missing components it still doesn't work.

  I don't have time to troubleshoot further, I'm upgrading that machine
to CentOS 7, but someone might want to look at this as others may not have
that option because it will break something else.



Couple things:

- I'm pretty sure ElRepo doesn't provide X2Go rpms.  What repository are 
you really referring to?


- If you actually posted the errors you are seeing some might be able to 
figure out what is going on.



--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] thousands of pulseaudio error messages

2015-02-05 Thread Orion Poplawski
On 02/05/2015 06:55 AM, Neal Becker wrote:
> On my server, my log is flooded with:
> 
> Feb  5 07:00:16 nbecker7 pulseaudio[20053]: [pulseaudio] main.c: 
> User-configured 
> server at localhost:30148, refusing to start/autospawn.
> 
> I'm using kde (client and server)
> 
> I'm guessing this is due to x2go, since there are no other logins on the 
> server.
> 

It's been around for a while - 
http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=161

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] connection failed DBI

2015-01-23 Thread Orion Poplawski
On 01/20/2015 10:12 AM, Brent S. Elmer Ph.D. wrote:
> I removed the x2go repo and removed x2goserver.  Then I installed
> x2goserver from epel.  The x2go version in epel is older 4.0.1.15-2.el6
> than the one in the x2go repo 4.0.1.18-0.0x2go1.1.git20141006.949.
> The x2goserver from epel worked.  I can now connect to my server.  I'm
> not sure what is going on with the x2go repo version.

There is a newer version in epel-testing, if you'd like to give that a try.


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] CentOS7/EPEL package?

2014-11-03 Thread Orion Poplawski
On 11/03/2014 11:08 AM, Roderick Johnstone wrote:
> On 03/11/14 17:51, Orion Poplawski wrote:
>> On 11/03/2014 04:12 AM, Roderick Johnstone wrote:
>>>
>>> Mike
>>>
>>> Curiously, for me, with Orion's 4.0.1.18-3 packages on Fedora 20 a KDE 
>>> session
>>> fails to start if I have x2goserver-xsession installed, but works fine if
>>> x2goserver-xsession is not installed.
>>>
>>> Roderick
>>
>> Details?  grep x2go /var/log/messages, session log?
>>
>>
> 
> 
> Orion
> 
> Here they are.
> 
> Roderick

Hmm, I'm not seeing anything there.  How about in ~/.xsession-x2go-errors?


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] CentOS7/EPEL package?

2014-11-03 Thread Orion Poplawski
On 11/03/2014 04:12 AM, Roderick Johnstone wrote:
> 
> Mike
> 
> Curiously, for me, with Orion's 4.0.1.18-3 packages on Fedora 20 a KDE session
> fails to start if I have x2goserver-xsession installed, but works fine if
> x2goserver-xsession is not installed.
> 
> Roderick

Details?  grep x2go /var/log/messages, session log?


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] CentOS7/EPEL package?

2014-11-01 Thread Orion Poplawski

On 11/01/2014 12:59 PM, Les Mikesell wrote:

On Sat, Nov 1, 2014 at 9:27 AM, Orion Poplawski  wrote:

On 10/31/2014 04:31 PM, Les Mikesell wrote:


Is something wrong with the  x2goserver-4.0.1.18-1.el7.x86_64 package
in EPEL. The CentOS7 hosts that worked with the previous version
(w/MATE desktop) now just open a black window on the client that
closes almost instantly.  On one system I upgraded only the x2goserver
package to make sure it wasn't some other update causing the problem.



Yes, there is an issue with if if you don't have x2goserver-xsession
installed as well.  Please test
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3596/x2goserver-4.0.1.18-3.el7
from epel-testing and give feedback.



That fixes the problem - but what is the story with
x2go-server-xsession?  Should that be installed too?



It's recommended for setting up full desktop environments, and probably 
should be installed.


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] CentOS7/EPEL package?

2014-11-01 Thread Orion Poplawski

On 10/31/2014 04:31 PM, Les Mikesell wrote:

Is something wrong with the  x2goserver-4.0.1.18-1.el7.x86_64 package
in EPEL. The CentOS7 hosts that worked with the previous version
(w/MATE desktop) now just open a black window on the client that
closes almost instantly.  On one system I upgraded only the x2goserver
package to make sure it wasn't some other update causing the problem.



Yes, there is an issue with if if you don't have x2goserver-xsession 
installed as well.  Please test 
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3596/x2goserver-4.0.1.18-3.el7 
from epel-testing and give feedback.


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] pyhoca 0.5.0.2 freeze in debian wheezy

2014-10-29 Thread Orion Poplawski
On 10/29/2014 10:13 AM, Pavel Hanák wrote:
> Hi Mike,
> 
> The problem is in the version of python-gevent package which was still
> from stable version (0.13.6-1+nmu3). With testing version (1.0.1-1)
> everything works as expected.
> 

FWIW - Connections work fine for me on Fedora 20 with python-gevent 0.13.8 and
libevent 2.0.21.

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] installing x2go on CentOS 6 , SQLite db error

2014-08-26 Thread Orion Poplawski

On 08/26/2014 04:08 PM, Grigory Shamov wrote:

Dear Orion,

Aha! Now I see that there is also real EPEL build by you! No wonder I
confused people with my explanation. Sorry about that. :-)

Should I drop the "EPEL" build and just use EPEL one, as the version seem
to be roughly the same?



Something seems to have gone awry in the package installation.  I'm checking 
in a fix for what might have happened.


Yeah, at this point I would remove the x2goserver package and the X2Go repo, 
install the Fedora EPEL repo, and install x2goserver from there.


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] installing x2go on CentOS 6 , SQLite db error

2014-08-26 Thread Orion Poplawski

On 08/26/2014 03:05 PM, Grigory Shamov wrote:

Dear Les,

Thank you for your always helpful answers.

"Manual" means wget + rpm -i. Only x2go "EPEL" repo was enabled. There are
two x2go repos, one "EPEL" and one "SUSE Open Factory" (you may want to
visit the link I provided). So I call it "EPEL" to distinguish from the
"SUSE Open Factory".

There is also EPEL EPEL, a RedHat/Fedora project which has nothing to do
with x2go besides providing the dependencies for "EPEL" build of it. I did
not enable the EPEL repo. If dependencies in x2go rpms that are in "EPEL"
build are correct, they should tell me, what rpms do I miss. Then I
install missing ones manually. As described above.

I have 4.0.1.15 that is in the "EPEL" x2go repo.



Yeah, this is what I was afraid would happen with the use of EPEL everywhere 
on the X2Go site.


Basically, follow the "using EPEL" link and just install from there.  I've 
tried to tweak the wiki to make this clearer.


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2go and Client-Side Printing

2014-05-07 Thread Orion Poplawski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05/07/2014 02:16 AM, Mike Gabriel wrote:
> Hi,
> 
> On  Mi 07 Mai 2014 08:55:33 CEST, Michael Wagenknecht wrote:
> 
>> Hello all, I try to activate the client-side printing feature. 
>> I'm using CentOS 6.5 with XFCE 4.8 and X2go version
>> 4.0.1.10-1.el6. I installed the package
>> x2goserver-printing-4.0.1.10-1.el6.x86_64 but there is no
>> cups-x2go package in the repos. I do not need this package 
>> anymore?
> 
> Yes, you do. The cups-x2go package for EPEL-6 has not been
> released since we added RPM packages to our upstream repo site [1].
> I will release cups-x2go later today and by tomorrow you should
> have cups-x2go for Centos 6.

Continuing the ongoing duplication of work:

https://admin.fedoraproject.org/updates/cups-x2go-3.0.0.4-2.el6

- -- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlNq/dMACgkQORnzrtFC2/vCrgCcDWrgwsU26MfqZOo8RH4A5fr3
SmMAn1k7UUJKTKbhz4ycZdguhhnR+V3C
=/tqV
-END PGP SIGNATURE-
___
x2go-user mailing list
x2go-user@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-user