On Friday 31 January 2003 22:46, Tony Nugent uttered: > # for s in $(chkconfig --list | grep 3:on | cut -d\ -f1) ; do chkconfig > --level 5 $s on ; done > > Oh, on second thought, this might be needed first to ensure that anything > not set to start at runlevel 3 is also not started at runlevel 5... > > # for s in $(chkconfig --list | grep 3:off | cut -d\ -f1) ; do chkconfig > --level 5 $s off ; done Most of these though won't alter what _order_ during that init phase they will start. The user had a problem becuase one service tried to start before another was already running. For that, not only do you have to set it to start at a certian run level, you have to set which ORDER it starts, and thats done by the preceding number to the service name in the rc#.d/ directory. -- Jesse Keating RHCE MCSE For Web Services and Linux Consulting, Visit --> j2Solutions.net Mondo DevTeam (www.mondorescue.org) Was I helpful? Let others know: http://svcs.affero.net/rm.php?r=jkeating -- Psyche-list mailing list Psyche-list@redhat.com https://listman.redhat.com/mailman/listinfo/psyche-list