[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 x2

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 x

[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/dw1lZDI1NTE5IHR

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,

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 wo

[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, an

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 sl

[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. _

Re: [X2Go-User] glx

2022-04-22 Thread Vikas Rawal
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: >

[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 rec