Samuli Seppänen
Samuli Seppänen
@flichtenheld I believe the parallel make issue is now gone, see latest commit.
> @flichtenheld I believe the parallel make issue is now gone, see latest commit. Note that t_client.sh seems to fail if the host "make check" runs on does not have...
@flichtenheld I believe this PR is now ready. Care to check?
Interesting that this ticket has seen zero activity in about 7 months since Ubuntu 24.04 was released. I stumbled upon this today: ``` Failed on myserver: The task failed with...
The workaround is to have the official Ubuntu 24.04 puppet-agent package from Puppetlabs installed before running Puppet Bolt: ``` wget http://apt.puppet.com/puppet8-release-noble.deb dpkg -i puppet8-release-noble.deb apt-get update apt-get install puppet-agent ```...
> Can you run the testdriver from gdb & gather a backtrace ("where") when it crashes? > > ``` > $ cd tests/unit_tests/openvpn > $ gdb pkt_testdriver > ... >...
As discussed in today's community meeting I'll test this immediately again and rebuild the Debian system. If the problem still exists I shall wait for a week or two. This...
Rebuilding the Debian unstable arm64 container image from scratch did not help. I shall retry later.
The failure is still present after a forced rebuild of the Debian unstable arm64 image. I'll go the gdb route.
gdb logs: ``` (gdb) run Starting program: /tmp/openvpn/tests/unit_tests/openvpn/pkt_testdriver warning: Error disabling address space randomization: Operation not permitted [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1". [==========] pkt tests:...