Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137080 - Shutdown fails at stop of eth0
Summary: Shutdown fails at stop of eth0
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-17 06:45 UTC by Gabriel Devenyi
Modified: 2006-07-26 17:42 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 Gabriel Devenyi 2006-06-17 06:45:17 UTC
With baselayout-1.12.1 when the system is shutting down, the following error occurs when eth0 is stopping, after this, the system is completely unresponsive and must be shut off with a hard poweroff.

/lib/rcscripts/net/bridge.sh: line 45: /tmp/sh-np-3451246190 Interrupted system call
Comment 1 SpanKY gentoo-dev 2006-06-17 12:52:04 UTC
you forgot `emerge info`

your /etc/conf.d/net would help as well
Comment 2 Gabriel Devenyi 2006-06-17 15:21:33 UTC
Portage 2.1.1_pre1 (default-linux/amd64/2006.0, gcc-4.1.1/amd64-vanilla, glibc-2.4-r3, 2.6.16-ck11 x86_64)
=================================================================
System uname: 2.6.16-ck11 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.12.1
ccache version 2.4 [enabled]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:    1.2.18.1
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.91.0.6
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.16
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe -ffast-math -fomit-frame-pointer -ftracer"
CHOST="x86_64-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/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=k8 -pipe -ffast-math -fomit-frame-pointer -ftracer -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache confcache digest distlocks metadata-transfer parallel-fetch sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="ftp://cs.ubishops.ca/pub/gentoo ftp://gentoo.arcticnetwork.ca/pub/gentoo/ ftp://gentoo.mirrored.ca/ "
LANG="en_CA.UTF-8"
LC_ALL="en_CA.utf8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--enable-new-dtags -Wl,-Bdirect -Wl,--as-needed -Wl,-hashvals -Wl,-zdynsort"
LINGUAS="en en_GB en_CA"
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'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/nxsty-glibc /usr/portage/local/layman/nxsty-binutils"
SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage"
USE="amd64 16bit 7zip S3TC X a52 akode alsa amarok ao asf audiofile avi bash-completion berkdb bitmap-fonts bzip2 cairo ccache cdio cdparanoia cdr chroot crypt css cups curl curlwrappers dbus dlloader dpms dvd dvdr dvdread emul-linux-x86 encode escreen exif fam fat ffmpeg fftw firefox flac flash foomaticdb gd gdbm gif glibc-omitfp glitz gmp gnuplot gpgme gphoto2 gtk gtk2 hal idea ifp imagemagick imap imlib imlib2 isdnlog jabber javascript jingle joystick jp2 jpeg jpeg2k kde kdeenablefinal kdehiddenvisibility kdepim kig-scripting lame latex libsamplerate libwww live lm_sensors lzo lzw mad matroska mime ming mmap mozilla moznocompose moznoirc moznomail mozsvg mp3 mpeg mpeg2 mpeg4 mplayer msn ncurses net network nls no-old-linux no_wxgtk1 nocd nodrm nomac nomalloccheck nowin nptl nptlonly nsplugin nvidia offensive ogg oggvorbis openal opengl oss pam pcre pda pdf perl pic plotutils png ppds pppd python qt quicktime rar readline reflection rtc samba sasl sblive sdl sftplogging sharedmem slang smime sndfile sox speex spell ssl svg sysfs szip tetex theora threads tidy tiff transcode truetype truetype-fonts type1 type1-fonts unicode usb userlocales uudeview vorbis x264 xanim xcomposite xine xinerama xml2 xorg xv xvid yv12 zip zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_joystick input_devices_evdev kernel_linux linguas_en linguas_en_GB linguas_en_CA userland_GNU video_cards_nv video_cards_nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 3 Gabriel Devenyi 2006-06-17 15:22:33 UTC
config_eth0=( "192.168.1.2/24" )
routes_eth0=( "default via 192.168.1.1" )

config_eth1=( "null" )
Comment 4 Roy Marples (RETIRED) gentoo-dev 2006-06-18 11:01:56 UTC
Could you re-test using gentoo-sources and vanilla-sources?

Could also be a bash bug and possibly a bridge-utils bug, but it sure isn't a baselayout bug.

Do you use any bridges? I don't see any config for them in what you posted, so maybe something else is creating them like xen?
Comment 5 Gabriel Devenyi 2006-06-19 04:42:26 UTC
I used to have a simple bridge between eth0 and eth1 to attach my laptop via crossover to the network, but currently eth1 is simply disabled (as noted in my config)

Will retest with vanilla/gentoo sources.

I should note that this problem is intermittent, perhaps a kernel bug then? I don't see an OOPS...
Comment 6 Gabriel Devenyi 2006-06-26 17:09:11 UTC
No event yet with 2.6.17-ck1, testing will continue...
Comment 7 Gabriel Devenyi 2006-07-13 05:01:03 UTC
Bah, has shown up again in linux-2.6.17-ck1-r1, but didn't in linux-2.6.17-ck1, I guess there were only gentoo-patches changes between those versions. Will investigate with vanilla, I wish I could reproduce this on-demand.
Comment 8 Gabriel Devenyi 2006-07-26 17:42:16 UTC
Kernel bug, finally managed to coax a OOPS out of it.