LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   acpid "Solution: please add acpid to /etc/runlevel.conf to start before hal/dbus" (https://www.linuxquestions.org/questions/linux-general-1/acpid-solution-please-add-acpid-to-etc-runlevel-conf-to-start-before-hal-dbus-759595/)

linus72 10-04-2009 09:12 AM

acpid "Solution: please add acpid to /etc/runlevel.conf to start before hal/dbus"
 
OK
so, I'm finishing up my remaster of grml (PocketWriter-big 1.+GB)
which is debian unstable sid
and only issue is this error at boot
so, my /etc/runlevel.conf says:

dbus is # 20
Code:

20        0,1,6        -                /etc/init.d/dbus
so, hal is # 16
Code:

16        0,1,6        -                /etc/init.d/hal
and acpid is # 20

Code:

20        0,1,6        -                /etc/init.d/acpid
the error code says acpid needs to start before hal/dbus
so, how do I edit this?

can I just make acpid #16 also, above hal?
or what?

thanks for any help as I dont wanna screw it up:)

linus72 10-04-2009 01:48 PM

well
I added acpid right before hal
at 16

acpid before:
Code:

20        0,1,6        -                /etc/init.d/acpid
acpid now

Code:

16        0,1,6        -                /etc/init.d/acpid
problem is it takes about an hour to mksquashfs the filesystem as its like 3.5GB
and about 1Gb after squash'n

anyone here know about runlevel.conf stuff?
thanks

linus72 10-04-2009 07:40 PM

ok
solved

i added acpid entry from hdinstall runlevel.conf and it worked


All times are GMT -5. The time now is 05:37 AM.