<div dir="ltr">It is called 99-bridge.conf and is applied correctly on the restart of the procps.<div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 19, 2022 at 10:03 AM Aaron Jones via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">What is the name of the sysctl files? You may want to try renaming them something like zzz-mysysctlstuff.conf to make sure they aren’t being over written to start? Or are they already named high enough in the order so it’s a moot point?<br>
<br>
> On Aug 19, 2022, at 9:52 AM, Shawn Badger via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org" target="_blank">plug-discuss@lists.phxlinux.org</a>> wrote:<br>
> <br>
> <br>
> I am running into an odd issue where config files placed in /etc/sysctl.d/ are not being read on reboot, but after restarting procps they load as expected.<br>
> <br>
> root@dd:/home/user# sysctl -a |grep net.bridge<br>
> net.bridge.bridge-nf-call-arptables = 1<br>
> net.bridge.bridge-nf-call-ip6tables = 1<br>
> net.bridge.bridge-nf-call-iptables = 1<br>
> net.bridge.bridge-nf-filter-pppoe-tagged = 0<br>
> net.bridge.bridge-nf-filter-vlan-tagged = 0<br>
> net.bridge.bridge-nf-pass-vlan-input-dev = 0<br>
> root@dd:/home/user# systemctl restart procps<br>
> root@dd:/home/user# sysctl -a |grep net.bridge<br>
> net.bridge.bridge-nf-call-arptables = 0<br>
> net.bridge.bridge-nf-call-ip6tables = 0<br>
> net.bridge.bridge-nf-call-iptables = 0<br>
> net.bridge.bridge-nf-filter-pppoe-tagged = 0<br>
> net.bridge.bridge-nf-filter-vlan-tagged = 0<br>
> net.bridge.bridge-nf-pass-vlan-input-dev = 0<br>
> <br>
> I have done <br>
> # systemctl restart procps<br>
> # sysctl -p<br>
> <br>
> a few times and rebooted without success. I have even done systemctl daemon-reload in hopes of having systemd reread the files.<br>
> My Google Fu is failing on finding a solution that works. Does anyone have an idea why the restart of procps applies the changes but doesn't apply them on startup?<br>
> Yes, the procps service is enabled and is running before I do the restart.<br>
> <br>
> Thanks<br>
> <br>
> ---------------------------------------------------<br>
> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
> To subscribe, unsubscribe, or to change your mail settings:<br>
> <a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div>