Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
stefan, its all good mate, no worries, i will wait, thanks :)

On Thu, 29 Sept 2022 at 18:44, Stefan Baur  wrote:

> Am 29.09.22 um 19:30 schrieb robert k Wild:
> > still no joy stefan, doesnt work for ubuntu
>
> Well, it SHOULD, but obviously it DOES NOT. Which is weird, because I
> thought I tested it before adding the line to my docs.
>
> Anyways, I'll have Mihai take a look at the repository, probably on
> Saturday.
>
> Do you think you could wait a few more days before trying again on Ubuntu?
>
> You basically need to repeat the lines
>
> sudo apt update
> sudo apt install nginx fcgiwrap x2gohtmlclient
>
> until they no longer throw an error regarding x2gohtmlclient. Which will
> hopefully be the case some time on Saturday or Sunday.
>
> Of course, if it's urgent because you're looking at a commercial
> deployment, feel free to contract us or one of the other X2Go support
> companies: 
>
> Kind Regards,
> Stefan Baur
>
> --
> BAUR-ITCS UG (haftungsbeschränkt)
> Geschäftsführer: Stefan Baur
> Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
> Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
>


-- 
Regards,

Robert K Wild.
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread Stefan Baur
Am 29.09.22 um 19:30 schrieb robert k Wild:
> still no joy stefan, doesnt work for ubuntu

Well, it SHOULD, but obviously it DOES NOT. Which is weird, because I
thought I tested it before adding the line to my docs.

Anyways, I'll have Mihai take a look at the repository, probably on
Saturday.

Do you think you could wait a few more days before trying again on Ubuntu?

You basically need to repeat the lines

sudo apt update
sudo apt install nginx fcgiwrap x2gohtmlclient

until they no longer throw an error regarding x2gohtmlclient. Which will
hopefully be the case some time on Saturday or Sunday.

Of course, if it's urgent because you're looking at a commercial
deployment, feel free to contract us or one of the other X2Go support
companies: 

Kind Regards,
Stefan Baur

-- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
still no joy stefan, doesnt work for ubuntu

add-apt-repository ppa:x2go/ppa
PPA publishes dbgsym, you may need to include 'main/debug' component
Repository: 'deb https://ppa.launchpadcontent.net/x2go/ppa/ubuntu/ jammy
main'
Description:
X2Go packages for testing purpose (nightly builds)
More info: https://launchpad.net/~x2go/+archive/ubuntu/ppa
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.
Adding deb entry to /etc/apt/sources.list.d/x2go-ubuntu-ppa-jammy.list
Adding disabled deb-src entry to
/etc/apt/sources.list.d/x2go-ubuntu-ppa-jammy.list
Adding key to /etc/apt/trusted.gpg.d/x2go-ubuntu-ppa.gpg with fingerprint
A7D8D681B1C07FE41499323D7CDE3A860A53F9FD
Hit:1 http://gb.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://gb.archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
Get:3 http://gb.archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8
kB]
Get:4 http://gb.archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:5 https://ppa.launchpadcontent.net/x2go/ppa/ubuntu jammy InRelease
[23.8 kB]
Get:6 http://gb.archive.ubuntu.com/ubuntu jammy-security/universe amd64
Packages [284 kB]
Get:7 https://ppa.launchpadcontent.net/x2go/ppa/ubuntu jammy/main amd64
Packages [5,232 B]
Get:8 https://ppa.launchpadcontent.net/x2go/ppa/ubuntu jammy/main
Translation-en [2,680 B]
Fetched 640 kB in 2s (286 kB/s)
Reading package lists... Done
root@x11:~# apt-get update
Hit:1 http://gb.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://gb.archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
Get:3 http://gb.archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8
kB]
Hit:4 http://gb.archive.ubuntu.com/ubuntu jammy-security InRelease
Hit:5 https://ppa.launchpadcontent.net/x2go/ppa/ubuntu jammy InRelease
Fetched 214 kB in 2s (107 kB/s)
Reading package lists... Done
root@x11:~# apt install nginx fcgiwrap x2gohtmlclient
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package x2gohtmlclient

On Thu, 29 Sept 2022 at 15:41, Stefan Baur  wrote:

> Am 29.09.22 um 15:57 schrieb robert k Wild:
> > So what your saying is Stefan is I don't need to re install on a Debian
> > install, it will work with Ubuntu?
>
> Yes, just execute the corresponding first step as explained in the
> message. One is for Debian, the other for Ubuntu. The remaining steps
> are the same for both.
>
> -Stefan
>
> --
> BAUR-ITCS UG (haftungsbeschränkt)
> Geschäftsführer: Stefan Baur
> Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
> Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
>


-- 
Regards,

