search for: genericerror

Displaying 8 results from an estimated 8 matches for "genericerror".

2017 Jun 05
2
Re: libvirtd not accepting connections
On Sun, Jun 04, 2017 at 06:42:39PM -0400, Michael C Cambria wrote: >I've upgraded from Fedora 20; probably missed a merge of rpmnew with >existing .conf; permission problem, some other mistake along the way to >Fedora 25. > Yeah, probably some 'rpm -qV' (or whatever the command to verify all packages is) could help as well. >Is there a "how to" similar to [1]
2017 Jun 06
3
Re: libvirtd not accepting connections
...6:39.884+0000: 15559: info : virObjectRef:296 : >OBJECT_REF: obj=0x7f0a603d33b0 >2017-06-05 23:06:39.884+0000: 15559: info : qemuMonitorIOProcess:429 : >QEMU_MONITOR_IO_PROCESS: mon=0x7f0a603d33b0 buf={"id": "libvirt-41", >"error": {"class": "GenericError", "desc": "this feature or command is >not currently supported"}}^M > len=120 Well, at least QEMU_MONITOR_ messages are showing, finally. The non-x86 machines might be missing lot of commands that libvirt needs. Like 'query-commands' which we need to know...
2017 Jun 05
0
Re: libvirtd not accepting connections
...17-06-05 23:06:39.884+0000: 15559: info : virObjectRef:296 : OBJECT_REF: obj=0x7f0a603d33b0 2017-06-05 23:06:39.884+0000: 15559: info : qemuMonitorIOProcess:429 : QEMU_MONITOR_IO_PROCESS: mon=0x7f0a603d33b0 buf={"id": "libvirt-41", "error": {"class": "GenericError", "desc": "this feature or command is not currently supported"}}^M len=120 2017-06-05 23:06:39.884+0000: 15559: debug : qemuMonitorJSONIOProcessLine:191 : Line [{"id": "libvirt-41", "error": {"class": "GenericError", &q...
2017 Jun 06
0
Re: libvirtd not accepting connections
...: info : virObjectRef:296 : >> OBJECT_REF: obj=0x7f0a603d33b0 >> 2017-06-05 23:06:39.884+0000: 15559: info : qemuMonitorIOProcess:429 : >> QEMU_MONITOR_IO_PROCESS: mon=0x7f0a603d33b0 buf={"id": "libvirt-41", >> "error": {"class": "GenericError", "desc": "this feature or command is >> not currently supported"}}^M >> len=120 > > Well, at least QEMU_MONITOR_ messages are showing, finally. The non-x86 > machines might be missing lot of commands that libvirt needs. Like > 'query-commands&...
2018 Feb 27
2
Fail in virDomainUpdateDeviceFlags (libvirt-4.0.0 + Qemu-kvm 2.9.0 + Ceph 10.2.10)
...st=10.0.229.181\\:6789","arg":"raw"},"id":"libvirt-8 0"} len=229 ret=229 errno=0 2018-02-26 13:09:13.678+0000: 50514: debug : qemuMonitorJSONIOProcessLine:193 : Line [{"id": "libvirt-80", "error": {"class": "GenericError", "desc": "error connecting: Operation not supported"}}] 2018-02-26 13:09:13.678+0000: 50514: info : qemuMonitorJSONIOProcessLine:213 : QEMU_MONITOR_RECV_REPLY: mon=0x7f728c07f260 reply={"id": "libvirt-80", "error": {"class": "G...
2018 Jan 23
1
[PDB] Error "DIA is not installed on the system" occured in `llvm::pdb::loadDataForExe()`.
...ssion> &Session) { // Create the correct concrete instance type based on the value of Type. if (Type == PDB_ReaderType::Native) return NativeSession::createFromExe(Path, Session); #if LLVM_ENABLE_DIA_SDK return DIASession::createFromExe(Path, Session); #else return make_error<GenericError>("DIA is not installed on the system"); #endif } ------------------------------------------------------------------------------------------------- [https://avatars2.githubusercontent.com/u/1386314?s=400&v=4]<https://github.com/llvm-mirror/lldb/blob/master/source/Plugins/SymbolF...
2008 Feb 22
0
Wine release 0.9.56
...wined3d: Use the color key in glAlphaFunc in case of index_in_alpha. ddraw: Add yv12 detection support. Roy Shea (3): qmgr: Implement DLL server registration. qmgr: Add ServiceMain. qmgr: Add some tests. Royal Chan (1): gdiplus: draw_polyline never sets status from GenericError to Ok on successful calls. Stefan D?singer (12): wined3d: Add a test for the vFace register. wined3d: Switch the visual tests back to D3DDEVTYPE_HAL. wined3d: Extend out anti-spam database a bit. wined3d: Do not change the texture unit when binding surfaces. wined3d:...
2018 Jan 23
0
MachineVerifier and undef
...ate the correct concrete instance type based on the value of Type. > if (Type == PDB_ReaderType::Native) > return NativeSession::createFromExe(Path, Session); > > #if LLVM_ENABLE_DIA_SDK > return DIASession::createFromExe(Path, Session); > #else > return make_error<GenericError>("DIA is not installed on the system"); > #endif > } > > ------------------------------------------------------------------------------------------------- > [https://avatars2.githubusercontent.com/u/1386314?s=400&v=4]<https://github.com/llvm-mirror/lldb/blob/maste...