search for: _backend

Displaying 20 results from an estimated 80 matches for "_backend".

Did you mean: backend
2015 Mar 17
1
KVM guest not running but cannot stop either
...a device on inactive domain Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/addhardware.py", line 1095, in add_device self.vm.attach_device(self._dev) File "/usr/share/virt-manager/virtManager/domain.py", line 756, in attach_device self._backend.attachDevice(devxml) File "/usr/lib64/python2.6/site-packages/libvirt.py", line 403, in attachDevice if ret == -1: raise libvirtError ('virDomainAttachDevice() failed', dom=self) libvirtError: Requested operation is not valid: cannot do live update a device on inactive domai...
2019 Apr 14
0
[PATCH] Re: Solr connection timeout hardwired to 60s
...r/fts-backend-solr.c 2019-04-14 14:40:12.513938845 +0200 @@ -28,8 +28,6 @@ #define SOLR_HEADER_LINE_MAX_TRUNC_SIZE 1024 #define SOLR_QUERY_MAX_MAILBOX_COUNT 10 -/* How often to flush indexing request to Solr before beginning a new one. */ -#define SOLR_MAIL_FLUSH_INTERVAL 1000 struct solr_fts_backend { struct fts_backend backend; @@ -392,6 +390,9 @@ (struct solr_fts_backend_update_context *)_ctx; struct solr_fts_backend *backend = (struct solr_fts_backend *)_ctx->backend; + struct fts_backend *_backend = + (struct solr_fts_backend *)_ctx->backend; + struct fts_solr_user *fuser...
2019 Mar 07
2
Regression ACL & namespace prefix
...al-acls > > imap(d2): Debug: acl vfile: reading file > > /etc/dovecot/global-acls/pub/.DEFAULT > > imap(d2): Debug: acl vfile: file /var/mail/pub/dovecot-acl not found > > > > > > I've localized problem to: > > src/plugins/acl/acl-backend-vfile.c: acl_backend_vfile_object_init(...) > > and change from: > > > > vname = mailbox_list_get_vname(_backend->list, name); > > > > to: > > > > vname = *name == '\0' ? "" : > > ????mailbox_list_get_vname(_backend->list, name); > > &gt...
2018 Sep 18
4
Regression ACL & namespace prefix
...0 imap(d2): Debug: acl vfile: Global ACL directory: /etc/dovecot/global-acls imap(d2): Debug: acl vfile: reading file /etc/dovecot/global-acls/pub/.DEFAULT imap(d2): Debug: acl vfile: file /var/mail/pub/dovecot-acl not found I've localized problem to: src/plugins/acl/acl-backend-vfile.c: acl_backend_vfile_object_init(...) and change from: vname = mailbox_list_get_vname(_backend->list, name); to: vname = *name == '\0' ? "" : mailbox_list_get_vname(_backend->list, name); that happened quite time ago during bigger acl changes and I don't know why exactly this lin...
2019 Mar 12
1
Regression ACL & namespace prefix
...#39; right doveadm(testuser): Info: Mailbox pub is NOT visible in LIST in this output see that it checks this location: acl vfile: file /etc/dovecot/global-acls//.DEFAULT not found instead of /etc/dovecot/global-acls/pub/.DEFAULT this is caused by line in src/plugins/acl/acl-backend-vfile.c: acl_backend_vfile_object_init(...) vname = *name == '\0' ? "" : mailbox_list_get_vname(_backend->list, name); and because name is empty, it will not use the "pub" prefix in the path. If I'd test acl for "pub/subfolder" that condition would have different res...
2013 Dec 10
2
gentoo linux, problem starting vm´s when cache=none
...job.py", line 100, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/asyncjob.py", line 122, in tmpcb callback(*args, **kwargs) File "/usr/share/virt-manager/virtManager/domain.py", line 1210, in startup self._backend.create() File "/usr/lib64/python2.7/site-packages/libvirt.py", line 708, in create if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirtError: Interner Fehler: Prozess während der Verbindungsaufnahme zum Monitor beendet :qemu-system-x86_64: -dr...
2014 Jun 23
1
qemu+tls question
...confirmation: Input/output error Verify that the 'libvirtd' daemon is running on the remote host. Libvirt URI is: qemu+tls://<remote_host>/system Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/connection.py", line 1056, in _open_thread self._backend.open (self._do_creds_password) File "/usr/share/virt-manager/virtinst/connection.py", line 158, in open open_flags) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 102, in openAuth if ret is None:raise libvirtError('virConnectOpenAuth () failed') libvirtError:...
2011 Apr 01
1
LIBVIRT migration
...rate guest: Traceback (most recent call last): File "/usr/share/virt-manager/**virtManager/migrate.py", line 453, in _async_migrate vm.migrate(dstconn, migrate_uri, rate, live, secure) File "/usr/share/virt-manager/**virtManager/domain.py", line 230, in migrate self._backend.migrate(**destconn.vmm, flags, newname, interface, rate) File "/usr/lib/python2.6/dist-**packages/libvirt.py", line 429, in migrate if ret is None:raise libvirtError('**virDomainMigrate() failed', dom=self) libvirtError: monitor socket did not show up.: Connection refused*...
2012 Feb 13
1
libvirtd restore error?
...4 get this error when I try to restore a vm that was 'save'. Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 909, in run_domain vm.startup() File "/usr/share/virt-manager/virtManager/domain.py", line 1321, in startup self._backend.create() File "/usr/lib64/python2.7/site-packages/libvirt.py", line 330, in create if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirtError: cannot send monitor command '{"execute":"qmp_capabilities"}': Connection reset by pe...
2019 Oct 05
2
Emulated TPM doesn't work on Debian Buster
...Manager/asyncjob.py", line 111, in tmpcb ??? callback(*args, **kwargs) ? File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 66, in newfn ??? ret = fn(self, *args, **kwargs) ? File "/usr/share/virt-manager/virtManager/domain.py", line 1400, in startup ??? self._backend.create() ? File "/usr/lib/python3/dist-packages/libvirt.py", line 1080, in create ??? if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirt.libvirtError: Unable to find 'swtpm' binary in $PATH: No such file or directory
2013 Jun 13
3
Haswell 4770 misidentified as Sandy Bridge
...ager/asyncjob.py", line 45, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/asyncjob.py", line 66, in tmpcb callback(*args, **kwargs) File "/usr/share/virt-manager/virtManager/domain.py", line 1114, in startup self._backend.create() File "/usr/local/lib/python2.7/dist-packages/libvirt.py", line 698, in create if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirtError: unsupported configuration: guest and host CPU are not compatible: Host CPU does not provide required f...
2013 Mar 14
1
[virt-tools-list] C'ant migrate with virt-manager or virsh
...*args, **kwargs) > File "/usr/share/virt-manager/virtManager/migrate.py", line 553, in _async_migrate > vm.migrate(dstconn, migrate_uri, rate, live, secure, meter=meter) > File "/usr/share/virt-manager/virtManager/domain.py", line 1163, in migrate > self._backend.migrate(destconn.vmm, flags, newname, interface, rate) > File "/usr/lib64/python2.7/site-packages/libvirt.py", line 822, in migrate > if ret is None:raise libvirtError('virDomainMigrate() failed', dom=self) > libvirtError: Unsafe migration: Migration may lead to dat...
2019 Mar 07
0
Regression ACL & namespace prefix
...al ACL directory: /etc/dovecot/global-acls > imap(d2): Debug: acl vfile: reading file > /etc/dovecot/global-acls/pub/.DEFAULT > imap(d2): Debug: acl vfile: file /var/mail/pub/dovecot-acl not found > > > I've localized problem to: > src/plugins/acl/acl-backend-vfile.c: acl_backend_vfile_object_init(...) > and change from: > > vname = mailbox_list_get_vname(_backend->list, name); > > to: > > vname = *name == '\0' ? "" : > ????mailbox_list_get_vname(_backend->list, name); > > that happened quite time ago during bigger...
2016 Nov 16
1
BroadCom NIC not adding as PassThrough device
...er/asyncjob.py", line 124, in tmpcb callback(*args, **kwargs) File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 83, in newfn ret = fn(self, *args, **kwargs) File "/usr/share/virt-manager/virtManager/domain.py", line 1404, in startup self._backend.create() File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1035, in create if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirtError: unsupported configuration: host doesn't support passthrough of host PCI devices libvirt allows...
2015 Sep 03
2
Assigning a PCI sound device to a VM
...yncjob.py", line 44, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/asyncjob.py", line 65, in tmpcb callback(*args, **kwargs) File "/usr/share/virt-manager/virtManager/domain.py", line 1125, in startup self._backend.create() File "/usr/lib64/python2.6/site-packages/libvirt.py", line 686, in create if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirtError: Unable to read from monitor: Connection reset by peer The XML generated by virt-manager for the device...
2019 Mar 15
2
Error starting domain: internal error: Unable to add port vnet0 to OVS bridge br0
...Manager/asyncjob.py", line 126, in tmpcb callback(*args, **kwargs) File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 83, in newfn ret = fn(self, *args, **kwargs) File "/usr/share/virt-manager/virtManager/domain.py", line 1402, in startup self._backend.create() File "/usr/lib/python2.7/dist-packages/libvirt.py", line 1035, in create if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirtError: internal error: Unable to add port vnet0 to OVS bridge br0 My output for ovs-vsctl show: 3c28f516-dd5c-43c...
2019 Apr 13
3
Solr connection timeout hardwired to 60s
On 4/13/2019 4:29 AM, John Fawcett via dovecot wrote: > If this value was made configurable people could set it to what they > want. However the underlying problem is likely on solr configuration. The Jetty that is included in Solr has its idle timeout set to 50 seconds. But in practice, I have not seen this timeout trigger ... and if the OP is seeing a 60 second timeout, then the 50
2019 Mar 07
0
Regression ACL & namespace prefix
...bug: acl vfile: reading file > > > /etc/dovecot/global-acls/pub/.DEFAULT > > > imap(d2): Debug: acl vfile: file /var/mail/pub/dovecot-acl not found > > > > > > > > > I've localized problem to: > > > src/plugins/acl/acl-backend-vfile.c: acl_backend_vfile_object_init(...) > > > and change from: > > > > > > vname = mailbox_list_get_vname(_backend->list, name); > > > > > > to: > > > > > > vname = *name == '\0' ? "" : > > > ????mailbox_list_get_vname(...
2010 Feb 26
1
Migration error
...grate guest: Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/migrate.py", line 457, in _async_migrate vm.migrate(dstconn, migrate_uri, rate, live, secure) File "/usr/share/virt-manager/virtManager/domain.py", line 1272, in migrate self._backend.migrate(destconn.vmm, flags, newname, interface, rate) File "/usr/lib/python2.5/site-packages/libvirt.py", line 429, in migrate if ret is None:raise libvirtError('virDomainMigrate() failed', dom=self) libvirtError: operation failed: migration to 'tcp:portable.artis.int:...
2020 Jan 18
3
USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
...g: Operation not permitted Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/addhardware.py", line 1327, in _add_device self.vm.attach_device(dev) File "/usr/share/virt-manager/virtManager/object/domain.py", line 920, in attach_device self._backend.attachDevice(devxml) File "/usr/lib/python3.8/site-packages/libvirt.py", line 590, in attachDevice if ret == -1: raise libvirtError ('virDomainAttachDevice() failed', dom=self) libvirt.libvirtError: failed to load cgroup BPF prog: Operation not permitted Now, libvirtd is r...