This is messages I get in /var/log/messages when I try to open a terminal.Aug 24 12:10:50 pleth01 /usr/bin/x2gostartagent: successfully started X2Go Agent session with ID eminami-56-1535127048_stRTERMINAL_dp32Aug 24 12:10:55 pleth01 /usr/bin/x2gosetkeyboard: Setting X keyboard according to /home/eminami/.x2go/C-eminami-56-1535127048_stRTERMINAL_dp32/keyboardAug 24 12:10:56 pleth01 abrt[12264]: Saved core dump of pid 12015 (/usr/bin/nxagent) to /var/spool/abrt/ccpp-2018-08-24-12:10:55-12015 (28737536 bytes)Aug 24 12:10:56 pleth01 abrtd: Directory 'ccpp-2018-08-24-12:10:55-12015' creation detectedAug 24 12:10:56 pleth01 abrtd: Package 'nxagent' isn't signed with proper keyAug 24 12:10:56 pleth01 abrtd: 'post-create' on '/var/spool/abrt/ccpp-2018-08-24-12:10:55-12015' exited with 1Aug 24 12:10:56 pleth01 abrtd: Deleting problem directory '/var/spool/abrt/ccpp-2018-08-24-12:10:55-12015'Thanks.On Fri, Aug 24, 2018 at 12:11 PM Brian Lam <blam314159@gmail.com> wrote:Thanks Paul, 127.0.01 is in the /etc/hosts127.0.0.1 localhost.localdomain localhost.localdomain localhost4 localhost4.localdomain4 localhost::1 localhost.localdomain localhost.localdomain localhost6 localhost6.localdomain6 localhostThanks UliUnfortunately, the software I need to use do not support RHEL7 so we have to stick with RHEL6.I tried opening terminal, but still have some problems. I assume "single application > terminal" is the way to do this.On Fri, Aug 24, 2018 at 11:43 AM Ulrich Sibiller <uli42@gmx.de> wrote:The crash happens ind XkbSendMap(). So I suspect some client in your
session asking nxagent for the xkb keyboard configuration. You can
look if you can disable that client. I suspect running a simple xterm
via x2go will not crash the session. Can you confirm?
Uli
On Fri, Aug 24, 2018 at 8:40 PM, Ulrich Sibiller <uli42@gmx.de> wrote:
> On Fri, Aug 24, 2018 at 8:10 PM, Brian Lam <blam314159@gmail.com> wrote:
>> Okay so after reinstall, I'm back to square 1.
>>
>> But at least it helped identify a bug. Thanks for both of your help.
>>
>> Unfortunately, I still need to get unstuck urgently ... deadline
>> approaching. Do you know any other system like x2go that's free or low
>> cost? I tried Xming but it's too slow to be useful. Thanks.
>
> You can try compiling nxagent yourself, it is not that difficult. Use
> that tree: https://github.com/uli42/nx-libs.git Branch pr/xkb_1.3.0.0
>
> But what about RHEL7?
>
> Uli