Re: [X2Go-Dev] X2go crash on Fedora 37, port already in use?

2023-01-04 Thread Robert Kudyba
l8 ones... Maybe this command would work: > sudo dnf install x2goserver-4.1.0.3-17.fc37 > Otherwise, the only last option to test out would be to use the EPEL8 > repo and install the x2goserver-4.1.0.3-17.el8 package... > > > Regards, > Chris, > Quantum Hosting®. > > On 202

Re: [X2Go-Dev] X2go crash on Fedora 37, port already in use?

2023-01-01 Thread Robert Kudyba
Well a hypothesis was tested with simply changing permissions as follows X2Go launched: sudo chmod 777 /var/lib/x2go pascal:~/$ sudo chmod 666 /var/lib/x2go/x2go_sessions Is x2go_sessions is needed after a session is up and running? This proves that it is a problem of permission to read and

Re: [X2Go-Dev] X2go crash on Fedora 37, port already in use?

2023-01-01 Thread Robert Kudyba
Thanks, but none of those suggestions fixes the problem. The db exists, and the wrapper has sgid set. The hard drive is far from full. I didn't see anything in /etc/aliases that looked off. I do think it is sgid being inhibited for some reason. But the fs is mounted without the nosuid attribute,

Re: [X2Go-Dev] X2go crash on Fedora 37, port already in use?

2023-01-01 Thread Robert Kudyba
gt; > On 2022-12-31 19:25, Robert Kudyba wrote: > > It's the client side. I'll have my colleague who is having this issue > > take the screenshot and upload. We just just dnf install on the server > > side, and no compilation on client side just the installer. > > Did you

Re: [X2Go-Dev] X2go crash on Fedora 37, port already in use?

2022-12-31 Thread Robert Kudyba
It's the client side. I'll have my colleague who is having this issue take the screenshot and upload. We just just dnf install on the server side, and no compilation on client side just the installer. Could firewalld or something like that be blocking these requested ports? On Sat, Dec 31, 2022,

Re: [X2Go-Dev] X2go crash on Fedora 37, port already in use?

2022-12-31 Thread Robert Kudyba
Thanks for the quick response. If it's not a bug then perhaps the error messages could be more clear rather than syntax error? # netstat -tulpn | grep LISTEN tcp0 0 127.0.0.53:53 0.0.0.0:* LISTEN 851/systemd-resolve tcp0 0 0.0.0.0:50201

[X2Go-Dev] X2go crash on Fedora 37, port already in use?

2022-12-31 Thread Robert Kudyba
4.1.0.3-19.fc37 See below logs. Any clues here? Surely there is a bug with all of these syntax errors: x2gocheckport: line 131: connect('dbname=/var/lib/x2go/x2go_sessions','',...): syntax error in expression (error token is "('dbname=/var/lib/x2go/x2go_sessions','',...)")

[X2Go-Dev] XFCE systray coredumps in Fedora 33

2021-06-17 Thread Robert Kudyba
Using x2goserver-4.1.0.3-9.fc33.x86_64 with XFCE we see coredumps and I have a Bugzilla entry for it at https://bugzilla.redhat.com/show_bug.cgi?id=1722869 I included a gdb/backtrace and here's where it seg faults: panel-6-systray: segfault at f8 ip 7fcf8849412d sp 7ffd1ccad650 error 4 in

Re: [X2Go-Dev] upgrade to Fedora 33 breaks X2Go again, no free display number available, cannot start new session

2021-01-26 Thread Robert Kudyba
., increasing the priority of the process would help? Hope it helps anyone who might stumble on to this thread. On Mon, Jan 25, 2021 at 8:37 PM Robert Kudyba wrote: > Well it's not firewalld. > > lsof -i :6050 returns nothing. > > from bash x: > > bash -x /usr/lib64/x2go/x2gog

Re: [X2Go-Dev] upgrade to Fedora 33 breaks X2Go again, no free display number available, cannot start new session

2021-01-25 Thread Robert Kudyba
else > "${X2GO_LIB_PATH}/x2gosyslog" "${0}" 'warning' "no > free display number available, cannot start new session. Retrying (run > $((retry + 1)))." > fi > done > > if [[ "${output}" != 'inserted' ]]; t

