Changes between Version 1 and Version 2 of TipAndDoc/VM


Ignore:
Timestamp:
Oct 27, 2009 8:48:24 AM (15 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM

    v1 v2  
    66 * [https://help.ubuntu.com/community/Xen Xen - Community Ubuntu Documentation] 
    77 * [http://blog.sibrof.net/ken/2008/05/12/769/ Xen – Ubuntu Hardy | Ken's blog] 
     8 
     9 * [http://d.hatena.ne.jp/yuyarin/20090512/1242104908 Xen をインストールしたことのある Ubuntu で init 後に login プロンプトが表示されない - yuyarinの日記] 
     10   * tail /var/log/syslog 
     11{{{ 
     12Oct 26 06:40:10 noel init: tty1 main process (21344) terminated with status 1 
     13Oct 26 06:40:10 noel init: tty1 main process ended, respawning 
     14Oct 26 06:40:20 noel init: tty1 main process (21455) terminated with status 1 
     15Oct 26 06:40:20 noel init: tty1 main process ended, respawning 
     16Oct 26 06:40:30 noel init: tty1 main process (21456) terminated with status 1 
     17Oct 26 06:40:30 noel init: tty1 main process ended, respawning 
     18Oct 26 06:40:40 noel init: tty1 main process (21457) terminated with status 1 
     19Oct 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] 
    827 
    928 = KVM =