Instead it shows only the start of the appropriate services : n22 ~ # /etc/init.d/net.eth0 restart * Stopping eth0 * Bringing down eth0 * Stopping dhcpcd on eth0 ... [ ok ] * Shutting down eth0 ... [ ok ] * Starting eth0 * Bringing up eth0 * dhcp * Running dhcpcd ... Error, eth0: timed out [ !! ] * 192.168.0.254/24 [ ok ] * Starting dnsmasq ... [ ok ] * Mounting network filesystems ... [ ok ] * Starting apache2 ... [ ok ] * Starting KLive ... [ ok ] * Setting clock via the NTP client 'ntpdate' ... [ ok ] Reproducible: Always
Which baselayout version is this about?
tfoerste@n22 ~/devel/linux-2.6 $ equery l baselayout [ Searching for package 'baselayout' in all categories among: ] * installed packages [I--] [ ] sys-apps/baselayout-1.12.9-r2 (0) tfoerste@n22 ~/devel/linux-2.6 $ emerge --info Portage 2.1.2.12 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r4, 2.6.22-gentoo-r5 i686) ================================================================= System uname: 2.6.22-gentoo-r5 i686 Intel(R) Pentium(R) M processor 1700MHz Gentoo Base System release 1.12.9 Timestamp of tree: Fri, 24 Aug 2007 11:20:01 +0000 ccache version 2.4 [enabled] dev-java/java-config: 1.3.7, 2.0.33-r1 dev-lang/python: 2.4.4-r4 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.17 sys-devel/gcc-config: 1.3.16 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.21 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict" GENTOO_MIRRORS="http://mirror.muntinternet.net/pub/gentoo/ http://gentoo.mneisen.org/ http://213.186.33.37/gentoo-distfiles/ http://212.219.56.139/sites/www.ibiblio.org/gentoo/" LINGUAS="de en" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" USE="X aac acl acpi alsa apache2 arts asf berkdb bitmap-fonts bzip2 cairo cddb clamav cli cracklib crypt css cups dri dvd dvdr dvdread dynamicplugin encode exif fam fastbuild fortran gdbm gif gpm gtk i8x0 iconv ipv6 isdnlog jai java javascript jimi jpeg kde logrotate madwifi mbox midi mikmod mmap mmx mmxext mp3 mp4 mudflap mysql ncurses nls nntp no-seamonkey nptl nptlonly nsplugin opengl openmp pam pcre pdf perl png pppd python readline real reflection samba session spl sse sse2 ssl subversion svg tcpd tiff tk truetype truetype-fonts type1-fonts unicode userlocales wifi win32codecs x86 xml xorg xpm zlib" ALSA_CARDS="intel8x0 intel8x0m" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse joystick evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en" USERLAND="GNU" VIDEO_CARDS="vga radeon" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
works fine for me with baselayout-1.x ... what does your /etc/conf.d/net look like ?
Here's my net: tfoerste@n22 ~ $ cat /etc/conf.d/net # /etc/conf.d/net # # LAN # config_eth0=( "dhcp" "192.168.0.254/24" ) dhcp_eth0="nontp" dhcpcd_eth0="-t 15" # DSL # config_ppp0=( "ppp" ) link_ppp0="eth0" plugins_ppp0=( "pppoe" ) username_ppp0="04021981580" password_ppp0= pppd_ppp0=( "defaultroute" # Make this PPP interface the default route "usepeerdns" # Use the DNS settings provided by PPP "maxfail 1" ) # WLAN # modules=( "wpa_supplicant" ) wpa_supplicant_ath0="-Dmadwifi" config_ath0=( "dhcp" ) dhcp_ath0="nontp nosendhost" I have 2 net script activated: tfoerste@n22 ~ $ rc-status default | grep 'net\.' net.eth0 [ started ] net.ppp0 [ started ]
BTW If I restart net.eth0 at home (after net.pp0 is started and has gotten an IP address and resolv.conf is established and so on) than net.ppp0 is restarted too after I did restart net.eth0.
And furthermore, if I do at home (DSL) stop ppp0 first, than the behaviour of stopping eth0 is as expected: n22 /home/tfoerste # /etc/init.d/net.ppp0 stop * Stopping ppp0 * Bringing down ppp0 * Stopping pppd on ppp0 [ ok ] n22 /home/tfoerste # /etc/init.d/net.eth0 restart * Stopping apache2 ... [ ok ] * Stopping dnsmasq ... [ ok ] * Stopping KLive ... [ ok ] * Unmounting network filesystems ... [ ok ] * Stopping ntpd ... [ ok ] * Stopping eth0 * Bringing down eth0 ...
This can happen if those services are already stopped and schedules to be restarted by anything that satisfies net. As net.eth0 satisfies net, it starts the scheduled services after it has started. In other words, it's not a bug.