Re: rc.local not loaded on boot

2012-03-28 Thread Dr. Michael J. Chudobiak
On 03/27/2012 10:06 PM, David G. Miller wrote: On my machine any systemctl statement that includes rc.local.service returns a statement that rc.local.service does not exist. What do you get from the web site? The thread contains an extensive troubleshooting discussion of how to get rc.local fu

Re: rc.local not loaded on boot

2012-03-27 Thread David G . Miller
Aaron Konstam sbcglobal.net> writes: > > On Sun, 2012-03-25 at 17:34 +, David G. Miller wrote: > > Quite a bit more to it than just putting a script there: > > > > http://forums.fedoraforum.org/showthread.php?t=272075 > > > > Cheers, > > Dave > I can't make head of tail of the discussio

Re: rc.local not loaded on boot

2012-03-26 Thread Michael D. Setzer II
On 26 Mar 2012 at 10:00, Aaron Konstam wrote: Subject:Re: rc.local not loaded on boot From: Aaron Konstam To: users@lists.fedoraproject.org Date sent: Mon, 26 Mar 2012 10:00:04 -0500 Send reply to: Community support for

Re: rc.local not loaded on boot

2012-03-26 Thread Ed Greshko
On 03/26/2012 11:00 PM, Aaron Konstam wrote: >> what does >> > systemctl status rc-local.service shows? >> > try >> > systemctl enable rc-local.service show? > both the above statements fail with and error messagwe : No such file or > directory. egreshko@meimei log]$ systemctl status rc-local.ser

Re: rc.local not loaded on boot

2012-03-26 Thread Aaron Konstam
On Sun, 2012-03-25 at 12:44 -0600, Kevin Fenzi wrote: > On Sun, 25 Mar 2012 15:57:25 +0100 > Bruno Martins wrote: > > > Hello list, > > > > I can read here: > > http://docs.fedoraproject.org/en-US/Fedora/16/html/Release_Notes/sect-Release_Notes-Changes_for_Sysadmin.html > > > > the following:

Re: rc.local not loaded on boot

2012-03-26 Thread Dr. Michael J. Chudobiak
On my machine any systemctl statement that includes rc.local.service returns a statement that rc.local.service does not exist. It should be "rc-local.service", not "rc.local.service". Like this: [root@xena ~]# systemctl -a | grep rc-local rc-local.service loaded active running

Re: rc.local not loaded on boot

2012-03-26 Thread Aaron Konstam
ject: Re: rc.local not loaded on boot > Send reply to:Community support for Fedora users > > > On 03/26/2012 01:34 AM, David G. Miller wrote: > > > You need to enable the service through systemctl. Here's a long > > > discussion that looks at

Re: rc.local not loaded on boot

2012-03-26 Thread Aaron Konstam
On Sun, 2012-03-25 at 17:34 +, David G. Miller wrote: > Bruno Martins gmail.com> writes: > > > > > Hello list, > > > > I can read here: > > > http://docs.fedoraproject.org/en-US/Fedora/16/html/Release_Notes/sect-Release_Notes-Changes_for_Sysadmin.html > > > > the following: > > > >

Re: rc.local not loaded on boot

2012-03-25 Thread Ed Greshko
On 03/26/2012 09:18 AM, Michael D. Setzer II wrote: > what does > systemctl status rc-local.service shows? static But, it doesn't matter. It works as advertised. The problem the OP had, has been solved. The command being used in his script required a DISPLAY. -- users mailing list users@

Re: rc.local not loaded on boot

2012-03-25 Thread Michael D. Setzer II
On 26 Mar 2012 at 1:57, Ed Greshko wrote: Date sent: Mon, 26 Mar 2012 01:57:58 +0800 From: Ed Greshko To: Community support for Fedora users Subject:Re: rc.local not loaded on boot Send reply to: Community support for

Re: rc.local not loaded on boot

2012-03-25 Thread Bruno Martins
On 03/25/2012 07:44 PM, Kevin Fenzi wrote: On Sun, 25 Mar 2012 15:57:25 +0100 Bruno Martins wrote: Hello list, I can read here: http://docs.fedoraproject.org/en-US/Fedora/16/html/Release_Notes/sect-Release_Notes-Changes_for_Sysadmin.html the following: 3.2.4. rc.local no longer pa

Re: rc.local not loaded on boot

2012-03-25 Thread Kevin Fenzi
On Sun, 25 Mar 2012 15:57:25 +0100 Bruno Martins wrote: > Hello list, > > I can read here: > http://docs.fedoraproject.org/en-US/Fedora/16/html/Release_Notes/sect-Release_Notes-Changes_for_Sysadmin.html > > the following: > > > 3.2.4. rc.local no longer packaged > > The |/etc/rc.d/rc

Re: rc.local not loaded on boot

2012-03-25 Thread Ed Greshko
On 03/26/2012 01:34 AM, David G. Miller wrote: > You need to enable the service through systemctl. Here's a long discussion > that > looks at quite a few of the things that can affect getting rc.local > functional. > Quite a bit more to it than just putting a script there: Well I did noth

Re: rc.local not loaded on boot

2012-03-25 Thread David G . Miller
Bruno Martins gmail.com> writes: > > Hello list, > > I can read here: > http://docs.fedoraproject.org/en-US/Fedora/16/html/Release_Notes/sect-Release_Notes-Changes_for_Sysadmin.html > > the following: > > 3.2.4. rc.local no longer packaged > You need to enable the service through s

Re: rc.local not loaded on boot

2012-03-25 Thread Frank Murphy
On 25/03/12 15:57, Bruno Martins wrote: #exit 0 exit 0 -- Regards, Frank "Jack of all, fubars" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/M

rc.local not loaded on boot

2012-03-25 Thread Bruno Martins
Hello list, I can read here: http://docs.fedoraproject.org/en-US/Fedora/16/html/Release_Notes/sect-Release_Notes-Changes_for_Sysadmin.html the following: 3.2.4. rc.local no longer packaged The |/etc/rc.d/rc.local| local customization script is no longer included by default. Administra