have I to put something in the directory /var /tmp ? On Sat, Oct 25, 2014 at 9:45 PM, Angelo Moreschini < mrangelo.fed...@gmail.com> wrote:
> Hi , > > I tried the script with : > ---------------------- > #!/bin/sh > /usr/bin/touch /var/tmp/hello > ---------------------- > > I made the shutdown and opened the computer more than one time and, ONLY > the > FIRST TIME, I got a strange phenomenon: > > stripes on the screen and instability 'of the graphic interface of Gnome. > > After that happened this I tried to call the second script (the script > with the backup) rebooting the computer, but nothing happened. > > I made still other tests (using both of the scripts) but nothing still > happened... > > Thank you > > Regards > > Angelo > > > On Sat, Oct 25, 2014 at 5:05 PM, Joachim Backes < > joachim.bac...@rhrk.uni-kl.de> wrote: > >> On 10/25/2014 02:48 PM, Ed Greshko wrote: >> > On 10/25/14 20:04, Angelo Moreschini wrote: >> >> thank you Ed, >> >> >> >> -------- >> >> /The |/etc/rc.d/rc.local| local customization script is no longer >> included by default. Administrators who need this functionality merely have >> to create this file, make it executable, and it will run on boot. / >> >> --------- >> >> >> >> I create my |/etc/rc.d/rc.local| >> >> and I made it executable: >> >> [angelo_dev@zorro ~]$ ls /etc/rc.d/rc.local -l >> >> -rwxr-xr-x. 1 root root 1159 Oct 24 15:07 /etc/rc.d/rc.local >> >> >> >> >> >> But that doesn't work... >> >> l am not sure what can be the cause that it doesn't work... Only I can >> think about the owner of >> >> the file (who have to be the owner of this _local_ File ?... >> >> >> >> What I can try ? >> >> >> >> >> > >> > The contents of your file are probably failing.... >> > >> > To prove that rc.local is being executed at boot, put *only* the >> following in the file. >> > >> > #!/bin/sh >> > /usr/bin/touch /var/tmp/hello >> > >> > And reboot. >> > >> > One common reason for a failure is to not use full path names to >> executables. >> > >> >> From my knowledge, it's very important (and as you, Ed, mentionend >> already implicitely), to add "#!/bin/sh" as first line of >> /etc/rc.d/r.local. >> >> Kind regards >> >> Joachim Backes >> >> >> -- >> >> Fedora release 21 (Twenty One) >> Kernel-3.17.1-304.fc21.x86_64 >> >> >> Joachim Backes <joachim.bac...@rhrk.uni-kl.de> >> https://www-user.rhrk.uni-kl.de/~backes >> -- >> users mailing list >> users@lists.fedoraproject.org >> To unsubscribe or change subscription options: >> https://admin.fedoraproject.org/mailman/listinfo/users >> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct >> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines >> Have a question? Ask away: http://ask.fedoraproject.org >> > >
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org