[libvirt] Need help problem with libvirt

Hi, 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 and not responding application hangs. When I tried with strace virsh list --all these are the last few lines of the log futex(0x7fae646c48, FUTEX_WAKE_PRIVATE, 2147483647) = 0 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 write(5, "\0", 1) = 1 futex(0x7fae5e56d0, FUTEX_WAKE_PRIVATE, 1) = 1 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0 ppoll([{fd=6, events=POLLOUT}, {fd=7, events=POLLIN}], 2, NULL, NULL, 0) = 1 ([{fd=6, revents=POLLOUT}]) rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 write(6, "\0\0\0\34 \0\200\206\0\0\0\1\0\0\0B\0\0\0\0\0\0\0\0\0\0\0\0", 28) = 28 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0 ppoll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 2, NULL, NULL, 0 I am attaching the complete log with the mail. Can anyone suggest what is going wrong? Thanks Suresh KN V

Hi, 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 and not responding application hangs. When I tried with strace virsh list --all these are the last few lines of the log futex(0x7fae646c48, FUTEX_WAKE_PRIVATE, 2147483647) = 0 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 gettid() = 8589 write(5, "\0", 1) = 1 futex(0x7fae5e56d0, FUTEX_WAKE_PRIVATE, 1) = 1 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0 ppoll([{fd=6, events=POLLOUT}, {fd=7, events=POLLIN}], 2, NULL, NULL, 0) = 1 ([{fd=6, revents=POLLOUT}]) rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 write(6, "\0\0\0\34 \0\200\206\0\0\0\1\0\0\0B\0\0\0\0\0\0\0\0\0\0\0\0", 28) = 28 rt_sigprocmask(SIG_BLOCK, [PIPE CHLD WINCH], [], 8) = 0 ppoll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 2, NULL, NULL, 0 I am attaching the complete log with the mail. Can anyone suggest what is going wrong? Thanks Suresh KN V

On 10/18/2015 10:23 PM, suresh knv wrote:
Hi,
I am trying to install libvirt 1.2.2 on arm64 board with xen.
That is a rather old libvirt. Can you try the latest 1.2.20 release? Also, what version of Xen? I'd suggest trying the latest libvirt and Xen on this system.
It got installed successfully but when i run the command virsh list --all
it is taking too long time and not responding application hangs.
Do you notice similar problems when using the Xen tools directly, e.g. 'xl create ...'; xl list? One approach to isolating problems in libvirt+libxl is to eliminate libvirt and use xl+libxl. Regards, Jim
participants (2)
-
Jim Fehlig
-
suresh knv