Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] no network "eth0" after upgrade. Dale <rdalek1967@×××××.com>