search for: fedora22

Displaying 20 results from an estimated 20 matches for "fedora22".

Did you mean: fedora20
2015 Sep 21
0
virt-install and kickstart networking
Hi, I have a fedora22 host and trying to use virt-install to install a fedora22 guest. The host is configured with bridge networking, using eth0 as its local interface. It appears the guest is communicating on vnet0 instead of eth0, so it can never reach the outside to download the install files. Where is vnet0 config...
2015 Aug 03
2
Cannot boot libvirt guests with OVMF. Raw qemu-kvm works as expected
...kvm -bios /usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd -m 1G -cdrom ~rbarry/Downloads/Fedora-Server-netinst-x86_64-22.iso) boots and loads successfully. What's the difference here? Where can I go for troubleshooting? libvirt XML is below: <domain type='kvm'> <name>fedora22</name> <uuid>7f363d28-881f-4240-97eb-9b8d49cfb282</uuid> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <vcpu placement='static'>1</vcpu> <os> <type arch='...
2015 Aug 28
2
[3.7 Release] 3.7.0-final has been tagged
On 28 Aug 2015, at 20:12, Hans Wennborg <hans at chromium.org> wrote: > > On Thu, Aug 27, 2015 at 6:46 PM, Hans Wennborg <hans at chromium.org> wrote: >> I have promoted RC4 to final; 3.7.0 has reached its final state. >> >> Thanks for all your hard work so far. Please build and upload binaries >> with "-final", and let's ship this next
2015 Aug 04
2
Re: Cannot boot libvirt guests with OVMF. Raw qemu-kvm works as expected
...pears to be related to secureboot. Using a VM which has secure >boot enabled is successful > >> >> What's the difference here? Where can I go for troubleshooting? >> >> libvirt XML is below: >> >> <domain type='kvm'> >> <name>fedora22</name> >> <uuid>7f363d28-881f-4240-97eb-9b8d49cfb282</uuid> >> <memory unit='KiB'>2097152</memory> >> <currentMemory unit='KiB'>2097152</currentMemory> >> <vcpu placement='static'>1</vcpu>...
2015 Aug 03
0
Re: Cannot boot libvirt guests with OVMF. Raw qemu-kvm works as expected
...ully. Just to update -- This appears to be related to secureboot. Using a VM which has secure boot enabled is successful > > What's the difference here? Where can I go for troubleshooting? > > libvirt XML is below: > > <domain type='kvm'> > <name>fedora22</name> > <uuid>7f363d28-881f-4240-97eb-9b8d49cfb282</uuid> > <memory unit='KiB'>2097152</memory> > <currentMemory unit='KiB'>2097152</currentMemory> > <vcpu placement='static'>1</vcpu> > <os&gt...
2015 Aug 30
0
CPU feature 'svm' not reported inside guest without 'host-passthrough'
Hi, I am confused by the behaviour of the CPU description in my VM. I have a host with an AMD CPU with SVM feature and I want to try nested virtualization on a Fedora22 guest. The host is Fedora22 as well. libvirtd (libvirt) 1.2.13.1 kernel 4.1.6-200.fc22.x86_64 1. I tried 'custom' mode with model qemu64 with required feature 'SVM' but '/proc/cpuinfo' in the guest doesn't show SVM. 2. However, if I forbid the SVM feature, the guest c...
2015 Aug 13
2
Next week: KVM Forum / LinuxCon NA / CloudOpen / ContainerCon
I'm at the KVM Forum in Seattle, WA, USA next week which is co-located with LinuxCon and a few other conferences. You can come and see my talk on virt-v2v on Thursday afternoon: http://kvmforum2015.sched.org/event/5a1b498c900594037c817746ecc08089 The full schedule of talks is here: http://events.linuxfoundation.org/events/kvm-forum/program/schedule Rich. -- Richard Jones,
2015 Aug 06
2
Re: Cannot boot libvirt guests with OVMF. Raw qemu-kvm works as expected
...cure boot enabled is successful >>> >>>> >>>> What's the difference here? Where can I go for >>>> troubleshooting? >>>> >>>> libvirt XML is below: >>>> >>>> <domain type='kvm'> <name>fedora22</name> >>>> <uuid>7f363d28-881f-4240-97eb-9b8d49cfb282</uuid> <memory >>>> unit='KiB'>2097152</memory> <currentMemory >>>> unit='KiB'>2097152</currentMemory> <vcpu >>>> placement='static...
2015 Aug 04
0
Re: Cannot boot libvirt guests with OVMF. Raw qemu-kvm works as expected
...a VM which has >> secure boot enabled is successful >> >>> >>> What's the difference here? Where can I go for >>> troubleshooting? >>> >>> libvirt XML is below: >>> >>> <domain type='kvm'> <name>fedora22</name> >>> <uuid>7f363d28-881f-4240-97eb-9b8d49cfb282</uuid> <memory >>> unit='KiB'>2097152</memory> <currentMemory >>> unit='KiB'>2097152</currentMemory> <vcpu >>> placement='static'>1&l...
2015 Aug 06
0
Re: Cannot boot libvirt guests with OVMF. Raw qemu-kvm works as expected
...gt;>> >>>>> >>>>> What's the difference here? Where can I go for >>>>> troubleshooting? >>>>> >>>>> libvirt XML is below: >>>>> >>>>> <domain type='kvm'> <name>fedora22</name> >>>>> <uuid>7f363d28-881f-4240-97eb-9b8d49cfb282</uuid> <memory >>>>> unit='KiB'>2097152</memory> <currentMemory >>>>> unit='KiB'>2097152</currentMemory> <vcpu >>>>> p...
2015 Nov 11
2
Re: xen+ssh with openauth
...ou Daniel, Decided to go with xen+ssh with public key authentication which works fine. I notice a problem in several methods that returns: "libvirt: Remote Driver error : unknown procedure: 273" for example listDefinedDomains works fine: In [104]: con.listDefinedDomains() Out[104]: ['fedora22'] but listAllDomains fails: ============================================================================ In [105]: con.listAllDomains() libvirt: Remote Driver error : unknown procedure: 273 --------------------------------------------------------------------------- libvirtError...
2015 Aug 13
0
Virtio devices as removable?
Hello, Not sure if this is the correct list so apologies if this question is misplaced. I tried migrating using virt-v2v a pair of Windows 2012R2 servers to oVirt using Fedora22 as a p2v server and was happy to see that it worked perfectly. I notice however that the windows icon for "safe removal" now appears on the bottom right, and when I click it, apparently I can "safely remove" my VirtIO NIC, a VirtIO serial device, and my VirtIO disk!?!?!?!...
2015 Nov 11
0
Re: xen+ssh with openauth
...xen+ssh with public key authentication which works fine. > I notice a problem in several methods that returns: > "libvirt: Remote Driver error : unknown procedure: 273" > > for example listDefinedDomains works fine: > In [104]: con.listDefinedDomains() > Out[104]: ['fedora22'] > > but listAllDomains fails: > ============================================================================ > In [105]: con.listAllDomains() > libvirt: Remote Driver error : unknown procedure: 273 > --------------------------------------------------------------------------...
2015 Sep 26
0
Expunged message reappeared to mailbox
Hi, I'm using dovecot-2.2.18 on fedora22 and receiving the following messages: Sep 26 11:07:52 orion dovecot: imap(dave): Error: Sync failed for mbox file /var/spool/mail/alex: Expunged message reappeared to mailbox (UID 267101 < 267175, seq=2, idx_msgs=0) How do I troubleshoot this? Any idea what could be causing it? I've inclu...
2015 Aug 15
1
IMAP folder separator issue
Hi, I'm using dovecot-2.2.18 on fedora22 and having a problem with Thunderbird. I reported this problem some time ago, and received some tips, but no solution that's worked. I'm now trying to fix this in earnest, and having problems. The problem is sub-folders are created with a caret in them, instead of a new folder below the pa...
2015 Nov 21
11
[3.7.1 Release] -rc2 has been tagged
Hi, There was one problem in -rc1, so we had to do another release candidate. -rc2 has now been tagged and is ready for testing. -Tom
2015 Nov 03
2
xen+ssh with openauth
Hi, I am trying to connect to remote libvirt via script, and I get password prompt from the shell. ============================================================================ uri='xen+ssh://root@myserver/?no_verify=1' def req(credentials, user_data): print('in req...\n') for cred in credentials: if cred[0] == libvirt.VIR_CRED_AUTHNAME: cred[4] =
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...--git a/builder/templates/fedora-22-aarch64.index-fragment b/builder/templates/fedora-22-aarch64.index-fragment new file mode 100644 index 0000000..390e8fe --- /dev/null +++ b/builder/templates/fedora-22-aarch64.index-fragment @@ -0,0 +1,25 @@ +[fedora-22] +name=Fedora® 22 Server (aarch64) +osinfo=fedora22 +arch=aarch64 +file=fedora-22-aarch64.xz +checksum=a9606947c036d3aade6a0680857adf4bcfb31a62833475466ff4502087cc427926a28d89b684fbe882a65752be263c567b655a988ff5563fee002e2d6f1ccecb +format=raw +size=6442450944 +compressed_size=215050068 +expand=/dev/sda4 +notes=Fedora 22 Server (aarch64) + + This F...
2016 Jun 27
5
[LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
Please have a look at the dedicated mailing list: http://lists.llvm.org/pipermail/llvm-branch-commits/ Please wait for the official release to happen, you will then find tarballs on llvm.org. They will also contain correct version strings, though I haven't yet tried building from the SVN branches directly. Maybe you need to use the SVN tags, $ clang --version currently gives me "clang
2015 Sep 07
8
rsync question
I am trying to rsync the named files under /etc for backup purposes. I tried: rsync -ah --stats --delete -e "ssh -p613 -l root" 192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc The stats shows it sees all the files, but only moves the dir /etc/named and the files within it. It does not move the /etc/name* files (like /etc/named.conf). By file count, it is