Jenny_Hopkins@toby-churchill.com wrote
The daemons start ok, I just need to restart them after entering network information correctly.
$>/etc/init.d/<daemonname> restart ?? or longer $>/etc/init.d/<daemonname> stop $>/etc/init.d/<daemonname> start (this should be what the restart option does anyway
Alternatively to restart all services in runlevel 3 (usual mulit-user non-X) $>init 3 should do the trick (calls all symlinks for current runlevel with option stop then calls all for new runlevel with option start) - the fact that the runlevel is the same pre/post should make no diff ... methinks from memory - apologies if incorrect) Nb - root is kinda assumed... Cheers Earl