search for: _obj

Displaying 7 results from an estimated 7 matches for "_obj".

Did you mean: _objs
2008 Feb 05
1
Unknown method error with control_for
Is there a trick to using control_for in forms? I''ve been trying to make a simple form with a couple of text fields and I keep getting a unknown method error. Thanks!
2008 Mar 24
1
[LLVMdev] AsmParser/Lexer.l error
Hello With the latest LLVM from Subversion (rev48737 from http://llvm.org/svn/llvm-project/llvm/trunk) I'm getting make[2]: Entering directory `/usr/src/Lang/llvm/_Obj/lib/AsmParser' llvm[2]: Flexing Lexer.l llvm[2]: Compiling Lexer.cpp for Debug build /usr/src/Lang/llvm/lib/AsmParser/Lexer.l: In function 'int llvmAsmlex()': /usr/src/Lang/llvm/lib/AsmParser/Lexer.l:278: error: 'PURE' was not declared in this scope /usr/src/Lang/llvm/lib/AsmPa...
2014 Mar 12
2
libvirtError: this function is not supported by the connection driver: virInterfaceDefineXML
...c in interfaceDefineXML(self, xml, flags) 2750 libvirtd. """ 2751 ret = libvirtmod.virInterfaceDefineXML(self._o, xml, flags)-> 2752 if ret is None:raise libvirtError('virInterfaceDefineXML() failed', conn=self) 2753 __tmp = virInterface(self, _obj=ret) 2754 return __tmp libvirtError: this function is not supported by the connection driver: virInterfaceDefineXML Regards Sijo Jose
2008 Jan 29
1
kldload: Unsupported file type
Since updating to 6.3-RELEASE on two machines I see this message a lot. It is printed whenever a kernel module is loaded. The modules load OK. Nothing special or different about them. It seems to be harmless, but any idea why it's started happening since the release? Cheers BMS
2012 May 06
0
storage-pools and volumes
...bus='ide'/> ? ? </disk> /usr/lib64/python2.6/site-packages/libvirt.py has: ? ? ? ? ret = libvirtmod.virStorageVolCreateXML(self._o, xmldesc, flags) ? ? ? ? if ret is None:raise libvirtError('virStorageVolCreateXML() failed', pool=self) ? ? ? ? __tmp = virStorageVol(self, _obj=ret) ? ? ? ? return __tmp however i don't know the xml format for storage vol thanks
2014 Mar 12
0
Re: [libvirt] libvirtError: this function is not supported by the connection driver: virInterfaceDefineXML
...; 2750 libvirtd. """ > 2751 ret= libvirtmod.virInterfaceDefineXML(self._o, xml, flags) > -> 2752 if retis None:raise libvirtError('virInterfaceDefineXML() failed', conn=self) > 2753 __tmp= virInterface(self, _obj=ret) > 2754 return __tmp > > libvirtError: this function is not supported by the connection driver: virInterfaceDefineXML > That's because you've libvirt compiled with udev rather than netcf. The netcf is the only one backend that knows how to create a new interf...
2014 Aug 15
1
virt-manager and libvirt-python
Hello! I'm trying to work with virt-manager but getting SIGTRAP signal. It is done with gdb under MinGW32 on Windows 7 64-bit. I have Python 2.7.8. 32-bit. As I can see from backtrace ( http://pastebin.com/JhN6XgYb ), there is something wrong with libvirtmod.pyd. Also I couldn't find how to solve " typelib for AppIndicator3" error. So I try to debug libvirt-python. For doing