Re: [X2Go-Dev] upgrade to Fedora 33 breaks X2Go again, no free display number available, cannot start new session

2021-01-25 Thread Robert Kudyba
quot;)"; then > ... >else > "${X2GO_LIB_PATH}/x2gosyslog" "${0}" 'warning' "no > free display number available, cannot start new session. Retrying (run > $((retry + 1)))." > fi > done > > -> as you can se

[X2Go-Dev] upgrade to Fedora 33 breaks X2Go again, no free display number available, cannot start new session

2021-01-25 Thread Robert Kudyba
I posted a similar issue back in Nov, 2020 at https://www.mail-archive.com/x2go-dev@lists.x2go.org/msg06284.html rpm -qa|grep -i x2go x2goclient-4.1.2.2-3.fc33.x86_64 x2goserver-common-4.1.0.3-9.fc33.noarch perl-X2Go-Server-4.1.0.3-9.fc33.noarch perl-X2Go-Log-4.1.0.3-9.fc33.noarch

[X2Go-Dev] X2Go 4.1.0.3-9 on Fedora 32 crash on login, x2gocheckport: line 131: syntax error in expression

2020-11-16 Thread Robert Kudyba
X2Go was automatically updated a few days ago and stopped allowing users to login on one of our hosts. x2goserver-4.1.0.3-9.fc32.x86_64 5.8.18-200.fc32.x86_64 >From the alert box after trying to log in: Connection failed. /usr/lib64/x2go/x2gocheckport: line 131:

Re: [X2Go-Dev] Gazebo 11 on Fedora 32 high CPU utilization via X2Go

2020-09-26 Thread Robert Kudyba
Thanks Mike, but what could be the cause of the high CPU usage? Is it QXcbConnection: XCB error: 1 (BadRequest)? On Sat, Sep 26, 2020, 10:43 AM Mike Gabriel < mike.gabr...@das-netzwerkteam.de> wrote: > Hi, > > Am Dienstag, 22. September 2020 schrieb Robert Kudyb

[X2Go-Dev] Gazebo 11 on Fedora 32 high CPU utilization via X2Go

2020-09-22 Thread Robert Kudyba
Not sure if this is the best place to report this. Is this a X2Go issue, or a Gazebo issue with the Fedora package, or just a straight up Gazebo issue? Gazebo, gzclient, pins the CPU. We don't see this when using ssh -X, e.g., from a Mac with XQuartz, nor Windows with MobaXterm.

Re: [X2Go-Dev] Fedora 32 X2Go 4.1.0.3-6:Could not open default font 'fixed''

2020-08-20 Thread Robert Kudyba
e ConnectionPtr from a Connect call AL lib: (WW) alcCloseDevice: Releasing context 0x55b168a79810 AL lib: (WW) alcSetError: Error generated on device (nil), code 0xa002 On Thu, Aug 20, 2020 at 3:11 PM Ulrich Sibiller wrote: > On Thu, Aug 20, 2020 at 5:21 PM Robert Kudyba wrote: > > > >

Re: [X2Go-Dev] Fedora 32 X2Go 4.1.0.3-6:Could not open default font 'fixed''

2020-08-20 Thread Robert Kudyba
> On Thu, Aug 20, 2020 at 4:18 PM Robert Kudyba wrote: > >> Thx, fixed. In the very same paragraph basic compilation instructions > >> are linked. Simply replace the meson call mentioned there by the one > >> from above. > >> Does that mean I should uninsta

Re: [X2Go-Dev] Fedora 32 X2Go 4.1.0.3-6:Could not open default font 'fixed''

2020-08-20 Thread Robert Kudyba
> > > > > On https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround > there's no Fedora/CentOS/Red Hat options. > > > > When I try this command: > > meson -D glx=gallium-xlib -D gallium-drivers=swrast -D platforms=x11 -D > dri3=false -D dri-drivers="" -D vulkan-drivers="" -D

Re: [X2Go-Dev] Fedora 32 X2Go 4.1.0.3-6:Could not open default font 'fixed''

2020-08-19 Thread Robert Kudyba
system? > > If you simply run "nxagent -display :55" on the server (e.g. after > connecting with ssh -X), does that work? > > Uli > > On Wed, Aug 19, 2020 at 3:54 PM Robert Kudyba wrote: > > > > I've seen the previous discussion about this happening

