Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot
Date: Tue, 14 Feb 2012 12:03:40
Message-Id: jhdie4$ste$1@dough.gmane.org
In Reply to: [gentoo-user] Switching to clocksource tsc: takes AGES on boot by LK
1 On 14/02/12 12:48, LK wrote:
2 > Hi,
3 >
4 > How do i get rid of that?
5 > It takes one minute on boot, that is awful.
6
7 If you boot with "acpi=off", does the problem go away? What kernel
8 version are you using?
9
10
11 > PS: How do i deamonize a service on startup? DHCPCD for example?
12
13 It has a service. You add it to the default runlevel:
14
15 rc-update add dhcpcd default
16
17 Next time you boot, it will be started automatically. You can also
18 control it manually:
19
20 /etc/init.d/dhcpcd start
21 /etc/init.d/dhcpcd stop
22 /etc/init.d/dhcpcd restart

Replies

Subject Author
Re: [gentoo-user] Re: Switching to clocksource tsc: takes AGES on boot LK <linuxrocksrulers@××××××××××.com>