Neal Becker wrote:
Neal Becker wrote:
I was a happy x2go user up until just now. I ran a yum update, perhaps related.
Now ever time I connect, x2go client uses 100% cpu (actually, 100% of 2 cpus)
Perhaps related, I always get an error message, a picture is attached.
I tried
rm -rf ~/.x2go
on the server, to make sure I'm getting a clean start
Perhaps related, updates on the client include:
Jan 15 14:40:25 Updated: kde-runtime-flags-4.11.5-2.fc20.noarch Jan 15 14:40:26 Updated: kde-runtime-libs-4.11.5-2.fc20.x86_64 Jan 15 14:40:29 Updated: kde-runtime-4.11.5-2.fc20.x86_64 Jan 15 14:40:29 Updated: kde-runtime-drkonqi-4.11.5-2.fc20.x86_64
Here's what strace says:
strace -p 3477 Process 3477 attached restart_syscall(<... resuming interrupted call ...>) = 0 recvfrom(6, 0x2909ac4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) recvfrom(6, 0x2909ac4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=POLLIN}, {fd=6, events=POLLIN}, {fd=16, events=POLLIN}, {fd=18, events=POLLIN}, {fd=22, events=POLLIN}], 7, 0) = 0 (Timeout) recvfrom(6, 0x2909ac4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) recvfrom(6, 0x2909ac4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=POLLIN}, {fd=6, events=POLLIN}, {fd=16, events=POLLIN}, {fd=18, events=POLLIN}, {fd=22, events=POLLIN}], 7, 0) = 0 (Timeout) ...