The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM


Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Avoiding rc.local file during reboot eamani_sun Shell Programming and Scripting 2 05-13-2008 04:28 PM
Avoiding duplicates with some special case pssandeep SCO 0 03-23-2008 11:43 PM
Business process management: Avoiding the pitfalls iBot Complex Event Processing RSS News 0 02-13-2008 04:30 AM
how to find whether a file is local or remote file? jackfds UNIX for Dummies Questions & Answers 3 07-10-2007 05:36 AM
different between soft reboot and hard reboot seelan3 SUN Solaris 3 09-20-2006 11:12 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-13-2008
Registered User
 

Join Date: May 2008
Posts: 37
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Avoiding rc.local file during reboot

Hi,

I am tryin to install custom software during the linux reboot.

So,I have changed rc.local file, but unfortunately I have added a code that

is going on a infinite loop. And now I am in a pick.

Is there anyway that I can avoid rc.local file while reboot.


Can anyone help me with this?

Thanks,
Sunny
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 05-13-2008
era era is offline
Herder of Useless Cats
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 2,203
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Depends which distro you're on. If you're on something which uses runlevels, you can bring the system to a runlevel where rc.local is not executed (assuming it's not set to run in all available runlevels). See the telinit and inittab manual pages for an explanation. On the system where I write this (Ubuntu) runlevels are not really used, but it looks like simply booting into single user would avoid running rc.local; this also appears to hold on a Debian system I'm looking at (which in turn seems to have copied this stuff from Mandrake, basically) and there's even a comment in /etc/rc.local which says it's executed in multiuser run levels ("only", you are tempted to add).
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 04:57 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101