Bugzilla – Bug 435880
ifup eth0 fails on boot
Last modified: 2009-01-19 16:06:47 UTC
after upgrading several systems from suse 10.x to 11.0, I had the problem that on some of them networking did not start automatically. It counted 20s, but said "network not ready", and booting continued. It took ages to find the problem was in /etc/fstab (!): /tmpfs /dev/shm tmpfs defaults,size=132M 0 0 If there's a line with "tmpfs", just remove it and networking starts as it should. That's a very hard and nasty bug, not easy to find. Hope you remove it for 11.1. zmi
why is this still marked as NEW? Nobody cares about it? I've just run into the same problem on openSUSE 11.1 again, because I totally forgot about it and believed it has been taken care of. PLEASE somebody do something - networking does not auto start when a /dev/shm is used in /etc/fstab!
Yesterday I found out more: I have a server running VMware, which had slow performance and there are some tipps saying shm should be used. As the /dev/shm lines in /etc/fstab prevent networking auto start, I inserted a mounts tmpfs on /dev/shm into /etc/init.d/boot.local. But even then networking did not start, there was an error message and /dev/shm/sysconfig got created from the network script with some files in it. Seems theres a bug somewhere inside the networking script, this has nothing to do with /etc/fstab.
First of all, thank you very much for finding out the reason for a bug we was unable to reproduce since 2007!! No, just remove the line. It is obsolete. /dev is already a tmpfs, there is no reason for a separate /dev/shm sice udev is used (10.0?) any more. I'm going to resolve the duplicates now.
*** This bug has been marked as a duplicate of bug 335486 ***
*** Bug 463764 has been marked as a duplicate of this bug. ***