Etienne Champetier
Etienne Champetier
Error: code length overflow. (1748>1056) at Function.b.createData (qrcode.min.js:1) at b.makeImpl (qrcode.min.js:1) at b.getBestMaskPattern (qrcode.min.js:1) at b.make (qrcode.min.js:1) at QRCode.makeCode (qrcode.min.js:1) at new QRCode (qrcode.min.js:1) at parsexml (export-xml.html:114) at FileReader.reader.onload (export-xml.html:134)...
Hello tsung team and users I'm trying to use tsung to do some simple HTTP/HTTPS bench, 10k users each doing ~1req/s, around 30Gbit/s of traffic. When using HTTP, the tsung...
**Host system details** Using rpm-ostree to create AlmaLinux 8.5 "appliance" ``` # rpm-ostree --version rpm-ostree: Version: '2021.5' Git: 968aaee2d75dd88cd2727756fd5f1a903fd063c7 Features: - compose - rust ``` **Expected vs actual behavior** NetworkManager...
On Linux, packets that stay local to the machine (moving from the host to a container for example) don't always have their checksum computed, see for example https://patchwork.ozlabs.org/patch/261822/. The proper...
### What is the problem you're trying to solve To reduce disk usage, I'm trying to use `discard_unpacked_layers`. Today `discard_unpacked_layers` config is specific to the CRI interface, but I'm using...
Hi, by default daemonUser is created with home == ```/home/``` (which doesn't exists) as this is a daemon user that would make sense to point to ```/usr/share/``` or ```/var/lib/``` or...
pull_with_options uses /var/tmp as tmp space, preventing pulling big files during kickstart installs
Using libostree/2021.3 (Alma 8.5) I'm trying to install a tree over https containing big files (~1.5G) using anaconda/kickstart While anaconda is running `/var/tmp` only has 800 Mo free (`/dev/mapper/live-rw`), and...
Doing kickstart install from an Alma 8.5 iso / Alma 8.5 based tree ( libostree/2021.3 | libcurl/7.61.1), pulling content using http2 I'm getting `Failure when receiving data from from the...
Hi @zioproto olsrd has an implicit dependency on firewall3 for the smartgw feature. firewall4 is based on nftables and thus part of olsrd will not work with it. If possible...
Hi @sbyx hnetd is using iptables directly here: https://github.com/sbyx/hnetd/blob/master/generic/tunnel.script#L11 firewall4 is based on nftables and thus hnetd might work if using iptables-nft but will break if using iptables-legacy please consider...