Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80183 - Boot errors with baselayout-1.11.9
Summary: Boot errors with baselayout-1.11.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-31 02:33 UTC by Peter Humphrey
Modified: 2005-02-09 17:34 UTC (History)
0 users

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


Attachments
Boot diagnostics, dmesg, relevant files (boot.msg,56.92 KB, text/plain)
2005-01-31 02:34 UTC, Peter Humphrey
Details
removes the warning for ifconfig static addresses (ifconfig.warning.patch,268 bytes, patch)
2005-01-31 03:50 UTC, Roy Marples (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Humphrey 2005-01-31 02:33:26 UTC
I've attached a summary of all the data I can think of to describe missing devices  etc.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




wstn ~ # emerge info
Portage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.10-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.10-gentoo-r6 x86_64 AMD Opteron(tm) Processor 246
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan 20 2005, 17:55:39)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.9.4, 1.6.3, 1.7.9, 1.4_p6, 1.8.5-r2, 1.8.5-r3, 1.7.9-r1
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2, 1.5.10-r3, 1.5.10-r4
virtual/os-headers:  2.6.8.1-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="no"
CFLAGS="-march=opteron -O3 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/X11/xdm/Xservers /etc/fonts /etc/gconf /etc/rc.d
/etc/rsync /etc/terminfo /etc/wget /etc/env.d"
CXXFLAGS="-march=opteron -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/                
ftp://ftp.easynet.nl/mirror/gentoo/            
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa arts bash-completion berkdb bitmap-fonts cdr crypt cups
dvd f77 fam font-server foomaticdb fortran gif gimpprint gpm imagemagick imlib
ipv6 java jp2 jpeg kde lzw lzw-tiff motif multilib ncurses nls opengl oss pam
perl png ppds python qt readline ssl symlink tcpd tiff truetype truetype-fonts
type1-fonts usb userlocales xml2 xpm xrandr xv zlib linguas_en_GB"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Peter Humphrey 2005-01-31 02:34:38 UTC
Created attachment 50040 [details]
Boot diagnostics, dmesg, relevant files
Comment 2 Peter Humphrey 2005-01-31 02:46:43 UTC
I should have listed the content of the attachment. It is:

1.  Boot diagnostics
2.  dmesg
3.  ls -l /dev/vcs
4.  ls -l /dev/vcc
5.  /boot/grub/grub.conf (part)
6.  rc-update -s
7.  /usr/src/linux/.config
Comment 3 Roy Marples (RETIRED) gentoo-dev 2005-01-31 03:50:55 UTC
Created attachment 50046 [details, diff]
removes the warning for ifconfig static addresses

There's also a patch on bug #80174 which addresses the domainname issue

Hopefully SpanKY can address the devfs/unlinking issue
Comment 4 Peter Humphrey 2005-01-31 05:10:43 UTC
Those two patches worked for me - thanks. (I applied them manually, not being sure of the incantation for patch.)

There's still the minor problem of swapon being run twice though.
Comment 5 SpanKY gentoo-dev 2005-01-31 06:37:43 UTC
swapon has always been run multiple times, it's just that in the past we always piped the output to /dev/null (boo!)

anyways, that is Bug 69162 ... i'll check out the extraneous devfs warnings from keymaps/numlock
Comment 6 SpanKY gentoo-dev 2005-02-09 17:21:17 UTC
all the issues here should be resolved except for those wierd unlink warnings

feel free to track them down, but seeing as how they occur only with devfs (and i cant reproduce them on my system when i boot with devfs), and they're non fatal, we'll just ignore them for now ;P
Comment 7 Peter Humphrey 2005-02-09 17:34:11 UTC
Well, I've just reinstalled my ~amd64 system from scratch, and none of those unlink warnings appear. Maybe it was a transient effect of upgrading through a difficult time.