Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131087 - initng installation incomplete
Summary: initng installation incomplete
Status: RESOLVED DUPLICATE of bug 125580
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-24 04:39 UTC by Sean E Russell
Modified: 2006-04-24 05:04 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 Sean E Russell 2006-04-24 04:39:51 UTC
The initng-0.6.0 install seems to be incomplete.

/etc/initng/net/net.i contains:

service net/lo {
        need = system/bootmisc;
        use = system/static-modules system/coldplug;
        exec start = ${INITNG_PLUGIN_DIR}/scripts/net/interface ${NAME} start;
        exec stop = ${INITNG_PLUGIN_DIR}/scripts/net/interface ${NAME} stop;
}

service net/* {
        network_provider;
        stdall = /dev/null;
        need = system/bootmisc;
        use = system/static-modules system/coldplug daemon/cardmgr;
        exec start = //lib/initng/scripts/net/interface ${NAME} start;
        exec stop = //lib/initng/scripts/net/interface ${NAME} stop;
}

but /lib/initng/scripts does not exist; neither can I find any scripts/net/interface file ANYWHERE on my system.  Without this, the lo interface won't start, and everything goes downhill from there.

I've tried re-installing initng, with and without USE_EXPAND="INITNG_PLUGINS".


Portage 2.1_pre7-r5 (default-linux/x86/2006.0, gcc-3.3.6, glibc-2.3.6-r3, 2.6.16-suspend2-r1 i686)
=================================================================
System uname: 2.6.16-suspend2-r1 i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System version 1.12.0_pre17
ccache version 2.4 [disabled]
dev-lang/python:     2.3.5, 2.4.2-r1
sys-apps/sandbox:    1.2.17
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-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 apm arts avi bash-completion berkdb bitmap-fonts bluetooth browserplugin cairo cdparanoia cli cpudetection crypt cscope ctags cups dbus directfb dri dvd dvdread eds emboss encode esd exif fbcon flac foomaticdb fortran gcj gdbm gif glitz glx gpm gstreamer gtk gtk2 hal haskell i8x0 imagemagick imlib input_devices_synaptics ipv6 isdnlog java jpeg jpeg2k kde libg++ libwww lirc mad mikmod mng motif mp3 mpeg mplayer ncurses nls nptl nsplugin ogg opengl oss pam pcmcia pcre pda pdf pdflib perl png pppd python qt quicktime quinnstorm readline real reflection ruby sasl sdl session smartcard speex spell spl sql sqlite sqlite3 ssl subversion svg tcpd theora tiff truetype truetype-fonts type1-fonts udev unicode usb v4l v4l2 vorbis webdav wifi win32codecs xanim xine xinerama xml xml2 xorg xsl xv xvid zeroconf zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev input_devices_wacom kernel_linux userland_GNU video_cards_i810 video_cards_vesa video_cards_fbdev video_cards_v4l"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-24 05:04:49 UTC

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