search for: msg00074

Displaying 6 results from an estimated 6 matches for "msg00074".

Did you mean: msg00072
2011 Feb 04
1
Making multiple connections from an application using libvirt-0.6.3-20.1.el5_4
I came across a thread in the archives that seems to suggest that multiple connections can be made from a single application,although I am unsure what version(s) of libvirt support it. https://www.redhat.com/archives/libvirt-users/2010-March/msg00074.html I'd like to know if multiple connections(for eg,virConnectOpenAuth()) can be made from an application using libvirt-0.6.3-20.1.el5_4 . Thanks
2010 Dec 09
0
[PATCH linux-2.6.18-xen] make netloop permanent
...zilla.redhat.com/show_bug.cgi?id=567540 [1] http://lists.xensource.com/archives/html/xen-devel/2006-02/msg01033.html [2] http://xenbits.xensource.com/xen-unstable.hg?rev/271cb04a4f2b [3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425703 [4] http://www.redhat.com/archives/fedora-xen/2007-April/msg00074.html diff -r 4d8ca2afea93 drivers/xen/netback/loopback.c --- a/drivers/xen/netback/loopback.c Tue Dec 07 18:35:16 2010 +0000 +++ b/drivers/xen/netback/loopback.c Wed Dec 08 18:27:41 2010 +0100 @@ -290,23 +290,6 @@ return err; } -static void __exit clean_loopback(int i) -{ - struct net_device...
2012 Aug 05
1
Unable to configure GRUB to boto xen 4.2 Kernel
...oot/xen.gz'' has bad syntax: invalid character in version number Found linux image: /boot/vmlinuz-2.6.32-5-amd64 Found initrd image: /boot/initrd.img-2.6.32-5-amd64 done Someone else seems to have a similar problem here(http://lists.xen.org/archives/html/xen-users/2011-12/msg00074.html), but I don''t quite understand what the proposed solution suggests. If anyone could point me in the right direction that would be appreciated. Marc SP Group, Dept of Physics, Cambridge University _______________________________________________ Xen-devel mailing list Xen-...
2008 Jul 31
0
[LLVMdev] llvm-gcc builds on 32 bit linux broken
...n of limits.h. */ - -#else /* not _GCC_LIMITS_H_ */ - -#ifdef _GCC_NEXT_LIMITS_H -#include_next <limits.h> /* recurse down to the real one */ -#endif - -#endif /* not _GCC_LIMITS_H_ */ However, the changes were accepted by the FSF way back when: http://gcc.gnu.org/ml/gcc-patches/2007-04/msg00074.html Here's the offending line in the Linux /usr/include/limits.h: #if defined __GNUC__ && !defined _GCC_LIMITS_H_ /* `_GCC_LIMITS_H_' is what GCC's file defines. */ # include_next <limits.h> #endif Do you think it's sufficient to keep this bit around? /* We use _...
2008 Jul 30
3
[LLVMdev] llvm-gcc builds on 32 bit linux broken
Hi all, I'm having some trouble building llvm-gcc as of today, with and without bootstrap. The error I get is: /home/kooijman/src/llvm-gcc/obj/./gcc/xgcc -B/home/kooijman/src/llvm-gcc/obj/./gcc/ -B/home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/bin/ -B/home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/lib/ -isystem
2018 Jun 13
0
"virsh" list
Hello, I installed libvirt from package manager(debian apt) and want to modify feture in it, so i git clone from https://libvirt.org/git/?p=libvirt.git;a=summary But now i have trouble to start virsh. I have traced the email: https://www.redhat.com/archives/libvirt-users/2017-February/msg00074.html Here is output of command below: strace -o libvirt.log -f -s 1000 /usr/sbin/libvirtd https://github.com/yuzibo/linux-programming/blob/master/tmp/libvirt.log Here: sudo gdb -p $(pgrep libvirtd) (gdb) t a a bt [New LWP 14781] [New LWP 14782] [New LWP 14783] [New LWP 14784] [New LWP 14785] [N...