hi,

i've installed vyatta community edition, from vyatta-livecd-vc3.iso,
as a fully-virutalized (HVM) Xen DomU on a Fedora8 Dom0.

install went without a noticeable hitch.

on domain shutdown/restart,

        xm create -c vyatta_run.cfg

@ console, i see,

        Using config file "/etc/xen/vyatta_run.cfg".
        Started domain vyatta
        xenconsole: Could not read tty from store: No such file or directory

searching, i find

        http://readlist.com/lists/lists.xensource.com/xen-users/3/16722.html

which suggests adding to vyatta domain's /etc/inittab,

        co:2345:respawn:/sbin/mingetty console

mounting the domain's LV from Dom0 with,

        kpartx -av /dev/VG00/vyatta
        mount -t ext2 /dev/mapper/vyatta1 /mnt

i note in /sbin only 'getty' -- no 'minggetty'. so, instead, i add a similar

        co:2345:respawn:/sbin/getty console

to

        /mnt/etc/inittab


but on domain restart i see the same,

        Using config file "/etc/xen/vyatta_run.cfg".
        Started domain vyatta
        xenconsole: Could not read tty from store: No such file or directory

@ Dom0, the vyatta DomU's console displays,

        Press F10 to select boot device.
        Booting from Hard Disk ...
        GRUB Loading stage 2..
        Press any key to continue.

and there it sits. doing nothing.

other DomU's, e.g. Fedora8, have no probs so far ...

anyone here have any hints as to how to get past this?

thanks!
_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to