On Sat, 2012-11-17 at 20:01 -0500, Cowboy wrote: > On Friday 16 November 2012 04:23:51 pm Nathan Steele wrote: > > Why do my broadcast appliance boxes seem to hang forever at "starting > > Sendmail" it takes minutes to get past it and finish booting up...I > > don't reboot often, but just wondering, when seconds count, I'll be > > pulling my hair out waiting for it to boot.... > > > > Do I need to configure something? > > Does the box need sendmail ? > If not, just disable the start up script. > The system may need sendmail for internal stuff, not sure if disabling it will brake other things. Add all your hostnames and ip's to the host file then edit nsswitch.conf to be
hosts: files dns (what-else-you-need) The system will then look up the hostnames in the host file and will not try to do a dns lookup. If its not in the host file then the next step is to do a dns lookup. Gary. _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
