On Fri, Oct 10, 2008 at 4:10 PM, Josh Bressers wrote: > the command 'chkconfig <service> off" replacing <service> with an actual > name. For example 'chkconfig setroubleshoot off'. Thanks! And make it easy on yourselves: for i in setroubleshoot sendmail rsyslog rpcidmapd rpcgssd rpcbind portreserve nfslock netfs mdmonitor kerneloops irqbalance cups bluetooth avahi-daemon auditd; do chkconfig $i off done These will effect NFS, outgoing email, printing, and zeroconf if you are using any of those. -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list