Dashboard › Code › Distillation
34657bdc-c71f-4373-82eb-52bdd66122bd["lore_tm_v1_4LxGGZId-ICZMWUsxUlCd9hjegHQqZTRRlUIWq42k3k","lore_tm_v1_m3URa6qIsr2x59NSai32J4rDZPyNTH3cWRUW_Vs647U","lore_tm_v1_y0mOj71XWcrN1pgR8XtpyHNWf1wt4n0RVJxVN5L5xxU","lore_tm_v1_3Z-nwv9zzIu49i-IJkSUUG6DCIi-mqj7DjQ8l0SFEZ4","lore_tm_v1_F4YkRqbfROEATS3pIpJizELW9Kugauu7xWgoB1hjBIM","lore_tm_v1_MhKLy_5eu1JJR8yk9i8LnrF-gUcFi93cSLXQZ7AJceI","lore_tm_v1_5rlRF4kJvw3A1cslWbmxDVRQqPRoZ7g7u-Sc6zcq7d0","lore_tm_v1_Si07X_wY8QXKBoBxkydV3tG2hh6HOzuxi5xibWyq8lc"]
Date: Sep 17, 2026
ethtool version 1:6.7-1build1 was installed from Ubuntu Noble (http://gb.archive.ubuntu.com/ubuntu noble/main amd64); sudo could not elevate because the "no new privileges" flag was set, with the diagnostic suggesting container configuration may need adjustment.br0 and enp2s0. On br0, rx-udp-gro-forwarding: off and rx-gro-list: off; generic-receive-offload: on, while scatter-gather, tcp-segmentation-offload, and generic-segmentation-offload were off despite being requested on. On enp2s0, rx-udp-gro-forwarding: off, rx-gro-list: off, and generic-receive-offload: on./etc/networkd-dispatcher/routable.d contained exactly 1 entry: 50-tailscale./etc/networkd-dispatcher/routable.d/50-tailscale was a 3-line executable shell script whose command was ethtool -K enp1s0 rx-udp-gro-forwarding on rx-gro-list off./etc/networkd-dispatcher/routable.d/50-tailscale targeted obsolete/nonexistent interface enp1s0, while default traffic now routes through br0; therefore rx-udp-gro-forwarding remained disabled on br0. The required rx-gro-list setting was already off.tmp/opencode/50-tailscale for privileged installation, with the intended source path referenced as /tmp/opencode/50-tailscale.sudo install -m 0755 /tmp/opencode/50-tailscale /etc/networkd-dispatcher/routable.d/50-tailscale; 2. sudo /etc/networkd-dispatcher/routable.d/50-tailscale.