Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109150 - ifplugd fails to bring network interfaces up when used with initng
Summary: ifplugd fails to bring network interfaces up when used with initng
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 08:34 UTC by Takano Akio
Modified: 2005-10-13 09:30 UTC (History)
0 users

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 Takano Akio 2005-10-13 08:34:17 UTC
When booting with initng, ifplugd fails to bring eth0 up, leaving the following
message to syslog:
ifplugd.acrion: Error: Couldn't configure eth0, no ngc!

Reproducible: Always
Steps to Reproduce:
1.ng-update add ifplugd default
2.reboot




It seems that changeng line 14 of /etc/ifplugd/ifplugd.action:
EXEC="ngc"
into:
EXEC="$(which ngc)"
solves this problem.

emerge info:
Portage 2.0.53_rc5 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2,
2.6.13-gentoo-r3 i686)
=================================================================
System uname: 2.6.13-gentoo-r3 i686 Intel(R) Celeron(R) M processor         1.30GHz
Gentoo Base System version 1.12.0_pre9
dev-lang/python:     2.3.4-r1, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=i686 -fomit-frame-pointer -foptimize-sibling-calls"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O3 -march=i686 -fomit-frame-pointer -foptimize-sibling-calls"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.gg3.net/ ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO"
LANG="ja_JP.utf8"
LC_ALL="ja_JP.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apm arts avi berkdb bitmap-fonts bzip2 cdr cjk crypt cups
curl dvd dvdr emboss encode examples fbcon foomaticdb gdbm gif gpm gstreamer
gtk2 guile iconv imagemagick imlib ipv6 jpeg kde libg++ libwww mad mikmod mime
mmap mmx motif mozsvg mp3 mpeg ncurses nls ogg oggvorbis opengl pam pdflib perl
png qt quicktime readline ruby sdl spell ssl tcpd tetex tiff truetype
truetype-fonts truetypr type1-fonts unicode vorbis wxwindows xine xml xml2 xmms
xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Roy Marples (RETIRED) gentoo-dev 2005-10-13 09:30:22 UTC
Fixed in ifplugd-0.28-r4