> > --- Claude Jones <claude_jones@xxxxxxxxxxxxxx> wrote: >> I've pulled a real bad move. I stuck a three line >> script into >> rc.local It just changes directories and calls up a >> python based >> server app for spam filtering. My screen just hangs >> when I get to >> that part of the boot process. Shelling out just >> leads to blank >> screen. I need some way of getting access to >> rc.local and editing >> out those commands. Can someone help - I'm lucky in >> that it's >> booting enough to provide DHCP and routing services >> so I can send >> this email from my laptop. >> >> Claude Jones >> Levit & James, Inc./WTVS >> Leesburg, VA, USA >> >> >> >> >> -- >> fedora-list mailing list >> fedora-list@xxxxxxxxxx >> To unsubscribe: >> http://www.redhat.com/mailman/listinfo/fedora-list >> > > Can you <CTRL><ALT><F1> to a terminal and login? > > Find local movie times and trailers on Yahoo! Movies. > http://au.movies.yahoo.com > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > in the boot-secquence, right at the beginning, you are asked to boot interactively by pressing 'l' or 'i'. Press the key, and you are asked on each script to execute while bootup. So, you bypass starting your script and get into your server. HTH Roger