Changes between Initial Version and Version 1 of TipAndDoc/VM/Xen


Ignore:
Timestamp:
Jan 19, 2011 8:04:13 PM (13 years ago)
Author:
mitty
Comment:

moved from ../

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/Xen

    v1 v1  
     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{{{ 
     10Oct 26 06:40:10 noel init: tty1 main process (21344) terminated with status 1 
     11Oct 26 06:40:10 noel init: tty1 main process ended, respawning 
     12Oct 26 06:40:20 noel init: tty1 main process (21455) terminated with status 1 
     13Oct 26 06:40:20 noel init: tty1 main process ended, respawning 
     14Oct 26 06:40:30 noel init: tty1 main process (21456) terminated with status 1 
     15Oct 26 06:40:30 noel init: tty1 main process ended, respawning 
     16Oct 26 06:40:40 noel init: tty1 main process (21457) terminated with status 1 
     17Oct 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]