Re: sysctl items not persisting after reboot on Ubuntu 20.04

2022-08-19 Thread Aaron Jones via PLUG-discuss
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/50093 Does this bug seem applicable? > On Aug 19, 2022, at 10:05 AM, Shawn Badger via PLUG-discuss > wrote: > >  > It is called 99-bridge.conf and is applied correctly on the restart of the > procps. > > >> On Fri, Aug 19, 2022 at 10:03

Re: sysctl items not persisting after reboot on Ubuntu 20.04

2022-08-19 Thread Shawn Badger via PLUG-discuss
It is called 99-bridge.conf and is applied correctly on the restart of the procps. On Fri, Aug 19, 2022 at 10:03 AM Aaron Jones via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > What is the name of the sysctl files? You may want to try renaming them > something like zzz-mysysctlstuff.

Re: sysctl items not persisting after reboot on Ubuntu 20.04

2022-08-19 Thread Aaron Jones via PLUG-discuss
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? > On Aug 19, 2022, at 9:52 AM, Shawn Badger via PLUG-discu