[X2Go-Dev] ICE default IO error handler doing an exit(), pid = xxxxxx, errno = 32, Fedora 32

2020-05-26 Thread Robert Kudyba
On Fedora 32 with both MATE and XFCE, X2Go immediately quits with Connection failed. This stackexchange question suggests running x2godbadmin --createdb but that doesn't

[X2Go-Dev] X2Go from Mac to Fedora 31 XkbAdjustGroup (group=

2020-01-13 Thread Robert Kudyba
X2Go works ok with XFCE4 but the menus at the top are all squished together, and our user likes MATE. He also got KDE to work. Perhaps this is a keyboard setting again causing this? Below are logs, a GDB, stacktrace, let me know if I can provide anything else. x2goserver-4.1.0.3-5.fc31.x86_64,

Re: [X2Go-Dev] Removing X2Go borders/outline on opened applications

2019-07-09 Thread Robert Kudyba
ing a compositing window manager. Does it > look ok if you run openbox --replace or kwin --replace inside the > session? > > Uli > > On Mon, Jul 8, 2019 at 9:36 PM Robert Kudyba wrote: > > > > See below screen shot. Is there an option or setting to uncheck/remove

[X2Go-Dev] X2Go 4.1.0.4-0 on Fedora 30 with MATE imsettings crash

2019-06-21 Thread Robert Kudyba
Should I report this to the Fedora Bugzilla as well? rpm -q x2goserver x2goserver-4.1.0.4-0.0x2go1.0.git20190621.1766.heuler.fc30.x86_64 Jun 21 09:33:26 ourworkstation dbus-daemon[14681]: [session uid=6105 pid=14679] Activating service name='org.freedesktop.systemd1' requested by ':1.2'

Re: [X2Go-Dev] Fedora X2Go repos down?

2019-06-06 Thread Robert Kudyba
<<< Likely not. What Fedora version are you referring to? If it's 30, we don't have packages for that yet. Indeed it is Fedora 30. On Thu, Jun 6, 2019 at 2:01 PM Mihai Moldovan wrote: > * On 6/6/19 7:52 PM, Robert Kudyba wrote: > > We're still seeing: > > > &g

Re: [X2Go-Dev] Fedora X2Go repos down?

2019-06-06 Thread Robert Kudyba
Moldovan wrote: > * On 5/31/19 4:15 AM, Robert Kudyba wrote: > > Been seeing these errors from def update for the past few nights: > > > > Failed to synchronize cache for repo 'x2go-nightly-fedora' > > Failed to synchronize cache for repo 'x2go-extras-fedora' > > Ig

[X2Go-Dev] Fedora X2Go repos down?

2019-05-30 Thread Robert Kudyba
Been seeing these errors from def update for the past few nights: Failed to synchronize cache for repo 'x2go-nightly-fedora' Failed to synchronize cache for repo 'x2go-extras-fedora' Ignoring repositories: x2go-nightly-fedora, x2go-extras-fedora ___

Re: [X2Go-Dev] Arithmetic exception error reading variable: Division by zero git20190114.1758

2019-05-15 Thread Robert Kudyba
0_amd64.deb > > > Uli > > On Wed, May 15, 2019 at 4:54 PM Robert Kudyba wrote: > > > > > Are you able to compile a new nxagent once I have patch available? > > > > Sure, just need to know the process. > > > > On Wed, May 15, 2019 at 10:32 AM

Re: [X2Go-Dev] Arithmetic exception error reading variable: Division by zero git20190114.1758

2019-05-15 Thread Robert Kudyba
> Are you able to compile a new nxagent once I have patch available? Sure, just need to know the process. On Wed, May 15, 2019 at 10:32 AM Ulrich Sibiller wrote: > On Wed, May 15, 2019 at 4:24 PM Robert Kudyba wrote: > > > > Here's an update. MATE still crashes. >

Re: [X2Go-Dev] Arithmetic exception error reading variable: Division by zero git20190114.1758

2019-05-15 Thread Robert Kudyba
lient = 0x55c9ccc78500 nready = icheck = 0x55c9cc3ef6d0 start_tick = 0 currentDispatch = #4 0x000055c9cbfa4821 in main (argc=15, argv=0x7ffe23324118, envp=) at main.c:353 i = xauthfile = alwaysCheckForInput = {0, 1} On Wed, Mar 27, 2019

[X2Go-Dev] X2Go 4.8.7 on Mac crashes when connecting to XFCE

2019-04-04 Thread Robert Kudyba
Here’s the crash report submitted to Apple: Process: x2goclient [48848] Path: /Applications/x2goclient.app/Contents/MacOS/x2goclient Identifier:x2goclient Version: 4.1 (4.1.1.1) Code Type: X86-64 (Native) Parent Process:

Re: [X2Go-Dev] Arithmetic exception error reading variable: Division by zero git20190114.1758

2019-03-27 Thread Robert Kudyba
> On Tue, Mar 26, 2019 at 7:51 PM Robert Kudyba wrote: > > > c) you have configured a special keyboard configuration somewhere in > Mate > > I don't recall doing so. The only thing I did is allow the Hebrew > > keyboard (selectable in the menu bar), but I had used

