

Code: Select all
einfo "in /etc/init.d/modules; only command after this is return 0"
return 0
}Code: Select all
einfo "in /etc/init.d/clock; only command after this is eend ${ret} \"${errstr}\" \"You will need to set the clock yourself\""
eend ${ret} "${errstr}" "You will need to set the clock yourself"
einfo "in /etc/init.d/clock; only command after this is return 0"
return 0
}Code: Select all
start
original_return=$?
einfo "after start, original return is ${original_return}"
exit $original_return
)
return_after_close=$?
if [[ $return_after_close == "0" ]] ; then
splash "svc_started" "${service}" "0"
return 0
fi
eerror "Failed to start /etc/init.d/${service}, return code was ${return_after_close}"Code: Select all
[snip]
* in /etc/init.d/modules; only command after this is return 0
* after start, original return is 0
/sbin/rc: line 377: 2392 Segmentatie fout [SNIP... here it outputs the entire part between round brackets]
* Failed to start /etc/init.d/modules, return code was 139
[snip]I tried this and I screwed it up, but no worriesUberLord wrote:Interesting. Well, we've recently totally re-written that part of baselayout. It may fix it, it may not. And it's not going to be available for a while yet unfortunately. However, you can get the source via http://sources.gentoo.org/viewcvs.py/baselayout/trunk/
You'll probably have todo a manual install - the 1.12 ebuilds will not work with it.
Simply copy all rc-* and init-* in sbin to /lib/rcscripts/sh, (copy init.linux.sh as init.sh) and the rest to /sbin
mkdir's init.d and tmp in /lib/rcscripts
Copy all the init.d scripts across - net-scripts are in their own folder.
No guarantees it will work - and no support either. Better have a copy of baselayout's distfile around
Code: Select all
Portage 2.1.2_rc2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r4, 2.6.16-beyond4 i686)
=================================================================
System uname: 2.6.16-beyond4 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.12.6
Last Sync: Sat, 18 Nov 2006 09:30:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.60
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.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -pipe -march=athlon-xp -fomit-frame-pointer"
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/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /usr/lib/x11/xkb/"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de en"
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="/home/tbender/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X aac acpi aim alsa apache2 apm arts asf avi bash-completion bitmap-fonts bootsplash cdr cli cracklib crypt css cups curl divx dllloader dlloader dri dvb dvd dvdr dvdread eds elibc_glibc emboss encode esd firefox foomaticdb fortran gif gpm gstreamer gtk gtk2 iconv icq imap imlib input_devices_evdev input_devices_keyboard input_devices_mouse isdnlog java jpeg kde kdeenablefinal kernel_linux libg++ libwww linguas_de linguas_en lirc lirc_devices_atiusb mad maildir mikmod mmx motif mp3 mpeg musepack musicbrainz mythtv ncurses nls nptl nptlonly nsplugin nvidia ogg opengl oss pam pcre perl php pic png ppds pppd python qt qt3 qt4 quicktime readline reflection samba sasl sdl session slp spell spl sse ssl symllink tcltk tcpd thread threads truetype truetype-fonts type1-fonts udev unicode usb userland_GNU v4l vcd video_cards_nv video_cards_nvidia video_cards_v4l vidix vorbis win32codecs wxwindows xfce xml xorg xv xvid zlib zvbi"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS

Code: Select all
usb 5-1: new full speed USB device using uhci_hcd and address 2
usb 5-1: device descriptor read/64, error -71
usb 5-1: device descriptor read/64, error -71
usb 5-1: new full speed USB device using uhci_hcd and address 3
usb 5-1: configuration #1 chosen from 1 choiceCode: Select all
cat /etc/modules.autoload.d/kernel-2.6 | grep -v '#'Code: Select all
via-rhine
uinput
ohci-hcd
uhci-hcd
hci_uart
hci_usb
hci_vhci
usblp
usb-storage
dv1394
bluetooth
hidp
l2cap
rfcomm
sco
agpgart
via-agp
nvidia
bttv
saa7134 card=6
video-buf
videodev
tuner
tvaudio
tveeprom
v4l1-compat
v4l2-common
saa7146_vv
dpc7146
joydev
grip
