Displaying 20 results from an estimated 3000 matches similar to: "iptables errors with guest"
2011 May 25
1
polkit error when starting virt-manager on fedora14
Hi,
I have the following error in syslog when starting virt-manager and
trying to connect:
May 25 16:39:33 sage libvirtd: 16:39:33.525: error :
remoteDispatchAuthPolkit:3846 : Policy kit denied action
org.libvirt.unix.manage from pid 27509, uid 500, result: 512
I can manually start the kvm guest using virsh, but why can't
virt-manager start them?
This is on fedora14 x86_64:
# rpm
2011 Jul 12
0
virt-p2v migration seemingly hangs, no data transmitted, no sign of life
Hello List;
I am having trouble performing p2v migration using the p2v iso. I built it using virt-p2v-image-builder-0.8.1-2.fc14.noarch. It boots, connects to the fedora14 machine that is serving both as the v2v server and the nfs server. I know it is connecting because:
a)If I try and connect to another server, like one that does not have virt-p2v-server installed, I get a message saying that
2011 Jun 06
1
libvirt-bin MOSTLY fails to create default virtual network
I have observed 3 scenarios after I reboot the host with 2 guests (which are
supposed to autostart after boot/reboot of the host):
1. Default network is created but I can not ping guests. Gests don't have
assigned IP address or they both have IP address 192.168.122.100.
2. Default network is not created.
3. Default netork is properly created and everything works fine.
In each case guests are
2015 Mar 06
3
Windows XP sees fedora14/samba3 shares but not fedora20/samba4 shares
Marc, et al,
Thanks for your reply. Sorry, I didn't mean to be confusing.
Summary of problem:
1) XP sees samba shares on fedora14/samba3 machine, but not on
fedora20/samba4 machines.
2) all fedora machines see all shares including on XP machine.
3) clicking on f20 machine from XP tries to log in rather than showing
the shares. Login is not successful.
4) all machines can ping each
2011 Aug 17
0
A few more questions ....
.... I have a 64-bit CentOS 5.6 VM running on a 64-bit FC14 host,
libvirt 0.8.3-10.fc14, 64-bit. I am getting messages in my syslog file,
2 about every 20 min. about dnsmasq:
Aug 17 04:53:52 Q6600 dnsmasq-dhcp[1969]: DHCPREQUEST(virbr0)
192.168.122.213 52:54:00:a4:98:a3
Aug 17 04:53:52 Q6600 dnsmasq-dhcp[1969]: DHCPACK(virbr0)
192.168.122.213 52:54:00:a4:98:a3
Aug 17 05:20:13 Q6600
2011 May 23
0
Improving video for Windows7 kvm guest on fc14
Hi,
I have an existing windows7 x86_64 kvm guest running on fedora14
x86_64 with a Radeon HD5700 at 1680x1050, and would like to improve
the resolution of the Windows guest. How can I change the Windows
driver to something more capable than "standard vga"? It currently
reports there is only 16MB of RAM at available at 1440x900. How can I
increase this? I've tried using virsh or
2011 Jun 20
1
libvirt-users Digest, Vol 18, Issue 17
Yes, I also think that iptables module should be loaded before libvirt-bin
and I have seen a post which regarded loading conntrack modules and these
modules also seem to be necessary...
I know a little about Upstart in Ubuntu. However, I still don't know how to
properly solve this problem.
ip_tables module depend on other modules being loaded and since I don't know
the full list of modules
2011 Mar 14
0
cgroups limitations on Virtual machines
I have 2 VMs launched by : 'virsh create <xml file>' . Both VMs get 2
vcpus (out of total 2 cores of the host)
I then try bias their cpu cycle quota by manipulating the cpu_shares (
virsh schedinfo --set cpu_shares=<value> vm1/2 ) so that VM1 will get 3
times the cpu cycles VM2 gets.
(e.g : VM1 cpu_shares = 150 . VM2 cpu_shares = 50) .
There are no other VMs defined or
2011 May 25
3
Re: (XEN) Scrubbing Free RAM........................ Reboot
On Wed, May 25, 2011 at 12:41 AM, JAMES BOND 123 007
<james123007@gmail.com> wrote:
> Hi ,
> I saw your thread post at
> http://web.archiveorange.com/archive/v/ZvO4jnaavtTfcyqnHoRX
> , about problems with XEN 4.0 installation.
> I have the same problem and my machine is similar to yours( HP Proliant
> DL380G6, 4GB-RAM)
This question is better asked on the xen-users list.
2011 Apr 15
1
Problems setting up bridge
Hi,
I have a fc14 box with two interfaces that I'm having some difficulty
setting up a bridge properly. I have a few kvm guests set up and
running, but I've switched from using NetworkManager to using standard
networking with a bridge. I've modified the ifcfg-eth0 and created
ifcfg-br0 as per the standard documentation, but I think I'm having
routing problems. This is what the
2010 May 28
2
Cannot create qcow2 images with libvirt 0.8.1
Hi,
After upgrading to libvirt 0.8.1, I can no longer create empty volumes with no
backing store and an explicit format of qcow2.
This XML volume definition:
<volume>
<name>testserverb-data2.img</name>
<allocation>0</allocation>
<capacity units='G'>20</capacity>
<target>
<format type='qcow2'/>
2010 Sep 15
0
Can I set up VMs in a "Flat" network?
Our small network is 10.10.11.0/24, gateway 10.10.11.252. dhcp is set up.
I'm using virt-manager to install VM's with kvm-qemu on an F14 host -
10.10.11.100.
qemu-kvm-0.13.0-0.6.rc1.fc14.x86_64
libvirt-0.8.3-2.fc14.x86_64
I'd like all the VM's to be on the same network as the physical
machines with an address range of 10.10.11.110-10.10.11.130.
I have virt-net set up. ifconfig
2011 Apr 05
0
Creating a network bridge with multiple interfaces
Hi,
I have an existing fedora14 system with two interfaces and several
virtual interfaces (as in eth0:0, etc). They are currently configured
to not be controlled by NetworkManager, but just standard network
services.
I've recently started working with libvirtd, so I also have a virbr0
interface as well that has its own network and is masquerading the
networking for the single KVM instance I
2011 Feb 05
1
Network/bridge questions
Hi,
I have an fc14 install and would like to install a few kvm guests but
am having difficulty with the networking. On the host I have disabled
NetworkManager and configured a bridge which has eth0, the only
physical interface on the server.
I have a dhcp server on the local lan, and if I add a mac address
entry to my dhcpd.conf, the guest will find an IP from there. I think
somehow the guest
2010 May 31
1
Working example of logical storage pool and volume creation?
Hi all,
Does anyone have a working example of creation of a logical storage pool
and volume?
I'm hitting a wall getting logical volumes to work on RHEL 6 beta.
There's a single drive I'm trying to setup (sdc) as a libvirt managed
logical storage pool, but all volume creation on it fails.
Here's what I'm finding so far:
Prior to any storage pool work, only the host
2011 May 16
0
Dovecot mail_location creating duplicate mbox mail directories
Hi all,
I'm using dovecot v2.0.11 on fedora14 with postfix. This system was
migrated from an old UW mbox system, so users already have
~/mail/INBOX.* files. Now for some reason, dovecot is creating
~/mail/mail/INBOX.* files and somehow not seeing the mail_location
properly.
I've set mail_location to "mail_location =
mbox:~/mail:INBOX=/var/spool/mail/%u", which has worked on a
2011 Sep 13
1
How to install libvirt 0.9.4 RPM on Fedora 14?
Hi,
I'm trying to install the newest version of libvirt and libvirt-client from
the rpms at ftp://libvirt.org/libvirt/ on a Fedora 14 machine. The naming of
the rpms as "libvirt-0.9.4-1.fc14.x86_64.rpm" suggests that this is exactly
the system this was made for, however, installation still does not go
smoothly.
When I try to install these packages with
yum install
2015 Mar 06
0
Windows XP sees fedora14/samba3 shares but not fedora20/samba4 shares
On 06/03/15 20:30, Al Schapira wrote:
> Marc, et al,
>
> Thanks for your reply. Sorry, I didn't mean to be confusing.
>
> Summary of problem:
> 1) XP sees samba shares on fedora14/samba3 machine, but not on
> fedora20/samba4 machines.
> 2) all fedora machines see all shares including on XP machine.
> 3) clicking on f20 machine from XP tries to log in rather
2011 Apr 18
1
Undefined interfaces?
Hi,
I have a working fc14 install with a few virtual interfaces set up,
and just noticed the following in messages:
Apr 18 13:07:43 fc14 libvirtd: 13:07:43.155: error :
interfaceGetXMLDesc:355 : internal error could not get interface XML
description (netcf: NETLINK socket operation failed - couldn't find
ifindex for interface `br0:0`)
Apr 18 13:07:43 fc14 libvirtd: 13:07:43.165: error :
2015 Mar 06
6
Windows XP sees fedora14/samba3 shares but not fedora20/samba4 shares
Hello,
A windows XP machine 'X' (the only one left in the LAN) sees all
fedora14/samba3 shares on f14 machine 'A' but cannot see fedora20/samba4
shares on machines 'B' or 'C'.
'X' can ping all of the others by name, and all of the others 'A', 'B'
and 'C' CAN see ALL of the other shares INCLUDING on the XP machine 'X'.