I use plain old ifup to manage my networks, I have no idea what my problem is, everytime my pc reboots the network does not start automatically i have to manually ifup eth0 from console - this is seriously crap. Such a basic function and it doesnt work.
Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8
IP address: 127.0.0.2/8
done eth0 device: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12)
eth0 IP address: 196.XXX.XXX.XX/29
done eth1 device: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 14)
eth1 IP address: 196.XXX.XXX.XX/29
done wlan0
No configuration found for wlan0
So in a single sentence… :eek:wtf is going on:(:(?
I have the same problem. I upgraded 3 existing SUSE 10.x servers now, and each and everyone of them does NOT start networking automatically. It used to work, and broke on upgrade. I “just” have to manually enter “rcnetwork restart” and everything works.
Then I wrote a startup script that runs automatically after the network script from SUSE, and does nothing else then
ifdown eth0
ifup eth0
and after this it works. But that cannot be the solution. WTF do I do wrong, what is needed that openSUSE 11.0 can automatically startup the network with it’s own scripts.
I tried calling yast, deleted all network settings and re-assigned the IPs, still the network does NOT autostart. I’m very puzzled that nobody else gets this. Did nobody upgrade from an existing SUSE 10.x and have this problem?
My problem with ifup eth0 and ifup eth1 failing (I have two nics) was solved by removing the line:
/tmpfs /dev/shm tmpfs defaults,size=132M 0 0
from /etc/fstab. That line was originally included by me for use with the kqemu module of qemu. It did not cause a problem when I used it under opensuse 10.2 or 10.3 but does under 11.0. Hmm strange!
YEAH! That did the trick. lol! Thanks a lot, I searched like a moron and did not find it. I’ll open a bug on openSUSE 11.0, as I have the same problem with another system without the tmpfs entry, but one of those must be guilty, and I cannot test ATM:
I get this intermittently on 11.1. Sometimes it boots up with networking, mostly not, so I do the ifdown eth0 ifup eth0 manually in a terminal. Sometimes this works straight away sometimes not and I may have to repeat this a few times.
Same 88E8056 PCI-E Gigabit Ethernet Controller card as the first posting.
Does anyone have a lasting fix?