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

Replies

Subject Author
Re: [gentoo-user] no network "eth0" after upgrade. John Runyon <me@×××.im>
Re: [gentoo-user] no network "eth0" after upgrade. Neil Bothwick <neil@××××××××××.uk>