Gentoo Archives: gentoo-user-ru

From: Konstantin <konstantin@××××××××.com>
To: gentoo-user-ru@l.g.o
Subject: [gentoo-user-ru] Re: [gentoo-user-ru] DomU повисает в процессе загрузки
Date: Thu, 12 Apr 2012 14:05:51
Message-Id: 1847150284.20120412170512@astafjev.com
In Reply to: [gentoo-user-ru] Re: [gentoo-user-ru] DomU повисает в процессе загрузки by Konstantin
1 Приветствую!
2
3 Thursday, April 12, 2012, 12:51:36, Konstantin wrote:
4 > Приветствую!
5
6 > Thursday, April 12, 2012, 11:48:53, Konstantin wrote:
7 >> Но вывод все равно останавливается на
8 >> -----------------------------------------------------------------------
9 >> device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@××××××.com
10 >> TCP cubic registered
11 >> blkfront: xvda1: flush diskcache: enabled
12 >> -----------------------------------------------------------------------
13
14 >> или гораздо реже на
15
16 >> -----------------------------------------------------------------------
17 >> INIT: Entering runlevel: 3
18 >> * Mounting network filesystems ...
19 >> [ ok ]
20 >> * Doing udev cleanups
21 >> * Starting local
22 >> [ ok ]
23 >> -----------------------------------------------------------------------
24
25 Пересобрал все ядра заново. Необходимые backend модули для Dom0 и
26 frontend для DomU включил статически. Донастроил сеть и опять увидев
27 ---------------------
28 * Starting local
29 [ ok ]
30 ---------------------
31
32 обратил внимание, что domU на самом деле все-таки работает. Подключился по
33 ssh и изменил inittab на
34
35 -------------------------------------------------
36 # TERMINALS
37 x1:12345:respawn:/sbin/agetty 38400 console linux
38 #c1:12345:respawn:/sbin/agetty 38400 tty1 linux
39 #c2:2345:respawn:/sbin/agetty 38400 tty2 linux
40 #c3:2345:respawn:/sbin/agetty 38400 tty3 linux
41 #c4:2345:respawn:/sbin/agetty 38400 tty4 linux
42 #c5:2345:respawn:/sbin/agetty 38400 tty5 linux
43 #c6:2345:respawn:/sbin/agetty 38400 tty6 linux
44 -------------------------------------------------
45
46 Командой
47 localhost ~ # init q
48 заставил init перечитать этот конфигурационный файл и был приятно
49 удивлен тем, что консоль в Dom0 ожила. Так что вынужден признать, что
50 DomU иногда все-таки загружался и проблема вывода была в неправильной
51 настройке консоли.
52
53 Осталась вторая и надеюсь последняя проблема. Сейчас DomU запускается
54 успешно примерно один раз из трех. Каждый раз при неудачном запуске
55 ядро выводит следующий текст:
56
57 -------------------------------------------------------------
58 Switching to clocksource xen
59 pnp: PnP ACPI: disabled
60 CE: xen increased min_delta_ns to 150000 nsec
61 CE: xen increased min_delta_ns to 225000 nsec
62 CE: xen increased min_delta_ns to 337500 nsec
63 CE: xen increased min_delta_ns to 506250 nsec
64 CE: xen increased min_delta_ns to 759375 nsec
65 CE: xen increased min_delta_ns to 1139062 nsec
66 CE: xen increased min_delta_ns to 1708593 nsec
67 CE: xen increased min_delta_ns to 2562889 nsec
68 CE: xen increased min_delta_ns to 3844333 nsec
69 CE: xen increased min_delta_ns to 5766499 nsec
70 CE: xen increased min_delta_ns to 8649748 nsec
71 CE: xen increased min_delta_ns to 10000000 nsec
72 CE: Reprogramming failure. Giving up
73 CE: Reprogramming failure. Giving up
74 hrtimer: interrupt took 5171 ns
75 TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
76 TCP: Hash tables configured (established 131072 bind 65536)
77 TCP reno registered
78 UDP hash table entries: 512 (order: 2, 16384 bytes)
79 UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
80 CE: xen increased min_delta_ns to 150000 nsec
81 CE: xen increased min_delta_ns to 225000 nsec
82 CE: xen increased min_delta_ns to 337500 nsec
83 CE: xen increased min_delta_ns to 506250 nsec
84 CE: xen increased min_delta_ns to 759375 nsec
85 CE: xen increased min_delta_ns to 1139062 nsec
86 CE: xen increased min_delta_ns to 1708593 nsec
87 CE: xen increased min_delta_ns to 2562889 nsec
88 CE: xen increased min_delta_ns to 3844333 nsec
89 CE: xen increased min_delta_ns to 5766499 nsec
90 CE: xen increased min_delta_ns to 8649748 nsec
91 CE: xen increased min_delta_ns to 10000000 nsec
92 CE: Reprogramming failure. Giving up
93 CE: Reprogramming failure. Giving up
94 platform rtc_cmos: registered platform RTC device (no PNP device found)
95 -------------------------------------------------------------
96
97 В случае же успешного запуска я не вижу никаких "CE: " сообщений и все
98 выглядит примерно так:
99 --------------------------------
100 PCI: System does not support PCI
101 PCI: System does not support PCI
102 Switching to clocksource xen
103 pnp: PnP ACPI: disabled
104 NET: Registered protocol family 2
105 IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
106 TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
107 TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
108 TCP: Hash tables configured (established 131072 bind 65536)
109 TCP reno registered
110 --------------------------------
111
112 Продолжаю поиск решения.
113
114 --
115 Konstantin

Replies