Xen

Hardware an eine DomU durchreichen

Memory Bug on Host System

swiotlb=64M

Guest System Install mit Xen-Tools

xen-create-image --hostname vfozzy-gutsy

xen guest hangs after mounting filesystem: hwclock

https://bugs.launchpad.net/ubuntu/+source/xen-3.1/+bug/144631

  • Lösung: Im Guest System:
/usr/sbin/update-rc.d -f hwclock.sh remove
/usr/sbin/update-rc.d -f hwclockfirst.sh remove
mv /lib/udev/set_hwclock /lib/udev/set_hwclock.disabled
  • bzw. VOR dem ersten Starten:
mount /dev/vg1/vfozzy-fai-disk /mnt
mv /mnt/etc/init.d/hwclock.sh /mnt/etc/init.d/hwclock.sh.disabled
mv /mnt/etc/init.d/hwclockfirst.sh /mnt/etc/init.d/hwclockfirst.sh.disabled
mv /mnt/lib/udev/set_hwclock /mnt/lib/udev/set_hwclock.disabled
mv /mnt/sbin/hwclock /mnt/sbin/hwclock.disabled
mv /lib/tls /lib/tls.disabled
umount /mnt
  • In der vfozzy-*.cfg:
extra = 'xencons=tty'
vif   = [ 'mac=00:16:3e:52:29:4[x]' ]

(:40 ist vfozzy-gutsy, :41 ist vfozzy-fai)

  • (Re)Configure Timezone:
 dpkg-reconfigure tzdata
  • Locale Warnings:
 perl: warning: Setting locale failed. 
 perl: warning: Please check that your locale settings:
       LANGUAGE = (unset),
       LC_ALL = (unset),
       LANG = "de_DE.UTF-8"
   are supported and installed on your system.
  • Lösung: apt-get install language-pack-de-base


Xen-Tools Todo

  • feste mac-adr pro Guest
  • xencons=tty
  • Pakete installieren: vim less language-pack-de-base host screen ssh
  • up route add -net 10.0.1.0/24 gw 192.168.4.5

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • Zeilen und Absätze werden automatisch erzeugt.
  • Potentially problem-causing HTML tags are filtered.
  • Each email address will be obfuscated in a human readble fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.

Weitere Informationen über Formatierungsoptionen

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
2 + 0 =
Lösen Sie dieses einfache mathematische Problem und geben Sie das Ergebnis ein. Für 1 + 3 geben Sie z.B. 4 ein.