Not too terribly long ago I upgraded my server from 8.2 to 9.0 with a clean install. Honestly it is possible that I never had to reboot it once configured until recently when I discovered that after rebooting the eth0 did not come up at boot.
CODE
Oct 8 03:26:14 Server ifplugd(eth0)[805]: Using interface eth0/00:60:08:CC:14:77 with driver <3c59x> (version: LK1.1.16)
Oct 8 03:26:14 Server ifplugd(eth0)[805]: Using detection mode: SIOCGMIIPHY
Oct 8 03:26:14 Server ifplugd(eth0)[805]: ifplugd 0.15 successfully initialized, link beat not detected.
Oct 8 03:26:14 Server network: Bringing up interface eth0: failed
Oct 8 03:26:14 Server ifplugd(eth0)[805]: Using detection mode: SIOCGMIIPHY
Oct 8 03:26:14 Server ifplugd(eth0)[805]: ifplugd 0.15 successfully initialized, link beat not detected.
Oct 8 03:26:14 Server network: Bringing up interface eth0: failed
all I have to do is to "ifdown eth0" & "ifup eth0" and it is online. Likely related to this, nmbd does not start at boot. However I also figured out tonight that my NIS was not functioning. I had to start ypbind manually. When I went to do that I was told that domainname was not set. Funny, it was before. So, I set it and started ypbind, and still I have no functioning NIS, but I'm sure I just need to start up all services in the right order on the various machines. Anyway, I am not sure if this is all related to the issue with eth0 not coming up at boot or what, but it is crippling my server.
Oh yeah, also, more important (often) than the rest is the fact that dns outside of my network does not function whatsoever. After deciding that MD uses "named" I think.. I went looking and found that the permissions on "/var/named" and "/var/run/named" were both set to the number associated with user "named". I don't know why this happens.
So, after fixing this problem and successfully starting the named service..
CODE
named 1135 0.0 0.3 10612 1780 ? S Oct08 0:00 named -u named
named 1143 0.0 0.3 10612 1780 ? S Oct08 0:00 named -u named
named 1144 0.0 0.3 10612 1780 ? S Oct08 0:00 named -u named
named 1145 0.0 0.3 10612 1780 ? S Oct08 0:00 named -u named
named 1146 0.0 0.3 10612 1780 ? S Oct08 0:00 named -u named
named 1143 0.0 0.3 10612 1780 ? S Oct08 0:00 named -u named
named 1144 0.0 0.3 10612 1780 ? S Oct08 0:00 named -u named
named 1145 0.0 0.3 10612 1780 ? S Oct08 0:00 named -u named
named 1146 0.0 0.3 10612 1780 ? S Oct08 0:00 named -u named
I still have no outside dns. My /etc/hosts file still gets my internal networking done, but that's just not good enough in today's day and age!
Anybody have any ideas about any of this? I know this is a cross between "Software" and "Networking" as it often is, but didn't know for sure which to put it in.
p.s. oh yes, I respectfully ask that nobody offer gui or wizard help as this ultimately does me no good. It is fine for some, but just leaves a lot to be desired. Read my signature for darned sake!!