Displaying 5 results from an estimated 5 matches for "l600".
Did you mean:
0600
2016 Aug 29
2
Re: guestfs_launch gets stuck
...> #11 0x00000000004117ca in main ()
> ...
> > libguestfs: [62900ms] launch libvirt guest
>
> The error is happening in libvirt's virDomainCreateXML call, called
> from libguestfs here:
>
> https://github.com/libguestfs/libguestfs/blob/master/src/
> launch-libvirt.c#L600
>
> Unfortunately libvirt isn't a simple C library. It will launch and
> talk to a daemon (usually ``libvirt --timeout=30'' process, if you are
> not running as root). Debugging into libvirtd is described here:
>
> http://libguestfs.org/guestfs-faq.1.html#debugging-l...
2016 Jan 04
0
New nutdrv_qx sub driver - protocol v15&16
...n, which I'm trying to get time for
since the last six months, but I don't.
Best, Nick
[1]
https://github.com/nickma82/nut/tree/nutdrv_qx_voltronic-sunny_rebased+command
[2]
https://github.com/nickma82/nut/blob/nutdrv_qx_voltronic-sunny_rebased%2Bcommand/drivers/nutdrv_qx_voltronic-sunny.c#L600
2016 Aug 29
0
Re: guestfs_launch gets stuck
..._launch () from /lib64/libguestfs.so.0
> #11 0x00000000004117ca in main ()
...
> libguestfs: [62900ms] launch libvirt guest
The error is happening in libvirt's virDomainCreateXML call, called
from libguestfs here:
https://github.com/libguestfs/libguestfs/blob/master/src/launch-libvirt.c#L600
Unfortunately libvirt isn't a simple C library. It will launch and
talk to a daemon (usually ``libvirt --timeout=30'' process, if you are
not running as root). Debugging into libvirtd is described here:
http://libguestfs.org/guestfs-faq.1.html#debugging-libvirt
A workaround is to s...
2016 Aug 29
2
Re: guestfs_launch gets stuck
Thanks Rich for you quick reply. I enabled logs and the program stuck
again, here is the call stack and log:
Thread 1 (Thread 0x7fac58edc8c0 (LWP 1271)):
#0 0x00007fac578fac20 in __poll_nocancel () from /lib64/libc.so.6
#1 0x00007fac56df3c5a in virNetClientIOEventLoop () from
/lib64/libvirt.so.0
#2 0x00007fac56df441b in virNetClientSendInternal () from
/lib64/libvirt.so.0
#3 0x00007fac56df5843
2016 Sep 05
0
Re: guestfs_launch gets stuck
...ain ()
>> ...
>> > libguestfs: [62900ms] launch libvirt guest
>>
>> The error is happening in libvirt's virDomainCreateXML call, called
>> from libguestfs here:
>>
>> https://github.com/libguestfs/libguestfs/blob/master/src/lau
>> nch-libvirt.c#L600
>>
>> Unfortunately libvirt isn't a simple C library. It will launch and
>> talk to a daemon (usually ``libvirt --timeout=30'' process, if you are
>> not running as root). Debugging into libvirtd is described here:
>>
>> http://libguestfs.org/guestf...