Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] segfault on startup scripts with new install
Date: Sun, 28 Feb 2010 16:05:43
Message-Id: 201002281556.28194.michaelkintzios@gmail.com
1 I am booting into a new system and this is what I'm getting: :-(
2 =========================================
3 * Remounting root filesystem read/write ... [OK]
4 /sbin/rc: line 385: 1515 Segmentation fault ( local retval=; local
5 myservice="${service}"; profiling name "/etc/init.d/${service}"; retval=$?; if
6 [[ ${retval} -ne 0 ]]; then
7 eerror "Failed to source /etc/init.d/${service}"; return "${retval}"; fi;
8 local conf="$(add_suffix /etc/conf.d/${service})"; [[ -e ${conf} ]] && source
9 "${conf}"; conf="$(add_suffix /etc/rc.conf)"; [[ -e ${conf} ]] && source
10 "${conf}"; start )
11 * Failed to start /etc/init.d/checkroot
12
13 * One or more critical startup scripts failed to start!
14 /sbin/functions.sh: line 207: 1541 Segmentation fault splash "critical"
15 &>/dev/null
16 * Please correct this and reboot ...
17
18 Give root password for maintenance
19 (or type Control-D to continue):
20 =========================================
21
22 This is on a multi-reiser4 partition installation. What has gone wrong with
23 it?
24 --
25 Regards,
26 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: segfault on startup scripts with new install walt <w41ter@×××××.com>