Hi
My system : ubuntu server 16.04
dpkg -l | grep x2gobroker
ii python-x2gobroker 0.0.3.3-0~948~ubuntu16.04.1
all X2Go Session Broker (Python modules)
ii x2gobroker 0.0.3.3-0~948~ubuntu16.04.1 all
X2Go Session Broker (executable)
ii x2gobroker-loadchecker 0.0.3.3-0~948~ubuntu16.04.1
all X2Go Session Broker (load checker service)
ii x2gobroker-ssh 0.0.3.3-0~948~ubuntu16.04.1
amd64 X2Go Session Broker (SSH broker)
My sources.list ###### Ubuntu Main Repos deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
###### Ubuntu Update Repos deb http://fr.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
# Dépot X2GO server (nightly build) deb http://ppa.launchpad.net/x2go/ppa/ubuntu xenial main
When i install x2gobroker i've got this error message :
apt-get install x2gobroker -s Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait Certains paquets ne peuvent être installés. Ceci peut signifier que vous avez demandé l'impossible, ou bien, si vous utilisez la distribution unstable, que certains paquets n'ont pas encore été créés ou ne sont pas sortis d'Incoming. L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites : x2gobroker : Dépend: python3-wsgilog mais il n'est pas installable Dépend: python3-x2gobroker (>= 0.0.4.0-0~972~ubuntu16.04.1) mais ne sera pas installé Dépend: python3-x2gobroker (< 0.0.4.0-0~972~ubuntu16.04.1.1~) mais ne sera pas installé E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
How to correct this dependancy problem ?
Thanks.
Franck
Am 17.11.2017 um 10:11 schrieb "BOTZ Franck (Administrateur Systèmes et Réseaux) - DDT 67/SIDSIC/Pôle Infra":
How to correct this dependancy problem ?
This is probably because the broker is currently transitioning to python3. As always, X2Go nightly builds may be spontaneously unusable any time. Maybe Mike#1 can provide more details.
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
Hi,
On Fr 17 Nov 2017 10:30:03 CET, Stefan Baur wrote:
Am 17.11.2017 um 10:11 schrieb "BOTZ Franck (Administrateur Systèmes et Réseaux) - DDT 67/SIDSIC/Pôle Infra":
How to correct this dependancy problem ?
This is probably because the broker is currently transitioning to python3. As always, X2Go nightly builds may be spontaneously unusable any time. Maybe Mike#1 can provide more details.
The new broker version needs python3-wsgilog. Current Ubuntu LTS only
has python(2)-wsgilog.
An update version of python(2,3)-wsgilog is available via Debian unstable.
I am currently negotiating with Mihai, who will add that package
version to our x2go-extras repo area.
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby mobile: +49 (1520) 1976 148 landline: +49 (4354) 8390 139
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
An update version of python(2,3)-wsgilog is available via Debian unstable.
I am currently negotiating with Mihai, who will add that package
version to our x2go-extras repo area.
For Debian Wheezy, Jessie and Stretch, I have uploaded rebuilt python-wsgilog and python3-wsgilog packages in the extras component.
Users will need to replace "heuler" in your .lists file with "extras heuler" to get it. Dependency resolution should work fine after that.
For Ubuntu, I took a shortcut and updated our current package override directly, so no additional codename is required to get the backported package.
No work has yet been done for RPM-based distributions. I guess I'll have to do that as well at some point.
Mihai
Hi Mihai,
On Do 23 Nov 2017 06:08:19 CET, Mihai Moldovan wrote:
- On 11/17/2017 10:34 AM, Mike Gabriel wrote:
An update version of python(2,3)-wsgilog is available via Debian unstable.
I am currently negotiating with Mihai, who will add that package version to our x2go-extras repo area.
For Debian Wheezy, Jessie and Stretch, I have uploaded rebuilt python-wsgilog and python3-wsgilog packages in the extras component.
Thanks for doing this!
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby mobile: +49 (1520) 1976 148 landline: +49 (4354) 8390 139
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
Did this, downloaded the recent updates and tested, is working well under
stretch for me.
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting. Knowledgeable human assistance, not telephone trees or script readers. See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.
On Thu, 23 Nov 2017, Mihai Moldovan wrote:
Date: Thu, 23 Nov 2017 06:08:19 +0100 From: Mihai Moldovan <ionic@ionic.de> To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, Stefan Baur <X2Go-ML-1@baur-itcs.de> Cc: x2go-user@lists.x2go.org Subject: Re: [X2Go-User] install x2gobroker
- On 11/17/2017 10:34 AM, Mike Gabriel wrote:
An update version of python(2,3)-wsgilog is available via Debian unstable.
I am currently negotiating with Mihai, who will add that package version to our x2go-extras repo area.
For Debian Wheezy, Jessie and Stretch, I have uploaded rebuilt python-wsgilog and python3-wsgilog packages in the extras component.
Users will need to replace "heuler" in your .lists file with "extras heuler" to get it. Dependency resolution should work fine after that.
For Ubuntu, I took a shortcut and updated our current package override directly, so no additional codename is required to get the backported package.
No work has yet been done for RPM-based distributions. I guess I'll have to do that as well at some point.
Mihai
Ok, the update works !!
Thanks a lot !
Franck
Le 23/11/2017 à 06:08, "> Mihai Moldovan (par Internet, dépôt x2go-user-bounces@lists.x2go.org)" a écrit :
- On 11/17/2017 10:34 AM, Mike Gabriel wrote:
An update version of python(2,3)-wsgilog is available via Debian unstable.
I am currently negotiating with Mihai, who will add that package version to our x2go-extras repo area. For Debian Wheezy, Jessie and Stretch, I have uploaded rebuilt python-wsgilog and python3-wsgilog packages in the extras component.
Users will need to replace "heuler" in your .lists file with "extras heuler" to get it. Dependency resolution should work fine after that.
For Ubuntu, I took a shortcut and updated our current package override directly, so no additional codename is required to get the backported package.
No work has yet been done for RPM-based distributions. I guess I'll have to do that as well at some point.
Mihai
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
Hi,
The X2Gobroker has switched to Python3 recently but this causes dependencies problems. You should revert to the "stable" x2go repo instead, it will fix this bug.
Regards, Walid Moghrabi
TRAVAUX.COM BAT I - PARC CEZANNE 2 290 AVENUE GALILEE - CS 80403 13591 AIX EN PROVENCE CEDEX 3
----- Mail original -----
De: "BOTZ Franck (Administrateur Systèmes et Réseaux) - DDT 67/SIDSIC/Pôle Infra" <franck.botz@bas-rhin.gouv.fr> À: x2go-user@lists.x2go.org Envoyé: Vendredi 17 Novembre 2017 10:11:58 Objet: [X2Go-User] install x2gobroker
Hi
My system : ubuntu server 16.04
dpkg -l | grep x2gobroker ii python-x2gobroker 0.0.3.3-0~948~ubuntu16.04.1 all X2Go Session Broker (Python modules) ii x2gobroker 0.0.3.3-0~948~ubuntu16.04.1 all X2Go Session Broker (executable) ii x2gobroker-loadchecker 0.0.3.3-0~948~ubuntu16.04.1 all X2Go Session Broker (load checker service) ii x2gobroker-ssh 0.0.3.3-0~948~ubuntu16.04.1 amd64 X2Go Session Broker (SSH broker)
My sources.list ###### Ubuntu Main Repos deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
###### Ubuntu Update Repos deb http://fr.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
# Dépot X2GO server (nightly build) deb http://ppa.launchpad.net/x2go/ppa/ubuntu xenial main
When i install x2gobroker i've got this error message :
apt-get install x2gobroker -s Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait Certains paquets ne peuvent être installés. Ceci peut signifier que vous avez demandé l'impossible, ou bien, si vous utilisez la distribution unstable, que certains paquets n'ont pas encore été créés ou ne sont pas sortis d'Incoming. L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites : x2gobroker : Dépend: python3-wsgilog mais il n'est pas installable Dépend: python3-x2gobroker (>= 0.0.4.0-0~972~ubuntu16.04.1) mais ne sera pas installé Dépend: python3-x2gobroker (< 0.0.4.0-0~972~ubuntu16.04.1.1~) mais ne sera pas installé E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
How to correct this dependancy problem ?
Thanks.
Franck
DISCLAIMER: This e-mail is private and confidential and may contain proprietary or legally privileged information. It is for the intended recipient only. If you have received this email in error, please notify the author by replying to it and then destroy it. If you are not the intended recipient you must not use, disclose, distribute, copy, print or rely on this e-mail or any attachment. Thank you