Displaying 20 results from an estimated 20000 matches similar to: "Difficulty with a transferred VM"
2013 Jan 02
1
Problems with VM networking on Ubuntu Quantal
I have shifted some VM's to a new server running Quantal
and have had a world of trouble. The first one was caused
by issues with an apparently compiled in path in their
apparmor version which forced VM pools to be in /srv or
similar rather than where I wanted them. For now this was
not a big issue, and thankfully the server where it would
be a big time problem (there are individual drives per
2015 Jan 06
2
ubuntu virsh snapshot-create-as gives Error -22 while writing VM
Hello all, I'm trying to create an online internal snapshot to work with
Cuckoo Sandbox.
I keep receiving this -22 error below on my Ubuntu system and I'm out of
ideas, been at it for a while so any help is appreciated.
root@cuckoo-sec:~# virsh snapshot-create-as cuckoo cuckoo-snap1 "Cuckoo
Snapshot"
error: operation failed: Error -22 while writing VM
$ uname -a
Linux
2018 Dec 15
2
Upgrade to 2.3.1 has failed
Alexander good afternoon. Thank you. I have spent the day learning
about AppArmor:
? I've reviewed your link, found /etc/apparmor.d/ and its local/ directory.
? I ran aa-logprof?and it found the change in stat?to old-stat?
that is discussed in the upgrade documentation. So I Allow (A)?that.
There are no other reports.
? I followed the discussion on using yast to manage the
profiles. I'm
2019 Mar 28
1
Error Starting domain: Failed to page size of file
I am trying to connect a KVM-QEMU VM to OVS-DPDK vhostuser port. But, I am
encountering a few errors. Since I am very new to libvrt and Linux I am not
able to sort them out. Any guidance in this regard would be a great help.
These are my System Logs:
Mar 28 18:03:04 dpdk-OptiPlex-5040 libvirtd.service: 1529: debug :
virCommandRunAsync:2429 : About to run LIBVIRT_LOG_OUTPUTS=3:stderr
2020 Oct 06
0
Any way to persistently edit a single VM's AppArmor profile?
In order to test a patch I submitted I've been experimenting with
"qemu:commandline" to use some newer features for a QEMU host/guest file
share. I quickly ran into issues with AppArmor as virt-aa-helper
understandably doesn't parse "qemu:commandline" for directories to add to
the dynamically generated AppArmor profile.
After reading a bunch of documentation, I cannot
2014 Apr 16
0
Re: LXC + USB passthrough = Operation not permitted
To follow up on this a little bit, tail'ing kern.log while trying to get
our little container up doesn't yield anything with apparmor complaining,
so, unless I'm looking in the wrong spots for apparmor logs (which I don't
think so, as I see other apparmor-related log entries in kern.log), I am
not entirely sure this is an apparmor issue at this point.
On Wed, Apr 16, 2014 at 3:25
2014 Apr 17
0
Re: LXC + USB passthrough = Operation not permitted
Ah, nevermind, think my last post may not have been entirely correct. We've
spent some more time correlating the log output from our failed LXC startup
via libvirt [1] with libvirt code from the 1.2.2 tag. Interestingly, the
error we get back is different, and digging through the multitudes of logs,
nothing comes up about 'operating not permitted' regarding the USB bus that
I saw
2014 Aug 06
2
Re: Ubuntu Trusty: failed to create VM due to permission denied
Thank you Eric. Yes, it looks like AppArmor caused the problem. I will
google on how to disable it.
On 8/5/14 8:27 PM, "Eric Blake" <eblake@redhat.com> wrote:
>On 08/05/2014 05:23 PM, Jianfeng Tang wrote:
>
>>
>> However, if I moved my image file (not base image) to default location
>> /var/lib/libvirt/images. It works.
>>
>> It seems
2014 Aug 06
0
Re: Ubuntu Trusty: failed to create VM due to permission denied
On 08/06/2014 10:02 AM, Jianfeng Tang wrote:
> Thank you Eric. Yes, it looks like AppArmor caused the problem. I will
> google on how to disable it.
That feels wrong. "My security process is preventing me from doing
something wrong because I didn't configure it to match my usage
patterns, so I'm going to disable security". Rather, you should google
for how to add
2012 Dec 11
1
Trying to package Oz for Ubuntu
[ CCing to Hilko who is the Debian maintainer, and the libguestfs
mailing list. ]
On Tue, Dec 11, 2012 at 04:18:20PM -0600, Steve Loranz wrote:
> Chris / Richard,
>
> I'm trying to get a package of Oz together for Ubuntu so that I can
> ultimately get an imagefactory package built for Ubuntu as well. I'm
> stuck on libguestfs at this point and was hoping one of you might
2014 Apr 17
1
Re: LXC + USB passthrough = Operation not permitted
Me again!
Think we've found it.
By diving into the LXC logs for the specific container, we found this:
2014-04-17 21:07:06.066+0000: 2861: debug : virCgroupSetValueStr:678 : Set
value '/sys/fs/cgroup/devices/machine/oshi32134.libvirt-lxc/devices.allow'
to 'c 189:130 rw'
Looks like libvirt the permission to 'rw', not 'rmw' [1], so no surprise
that when it
2012 Nov 15
2
cran ubuntu repository and ubuntu 12.10
Since upgrading to quantal, I find that synaptic and apt-get cannot read
the sources.list file if it includes the previously standard line
deb http://lib.stat.cmu.edu/R/CRAN/bin/linux/ubuntu/ quantal
This line makes apt-get or synaptic give an error message identifying
this line as having a syntax error.
If "multiverse" is added at the end of the line, the line is parsed, but
then
2013 Jul 17
1
Re: Hotplug of disk devices in LXC failed with libvirt of version 1.0.2
On 07/17/2013 04:15 PM, Gao feng wrote:
> On 07/16/2013 01:29 PM, Guan Qiang wrote:
>> δΊ 2013/7/15 17:32, Gao feng ει:
>>> On 07/15/2013 05:18 PM, hzguanqiang wrote:
>>>> Hi, Gao Feng
>>>>
>>>> I've tried what you said, but still exists the problem:
>>>>
>>>> ubuntu@lxc:~$ vir attach-disk instance-0000002c
2012 Mar 27
1
Problem using virt-manager to create a VM remotely
Well, not that remote. I'm trying to get it working
from my laptop to an ancient workstation behind me
I use for testing.
I appear to get the connection okay.
virt-manager --connect qemu+ssh://root@<host_ip>/system
I can click on the entry on the panel that comes up and
see facts about the remote machine.
I then tried the "Create a new virtual machine" item on the
tool
2014 Nov 21
0
How to enable apparmor security driver for libvirt
Hi guys,
I want to enable apparmor security driver for my libvirt env with ubuntu os.
What I do is as following:
First, I got the source code and compile it.
ubuntu@ubuntu:~/github$git clone git://libvirt.org/libvirt.git
ubuntu@ubuntu:~/github/libvirt$ dpkg -l|grep apparmor
ii apparmor 2.8.95~2430-0ubuntu5 amd64 User-space parser utility for
AppArmor
ii libapparmor-dev:amd64
2018 Dec 14
0
Upgrade to 2.3.1 has failed
Am 14.12.2018 um 19:58 schrieb C. Andrews Lavarre:
> Thanks for the input. I've checked out your suggestions (details below)
> but unfortunately no joy.
> I also restored my backup 10-ssl.conf. It indeed has the "<" sign with
> a space before the explicit paths to the files:
> ? ? ssl_cert = </etc/certbot/live/privustech.com/fullchain.pem
> ? ? ssl_key =
2018 Jan 12
1
Re: VM migration upon shutdown in centos 7
Hi,
> I don't see your service being called.
It started when system started, see logs:
Jan 12 14:59:42 desktop4 systemd: systemd 219 running in system mode. (+PAM
+AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP
+GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
Jan 12 14:59:42 desktop4 systemd: Detected architecture x86-64.
Jan 12 14:59:42 desktop4
2019 Mar 26
0
Re: Error starting domain: internal error: Unable to add port vnet0 to OVS bridge br0
I added libvirt-users@redhat.com back to the Cc for this response.
Please don't remove the list address when responding to postings on a
mailing list. A message to the list is *much* more likely to reach
someone who knows the answer than is a private message to a single person.
On 3/26/19 10:03 AM, Harsh Gondaliya wrote:
> Mar 26 19:25:01 dpdk-OptiPlex-5040 libvirtd.service: 20423:
2019 Oct 04
0
Re: Internal error reported by libvirt while creating a VM
Re-added the list. Please *do not* drop the libvirt-users mailing
list from the recipients again!
On Thu, 2019-10-03 at 16:42 -0400, Ajay Kumar wrote:
> Hi Andrea,
>
> Thank you for your help,
>
> The above issues are addressed while reinstalling libvirt 4.0.0. Currently, I could create a VMs on libvirt.
>
> I have another issue while configuring/editing win10.xml file.
2013 Sep 28
2
mount.cifs and kerberos failure
Hi guys,
This seems to be a well-known problem with mount.cifs on Ubuntu 12.04. Unfortunately, although I have applied the suggestions I found with google, I can't seem to be able to get mount.cifs to work with kerberos. I am trying to use kerberos to mount my Windows shares because this is the only allowed secure way in my company to connect to shares. Before anyone asks, I can successfully