David Bimmler

Results 10 issues of David Bimmler

Since rebooting my PC today SDDM doesn't seem to successfully start sway or i3. I login, the greeter window disappears for a brief moment, and then it reappears. I'm using...

The hack in https://github.com/cilium/cilium-cli/pull/1857 works, somewhat, for IPv4. However, amazingly, ping for IPv6 has a slightly different output format: ```shellsession $ ping 2606:4700:4700::1111 PING 2606:4700:4700::1111(2606:4700:4700::1111) 56 data bytes 64 bytes...

kind/bug
good first issue

## Proposal / RFE **Is your feature request related to a problem?** Yes. When a CCNP is enabled in the cluster, this can break all connectivity tests in ways that...

kind/feature
good first issue

## CI failure Link: https://github.com/cilium/cilium/actions/runs/8341237344/job/22826891192?pr=31488#step:15:89 Sysdumps: [cilium-sysdumps.zip](https://github.com/cilium/cilium/files/14649598/cilium-sysdumps.zip) Looks like a network blip occured during the execution of the intial curl command, which successfully connected but then timed out on receving...

area/CI
stale
ci/flake

As part of #32020, the hive module health metrics were accidentially dropped. Reinstate them in a new form, and add a test for the functionality.

release-note/misc
sig/agent
area/modularization

Based on #30458

area/daemon
release-note/misc
sig/agent
area/modularization

When a CNP selects _only_ dangling cidrGroupRefs in a to/fromCIDRSet selector, it resulted in an allow-all prior to 1.16. Since 1.16 changes the semantics of the empty, but non-nil to/fromCIDRSet...

area/documentation
release-note/misc

When the cilium agent is down (due to a crash or an upgrade), it can miss node events. Upon startup, live nodes are upserted, but when deletions are missed, the...

kind/bug
release-note/bug
sig/agent

### Please fill out the following: - **Sway Version:** 1.9 - **Debug Log:** https://gist.github.com/bimmlerd/0cbb5d9f872ba6bfc5f9c14bfe839ee7 - **Configuration File:** default - **Stack Trace:** https://gist.github.com/bimmlerd/0cbb5d9f872ba6bfc5f9c14bfe839ee7#file-bt-full-log (having trouble getting a good stacktrace - recompiling...

bug

As previous issues have noted (https://github.com/miekg/dns/issues/646, https://github.com/miekg/dns/issues/1314), for any single TCP connection, DNS queries are handled serially. This is generally not a big problem, as 1) DNS over TCP is...