Thomas Dreibholz

Results 17 comments of Thomas Dreibholz

The test scripts to generate the CA hierarchy and certificates are available here: https://github.com/dreibh/hipercontracer/tree/dreibh/udpping/src/TestDB .

The MariaDB Java Client driver version 3.4.1 fixes the issue. The Ubuntu Snap of DBeaver still installs the broken version 3.3.0; installing the new version 3.4.1 in the Driver Manager...

I just tried the current Ubuntu Snap (DBeaver 25.0.1.202503231807), which installs MariaDB driver version "org.mariadb.jdbc:mariadb-java-client:RELEASE [3.5.2]". Trying to connect to a TLS-configured server now fails with: `Received fatal alert: protocol_version`...

Work-around is to downgrade the Proxmox plug-in to version 1.1.8: ``` packer plugin remove github.com/hashicorp/proxmox packer plugin install github.com/hashicorp/proxmox 1.1.8 ```

Indeed, the dependency on https://github.com/Telmate/proxmox-api-go needs to be updated to get the fix into the Packer plugin. Telmate/proxmox-api-go fixed the tag regexp in commit 4407a1080095aba87ac96a37b6c82cfd0a7a2110. However, this version of Telmate/proxmox-api-go...

Using the "fedora:39" container works fine, i.e. the issue is related to Fedora 40. The version of Mock in Fedora 39 is the same: ``` [root@ecb8a5f27055 /]# cat /etc/fedora-release Fedora...

This is the end of the strace output of the Mock run on Fedora 40. It may help to locate the problem: ``` newfstatat(AT_FDCWD, "/etc/login.defs", {st_mode=S_IFREG|0644, st_size=8888, ...}, AT_SYMLINK_NOFOLLOW) =...