Robert K Wild.
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread Stefan Baur
Am 29.09.22 um 15:57 schrieb robert k Wild:
> So what your saying is Stefan is I don't need to re install on a Debian
> install, it will work with Ubuntu?

Yes, just execute the corresponding first step as explained in the
message. One is for Debian, the other for Ubuntu. The remaining steps
are the same for both.

-Stefan

-- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
So what your saying is Stefan is I don't need to re install on a Debian
install, it will work with Ubuntu?

On Thu, 29 Sept 2022, 14:42 Stefan Baur,  wrote:

> Hi robert,
>
> Am 29.09.22 um 15:37 schrieb robert k Wild:
> > Thanks Stefan, sorry but when you say
> >
> > He should follow my instructions as posted in Message-ID:
> > <2cb048d4-9660-aabf-9ca1-c4f9c042e...@baur-itcs.de>
> >
> > Do you mean your message earlier in the thread?
>
> If your mail client doesn't support threading or searching for Message
> IDs, there's always our web-based list archive as a fallback when you
> need to point someone at a particular post. :)
>
> This is the message I was referring to:
> 
>
> Kind Regards,
> Stefan Baur
>
> --
> BAUR-ITCS UG (haftungsbeschränkt)
> Geschäftsführer: Stefan Baur
> Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
> Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
>
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread Stefan Baur
Hi robert,

Am 29.09.22 um 15:37 schrieb robert k Wild:
> Thanks Stefan, sorry but when you say
> 
> He should follow my instructions as posted in Message-ID:
> <2cb048d4-9660-aabf-9ca1-c4f9c042e...@baur-itcs.de>
> 
> Do you mean your message earlier in the thread?

If your mail client doesn't support threading or searching for Message
IDs, there's always our web-based list archive as a fallback when you
need to point someone at a particular post. :)

This is the message I was referring to:


Kind Regards,
Stefan Baur

-- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
Thanks Stefan, sorry but when you say

He should follow my instructions as posted in Message-ID:
<2cb048d4-9660-aabf-9ca1-c4f9c042e...@baur-itcs.de>

Do you mean your message earlier in the thread?

On Thu, 29 Sept 2022, 13:47 Stefan Baur,  wrote:

> Am 29.09.22 um 13:43 schrieb Juri Grabowski:
> >
> > @Stefan:
> > Any reasons, why we don't have x2gohtmlclient in PPA?
>
> My guess is that robert is simply using the wrong PPA. HTML5Client is
> not stable yet, so it's not in the stable repo.
>
> He should follow my instructions as posted in Message-ID:
> <2cb048d4-9660-aabf-9ca1-c4f9c042e...@baur-itcs.de>
>
> You will notice that the PPA name there is different.
>
> -Stefan
>
> --
> BAUR-ITCS UG (haftungsbeschränkt)
> Geschäftsführer: Stefan Baur
> Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
> Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
> ___
> 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


Re: [X2Go-User] HTML5 install

2022-09-29 Thread Stefan Baur
Am 29.09.22 um 13:43 schrieb Juri Grabowski:
> 
> @Stefan:
> Any reasons, why we don't have x2gohtmlclient in PPA?

My guess is that robert is simply using the wrong PPA. HTML5Client is
not stable yet, so it's not in the stable repo.

He should follow my instructions as posted in Message-ID:
<2cb048d4-9660-aabf-9ca1-c4f9c042e...@baur-itcs.de>

You will notice that the PPA name there is different.

-Stefan

-- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread Juri Grabowski

Hello,

on debian you can try:

apt install extrepo
extrepo enable x2go
apt install x2gohtmlclient

@Stefan:
Any reasons, why we don't have x2gohtmlclient in PPA?

Best Regards,
Juri Grabowski
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
doesnt find the html client

apt install nginx fcgiwrap x2gohtmlclient
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package x2gohtmlclient

On Thu, 29 Sept 2022 at 12:23, robert k Wild  wrote:

> thanks for getting back to me Juri so quick,
>
> this is what i get when i run
>
> dpkg -L x2gohtmlclient
> dpkg-query: package 'x2gohtmlclient' is not installed
> Use dpkg --contents (= dpkg-deb --contents) to list archive files contents.
>
> to install x2go on my ubuntu server, ive done this so far
>
> apt-get install software-properties-common
>
> add-apt-repository ppa:x2go/stable
>
> apt-get update
>
> apt-get install x2goserver x2goserver-xsession
>
> should i install the server on debian instead of ubuntu?
>
>
> On Thu, 29 Sept 2022 at 11:54, Juri Grabowski  wrote:
>
>> Hello,
>>
>> with
>> dpkg -L x2gohtmlclient
>> you can get all files provided by x2gohtmlclient on debian based
>> systems.
>>
>> in /etc/nginx/sites-available/x2gohtmlclient-demo.conf
>> you can get simple example what do you need for working htmlclient.
>> It contains helpfull comments for make it working.
>>
>> Of cource you should have such file in /etc/nginx/sites-enabled/
>> Don't hesitate to ask here, if you need more information.
>>
>>
>> Best Regards,
>> Juri Grabowski
>>
>
>
> --
> Regards,
>
> Robert K Wild.
>


