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