Jim McBride wrote:
> All: > > Installed K12ltsp (Redhat based). I installed as server. All seemed to > go smoothly. > From prior experience I looked to see if dhcpd was running by trying > netstat -ah | grep ":67" and ps aux | grep dhcpd > > From this I concluded that dhcpd was not running. I thought that I > included this in my installation. > > Anyway located the rpm and copied it to a temp location on my hd and > installed it from there. If I try to install it a second time it tells > me that it is already installed. > > Tried ntsysv and don't see dhcpd there (see portmap and others that Ltsp > needs. This seems to be the only thing missing). > > Tried service dhcpd restart (and various incantations thereof) but still > no luck. > > Suggestions!!! Please be specific. It would seem to be there and > "installed" but > How do I invoke it? > How do I make this automatic so that every time I boot the server it loads. > How do I make it part of the ntsysv display? If properly installed, you should find your dhcpd script in /etc/rc.d/init.d/ This can (as all scripts in /etc/rc.d/init.d/) be invoked by /etc/rc.d/init.d/dhcpd start If this works, it should say [OK] in green. Also, you will see the dhcpd service running on the server when doing a "ps wax" To make it run at the next boot, type "chkconfig dhcpd on" Ken Cobler ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.openprojects.net
