[X2Go-User] Error in installing x2goclient

2022-10-19 Thread Vikas Rawal
I am facing a strange error while trying to install x2goclient from AUR:

0001-Fix-redefinition-compile-error.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!

What could be causing this?

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


Re: [X2Go-User] ssh error

2022-10-08 Thread Vikas Rawal
> Maybe try to start pyhoca-cli with "--add-to-known-hosts" parameter or
> move ~/.ssh/known_hosts ( just for test ) away.
> mv ~/.ssh/known_hosts ~/.ssh/known_hosts-`date -I`
>

Thank you. That was it.

Problem solved.

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


[X2Go-User] ssh error

2022-10-07 Thread Vikas Rawal
Hello everyone,

I am getting a new error with pyhoca-cli:

paramiko.hostkeys.InvalidHostKey: ('192.168.0.127 ssh-rsa
AABgQC7ZFjl2e+zxzL4wHBeHnntE5fno0AoGJJbI4IHmRbMmsM88bq9FLQlZ/UMB3NzaC1yc2EDAQABAA96lmxTgFLEBJWMD+Ye+3UMJlfrsYCkSAj3192.168.0.195
ssh-ed25519
C3NzaCDW/dw1lZDI1NTE5IHRAkIk0Yfsf1H/0i5xizVZ+UogtQ62ze0zeOnW',
Error('Invalid base64-encoded string: number of data characters (133)
cannot be 1 more than a multiple of 4'))

(I have mangled the key information in the error message above).

I can ssh to the server and can use x2goclient without any problem.

Strangely, I get a similar error with xpra.

It seems to me that something has changed in a python library with a recent
upgrade (since both pyhoca-cli and xpra worked without any problems
earlier). But I can't seem to figure out what it is.

Would appreciate help.

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


Re: [X2Go-User] x2go server on debian: readonly partition

2022-05-01 Thread Vikas Rawal
>
>
> Taking a guess, I would say your root partition is on some kind of flash
> memory, which doesn't like the constant writes, and eventually bugs out.
> Console messages should have something, or you could use remote syslog
> if console is not accessible for some reason.
>
>
It is on an ssd. So, I guess that might be a problem.


> To mitigate the issue, I would suggest using tmpfs for /tmp - RAM does
> not wear out.


Could one specify where x2go keeps its tmp files? In that case, a separate
tmpfs mount for it would solve the problem. Unless keeping all of /tmp on a
tmpfs is recommended.


> But your root media seems to already have issues, which
> will cause problems sooner or later in a different context.
>

Yes, I realise that. I hope running fsck on the root partition will fix
that. I will look into it when I am on that system next.

Thanks a lot for all your advice.

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


Re: [X2Go-User] x2go server on debian: readonly partition

2022-05-01 Thread Vikas Rawal
> Did you check if /tmp/ is really read-only when that happens? If it is,
> you need to find out why. I don't know how x2go could make it ro, so
> there's likey a different reason for it.

/tmp is on root, and does become read-only. So does everything else on
the root partition. And thus nothing works.

I somehow suspect that the files x2go creates on /tmp might be causing
the errors which make the root remounted as ro. I have not had this
problem before I started playing with x2go. I am not sure how to debug
this, but I will try when this happens next time and report.

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


[X2Go-User] x2go server on debian: readonly partition

2022-05-01 Thread Vikas Rawal
I am running x2go server on debian testing and connecting to it from
another linux machine. Everything works fine but occasionally
(approximately after 2-3 days of use over which I connect and
disconnect from the client many times), the host machine says the
/tmp/... is on a read-only partition, and everything stops
working. x2go client does not connect when this happens. I can ssh to
the server but nothing works on it. I am unable to even cleanly reboot
the machine when that happens. I only need to physically hard-boot the
machine.

I don't know if this is happening because of x2go, but it never
happened before I started dabbling with x2go.

Is this a known problem? Any ideas about how to debug?

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


Re: [X2Go-User] Suspend on disconnect

2022-04-29 Thread Vikas Rawal
> When the client suspends the server will detect a connection loss and
> suspend the session. All programs and services will stay on the server side
> as for the programs in the session nothing will be different.

This is great. Thanks for clarifying.

> Programs in the session might register a slowdown since x2goagent will
> introduce delays at various places to lower the server load. This can be
> prevented by adding sleep=0 to /etc/x2go/x2goagent.options.

Thanks, this is helpful.

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


[X2Go-User] Suspend on disconnect

2022-04-29 Thread Vikas Rawal
Does x2go cleanly suspend if the client loses connection or the laptop running 
the client is just suspended by turning the screen shut?

Do the user systemd services keep running when x2go session is suspended? 
Something like what would happen when a tmux/screen session is detached.

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


Re: [X2Go-User] glx

2022-04-22 Thread Vikas Rawal
Thanks a lot. This was very helpful. I was able to build mesa-21.3.8 on
debian testing.

I still have two problems though.

Some applications (alacritty, for example) break because of xinput2.
alacritty throws up following error:

thread 'main' panicked at 'X server has XInput extension 1.3 but does not
support XInput2',
/home/vikas/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.26.1/src/platform_impl/linux/x11/mod.rs:176
:17
note: run with `RUST_BACKTRACE=1` environment variable to display a
backtrace

My browser (qutebrowser) throws the warning about Xinput2 but starts. But
it refuses to work because it says "network change detected". If I reload
the page multiple times, some of the pages load. But the browser is
unusable. I do not have the same problem with firefox. I understand that
this is more likely to be a problem with qutebrowser. And is not likely to
be related to the original issue of this thread (glx, that is).

But if anyone on the list has a similar experience and a solution, I will
be grateful.

Vikas



On Fri, 22 Apr 2022 at 17:00, Hanno Foest  wrote:

> On Fri, Apr 22, 2022 at 02:20:43PM +0530, Vikas Rawal wrote:
> > Are there any updated instructions for this:
> > https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround ?
> >
> > I am unable to build the mesa driver on debian testing. The recent
> > versions do not allow the option "glx=gallium-xlib" while the older
> > versions do not build. Has anyone tried this recently?
>
> FWIW, I was able to build up to mesa-21.3.8.tar.xz (which is pretty
> recent, 2022-03-18) on Devuan Chimaera (should be equivalent to Debian
> stable) recently, using the above instructions.
>
> > Unfortunately several of the applications I use are not working
> > because of this.
>
> I can relate. If I had not been able to build libGL, it would have
> caused me quite some issues.
>
> Hanno
> ___
> 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


[X2Go-User] glx

2022-04-22 Thread Vikas Rawal
Are there any updated instructions for this:
https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround ?

I am unable to build the mesa driver on debian testing. The recent
versions do not allow the option "glx=gallium-xlib" while the older
versions do not build. Has anyone tried this recently?

Unfortunately several of the applications I use are not working
because of this.

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