Re: libxl: cannot connect to PV console

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dario Faggioli wrote:
> Hey Jim,
>
> I'm on libvirt.git's trunk and I see the following:
> [xen@ghoul3 libvirt.git]$ sudo ./tools/virsh list
>  Id    Name                           State
> ----------------------------------------------------
>  3     debian_32                      running
>  4     fedora20_64                    running
>
> [xen@ghoul3 libvirt.git]$ sudo ./tools/virsh console debian_32
> Connected to domain debian_32
> Escape character is ^]
> error: internal error: cannot find character device (null)
>
> [xen@ghoul3 libvirt.git]$ sudo ./tools/virsh console fedora20_64
> Connected to domain fedora20_64
> Escape character is ^]
> error: internal error: cannot find character device (null)
>   

Looking at libxlDomainOpenConsole() in src/libxl/libxl_driver.c, it
currently only supports a serial console.  Do you have one defined in
these domains?  E.g.

<devices>
...
    <serial type='pty'>
      <target port='0'/>
    </serial>
...
</devices>

Regards,
Jim

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]