Thomas Dreibholz

Results 17 comments of Thomas Dreibholz

Sometimes, I get this error when Packer is typing in the boot_command: ==> Some builds didn't complete successfully and had errors: --> vsphere-iso: Error running boot command: error typing a...

TLS 1.2 is already more than 8 years old. If users really want to use very old legacy systems, they should explicitly request backwards compatibility (or better fix their systems...

Note, this pull request needs the build fixes from pull request https://github.com/p4lang/PI/pull/541 .

Built packages for Ubuntu Focal, Groovy and Hirsuite can be found in my Launchpad PPA: https://launchpad.net/~dreibh/+archive/ubuntu/ppa/+packages?field.name_filter=p4lang-pi I filed a Debian RFS for the packaging as well: https://mentors.debian.net/package/p4lang-pi/

Note: The build fixes from https://github.com/p4lang/behavioral-model/pull/988 are necessary, in order to have all required files for a build in a "make dist" tarball!

Built packages for Ubuntu Focal, Groovy and Hirsuite can be found in my Launchpad PPA: https://launchpad.net/~dreibh/+archive/ubuntu/ppa/+packages?field.name_filter=bm I filed a Debian RFS for the packaging as well: https://mentors.debian.net/package/bm/

Do you mean a scanning feature to scan for the first unused IP address in the given range?

The charm I use is built from sources (basically, it is the "simple" charm of the "hackfest_proxycharm_vnf") using "charm build ...". It is not downloaded from a store. ``` $...

Trying with Python 3.11 produces a slightly different error, i.e.: 1. conda create -n fate_env_p311 python=3.11 2. conda activate fate_env_p311 3. pip install fate_client[fate,fate_flow]==2.2.0 ... ERROR: THESE PACKAGES DO NOT...

Trying with "pip install **--no-cache-dir** fate_client[fate,fate_flow]==2.2.0" finally installed FATE, with Python 3.10 and Python 3.11 environments. Installation in the Python 3.12 environment still fails (missing "fate-utils" package).