Re: linux problems, yeah the kernel
"Aaron S. Hawley" <[email protected]> Mon, 12 Jul 2004 19:56:04 -0400 (EDT)
| Newsgroups | gmane.org.ballistichelmet.devel |
|---|---|
| Organization | University of Vermont |
| Message-ID | <[email protected]> |
On Thu, 8 Jul 2004, Aaron S. Hawley wrote: > On Fri, 2 Jul 2004, Aaron S. Hawley wrote: > > > so i've [got] the computer booting without burping errors (though the > > removable drive with all our back up data and the RH6 install had to > > be commented out of /etc/fstab) but services don't start up. i've > > been starting them manually. > > every time the thing boots up i have to manually run: > > /etc/init.d/rc 2 > > the last message on /dev/tty1 is: > > - runit: leave stage: /etc/runit/1 > - runit: enter stage: /etc/runit/2 An informant told me to check out the /etc/inittab file. the default should be on 3 or 5. it was on 2. $ head /etc/inittab # /etc/inittab: init(8) configuration. # $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $ # The default runlevel. id:2:initdefault: # Boot-time system configuration/initialization script. # This is run first except when booting in emergency (-b) mode. si::sysinit:/etc/init.d/rcS unfortunaely changing the default runlevel to 3 didn't do anything. any idears? /a