-- 
Regards,

Robert K Wild.
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
thanks for getting back to me Juri so quick,

this is what i get when i run

dpkg -L x2gohtmlclient
dpkg-query: package 'x2gohtmlclient' is not installed
Use dpkg --contents (= dpkg-deb --contents) to list archive files contents.

to install x2go on my ubuntu server, ive done this so far

apt-get install software-properties-common

add-apt-repository ppa:x2go/stable

apt-get update

apt-get install x2goserver x2goserver-xsession

should i install the server on debian instead of ubuntu?


On Thu, 29 Sept 2022 at 11:54, Juri Grabowski  wrote:

> Hello,
>
> with
> dpkg -L x2gohtmlclient
> you can get all files provided by x2gohtmlclient on debian based
> systems.
>
> in /etc/nginx/sites-available/x2gohtmlclient-demo.conf
> you can get simple example what do you need for working htmlclient.
> It contains helpfull comments for make it working.
>
> Of cource you should have such file in /etc/nginx/sites-enabled/
> Don't hesitate to ask here, if you need more information.
>
>
> Best Regards,
> Juri Grabowski
>


-- 
Regards,

Robert K Wild.
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread Stefan Baur
Am 29.09.22 um 12:33 schrieb robert k Wild:
> do i just need to edit the nginx conf and add this to the end?

Be warned that the HTML5 client is currently not for production use, it
is merely a proof of concept.

That's why it is currently only available via nightly builds.
Please proceed as follows:

On Debian:
echo "deb http://packages.x2go.org/debian buster extras heuler" \
| tee sudo -a /etc/apt/sources.list.d/x2go-nightly.list

On Ubuntu:
sudo add-apt-repository ppa:x2go/ppa


Afterwards, for both Debian and Ubuntu, do:

sudo apt-get update

sudo apt install nginx fcgiwrap x2gohtmlclient

sudo ln -s /etc/nginx/sites-available/x2gohtmlclient-demo.conf \
/etc/nginx/sites-enabled/x2gohtmlclient-demo.conf

move /etc/nginx/sites-enabled/default out of the way

sudo service restart nginx

If you want to run the X2Go-HTML5 webserver and X2GoServer on the same
machine, also run the following command on the webserver:

sudo apt install x2goserver x2goserver-xsession x2goserver-x2gokdrive

If you want to keep them as separate servers, run the above command on
the X2GoServer instead. You will need to add the heuler repository
there, too, as described at the very top of this message, and follow up
with a "sudo apt update".

That should leave you with a webserver publishing the X2Go login page,
but only on 127.0.0.1. Port 80 redirects to 443, which uses a
self-signed certificate. Once your local tests have been satisfactory,
you can replace the cert with an official one belonging to your org, and
start adding additional listening IP addresses to the
/etc/nginx/sites-enabled/x2gohtmlclient-demo.conf file.

Kind Regards,
Stefan Baur

-- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] HTML5 install

2022-09-29 Thread Juri Grabowski

Hello,

with
dpkg -L x2gohtmlclient
you can get all files provided by x2gohtmlclient on debian based
systems.

in /etc/nginx/sites-available/x2gohtmlclient-demo.conf
you can get simple example what do you need for working htmlclient.
It contains helpfull comments for make it working. 


Of cource you should have such file in /etc/nginx/sites-enabled/
Don't hesitate to ask here, if you need more information.


Best Regards,
Juri Grabowski
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


[X2Go-User] HTML5 install

2022-09-29 Thread robert k Wild
 hi all,

i have seen X2Go server comes with a build in html5 plugin for clients, so
they can access the client using there web browser instead of installing
the actual client

i have seen this how to

https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient

but when it says " X2Go provides instructions for configuring the NGINX web
server " where is that as i cant see it, or am i being stupid and missing it

do i just need to edit the nginx conf and add this to the end?

Text
location ~ ^/x2gows/(.*)$ {
proxy_pass https://127.0.0.1:$1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_intercept_errors on;
proxy_redirect off;
proxy_cache_bypass $http_upgrade;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-NginX-Proxy true;
proxy_ssl_session_reuse off;

thanks,

rob


-- 
Regards,

Robert K Wild.
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user