Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125780 - baselayout on kernel 2.4
Summary: baselayout on kernel 2.4
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-10 17:10 UTC by Peter Huber
Modified: 2006-03-15 03:48 UTC (History)
1 user (show)

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 Peter Huber 2006-03-10 17:10:31 UTC
We have a serious problem after updating to the newest baselayout and udev. Like in 119894 the boot process does no longer mount partitions. After logging in, it is possible to mount the missing partitions via mount -a. We have the problem since an emerge sytem / world today but only on two server using the 2.4.31 kernel. Other machines running 2.6 do not have any problems. We can not update to 2.6 because some (stupid) software running on these machines need kernel 2.4.
We need help very fast, because these two machines are central mail and cms server. Can you help ?



Portage 2.0.54 (hardened/x86, gcc-3.3.6, glibc-2.3.5-r2, 2.4.31-hardened i686)
=================================================================
System uname: 2.4.31-hardened i686 Intel(R) Xeon(TM) CPU 2.80GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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.22
virtual/os-headers:  2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/ ftp: //ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="berkdb bzip2 crypt dlloader expat gdbm gpm hardened ncurses nls pam perl pic png python readline ssl tcpd truetype udev userlocales x86 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 SpanKY gentoo-dev 2006-03-11 02:22:27 UTC
uhh, doesnt udev require linux-2.6
Comment 2 Peter Huber 2006-03-11 05:36:24 UTC
I think you are right. No udev with kernel 2.4, but why the hell does emerge install udev on my server ? I have to investigate it...
Comment 3 SpanKY gentoo-dev 2006-03-11 05:55:44 UTC
prob because you are using a 2.6 profile instead of a 2.4 profile

just do `emerge -C udev && emerge devfsd` and you'll be fine
Comment 4 Peter Huber 2006-03-15 03:48:55 UTC
yes, that fixed it... Thanks.