Yann Dirson

Results 73 issues of Yann Dirson

### Short description of the problem `mock --shell -- simplecommand` works fine, but when making it a complex shell command, one may try to replace `simplecommand` with eg. `sh -c...

enhancement

FreeBSD 13.2 introduces Netlink support. libc has to expose the necessary bits for netlink-sys to build (for which I started https://github.com/rust-lang/libc/pull/3201), but FreeBSD does not have the same wide support...

enhancement

In [this context](https://gitlab.com/xen-project/xen-guest-agent/-/merge_requests/14) I'm trying to make sense of the netlink packets received from `neli`, to react on events such as addition and removal of IP addresses and network interfaces....

question

In a nuber f situations, eg. https://gitlab.com/xen-project/xen-guest-agent/-/jobs/5550556953 I find the following confusing error message: ``` A `libclang` function was called that is not supported by the loaded `libclang` instance. called...

The tool does active polling every minute, instead of getting notified when a change occurs. This wastes CPU in the guest, and causes the toolstack to have information with delays,...

The daemon only looks at VIF interfaces. If an IP address is not assigned directly to the VIF but to an ethernet bridge with the VIF as slave (and there...

Here is what we see when removing the IP recorded as "first one" by the tool: initially: ``` 6: eth0: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000...

This is a proposal to bring #3201 and #3367 to libc-0.2 branch, by hiding this change behind a feature flag as suggested by @asomers in https://github.com/rust-lang/libc/pull/3367#issuecomment-1860931763. This makes it possible...

S-waiting-on-review

Closes #3194, to the point that [Xen Guest Agent](https://gitlab.com/xen-project/xen-guest-agent) can works on FreeBSD. Requires breaking-change #3367. Downstream support in `rust-netlink`: - [x] `netlink-packet-route`: FreeBSD support available since v0.18 - [x]...

breakage-candidate
S-blocked
S-waiting-on-review

There is a conflict of NETLINK_GENERIC definitions between net/if_mib.h and netlink/netlink.h. netlink.h is already exported in the crate root for Linux (and those definitions are already used by at least...

breakage-candidate
S-blocked