similar to: virDomainMigrate() leads to SASL error

Displaying 20 results from an estimated 10000 matches similar to: "virDomainMigrate() leads to SASL error"

2012 Nov 25
1
Live migration with non-shared storage leads to corrupted file system
Hi, We have the following environment for live-migration with non-shared stroage between two nodes, Host OS: RHEL 6.3 Kernel: 2.6.32-279.el6.x86_64 Qemu-kvm: 1.2.0 libvirt: 0.10.1 and use "virsh" to do the job as virsh -c 'qemu:///system' migrate --live --persistent --copy-storage-all <guest-name> qemu+ssh://<target-node>/system The
2011 Jun 03
0
Unable to migrate a vm
Hi! I've attached my code The error I got was: run: Domain:hda2 id 11 running hvm libvir: Domain error : operation virDomainMigrate forbidden for read only access exception FOUR caught:org.libvirt.LibvirtException: operation virDomainMigrate forbidden for read only access level:VIR_ERR_ERROR code:VIR_ERR_OPERATION_DENIED domain:VIR_FROM_DOM hasConn:false hasDom:false hasNet:false
2012 Nov 30
1
[Freeipa-users] libvirt with vnc freeipa
Hi Natxo, On Fri, 2012-11-30 at 13:06 +0100, Natxo Asenjo wrote: > hi, > > I'm following the howto on > http://freeipa.org/page/Libvirt_with_VNC_Consoles to authenticate > users voor virsh with ipa. > > I have it mostly working :-) except for the fact that libvirtd is not > respecting the sasl_allowed_username_list parameter. > > If I do not set it, and I have
2008 Jul 01
0
cannot migrate vm back to original machine (currently with libvirt)
I posted the message below on the libvir-list with no replies, so perhaps someone on this list has some experience with this issue. Alternatively, if anyone has gotten remote migration to work with Fedora and Xen, could you please send me the version numbers you are using for each tool? I''ve tried Xen API with this setup previously, but migration didn''t work at all.
2007 Jul 11
2
Problem with Dovecot SASL in Postfix
I'm trying to configure my postfix server to use Dovecot as an SASL server and running into some problems. My server supports a couple of domain, I have multiple user/password files for multiple domains to make the files a little easier to manage. Not sure if this question should belong in the dovecot mailing list or the postfix one, but here goes anyway. I have everything configured to use
2005 Dec 27
2
postfix, dovecot, sasl deliver error
Hi, I am receiving an error when trying to send mail. I am using FreeBSD 6 and dovecot 1.0.alpha5 and postfix 2.3-20051223 which includes the dovecot sasl patch. I am getting: Dec 26 17:26:45 example postfix/pipe[612]: DC90D5C30: to=<tep@example.com>, relay=dovecot, delay=14, delays=14/0.05/0/0.08, dsn=4.3.0, status=deferred (temporary failure. Command output: Error:
2016 Mar 05
0
Re: [libvirt-1.3.2]'Disconnected from qemu:///session due to I/O error'
On 04.03.2016 16:24, Predrag Ivanovic wrote: > Hi. > > Since the update to libvirt-1.3.2, virsh keeps disconnecting from qemu:///session. > Weirdly enough, qemu:///session works fine for root, and qemu:///system works for both the user and the root. > With the same configuration(tarball with files from /etc/libvirt attached), libvirt-1.3.1 works without problems. > > From
2018 Mar 08
1
Statistics domain memory block when domain shutdown
Hi My libvirt version is 3.4.0,host system is centos 7.4 ,kernel is 3.10.0-693.el7.x86_64 , when I shutdown domain in virtual system, My program call virDomainMemoryStats, My program blocked in this api. the call stack is #0 0x00007ff242d78a3d in poll () from /lib64/libc.so.6 #1 0x00007ff243755ce8 in virNetClientIOEventLoop () from /lib64/libvirt.so.0 #2 0x00007ff24375654b in
2016 Mar 04
2
[libvirt-1.3.2]'Disconnected from qemu:///session due to I/O error'
Hi. Since the update to libvirt-1.3.2, virsh keeps disconnecting from qemu:///session. Weirdly enough, qemu:///session works fine for root, and qemu:///system works for both the user and the root. With the same configuration(tarball with files from /etc/libvirt attached), libvirt-1.3.1 works without problems. From the virsh debug log(attached): --- grep error virsh.log.1.3.2 2016-03-03
2010 Mar 21
0
issues with Migrating a domain
Hi everyone i've been trying to migrate a domain from hostA to hostB.But everytime i did it with "virsh --live migrate <Domain> xen+ssh://root at Destination", it failed and told me something like "Error Domain not found:xenUnifiedDomainLookupByName". The same thing happened when i tried to do the same thing with libvirt API like virDomainMigrate &
2012 Aug 17
1
getCPUStats of a domain by a non-root user - libvirtError: Requested operation is not valid: cgroup CPUACCT controller is not mounted
Hello, I'm trying to use libvirt as a non-root user to obtain statistics on the CPU usage by VMs using the Python API. I'm performing basically the following steps: import libvirt conn = libvirt.openReadOnly(None) dom = conn.lookupByUUIDString('268e38ea-1bc7-41e4-c19e-8eff682e58e4') dom.getCPUStats(True, 0) However, they result in the following error: libvir: QEMU Driver
2018 Jan 25
2
Re: libvirtd hangs
Ján Tomko wrote 2018-01-18 14:27: > On Thu, Jan 18, 2018 at 11:30:16AM +0700, Artem Likhachev wrote: >> # strace -p 5786 >> read(53, "\0\0\0\34", 4) = 4 >> read(53, "keep\0\0\0\1\0\0\0\2\0\0\0\2\0\0\0\0\0\0\0\0", 24) = 24 >> poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=12, >> events=POLLIN}, {fd=13, events=POLLIN},
2023 Mar 07
1
virNetSocketReadWire
What are the standard reasons for this to fail? virNetSocketReadWire:1791 : End of file while reading data: Input/output error -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20230307/7b318c84/attachment.htm>
2023 Mar 07
1
virNetSocketReadWire
On Tue, Mar 07, 2023 at 01:57:24PM +0000, Simon Fairweather wrote: > What are the standard reasons for this to fail? > > virNetSocketReadWire:1791 : End of file while reading data: Input/output > error The socket connection to libvirtd / other daemons was abruptly closed. Essentially you can almost always ignore this error message as being mostly harmless. With regards, Daniel --
2015 Nov 25
0
failed to connect to the hypervisor
When I try, I get this: root@kilo-VirtualBoxHost:~# virsh -c vbox:///session error: failed to connect to the hypervisor error: internal error: nsIEventQueue object is null ---------------------------------- The part that puzzles me is that it *used* to work, but no longer. "virsh -V" shows me running libvirt 1.2.2, with VirtualBox enabled. I'm running stock Ubuntu VirtualBox v.
2015 Nov 25
0
SOLVED: failed to connect to the hypervisor
Ubuntu, for the loss. Turned out to be an apparmor issue; as I hadn't touched the profiles, it must've been something else going on. -Ken ------------------------- original issue ---------------------------- When I try, I get this: root@kilo-VirtualBoxHost:~# virsh -c vbox:///session error: failed to connect to the hypervisor error: internal error: nsIEventQueue object is null
2011 Jun 11
1
Difference between function Migrate and Migrate2
I was reading the API reference for the libvirt, when I came across the function? virDomainMigrate and virDomainMigrate2. I am unable to find the difference between the two. Can someone please tell the difference in the application of the two? -- Abhishek
2017 Feb 03
0
postfix/smtpd[725]: fatal: no SASL authentication mechanisms
I haven't doveadm logs in /var/log/. Are they default in another place or maybe should I turn on something? My config (default passdb block and auth_mechanisms, nothing more changed): root at vps342401:/etc/dovecot# doveconf -n # 2.2.9: /etc/dovecot/dovecot.conf # OS: Linux 3.13.0-100-generic x86_64 Ubuntu 14.04.5 LTS auth_mechanisms = plain login listen = *,[::] log_timestamp = "%Y-%m-%d
2012 Nov 08
1
OpenStack+libvirt+lxc: lxcContainerGetSubtree:1199 : Failed to read /proc/mounts
Hi, I'm running OpenStack on CentOS 6.3 to manage lxc instances. And running into series of problem relating libvirt and lxc interaction. For example, libvirt_lxc segfault ( https://bugzilla.redhat.com/show_bug.cgi?id=874549) which has an upstream fix. And another bugs such as fail to start when SELinux disabled. Finally, I decides to adopt libvirt 0.10.2, self compiled from
2011 Apr 01
1
LIBVIRT migration
Hello I''m developing a system using libvirt and I need to use "migrate" to move guest to different hosts. I'm testing using a cluster connected by ssh, and I'm connect ok trought them, using virsh and virt-manager. But if I try to migrate doing: *virsh # migrate --live scompi1 qemu+ssh://rionegro/system* I got: *error: monitor socket did not show up.: Connection