[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Openstack on ARM64
Hi Anthony, /var/log/libvirt/libvirtd.log is empty, there is no log. these are the processes that are running related to xen ubuntu@arm64:~$ ps -aux | grep xen root 16 0.0 0.0 0 0 ? S 1969 0:00 [xenwatch] root 17 0.0 0.0 0 0 ? S 1969 0:00 [xenbus] root 26 0.0 0.0 0 0 ? S< 1969 0:00 [xenbus_frontend] root 935 0.1 0.0 2472 1424 ? S 00:00 0:00 /usr/local/sbin/xenstored --pid-file /var/run/xenstored.pid root 1033 0.0 0.0 68128 1348 ? SLl 00:00 0:00 /usr/local/sbin/xenconsoled --pid-file=/var/run/xenconsoled.pid root 1065 0.0 0.0 5488 3652 ? Ss 00:00 0:00 dhclient -1 -v -pf /run/dhclient.xenbr0.pid -lf /var/lib/dhcp/dhclient.xenbr0.leases xenbr0 root 1228 0.0 0.0 143236 8760 ? Sl 00:00 0:00 /usr/local/lib/xen/bin/qemu-system-i386 -xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize -monitor /dev/null -serial /dev/null -parallel /dev/null -pidfile /var/run/qemu-dom0.pid root 1552 0.0 0.0 2244 116 ? SLs 00:00 0:00 /usr/local/sbin/xenwatchdogd 30 15 root 1898 0.0 0.0 68128 1252 ? SLl 00:03 0:00 /usr/local/sbin/xenconsoled --pid-file=/var/run/xenconsoled.pid ubuntu 1922 0.0 0.0 5204 1800 pts/1 S+ 00:03 0:00 grep --color=auto xen and libvirtd is also running fine ubuntu@arm64:~$ ps -aux | grep libvirt root 3182 0.7 0.0 196772 16300 ? Sl 12:13 0:00 /usr/sbin/libvirtd -d ubuntu 3277 0.0 0.0 5140 1884 pts/1 S+ 12:13 0:00 grep --color=auto libvirt is there anything I am missing? Thanks Suresh KN V On Tue, Oct 20, 2015 at 3:56 PM, Anthony PERARD <anthony.perard@xxxxxxxxxx> wrote: > On Tue, Oct 20, 2015 at 10:54:35AM +0100, Stefano Stabellini wrote: >> On Tue, 20 Oct 2015, suresh knv wrote: >> > I am starting xencommons after the boot explicitly and also xl list >> > works fine it is showing as below. >> > >> > ubuntu@arm64:~$ sudo xl list >> > Name ID Mem VCPUs State Time(s) >> > Domain-0 0 16384 1 r----- >> > 1056.9 >> > >> > and one more thing I have installed xen from source I have compiled >> > the source and copied the xen to sda1 and then installed xen tools. I >> > was searching for xen installation with ubuntu and found that >> > https://help.ubuntu.com/community/Xen >> > link he was asking to change some network settings and use bridge >> > which i haven't done. Probably this can be the issue? >> >> Anthony, do you have any other ideas? strace attached from Suresh's >> previous email. > > Sure, see below. > >> > > On Mon, 19 Oct 2015, suresh knv wrote: >> > >> I am trying to install openstack with xen and ubuntu on ARM64 machine >> > >> and was stuck with a problem and need some help. >> > >> >> > >> I am trying to install libvirt 1.2.2 on arm64 board with xen. It got >> > >> installed successfully but when i run the command >> > >> virsh list --all >> > >> >> > >> it is taking too long time does not responding and application hangs. >> > >> When >> > >> I tried with >> > >> strace virsh list --all > [virsh strace] > > Hi Suresh, > > So first, virsh is just a client, it does almost nothing (I think). What > you want to debug is the libvirtd daemon. You can find the logs in > /var/log/libvirt. > /var/log/libvirt/libvirtd.log would be the daemon itself, and > /var/log/libvirt/libxl/ would contain contain logs about created domain or > any libxl debug I guest. > > I usually run `virsh -c xen: list`, where '-c xen:' make it explicite that > we want to do something with Xen. > > So, is libvirtd actually running on your machine? Could you have a look > into its logs? > > Regards, > > -- > Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |