Gentoo Archives: gentoo-user

From: Manuel McLure <manuel@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How's the openrc update going for everyone?
Date: Fri, 13 May 2011 02:32:10
Message-Id: BANLkTikVHwGYbrQRcO_FUK=OgnpB0j4niw@mail.gmail.com
In Reply to: Re: [gentoo-user] How's the openrc update going for everyone? by Peter Humphrey
1 Just ran into a gotcha with my main server upgrade to
2 openrc/baselayout2 - it appears that the old ifconfig network syntax
3 no longer works. I kept getting the message:
4
5 Error: either "local" is duplicate, or "netmask" is garbage
6
7 until I changed the syntax from
8
9 config_eth0="XX.YY.ZZ.WW broadcast XX.YY.ZZ.255 netmask 255.255.255.0"
10
11 to
12
13 config_eth0="XX.YY.ZZ.WW/24"
14
15 The other syntax worked in baselayout1.
16 --
17 Manuel A. McLure WW1FA <manuel@××××××.org> <http://www.mclure.org>
18 ...for in Ulthar, according to an ancient and significant law,
19 no man may kill a cat.                       -- H.P. Lovecraft

Replies

Subject Author
Re: [gentoo-user] How's the openrc update going for everyone? Peter Humphrey <peter@××××××××××××××.org>