Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] no network "eth0" after upgrade.
Date: Sat, 19 Dec 2015 21:21:10
Message-Id: 5675CA3A.70308@gmail.com
In Reply to: Re: [gentoo-user] no network "eth0" after upgrade. by thelma@sys-concept.com
1 thelma@×××××××××××.com wrote:
2 > On 12/19/2015 02:04 PM, John Runyon wrote:
3 >> Not proc, but you should add nofail to scanner.
4 >>
5 >> John Runyon
6 >> Sent from my phone
7 >>
8 >> On Dec 19, 2015 2:59 PM, thelma@×××××××××××.com wrote:
9 >>> On 12/19/2015 12:57 PM, Alexander Kapshuk wrote:
10 >>> [snip]
11 >>>
12 >>>>> It seems I'm not the only one:
13 >>>>> https://forums.gentoo.org/viewtopic-t-1034770-highlight-localmount.html
14 >>>>>
15 >>>>> "The problem was openrc-0.18.4. When I downgraded to openrc-0.16.4 the
16 >>>>> problem went away."
17 >>>>>
18 >>>>> Now, I can not downgrade without eth0 working.
19 >>>>> Do I need to boot strap and downgrade or is there is easier solution?
20 >>>>>
21 >>>>> --
22 >>>>> Thelma
23 >>>>>
24 >>>>>
25 >>>>>
26 >>>> Here is a news item that explains the situation.
27 >>>>
28 >>>> 2015-10-07-openrc-0-18-localmount-and-netmount-changes
29 >>>> Title OpenRC-0.18 localmount and netmount changes
30 >>>> Author William Hubbs <williamh@g.o>
31 >>>> Posted 2015-10-07
32 >>>> Revision 1
33 >>>>
34 >>>> The behaviour of localmount and netmount is changing on Linux systems.
35 >>>> In the past, these services always started successfully. However, now they
36 >>>> will fail if a file system they attempt to mount cannot be mounted.
37 >>>>
38 >>>> If you have file systems listed in fstab which should not be mounted at
39 >>>> boot time, make sure to add noauto to the mount options. If you have
40 >>>> file systems that you want to attempt to mount at boot time but failure
41 >>>> should be allowed, add nofail to the mount options for these file
42 >>>> systems in fstab.
43 >>>>
44 >>> This is my fstab:
45 >>> /dev/hda1 /boot ext2 noauto,noatime 1 1
46 >>> /dev/hda3 / ext3 noatime 0 1
47 >>> /dev/hda2 none swap sw 0 0
48 >>> /dev/hda4 /home ext3 noatime 0 1
49 >>>
50 >>> /dev/hdd /mnt/cdrom auto noauto,ro,users 0 0
51 >>> /dev/hdd /mnt/dvdr auto noauto,users 0 0
52 >>>
53 >>> # Scanner
54 >>> none /proc/bus/usb usbfs defaults,devmode=0666 0 0
55 >>>
56 >>> none /proc proc defaults 0 0
57 >>>
58 >>> Does it mean I should add: "nofail" to Scanner and "/proc" line?
59 > OK, I've added "nofail" to Scanner, and still no network after boot.
60 >
61 > --
62 > Thelma
63 >
64 >
65
66
67 I'd try adding nofail to all except / and /home. Then remove one at a
68 time until it fails again and that should be the one that is messing
69 with you.
70
71 Dale
72
73 :-) :-)