Lagrange Marc wrote: >[snip]
Configs: Host: # grep -v '^$' /usr/pkg/etc/xen/silc.conf kernel = "/usr/pkg/lib/xen/boot/hvmloader" builder = 'hvm' memory = 128 device_model = '/usr/pkg/libexec/qemu-dm' name = "silc" vif = [ 'type=ioemu, bridge=bridge0, model=e1000' ] disk = [ 'file:/usr/xen/silc.img,hda,w' ] boot = 'c' vncconsole=0 serial='pty' localtime=1 audio=0 vnc = 1 vnclisten = "42.42.42.42" [snip] Any ideas to get console working ?
I am not sure that 'xm console' will work; IIRC (this will need confirmation from people more familiar with HVM than I am), when configured with VNC, the console is reached through a VNC client ($ vncviewer 127.0.0.1:0 ), not a pty.
-- Jean-Yves Migeon jeanyves.migeon%free.fr@localhost