Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506526 - sys-apps/openrc-0.12.4: net.lo fails with busybox sh
Summary: sys-apps/openrc-0.12.4: net.lo fails with busybox sh
Status: RESOLVED DUPLICATE of bug 487208
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 09:35 UTC by Patrick Lauer
Modified: 2014-04-10 02:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2014-04-02 09:35:49 UTC
net.lo           |/lib64/rc/sh/runscript.sh: /run/openrc/nettree: line 1: syntax error: unexpected word (expecting ")")
net.lo           | * ERROR: net.lo failed to start

# readlink /bin/sh
/bin/busybox

Portage 2.2.8-r1 (unavailable, gcc-4.6.3, glibc-2.17, 3.14.0-gentoo x86_64)
=================================================================
System uname: Linux-3.14.0-gentoo-x86_64-with-gentoo-2.2
Timestamp of tree: Unknown
ld GNU ld (GNU Binutils) 2.23.2
dev-lang/python:          2.7.5-r3, 3.2.5-r2, 3.3.3
sys-devel/autoconf:       2.69
sys-devel/automake:       1.12.6, 1.13.4
sys-devel/binutils:       2.23.2
sys-devel/libtool:        2.4.2
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
Repositories: gentoo x-portage
ACCEPT_LICENSE="* -@EULA"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage"
USE="bindist mdev mmx savedconfig sse sse2"
Unset:  ACCEPT_KEYWORDS, EMERGE_DEFAULT_OPTS, PORTAGE_BUNZIP2_COMMAND
Comment 1 Patrick Lauer gentoo-dev 2014-04-02 09:39:08 UTC
hrm, there's an earlier message in the bootlog:

loopback         | * Bringing up network interface lo ...
loopback         |ip: either "to" is duplicate, or "scope" is garbage
loopback         | [ ok ]

So that's quite silly :\
Comment 2 dwfreed 2014-04-02 16:02:53 UTC
net.lo != loopback; net.lo is the netifrc provided init script for the loopback interface, and loopback is the openrc provided one.  openrc provides loopback so that you can run openrc without netifrc and still have a loopback interface, which is kind of important.  You want two separate bugs :). (Also netifrc has their own component under hosted projects on bugzilla, and their own bugzilla alias for assigning bugs to.)
Comment 3 William Hubbs gentoo-dev 2014-04-10 02:28:33 UTC
I spoke with Patrick on IRC, and he agreed that this is a duplicate.

*** This bug has been marked as a duplicate of bug 487208 ***