x11-apps/xinitaldraia wrote:when the swap service has to start?
which program creates the xdm service? I've installed kdm,xdm, xorg and xorg-server and get nothing
thanks!
swap is started @ boot here.
x11-apps/xinitaldraia wrote:when the swap service has to start?
which program creates the xdm service? I've installed kdm,xdm, xorg and xorg-server and get nothing
thanks!
Code: Select all
rc-update add swap boot
Code: Select all
grei5003 ~ # rc-update show
xdm | default
dbus | default
famd | default
fsck | boot
hald | boot
mtab | boot
ntpd | default
root | boot
sshd | default
swap | boot
keymaps | boot
acpid | boot
boinc | default
cupsd | default
local | default nonetwork
samba | default
vixie-cron | default
syslog-ng | default
lm_sensors | default
localmount | boot
consolefont | default
modules | boot
esound | default
hdparm | boot
hostname | boot
net.lo | boot
net.eth0 | default
procfs | boot
netmount | default
urandom | boot
numlock | default
hwclock | boot
bluetooth | default
bootmisc | boot
device-mapper | boot
alsasound | bootSo this is *berry* *berry* important or you'll get a bunch of filesystem mounted read-only errors and will have to use some sort of rescue/live-cd to fix it. oops.UberLord wrote:For everyone having problems with the ebuilds in portage, please ensure the following
fsck, mtab, root, procfs are in the boot runlevel
checkroot and checkfs are NOT in the boot runlevel, and don't exist in /etc/init.d/
/bin/sh links to bash
Basically, the ebuild that entered portage isn't mine, and the Gentoo branch of OpenRC it pulls needs fixing a little which a Gentoo dev will have to do.
Using app-shells/dash-0.5.4.6-r1 made it work. Thanks for the hint!mv wrote:However, better use the most current (~ARCH) version of dash - maybe earlier ones
don't have the required features.
Code: Select all
* waitpid: Interrupted system callCode: Select all
INIT: version 2.86 booting
Posted: Tue Feb 12, 2008 3:07 am Post subject:
this also happens to me on my laptop - NOW !borh wrote:I have been having similar problems with the newest openrc/baselayout, which I tracked down to the rc_parallel="YES" flag. I tried getting a backtrace of the crash, but it seems to only trigger when I am not in maintenance (console) mode. I could start all the services by hand and get to X in maintenance mode, which led me to suspect that the parallel loading was somehow messing up. Getting out of the console back to the interactive mode, the system would always stop at "Caching service dependencies" (which I'm guessing is related to device-mapper). A Ctrl-C would only print out something like what has already been posted here, but since the system was dead (sometimes a hard reboot was needed) I couldn't record the error. I'll try tomorrow to see if there's any way I can duplicate the error inside gdb.
As stated earlier, please ensure that mtab, fsck and root have been added to your boot runlevel.gringo wrote:anyone having troubles mounting /usr if it is a different partition ?
If i don´t manually hardcode /usr in the root script, the /usr partition doesn´t get even mounted at all.
This happens with every version i tried so far and with git as of yesterday - will open a bug later this week.
yes, they are of course, root mounts correctly but /usr is completely ignored here in a default setup.As stated earlier, please ensure that mtab, fsck and root have been added to your boot runlevel.

thanks for that info,UberLord wrote:If services are constantly caching depends, it means that a file in /etc has an mtime in the future, which is bad.
The normal cause of this is to have /etc/localtime as a symlink instead of a real file, and mainly seems to affect people in >=+1 GMT timezones.
ls -l /etc/localtime
-rw-r--r-- 1 root root 2211 17. Mär 00:23 /etc/localtime

I just started up the laptop & the problem "fixed" itself,UberLord wrote:Does it re-cache each time you restart a service?
If so, run this command
find /etc -mtime -0
And that will (should) list all files with future mtimes that could be affecting the issue.
So it should be a real file? I am asking because I thought that it should only be a file if people have /usr on a separate partition, what would lead to /etc/localtime not being available during boot.UberLord wrote:The normal cause of this is to have /etc/localtime as a symlink instead of a real file, and mainly seems to affect people in >=+1 GMT timezones.
If /usr is on / then localtime can be a symlinkThargor wrote:So it should be a real file? I am asking because I thought that it should only be a file if people have /usr on a separate partition, what would lead to /etc/localtime not being available during boot.UberLord wrote:The normal cause of this is to have /etc/localtime as a symlink instead of a real file, and mainly seems to affect people in >=+1 GMT timezones.
But a recompile still gives me# ls -al /usr/portage/media-gfx/splashutils/files/
total 40K
drwxr-xr-x 2 paludisbuild paludisbuild 4.0K Apr 11 18:06 ./
drwxr-xr-x 3 paludisbuild paludisbuild 4.0K Apr 11 18:06 ../
-rw-r--r-- 1 paludisbuild paludisbuild 292 Apr 11 18:01 openrc-splash-crash.patch
-rw-r--r-- 1 paludisbuild paludisbuild 9.7K Mar 25 10:00 openrc-strlist-abi.patch
-rw-r--r-- 1 paludisbuild paludisbuild 15K Oct 11 2007 splashutils-1.5.2.1-baselayout-rc5.patch
# /etc/init.d/fbcondecor restart
* Setting framebuffer console images ...
/sbin/splash-functions.sh: line 481: 4766 Segmentation fault ${spl_decor} --tty="${tty}" -t "${theme}" -c setcfg
* Failed to set background image on tty1 [ !! ]
* ERROR: fbcondecor failed to start
Code: Select all
config_eth1=( "192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255 mtu 1492" )
routes_eth1=( "default gw 192.168.0.1" )Code: Select all
config_eth1=( "192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" )
routes_eth1=( "default via 192.168.0.1" )
mtu_eth1="1492"
Strange thing my splash works sometimes and not others.n3Cre0 wrote:Hey
I was wondering if splashutils is working for someone now?
Two crashers for splash have been identified and fixed in the git repos for both. OpenRC-0.2.2 or newer will have the fix. I think the latest splashutils also has a related fix in portage but has not been bumped (and I've not verified).Jupiter1TX wrote:Strange thing my splash works sometimes and not others.