> > > rc_parallel="NO" (I have tried once, but gave up) and it is really X, I use > "verbose" framebuffer images > > Gonna check that openrc, though. > > But, while re-emerging sysvinit: > > " > * WARNING: You have older net.* files in /etc/init.d/ > * They need to be converted to symlinks to net.lo. If you haven't > * made personal changes to those files, you can update with the > * following command: > ... > " > > Do the net.* also belong to the boot group of init scripts? This is a > snippet of the end of the boot screen: > > " > * Setting framebuffer console images ... [ ok ] > * Starting gpm ... [ ok ] > * Setting up kdm ... [ ok ] > * Loading ALSA modules ... > * Loading: snd-seq-oss ... [ ok ] > * Loading: snd-pcm-oss ... [ ok ] > * Restoring Mixer Levels ... [ ok ] > * Starting > * no interface module has been loaded > * Starting eth2 > * Bringing up eth2 > * adsl > * Starting ADSL for eth2 [ ok ] > * Starting APC UPS daemon ... [ ok ] > * Starting cupsd ... [ ok ] > * Starting ddclient ... [ ok ] > Clearing iptables (created by KMyFirewall)... Done. > Starting iptables (created by KMyFirewall)... Done. [ ok ] > * Loading lm_sensors modules... > * Loading coretemp ... [ ok ] > * Initializing sensors ... [ ok ] > * Enabling numlock on ttys ... [ ok ] > * Setting clock via rdate ... [ ok ] > * Starting S.M.A.R.T. monitoring daemon ... [ ok ] > * Starting vixie-cron ... [ ok ] > * Starting local ... [ ok ] > > This is ... > " > > Thanks a lot! > Francisco >
Ok, that net.* error may mean you have some config in the wrong place (or a really old config file). Network configs for all interfaces should go in /etc/conf.d/net and then to ensure they get started you create a symlink from /etc/init.d/net.lo to /etc/init.d/net.eth2 (in your case). Unless your creating init files for whatever reason, you should never need to edit anything in /etc/init.d/. Im interested to see what "Setting up kdm ... " is, do you use KDE or GNOME? If thats xdm then ive no idea why its starting so early, and if it is xdm then thats your problem im guessing. BTW, if your thinking of moving to openrc, make sure you read the migration guide and follow it to the letter otherwise you risk being left with an unbootable system: http://www.gentoo.org/doc/en/openrc-migration.xml - Nick

