I am having a problem that I think is related to the new baselayout, but not sure. I had to recompile tons of stuff because of the new xml parser. I now get some strange networking stuff going on, but I can make eveyrthing work manually if I try. Here is what is happening :
net.eth0 = wired (never used)
net.eth1 = wireless (used always, and in 'default' runlevel).
net.lo = well, of course. as 'boot' level.
I get "Device initiated servce : net.eth0" on boot. This brings up the interface, which is never actually connected to anything. No biggie, I hope, but I hate waiting for it to DHCP. Is there any way to figure out what is trying to start it? I don't have it loading at boot.
After that, the system tries to bring up net.eth1, which it should. However, it fails when there is no AP that it can get on, and so it says the interface can not start. Because of this, apache/netmount both can not start.
Is there any way to fix this? It doesn't matter if there is no wireless, but that shouldn't stop me from loading apache and using it locally, right? The interface should start, just not be on any particular AP. It works great at home, where It picks up my local net just fine, and everythign starts as it should.
Thanks,
Andrew

