Re: [systemd-devel] Question about sysctl persistence

2025-04-22 Thread EpicTux123
Thanks for you help, guys! The culprit was the initramfs. Regenerating it with "sudo dracut --force" (on Fedora Linux) fixed the issue. Have a good day!

Re: [systemd-devel] Question about sysctl persistence

2025-04-22 Thread Lennart Poettering
On Fr, 18.04.25 00:35, EpicTux123 (epictux...@proton.me) wrote: > Hello there. > > I had the following file in my system: > > /etc/sysctl.d/90-custom-mtu-probing.conf > net.ipv4.tcp_mtu_probing=1 > > I deleted that file and rebooted my system. > But the "net.ipv4.tcp_mtu_probing" value is still "1

Re: [systemd-devel] Question about sysctl persistence

2025-04-22 Thread Lukasz Stelmach
It was <2025-04-18 piÄ… 00:35>, when EpicTux123 wrote: > I had the following file in my system: > > /etc/sysctl.d/90-custom-mtu-probing.conf > net.ipv4.tcp_mtu_probing=1 > > I deleted that file and rebooted my system. But the > "net.ipv4.tcp_mtu_probing" value is still "1", even though its default