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.
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
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 <x2go-user@jugra.de> 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.
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 <robertkwild@gmail.com> 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 <x2go-user@jugra.de> 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.
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
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-c4f9c042e828@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
Thanks Stefan, sorry but when you say
He should follow my instructions as posted in Message-ID: <2cb048d4-9660-aabf-9ca1-c4f9c042e828@baur-itcs.de>
Do you mean your message earlier in the thread?
On Thu, 29 Sept 2022, 13:47 Stefan Baur, <X2Go-ML-1@baur-itcs.de> 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-c4f9c042e828@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
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-c4f9c042e828@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: <https://lists.x2go.org/pipermail/x2go-user/2022-September/006867.html>
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
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, <X2Go-ML-1@baur-itcs.de> 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-c4f9c042e828@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: <https://lists.x2go.org/pipermail/x2go-user/2022-September/006867.html>
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
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
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 <X2Go-ML-1@baur-itcs.de> 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.
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: <https://wiki.x2go.org/doku.php/doc:professional-support>
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
stefan, its all good mate, no worries, i will wait, thanks :)
On Thu, 29 Sept 2022 at 18:44, Stefan Baur <X2Go-ML-1@baur-itcs.de> 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: <https://wiki.x2go.org/doku.php/doc:professional-support>
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.
still saying
unable to locate package x2gohtmlclient
it would be good to test this out maybe tomorrow
On Thu, 29 Sept 2022 at 18:46, robert k Wild <robertkwild@gmail.com> wrote:
stefan, its all good mate, no worries, i will wait, thanks :)
On Thu, 29 Sept 2022 at 18:44, Stefan Baur <X2Go-ML-1@baur-itcs.de> 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: <https://wiki.x2go.org/doku.php/doc:professional-support>
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.
-- Regards,
Robert K Wild.
Hi robert,
Am 02.10.22 um 16:19 schrieb robert k Wild:
still saying
unable to locate package x2gohtmlclient
it would be good to test this out maybe tomorrow
On Thu, 29 Sept 2022 at 18:46, robert k Wild <robertkwild@gmail.com> wrote:
stefan, its all good mate, no worries, i will wait, thanks :)
On Thu, 29 Sept 2022 at 18:44, Stefan Baur <X2Go-ML-1@baur-itcs.de> 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?
Sorry, we are repeatedly experiencing issues with the host for packages.x2go.org, code.x2go.org, and our mailing list's server. This kept Mihai from logging in and fixing things re: the ubuntu repo. Since I can see x2gokdrive and x2gohtmlclient on <https://launchpad.net/~x2go/+archive/ubuntu/ppa/+index?batch=75&memo=75&start=75> now, I'd hope that in the meantime, Mihai has had a chance to fix it. Can you confirm?
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
Hello together,
it works well on ubuntu:
sudo add-apt-repository ppa:x2go/nightly sudo add-apt-repository ppa:x2go/ppa sudo apt update sudo apt install x2gohtmlclient
Documentation is extended for debian and ubuntu: https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient
Best Regards, Juri Grabowski
Lovely stuff Juri, I will test and let you know,
Thanks guys!!!!!
On Mon, 3 Oct 2022, 14:36 , <x2go-user@jugra.de> wrote:
Hello together,
it works well on ubuntu:
sudo add-apt-repository ppa:x2go/nightly sudo add-apt-repository ppa:x2go/ppa sudo apt update sudo apt install x2gohtmlclient
Documentation is extended for debian and ubuntu: https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient
Best Regards, Juri Grabowski
sorry for the delay, after adding all the ppa's, i get this
add-apt-repository ppa:x2go/stable add-apt-repository ppa:x2go/ppa add-apt-repository ppa:x2go/nightly apt updateapt-get install x2goserver x2goserver-xsession
and then i get this
apt-get install x2goserver x2goserver-xsession Reading package lists... Done Building dependency tree... Done Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: libx2go-log-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-db-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-perl : Depends: libx2go-log-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed Depends: libx2go-server-db-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed x2goserver : Depends: libx2go-server-perl (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2goagent (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2gokdrive (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Depends: x2goserver-x2gokdrive (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-extensions (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-extensions (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-fmbindings (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-fmbindings (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-printing (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-printing (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
is this because im adding more than one ppa?
thanks,
rob
On Mon, 3 Oct 2022 at 19:28, robert k Wild <robertkwild@gmail.com> wrote:
Lovely stuff Juri, I will test and let you know,
Thanks guys!!!!!
On Mon, 3 Oct 2022, 14:36 , <x2go-user@jugra.de> wrote:
Hello together,
it works well on ubuntu:
sudo add-apt-repository ppa:x2go/nightly sudo add-apt-repository ppa:x2go/ppa sudo apt update sudo apt install x2gohtmlclient
Documentation is extended for debian and ubuntu: https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient
Best Regards, Juri Grabowski
-- Regards,
Robert K Wild.
Am 05.10.22 um 12:33 schrieb robert k Wild:
is this because im adding more than one ppa?
It might well be.
If you take a look at my instructions again, you will see that they only mention "add-apt-repository ppa:x2go/ppa".
You will probably have to remove the others (I guess they end up in files in the "/etc/apt/sources.list.d/" directory) to make it work again.
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
i googled it, its this
add-apt-repository --remove ppa:x2go/ppa add-apt-repository --remove ppa:x2go/stable add-apt-repository --remove ppa:x2go/nightly
once done, i updated apt and i can see there gone in the list
i added ppa again
add-apt-repository ppa:x2go/ppa
once again i updated apt and i can see it but i get the same
apt-get update Hit:1 http://gb.archive.ubuntu.com/ubuntu jammy InRelease Hit:2 http://gb.archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:3 http://gb.archive.ubuntu.com/ubuntu jammy-backports InRelease Hit:4 http://gb.archive.ubuntu.com/ubuntu jammy-security InRelease Hit:5 https://dl.google.com/linux/chrome/deb stable InRelease Hit:6 https://xpra.org jammy InRelease Hit:7 https://ppa.launchpadcontent.net/x2go/ppa/ubuntu jammy InRelease Reading package lists... Done W: https://xpra.org/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. root@x11:~# apt-get install x2goserver x2goserver-xsession Reading package lists... Done Building dependency tree... Done Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: libx2go-log-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-db-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-perl : Depends: libx2go-log-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed Depends: libx2go-server-db-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed x2goserver : Depends: libx2go-server-perl (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2goagent (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2gokdrive (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Depends: x2goserver-x2gokdrive (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-extensions (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-extensions (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-fmbindings (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-fmbindings (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-printing (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-printing (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
looks like i need to re install ubuntu as i dont get it
On Wed, 5 Oct 2022 at 11:38, Stefan Baur <X2Go-ML-1@baur-itcs.de> wrote:
Am 05.10.22 um 12:33 schrieb robert k Wild:
is this because im adding more than one ppa?
It might well be.
If you take a look at my instructions again, you will see that they only mention "add-apt-repository ppa:x2go/ppa".
You will probably have to remove the others (I guess they end up in files in the "/etc/apt/sources.list.d/" directory) to make it work again.
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.
Am 05.10.22 um 12:49 schrieb robert k Wild:
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
looks like i need to re install ubuntu as i dont get it
So what happens when you run "apt --fix-broken install", as the output suggests?
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
same result
apt --fix-broken install Reading package lists... Done Building dependency tree... Done Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: libcapture-tiny-perl libconfig-simple-perl libdbd-pg-perl libdbd-sqlite3-perl libdbi-perl libfile-which-perl libjs-sphinxdoc libjs-underscore libnx-x11-6 libpq5 libswitch-perl libx2go-log-perl libx2go-server-db-perl libx2go-server-perl libxcomp3 libxcompshad3 net-tools nx-x11-common nxagent pwgen python3-brotli python3-cpuinfo python3-dns python3-lz4 python3-lzo python3-uritools sshfs x2goserver-common x2goserver-x2goagent xserver-xorg-video-dummy Use 'apt autoremove' to remove them. The following additional packages will be installed: libx2go-server-perl x2goserver-common The following packages will be REMOVED: libx2go-utils-perl The following packages will be upgraded: libx2go-server-perl x2goserver-common 2 upgraded, 0 newly installed, 1 to remove and 30 not upgraded. 2 not fully installed or removed. Need to get 0 B/131 kB of archives. After this operation, 104 kB of additional disk space will be used. Do you want to continue? [Y/n] y debconf: delaying package configuration, since apt-utils is not installed (Reading database ... 124016 files and directories currently installed.) Preparing to unpack .../libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb ... Unpacking libx2go-server-perl (4.1.0.4-0~1949~ubuntu22.04.1) over (4.1.0.3-5) ... dpkg: error processing archive /var/cache/apt/archives/libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb (--unpack): trying to overwrite '/usr/share/man/man3/X2Go::Utils.3pm.gz', which is also in package libx2go-utils-perl 4.1.0.3-5 Errors were encountered while processing: /var/cache/apt/archives/libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb needrestart is being skipped since dpkg has failed E: Sub-process /usr/bin/dpkg returned an error code (1) root@x11:~# apt-get install x2goserver x2goserver-xsession Reading package lists... Done Building dependency tree... Done Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: libx2go-log-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-db-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-perl : Depends: libx2go-log-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed Depends: libx2go-server-db-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed x2goserver : Depends: libx2go-server-perl (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2goagent (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2gokdrive (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Depends: x2goserver-x2gokdrive (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-extensions (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-extensions (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-fmbindings (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-fmbindings (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-printing (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-printing (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
On Wed, 5 Oct 2022 at 11:51, Stefan Baur <X2Go-ML-1@baur-itcs.de> wrote:
Am 05.10.22 um 12:49 schrieb robert k Wild:
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
looks like i need to re install ubuntu as i dont get it
So what happens when you run "apt --fix-broken install", as the output suggests?
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.
ok ive done a new vm and i cant restart nginx
root@x11:/etc/nginx/sites-enabled# pwd /etc/nginx/sites-enabled root@x11:/etc/nginx/sites-enabled# ls x2gohtmlclient-demo.conf root@x11:/etc/nginx/sites-enabled#
systemctl restart nginx Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xeu nginx.service" for details.
On Wed, 5 Oct 2022 at 11:53, robert k Wild <robertkwild@gmail.com> wrote:
same result
apt --fix-broken install Reading package lists... Done Building dependency tree... Done Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: libcapture-tiny-perl libconfig-simple-perl libdbd-pg-perl libdbd-sqlite3-perl libdbi-perl libfile-which-perl libjs-sphinxdoc libjs-underscore libnx-x11-6 libpq5 libswitch-perl libx2go-log-perl libx2go-server-db-perl libx2go-server-perl libxcomp3 libxcompshad3 net-tools nx-x11-common nxagent pwgen python3-brotli python3-cpuinfo python3-dns python3-lz4 python3-lzo python3-uritools sshfs x2goserver-common x2goserver-x2goagent xserver-xorg-video-dummy Use 'apt autoremove' to remove them. The following additional packages will be installed: libx2go-server-perl x2goserver-common The following packages will be REMOVED: libx2go-utils-perl The following packages will be upgraded: libx2go-server-perl x2goserver-common 2 upgraded, 0 newly installed, 1 to remove and 30 not upgraded. 2 not fully installed or removed. Need to get 0 B/131 kB of archives. After this operation, 104 kB of additional disk space will be used. Do you want to continue? [Y/n] y debconf: delaying package configuration, since apt-utils is not installed (Reading database ... 124016 files and directories currently installed.) Preparing to unpack .../libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb ... Unpacking libx2go-server-perl (4.1.0.4-0~1949~ubuntu22.04.1) over (4.1.0.3-5) ... dpkg: error processing archive /var/cache/apt/archives/libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb (--unpack): trying to overwrite '/usr/share/man/man3/X2Go::Utils.3pm.gz', which is also in package libx2go-utils-perl 4.1.0.3-5 Errors were encountered while processing:
/var/cache/apt/archives/libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb needrestart is being skipped since dpkg has failed E: Sub-process /usr/bin/dpkg returned an error code (1) root@x11:~# apt-get install x2goserver x2goserver-xsession Reading package lists... Done Building dependency tree... Done Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: libx2go-log-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-db-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-perl : Depends: libx2go-log-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed Depends: libx2go-server-db-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed x2goserver : Depends: libx2go-server-perl (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2goagent (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2gokdrive (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Depends: x2goserver-x2gokdrive (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-extensions (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-extensions (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-fmbindings (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-fmbindings (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-printing (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-printing (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
On Wed, 5 Oct 2022 at 11:51, Stefan Baur <X2Go-ML-1@baur-itcs.de> wrote:
Am 05.10.22 um 12:49 schrieb robert k Wild:
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
looks like i need to re install ubuntu as i dont get it
So what happens when you run "apt --fix-broken install", as the output suggests?
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.
-- Regards,
Robert K Wild.
job done, reason why it wouldnt start as the cert wasnt there so made new self signed using below
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout selfsigned.key -out selfsigned.crt
edited the x2gohtml.conf file and nginx can now restart fine
On Wed, 5 Oct 2022 at 13:39, robert k Wild <robertkwild@gmail.com> wrote:
ok ive done a new vm and i cant restart nginx
root@x11:/etc/nginx/sites-enabled# pwd /etc/nginx/sites-enabled root@x11:/etc/nginx/sites-enabled# ls x2gohtmlclient-demo.conf root@x11:/etc/nginx/sites-enabled#
systemctl restart nginx Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xeu nginx.service" for details.
On Wed, 5 Oct 2022 at 11:53, robert k Wild <robertkwild@gmail.com> wrote:
same result
apt --fix-broken install Reading package lists... Done Building dependency tree... Done Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: libcapture-tiny-perl libconfig-simple-perl libdbd-pg-perl libdbd-sqlite3-perl libdbi-perl libfile-which-perl libjs-sphinxdoc libjs-underscore libnx-x11-6 libpq5 libswitch-perl libx2go-log-perl libx2go-server-db-perl libx2go-server-perl libxcomp3 libxcompshad3 net-tools nx-x11-common nxagent pwgen python3-brotli python3-cpuinfo python3-dns python3-lz4 python3-lzo python3-uritools sshfs x2goserver-common x2goserver-x2goagent xserver-xorg-video-dummy Use 'apt autoremove' to remove them. The following additional packages will be installed: libx2go-server-perl x2goserver-common The following packages will be REMOVED: libx2go-utils-perl The following packages will be upgraded: libx2go-server-perl x2goserver-common 2 upgraded, 0 newly installed, 1 to remove and 30 not upgraded. 2 not fully installed or removed. Need to get 0 B/131 kB of archives. After this operation, 104 kB of additional disk space will be used. Do you want to continue? [Y/n] y debconf: delaying package configuration, since apt-utils is not installed (Reading database ... 124016 files and directories currently installed.) Preparing to unpack .../libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb ... Unpacking libx2go-server-perl (4.1.0.4-0~1949~ubuntu22.04.1) over (4.1.0.3-5) ... dpkg: error processing archive /var/cache/apt/archives/libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb (--unpack): trying to overwrite '/usr/share/man/man3/X2Go::Utils.3pm.gz', which is also in package libx2go-utils-perl 4.1.0.3-5 Errors were encountered while processing:
/var/cache/apt/archives/libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb needrestart is being skipped since dpkg has failed E: Sub-process /usr/bin/dpkg returned an error code (1) root@x11:~# apt-get install x2goserver x2goserver-xsession Reading package lists... Done Building dependency tree... Done Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: libx2go-log-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-db-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-perl : Depends: libx2go-log-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed Depends: libx2go-server-db-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed x2goserver : Depends: libx2go-server-perl (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2goagent (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2gokdrive (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Depends: x2goserver-x2gokdrive (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-extensions (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-extensions (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-fmbindings (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-fmbindings (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-printing (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-printing (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
On Wed, 5 Oct 2022 at 11:51, Stefan Baur <X2Go-ML-1@baur-itcs.de> wrote:
Am 05.10.22 um 12:49 schrieb robert k Wild:
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
looks like i need to re install ubuntu as i dont get it
So what happens when you run "apt --fix-broken install", as the output suggests?
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.
-- Regards,
Robert K Wild.
-- Regards,
Robert K Wild.
nice one lads, ive done it with your help, im very much appreciative of this thank you very much
[image: image.png] will "published apps" be an option in the desktop drop down in future releases
thanks, rob
On Wed, 5 Oct 2022 at 13:55, robert k Wild <robertkwild@gmail.com> wrote:
job done, reason why it wouldnt start as the cert wasnt there so made new self signed using below
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout selfsigned.key -out selfsigned.crt
edited the x2gohtml.conf file and nginx can now restart fine
On Wed, 5 Oct 2022 at 13:39, robert k Wild <robertkwild@gmail.com> wrote:
ok ive done a new vm and i cant restart nginx
root@x11:/etc/nginx/sites-enabled# pwd /etc/nginx/sites-enabled root@x11:/etc/nginx/sites-enabled# ls x2gohtmlclient-demo.conf root@x11:/etc/nginx/sites-enabled#
systemctl restart nginx Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xeu nginx.service" for details.
On Wed, 5 Oct 2022 at 11:53, robert k Wild <robertkwild@gmail.com> wrote:
same result
apt --fix-broken install Reading package lists... Done Building dependency tree... Done Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: libcapture-tiny-perl libconfig-simple-perl libdbd-pg-perl libdbd-sqlite3-perl libdbi-perl libfile-which-perl libjs-sphinxdoc libjs-underscore libnx-x11-6 libpq5 libswitch-perl libx2go-log-perl libx2go-server-db-perl libx2go-server-perl libxcomp3 libxcompshad3 net-tools nx-x11-common nxagent pwgen python3-brotli python3-cpuinfo python3-dns python3-lz4 python3-lzo python3-uritools sshfs x2goserver-common x2goserver-x2goagent xserver-xorg-video-dummy Use 'apt autoremove' to remove them. The following additional packages will be installed: libx2go-server-perl x2goserver-common The following packages will be REMOVED: libx2go-utils-perl The following packages will be upgraded: libx2go-server-perl x2goserver-common 2 upgraded, 0 newly installed, 1 to remove and 30 not upgraded. 2 not fully installed or removed. Need to get 0 B/131 kB of archives. After this operation, 104 kB of additional disk space will be used. Do you want to continue? [Y/n] y debconf: delaying package configuration, since apt-utils is not installed (Reading database ... 124016 files and directories currently installed.) Preparing to unpack .../libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb ... Unpacking libx2go-server-perl (4.1.0.4-0~1949~ubuntu22.04.1) over (4.1.0.3-5) ... dpkg: error processing archive /var/cache/apt/archives/libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb (--unpack): trying to overwrite '/usr/share/man/man3/X2Go::Utils.3pm.gz', which is also in package libx2go-utils-perl 4.1.0.3-5 Errors were encountered while processing:
/var/cache/apt/archives/libx2go-server-perl_4.1.0.4-0~1949~ubuntu22.04.1_all.deb needrestart is being skipped since dpkg has failed E: Sub-process /usr/bin/dpkg returned an error code (1) root@x11:~# apt-get install x2goserver x2goserver-xsession Reading package lists... Done Building dependency tree... Done Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: libx2go-log-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-db-perl : Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed libx2go-server-perl : Depends: libx2go-log-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed Depends: libx2go-server-db-perl (< 4.1.0.3-5.1~) but 4.1.0.4-0~1949~ubuntu22.04.1 is to be installed x2goserver : Depends: libx2go-server-perl (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-common (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2goagent (>= 4.1.0.4-0~1949~ubuntu22.04.1) but 4.1.0.3-5 is to be installed Depends: x2goserver-x2gokdrive (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Depends: x2goserver-x2gokdrive (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-extensions (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-extensions (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-fmbindings (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-fmbindings (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed Recommends: x2goserver-printing (< 4.1.0.4-0~1949~ubuntu22.04.1.1~) but it is not going to be installed Recommends: x2goserver-printing (>= 4.1.0.4-0~1949~ubuntu22.04.1) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
On Wed, 5 Oct 2022 at 11:51, Stefan Baur <X2Go-ML-1@baur-itcs.de> wrote:
E: Unmet dependencies. Try 'apt --fix-broken install' with no
Am 05.10.22 um 12:49 schrieb robert k Wild: packages (or
specify a solution).
looks like i need to re install ubuntu as i dont get it
So what happens when you run "apt --fix-broken install", as the output suggests?
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.
-- Regards,
Robert K Wild.
-- Regards,
Robert K Wild.
-- Regards,
Robert K Wild.
Am 05.10.22 um 15:06 schrieb robert k Wild:
will "published apps" be an option in the desktop drop down in future releases
Unlikely. Doesn't really make sense for the in-browser use. If you have a compelling use case, let me know. ;) Single application - maybe. Again, mainly a question of €€€.
-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
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