| 1 | [[PageOutline]] |
| 2 | |
| 3 | = Xen = |
| 4 | * [https://help.ubuntu.com/community/Xen Xen - Community Ubuntu Documentation] |
| 5 | * [http://blog.sibrof.net/ken/2008/05/12/769/ Xen – Ubuntu Hardy | Ken's blog] |
| 6 | |
| 7 | * [http://d.hatena.ne.jp/yuyarin/20090512/1242104908 Xen をインストールしたことのある Ubuntu で init 後に login プロンプトが表示されない - yuyarinの日記] |
| 8 | * tail /var/log/syslog |
| 9 | {{{ |
| 10 | Oct 26 06:40:10 noel init: tty1 main process (21344) terminated with status 1 |
| 11 | Oct 26 06:40:10 noel init: tty1 main process ended, respawning |
| 12 | Oct 26 06:40:20 noel init: tty1 main process (21455) terminated with status 1 |
| 13 | Oct 26 06:40:20 noel init: tty1 main process ended, respawning |
| 14 | Oct 26 06:40:30 noel init: tty1 main process (21456) terminated with status 1 |
| 15 | Oct 26 06:40:30 noel init: tty1 main process ended, respawning |
| 16 | Oct 26 06:40:40 noel init: tty1 main process (21457) terminated with status 1 |
| 17 | Oct 26 06:40:40 noel init: tty1 main process ended, respawning |
| 18 | }}} |
| 19 | * => edit /etc/event.d/tty1 and system reboot |
| 20 | {{{ |
| 21 | -exec /sbin/getty 38400 xvc0 |
| 22 | +exec /sbin/getty 38400 tty1 |
| 23 | }}} |
| 24 | * 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] |