Re: [X2Go-Dev] Arithmetic exception error reading variable: Division by zero git20190114.1758

2019-03-26 Thread Robert Kudyba
> On Mar 26, 2019, at 12:42 PM, Ulrich Sibiller wrote: > > On Tue, Mar 26, 2019 at 5:17 PM Ulrich Sibiller wrote: >> >> #2 0x55c236293ca6 in ProcXkbLatchLockState >> (client=0x55c2372372d0) at xkb.c:560 >> >> -> Proc* is always a call from outside to an extension, in this case >> the

Re: [X2Go-Dev] Arithmetic exception error reading variable: Division by zero git20190114.1758

2019-03-26 Thread Robert Kudyba
> On Mar 26, 2019, at 12:17 PM, Ulrich Sibiller wrote: > > #2 0x55c236293ca6 in ProcXkbLatchLockState > (client=0x55c2372372d0) at xkb.c:560 > > -> Proc* is always a call from outside to an extension, in this case > the XKB extension. > > So do you have some setxkbmap call in your shell

Re: [X2Go-Dev] Arithmetic exception error reading variable: Division by zero git20190114.1758

2019-03-26 Thread Robert Kudyba
Perhaps these logs and core dump GDB backtrace will help? Notice that nx-libs is now nx-libs-3.5.99.19-0.0build1.0.git20190325.3293.heuler.fc29.x86_64 Mar 26 09:22:17 ourwokstation /usr/bin/x2gostartagent[16213]: successfully started X2Go Agent session with ID agw-58-1553606535_stDMATE_dp32 Mar

[X2Go-Dev] Bug#1376: Arithmetic exception error reading variable: Division by zero git20190114.1758

2019-02-27 Thread Robert Kudyba
Package: x2goserver-4.1.0.4-0.0x2go1.0.git20190114.1758.heuler.fc29.x86_64 nx-libs-3.5.99.18-0.0build1.0.git20190208.3237.heuler.fc29.x86_64 Version: 4.1.0.4-0.0x2go1.0.git20190114.1758 git20190114.1758: Program terminated with signal SIGFPE, Arithmetic exception error reading variable: Division

[X2Go-Dev] Unable to execute: mate-session on new Fedora 27 install with nightly builds enabled

2018-04-03 Thread Robert Kudyba
I’m hoping I don’t have the same situation I had before mixing old nx-libs with new ones perhaps these logs and version numbers will help find something I’m missing. X2Go from a Mac fails with Unable to execute: mate-session Apr 3 10:51:19 erdos systemd-logind[1858]: New session 592 of user

Re: [X2Go-Dev] [pulseaudio] main.c: User-configured server at localhost:, refusing to start/autospawn.

2018-02-20 Thread Robert Kudyba
add, and I will mention them there. > > Also, the high CPU usage may be a separate issue. > > -Mike > > On Fri, Feb 9, 2018 at 9:51 AM, Robert Kudyba <rkud...@fordham.edu> wrote: > > This seems to happen a couple of times a week. We are on Fedora 27. and &g

[X2Go-Dev] Bug#1260: high CPU usage with Fedora 27 and users that disconnect, Caja and Mate crash/coredump

2018-02-20 Thread Robert Kudyba
Package: x2goserver-4.1.0.1-0.0x2go1.0.git20180218.1532.heuler.fc27.x86_64 Version: 4.1.0.1-0 We experience a high load after users disconnect. The logs the follow below indicate that Caja and Mate crash. I have uploaded core files to: 1) Mate:

