Re: rc.local fails

2023-04-14 Thread old sixpack13
> Howdy, > ... > Am I missing something? ll /etc/rc.d/ ... -rwxr-xr-x. 1 root root 5,1K 7. Apr 21:25 rc.local cat /etc/rc.d/rc.local #!/bin/bash touch /var/lock/subsys/local # MTU # /usr/sbin/ifconfig enp0s31f6 mtu 1492; # Wake-on-lan status for device enp0s31f6; # /usr/sbin/et

Re: rc.local fails

2023-04-14 Thread Kamil Paral
On Fri, Apr 14, 2023 at 1:54 AM George R Goffe via test < test@lists.fedoraproject.org> wrote: > Howdy, > > To get rc.local running you used to be able to put the file in /etc/rc.d > and then reboot. > > This has worked for quite some time but does not any more. This situation > has been happening

Re: rc.local fails

2023-04-14 Thread Peter Robinson
On Fri, Apr 14, 2023 at 12:54 AM George R Goffe via test wrote: > > Howdy, > > To get rc.local running you used to be able to put the file in /etc/rc.d and > then reboot. > > This has worked for quite some time but does not any more. This situation has > been happening now for several months. Am

Re: rc.local fails

2023-04-13 Thread Samuel Sieb
On 4/13/23 16:53, George R Goffe via test wrote: To get rc.local running you used to be able to put the file in /etc/rc.d and then reboot. This has worked for quite some time but does not any more. This situation has been happening now for several months. Am I missing something? Is the file