Paul Holzinger

Results 39 issues of Paul Holzinger

Splitting the logic into two separate functions just seems to make the code more complicated, looking at iptables where we mostly use different table that may have made more sense...

on f39 with firewalld 2.0 CI no longer passes ``` not ok 62 firewalld - dual stack dns with alt port # (from function `die' in file test/helpers.bash, line 195,...

Currently we do a centos9 and ubuntu 2004 build test in containers, as @cevich noted cirrus CI will start charging for that because we are over the free limit which...

new flake: ``` not ok 2 basic setup # (from function `die' in file test-dhcp/helpers.bash, line 108, # from function `run_helper' in file test-dhcp/helpers.bash, line 84, # from function `run_in_container_netns'...

There are cases why the code returns empty error string causing big confusion for users, i.e. https://github.com/containers/podman/issues/22439#issuecomment-2066397554 Let's take data only layers as an example: https://github.com/containers/storage/blob/c051e2a0df0d5b7883a165661e68fd9006713c06/drivers/overlay/overlay.go#L2035-L2051 The first time around...

I have no idea if there is a reason for it but this seems rather strange behavior, why do we write the oom file to the cwd? This clutters the...

I was debugging some dns problems and had to install bind-utils in order to get dig/nslookup. It would be handy if it were installed by default. According to dnf `Installed...

Trying random ports over and over is not useful, in case where you run on a system that has all or allmost all udp ports used up this logic will...

We got a issue[1] where a user has basically all udp ports in the range bound thus causing NextRandomUdpSocket to fail to bind a free port. I see that the...

When a StopAtEOF() is called the code should continue to send all lines to the Lines channel. The issue here is if the caller is not ready to receive a...