[X2Go-Dev] [pulseaudio] main.c: User-configured server at localhost:, refusing to start/autospawn.

2018-02-09 Thread Robert Kudyba
This seems to happen a couple of times a week. We are on Fedora 27. and just upgraded to x2goserver-4.1.0.0-0.0x2go1.0.git20180129.1511.heuler.fc27.x86_64 Every so often the logs start filling up with these: Feb 9 09:28:33 erdos pulseaudio[2124]: [pulseaudio] main.c: User-configured server at

Re: [X2Go-Dev] Error: Wrong version or invalid session authentication cookie/I/O error: ssh_channel_open_session failed. - Socket error: Unknown error: 316 in .git20171218.1453

2017-12-19 Thread Robert Kudyba
> > Just started happening today. Something in the new build that could've > caused > > this? I see an old thread at > > http://lists.x2go.org/pipermail/x2go-user/2013-July/001515.html not > sure if it's > > really the same issue though. > > All RPM packages have been broken for the past few days

[X2Go-Dev] Error: Wrong version or invalid session authentication cookie/I/O error: ssh_channel_open_session failed. - Socket error: Unknown error: 316 in .git20171218.1453

2017-12-19 Thread Robert Kudyba
Just started happening today. Something in the new build that could've caused this? I see an old thread at http://lists.x2go.org/pipermail/x2go-user/2013-July/001515.html not sure if it's really the same issue though. rpm -q x2goserver

[X2Go-Dev] Fwd: X2Go on a Mac using nightly builds to Fedora 26 keystroke problem, LibreOffice menu fonts squished and loss of focus

2017-11-27 Thread Robert Kudyba
Resending to see if anyone has any ideas? > Begin forwarded message: > > From: Robert Kudyba <rkud...@fordham.edu> > Subject: X2Go on a Mac using nightly builds to Fedora 26 keystroke problem, > LibreOffice menu fonts squished and loss of focus > Date: November 17,

[X2Go-Dev] X2Go on a Mac using nightly builds to Fedora 26 keystroke problem, LibreOffice menu fonts squished and loss of focus

