7 | | |
8 | | = Xen = |
9 | | * [https://help.ubuntu.com/community/Xen Xen - Community Ubuntu Documentation] |
10 | | * [http://blog.sibrof.net/ken/2008/05/12/769/ Xen – Ubuntu Hardy | Ken's blog] |
11 | | |
12 | | * [http://d.hatena.ne.jp/yuyarin/20090512/1242104908 Xen をインストールしたことのある Ubuntu で init 後に login プロンプトが表示されない - yuyarinの日記] |
13 | | * tail /var/log/syslog |
14 | | {{{ |
15 | | Oct 26 06:40:10 noel init: tty1 main process (21344) terminated with status 1 |
16 | | Oct 26 06:40:10 noel init: tty1 main process ended, respawning |
17 | | Oct 26 06:40:20 noel init: tty1 main process (21455) terminated with status 1 |
18 | | Oct 26 06:40:20 noel init: tty1 main process ended, respawning |
19 | | Oct 26 06:40:30 noel init: tty1 main process (21456) terminated with status 1 |
20 | | Oct 26 06:40:30 noel init: tty1 main process ended, respawning |
21 | | Oct 26 06:40:40 noel init: tty1 main process (21457) terminated with status 1 |
22 | | Oct 26 06:40:40 noel init: tty1 main process ended, respawning |
23 | | }}} |
24 | | * => edit /etc/event.d/tty1 and system reboot |
25 | | {{{ |
26 | | -exec /sbin/getty 38400 xvc0 |
27 | | +exec /sbin/getty 38400 tty1 |
28 | | }}} |
29 | | * see also [http://blog.o-x-t.com/2008/05/09/ttys-killed-on-ubuntu-hardy-heron-vps/ OXT blog » Blog Archive » tty’s killed on Ubuntu Hardy Heron VPS] |