Skip to Content.

cat-users - Re: [[cat-users]] Installer is not working on Ubuntu 19.10 [unsecure]

cat-users AT lists.geant.org

Subject: The mailing list for users of the eduroam Configuration Assistant Tool (CAT)

List archive


Re: [[cat-users]] Installer is not working on Ubuntu 19.10 [unsecure]


Chronological Thread 
  • From: Per Mejdal Rasmussen <pmr AT its.aau.dk>
  • To: <cat-users AT lists.geant.org>
  • Subject: Re: [[cat-users]] Installer is not working on Ubuntu 19.10 [unsecure]
  • Date: Tue, 10 Dec 2019 12:32:39 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 130.225.198.192) smtp.rcpttodomain=lists.geant.org smtp.mailfrom=its.aau.dk; dmarc=pass (p=none sp=none pct=100) action=none header.from=its.aau.dk; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=nuICjJNEWlv3O6uKU41nTNJ3xHdHYXE6p9P45+ix5XU=; b=K9HOdwCpYmPHDhiuhvMJgIsvpQiuOvRBsyRqxhwxdzoNiAB7ELNNl4Nx8BofeAX2Mw1Oy23OxAJvy10ugvdCoiWBHZGvVckq5qxfL/v3sZGIgQ20J2YwSJJswfWA3JXefQaMVuUwKTGAcTHNDYlqALv5CRKut7d2LlPB87dalHVjZ1qIibsKji2Z6cIRUD8rvPHamGRLjVX7E//eJh6r5svUGWabKl6JBgSjhDCqwVZ7fgMbnHl0+lHfZPgiLgR0ZJ2I+RGIivD3n9bu/3D1VLHOlEycHMkT2YBhb2fE7jexciX8NCneeuYKLmvs4ho1HibtmnzOYqprLIB8NOp+QQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kEXE3DcPF1FDKGu9G9Xq7nNFTnLyqbZLqgexvzuSy2hPE4gp419jblosPlCE8qT5C5f04ZO/hDru0/X2bAPodfWYMOqr0s3UJpH2IvH5//VVlrlP4RDznGn+pBUi9U5i29VY+yQHQCiq6nBTAmm+5ijOBhQm17CbVn0knK9sErQljeZLWa/rJ3j+JC3IiDLCLJQyfvoUcxzY0ulqnjW3RHjG1eBfYwipMK9f7m3wm5Efi/obVyJvTPcbg21ZrCqEwivN5jgf5TmSaOs4Fz2euKh3cTjAQUwwDyLsLXKHdF4rV8kLA5rUL/qpDpAD4cRbQjqNF6pC0n/Xn5CHIwJsuA==
  • Authentication-results: spf=pass (sender IP is 130.225.198.192) smtp.mailfrom=its.aau.dk; lists.geant.org; dkim=none (message not signed) header.d=none;lists.geant.org; dmarc=pass action=none header.from=its.aau.dk;

One of our student has posted this, I have not validated the info yet:

In the setup script for Ubuntu, this check is performed twice:

"sys.version_info.minor >= 8"

This fails for python 3.7.

To fix this, changed it to:

"sys.version_info.minor >= 7"

source: https://github.com/saltstack/salt/issues/37070


Original text:

I jeres opsætningsscript til Ubuntu laver i følgende tjek to gange
"sys.version_info.minor >= 8", det får scriptet til at fejle for folk
der kører version 3.7. Hvis i ændrer det til "sys.version_info.minor >=
7" kører det som det skal.

Kilde: https://github.com/saltstack/salt/issues/37070



On 2019-12-03 09:55, Per Mejdal Rasmussen wrote:
Hi

There is no error message.


On 2019-12-02 15:27, Robert Grätz wrote:
Hello Per,

could you send us the error message, please?

Best regards

Robert


Am 02.12.19 um 13:36 schrieb Per Mejdal Rasmussen:
Hi Stefan Winter and the rest of the list

The eduroam installer is not working on Ubuntu, if python is upgraded to 3.7 or 3.8.

I think it is because the dbus library is missing.


[unsecure] added to subject to allow sending to mail server that does not support TLS.

To unsubscribe, send this message: mailto:sympa AT lists.geant.org?subject=unsubscribe%20cat-users
Or use the following link: https://lists.geant.org/sympa/sigrequest/cat-users

-- 
Per Mejdal Rasmussen
http://personprofil.aau.dk/109070



Archive powered by MHonArc 2.6.19.

Top of Page