2017-11-17 Thread Robert Kudyba
We have a Mac High Sierra user on the nightly builds connecting to a Fedora 26 workstation also on nightly builds with x2goserver-4.1.0.0-0.0x2go1.0.git2017.1441.heuler.fc26.x86_64 Using MATE, keystrokes don't echo properly. If he types "ls" into a Terminal window, a "k" appears. XFCE works

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-15 Thread Robert Kudyba
> On Nov 15, 2017, at 4:32 PM, Mihai Moldovan <io...@ionic.de> wrote: > > * On 11/15/2017 10:30 PM, Robert Kudyba wrote: >>> Hopefully it didn't remove any other needed package. Probably not, though. >>> >>> rpm -q '*x2go*’ >> >

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-15 Thread Robert Kudyba
> On Nov 15, 2017, at 4:27 PM, Mihai Moldovan <io...@ionic.de> wrote: > > * On 11/15/2017 10:23 PM, Robert Kudyba wrote: >> OK I had to remove and then installed successfully. Now how do I start? >> [root@sobolev yum.repos.d]# systemctl start x2goagent >> Failed

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-15 Thread Robert Kudyba
> On Nov 15, 2017, at 4:16 PM, Mihai Moldovan <io...@ionic.de> wrote: > > * On 11/15/2017 10:14 PM, Robert Kudyba wrote: >> rpm -qa '*x2goagent*' >> x2goagent-3.5.0.34-0.0x2go1.0.git2017.778.heuler.fc26.x86_64 > > Ah, now that explains a great deal! Yo

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-15 Thread Robert Kudyba
> On Nov 15, 2017, at 4:11 PM, Mihai Moldovan <io...@ionic.de> wrote: > > * On 11/15/2017 10:05 PM, Robert Kudyba wrote: >> I’m taking another shot with providing logs as there appears to be more than >> last time. Here are debug logs from the client and then server.

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-14 Thread Robert Kudyba
On Tue, Nov 14, 2017 at 7:47 PM, Mihai Moldovan <io...@ionic.de> wrote: > On 11/14/2017 02:26 AM, Robert Kudyba wrote: > > Anything else I can provide? > > Can't think of anything useful currently. Something has to trigger the > crashes, > but I don't know what exac

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-13 Thread Robert Kudyba
> Not really, I fear. I'm unable to reproduce this. Have tested both with the >> current X2Go nx-libs release builds and Mike#2's copr repo for the arctica >> version. In both cases MATE starts up without segfaulting in xcb. >> >> However, for some reason I even have direct rendering available in

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-10 Thread Robert Kudyba
> Not really, I fear. I'm unable to reproduce this. Have tested both with the > current X2Go nx-libs release builds and Mike#2's copr repo for the arctica > version. In both cases MATE starts up without segfaulting in xcb. > > However, for some reason I even have direct rendering available in the

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-10 Thread Robert Kudyba
> > > > Not to the best of my knowledge just have this: > > > > 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. > [AMD/ATI] Cedar > > [Radeon HD 5000/6000/7350/8350 Series] > > rpm -qa | grep -i fglrx > > Similar results using XFCE: gdb /usr/bin/xfce4-panel

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-10 Thread Robert Kudyba
> > > Not to the best of my knowledge just have this: > > > > 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. > [AMD/ATI] Cedar > > [Radeon HD 5000/6000/7350/8350 Series] > > rpm -qa | grep -i fglrx Does this help, from gdb /usr/bin/mate-session

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-10 Thread Robert Kudyba
> > If you set the old hostname again via "hostnamectl set-hostname > sobolev.dsm.fordham.edu", can you still "start" X2Go connections? (Even > if they > crash right away, that's separate issue.) > > I think I'll have to just use the real system's name (returned via > hostname) > instead of the

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-10 Thread Robert Kudyba
> Uhm, yes, because your syntax is invalid. > > The hosts file syntax is [ ...] > > You should have added sobolev to the 127.0.0.1 line - the last one is just > plain > bogus. > Got it I just added it the 1st line and it's now: 127.0.0.1 localhost localhost.localdomain localhost4

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-10 Thread Robert Kudyba
> > > hostnamectl set-hostname fedora.local.home.ionic.de > > > > Then, I edited /etc/hosts and added: > > > > 192.168.122.128 fedora fedora.local.home.ionic.de > > > > This leads to exactly the problem you described. > > > > > > If I change "fedora" to resolve to 127.0.0.1 instead (with > >

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-10 Thread Robert Kudyba
Now on the working server we have a user reporting an issue where X2Go loses "focus". He gets a high-pitched clicking sound as he's typing in a window running under X2Go, e.g., an emacs window. When this happens, he needs to click someplace in the window in which he was working. He's using High

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-07 Thread Robert Kudyba
> > > There's also a slight possibility that the removal of libnxau in Arctica's > nx-libs version (with some code moves to libNX11) causes problems, but we > haven't seen a problem like this in other (though mostly Debian-based) > setups yet. > Would any logs show this problem? How can we

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-06 Thread Robert Kudyba
> The important stuff is here: > >> Nov 05 15:00:39 ourschool.edu >> /usr/bin/x2gostartagent[1221]: started nxagent: NX_TEMP=/tmp x2goagent >> X2GO_NXAGENT_OPTIONS (' -extension XFIXES -nolisten tcp') NOLISTOPT >> ('-nolisten >> tcp') X2GODPIOPTION_ ('-dpi 72') XDMCPPOPT

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-05 Thread Robert Kudyba
> > x2goserver-4.1.0.0-0.0x2go1.0.git20171105.1438.heuler.fc26.x86_64 > > Okay, so in that case you probably haven't set the loglevel to debug in > /etc/x2go/x2goserver.conf : > Nope been debug for a while now: [log] # possible levels are: emerg, alert, crit, err, warning, notice, info, debug

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-05 Thread Robert Kudyba
> > Nov 5 12:55:39 sobolev /usr/bin/x2gostartagent[5956]: creating new > session: > > localguy-158-1509904537_stDXFCE_dp32 987f364647dc4560b0c0eb10e7d16eeb > 5954 > > 65.78.12.82 58562 58563 58564 -1 -1 > > No, that's missing the new debug message. Are you sure you updated > x2goserver > before

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-05 Thread Robert Kudyba
> > One way this may go haywire looks like this: [...] > > I've added more debugging to x2gostartagent. FC26 have completed already, > so you > know the drill. Update the system, then start a new session (will fail, but > that's fine) and look at the syslog. > > I'm only interested in the new

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-05 Thread Robert Kudyba
> > The server that works, that's where the NFS share is mounted. The > workstation > > that fails, it uses the mounted NFS share from the server that works. > > You mean the server that works is where the NFS share is mounted *from* - > so for > the server, this is a local filesystem, while for

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-04 Thread Robert Kudyba
> - is that server also the NIS server? > No it's the file server. Just wanted to remind that we experience the same errors with a local (non NIS) user. > - what NFS version are you using? > We do nightly DNF updates: qemu-block-nfs-2.9.1-1.fc26.x86_64 sssd-nfs-idmap-1.15.3-5.fc26.x86_64

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-04 Thread Robert Kudyba
> > It fails with NIS users and local users. On the working and non-working > machine, > > I try with a local user and both $HOME are set as follows: > > echo $HOME > > /home/localguy > > That's normal. When you did the plain xauth/nxagent tests I requested a few > mails ago, did you test with a

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-03 Thread Robert Kudyba
> > > Yes. > > That's weird, it sounds like sessions are accumulating in the database, > but not > printed out. This shouldn't happen, since sessions in the failed state > should be > automatically removed when executing this program (and also indirectly > through > this mechanism by

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-02 Thread Robert Kudyba
> On Nov 2, 2017, at 1:13 AM, Mihai Moldovan <io...@ionic.de> wrote: > > On 11/01/2017 02:31 PM, Robert Kudyba wrote: >>> ls -a /tmp/.X11-unix >>> ps axu | grep -iE '(nx|x2goagent)' >>> >>> Naturally on the server side. >> >> ls -

[X2Go-Dev] NIS user from a Mac disconnects upon login with Fedora 26 nightly build

2017-10-24 Thread Robert Kudyba
We have a Mac user with a NIS account, and X2Go just quits after authenticating. I’ve restarted DBUS, systemd-logind, x2goserver, and deleted the user .x2go directory, X2Go just goes black and disappears. I posted the client and server debug logs to

[X2Go-Dev] Bug#1143: Acknowledgement ([pulseaudio] main.c: User-configured server at localhost, refusing to start/autospawn)

2017-01-30 Thread Robert Kudyba
Related packages: Installed Packages Name: x2goagent Arch: x86_64 Epoch : 0 Version : 3.5.0.32 Release : 4.fc24 Size: 37 k Repo: @System From repo : @commandline Summary : X2Go Agent URL : http://x2go.org/ License : GPLv2+ Description

[X2Go-Dev] Bug#1143: Acknowledgement ([pulseaudio] main.c: User-configured server at localhost, refusing to start/autospawn)

2017-01-30 Thread Robert Kudyba
The process looks like this when running: ps -Afl|grep x2go: 0 S user 10824 1 0 80 0 - 43867 hrtime 12:06 ?00:00:31 /usr/lib64/nx/../x2go/bin/x2goagent -extension XFIXES -nolisten tcp -nolisten tcp -dpi 192 -D -auth /u/erdos/students/user/.Xauthority -geometry 800x600 -name

[X2Go-Dev] Bug#1143: [pulseaudio] main.c: User-configured server at localhost, refusing to start/autospawn

2017-01-30 Thread Robert Kudyba
Package: x2goserver Version: 4.0.1.20-1 This is on Fedora 25, 4.8.16-300.fc25.x86_64 kernel. Certain users trigger the following errors in /var/log/messages when audio is not disabled: pulseaudio[]: [pulseaudio] main.c: User-configured server at localhost:, refusing to start/autospawn. Seems

[X2Go-Dev] Bug#1095: Fwd: Fedora 24 messages log filling up with pulseaudio main.c refusing to start/autospawn

2016-10-11 Thread Robert Kudyba
package: x2goserver Version: 4.0.1.19 Release: 11.fc24 pulseaudio[]: [pulseaudio] main.c: User-configured server at localhost:30007, refusing to start/autospawn. Here is a ps on the processes running: xxxi 6491 0.3 0.3 381472 83464 ?SSep17 48:56