Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] no network "eth0" after upgrade.
Date: Sat, 19 Dec 2015 19:58:03
Message-Id: CAJ1xhMXLQJ3pN5SqOy+n7ih-fMWUWHq_9pcw9cj4w9CfK0uHiQ@mail.gmail.com
In Reply to: Re: [gentoo-user] no network "eth0" after upgrade. by thelma@sys-concept.com
1 On Sat, Dec 19, 2015 at 9:24 PM, <thelma@×××××××××××.com> wrote:
2
3 >
4 > On 12/19/2015 12:10 PM, thelma@×××××××××××.com wrote:
5 > > I just upgraded one of my systems and upon boot there is no network:
6 > >
7 > > /etc/init.d/net.eth0 start
8 > > * Mounting local filesystems ...
9 > > mount: mount point /proc/bus/usb does not exist
10 > > * Some local filesystem failed to start
11 > > ERROR: localmount failed to start
12 > > ERROR: cannot start net.eth0 as localmount would not start
13 > >
14 > > rc-status sysinit
15 > > sysfs [ started ]
16 > > dmesg [ started ]
17 > > devfs [ started ]
18 > > tmpfiles.dev [ started ]
19 > > udev [ started
20 > >
21 > >
22 > > I can not even ssh to the system as network is not working.
23 > > What to check next?
24 > >
25 > It seems I'm not the only one:
26 > https://forums.gentoo.org/viewtopic-t-1034770-highlight-localmount.html
27 >
28 > "The problem was openrc-0.18.4. When I downgraded to openrc-0.16.4 the
29 > problem went away."
30 >
31 > Now, I can not downgrade without eth0 working.
32 > Do I need to boot strap and downgrade or is there is easier solution?
33 >
34 > --
35 > Thelma
36 >
37 >
38 >
39 Here is a news item that explains the situation.
40
41 2015-10-07-openrc-0-18-localmount-and-netmount-changes
42 Title OpenRC-0.18 localmount and netmount changes
43 Author William Hubbs <williamh@g.o>
44 Posted 2015-10-07
45 Revision 1
46
47 The behaviour of localmount and netmount is changing on Linux systems.
48 In the past, these services always started successfully. However, now they
49 will fail if a file system they attempt to mount cannot be mounted.
50
51 If you have file systems listed in fstab which should not be mounted at
52 boot time, make sure to add noauto to the mount options. If you have
53 file systems that you want to attempt to mount at boot time but failure
54 should be allowed, add nofail to the mount options for these file
55 systems in fstab.

Replies

Subject Author
Re: [gentoo-user] no network "eth0" after upgrade. Alexander Kapshuk <alexander.kapshuk@×××××.com>
Re: [gentoo-user] no network "eth0" after upgrade. thelma@×××××××××××.com