Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 915202 Details for
Bug 692558
ipforwarding not enabled in minimal + virt install
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Comment
comment_3643554.txt (text/plain), 70.53 KB, created by
wes hayutin
on 2011-03-31 15:38:43 UTC
(
hide
)
Description:
Comment
Filename:
MIME Type:
Creator:
wes hayutin
Created:
2011-03-31 15:38:43 UTC
Size:
70.53 KB
patch
obsolete
>this doe NOT appear to be a bug if you are NOT at a minimal install.. > >[root@dell-pe1950-01 ~]# cat /root/anaconda-ks.cfg ># Kickstart file automatically generated by anaconda. > >#version=DEVEL >install >nfs --server=bigpapi.bos.redhat.com --dir=/vol/engarchive2/redhat/released/F-14/GOLD/Fedora/x86_64/os ># Reboot after installation >reboot >lang en_US.UTF-8 >keyboard us >network --onboot yes --device eth0 --bootproto dhcp --noipv6 >network --onboot no --device eth1 --noipv4 --noipv6 --hostname dell-pe1950-01.rhts.eng.bos.redhat.com >timezone America/New_York >rootpw --iscrypted $1$redhat$9yxjZID8FYVlQzHGhasqW/ >selinux --enforcing >authconfig --useshadow --enablemd5 >firewall --disabled ># The following is the partition information you requested ># Note that any partitions you deleted are not expressed ># here so unless you clear all partitions first, this is ># not guaranteed to work >#clearpart --all --initlabel > > > >#part /boot --fstype=ext4 --size=500 >#part pv.GiRchC-FvoD-yXQm-aHod-pTlN-xAJ5-QFc0TY --grow --size=500 > > >#volgroup vg_dellpe195001 --pesize=32768 pv.GiRchC-FvoD-yXQm-aHod-pTlN-xAJ5-QFc0TY >#logvol /home --fstype=ext4 --name=lv_home --vgname=vg_dellpe195001 --grow --size=100 >#logvol / --fstype=ext4 --name=lv_root --vgname=vg_dellpe195001 --grow --size=1024 --maxsize=51200 >#logvol swap --name=lv_swap --vgname=vg_dellpe195001 --grow --size=1024 --maxsize=10048 >bootloader --location=mbr --driveorder=sdc,sdb --append="console=ttyS1,57600" > >%packages --ignoremissing >@Base >@Core >@desktop-platform-devel >@development >@development-libs >@development-tools >@server-platform-devel >beah >emacs >expect >gcc >koan >libxml2-python >make >nfs-utils >ntp >procmail >pyOpenSSL >redhat-lsb >sendmail >unifdef >vim-enhanced >wget > >%end > >%pre > >wget "http://lab2.rhts.eng.bos.redhat.com/cblr/svc/op/trig/mode/pre/system/dell-pe1950-01.rhts.eng.bos.redhat.com" -O /dev/null > ># Start pre_install_network_config generated code > ># Start eth0 ># Skipping (not a physical interface)... ># End pre_install_network_config generated code > > ># Check in with Beaker Server >python << _EOF_ >import xmlrpclib >server = xmlrpclib.Server("http://lab2.rhts.eng.bos.redhat.com:8000") >server.install_start("dell-pe1950-01.rhts.eng.bos.redhat.com") >_EOF_ > > >wget -O /tmp/anamon "http://lab2.rhts.eng.bos.redhat.com/cobbler/aux/anamon" >python /tmp/anamon --name "dell-pe1950-01.rhts.eng.bos.redhat.com" --server "lab2.rhts.eng.bos.redhat.com" --port "80" > > ># Error: no snippet data for Fedora_pre > ># Error: no snippet data for system_pre > >%end > >%post >wget "http://lab2.rhts.eng.bos.redhat.com/cblr/svc/op/yum/system/dell-pe1950-01.rhts.eng.bos.redhat.com" --output-document=/etc/yum.repos.d/cobbler-config.repo > ># End yum configuration ># > > # this no longer works with RHEL6 > > > ># Start download cobbler managed config files (if applicable) ># End download cobbler managed config files (if applicable) > ># Start koan environment setup >echo "export COBBLER_SERVER=lab2.rhts.eng.bos.redhat.com" > /etc/profile.d/cobbler.sh >echo "setenv COBBLER_SERVER lab2.rhts.eng.bos.redhat.com" > /etc/profile.d/cobbler.csh ># End koan environment setup > ># begin Red Hat management server registration ># not configured to register to any Red Hat management server (ok) ># end Red Hat management server registration > ># Enable post-install boot notification > >wget -O /usr/local/sbin/anamon "http://lab2.rhts.eng.bos.redhat.com/cobbler/aux/anamon" >wget -O /etc/rc.d/init.d/anamon "http://lab2.rhts.eng.bos.redhat.com/cobbler/aux/anamon.init" > >chmod 755 /etc/rc.d/init.d/anamon /usr/local/sbin/anamon >test -d /selinux && restorecon /etc/rc.d/init.d/anamon /usr/local/sbin/anamon > >chkconfig --add anamon > >cat << __EOT__ > /etc/sysconfig/anamon >COBBLER_SERVER="lab2.rhts.eng.bos.redhat.com" >COBBLER_PORT="80" >COBBLER_NAME="dell-pe1950-01.rhts.eng.bos.redhat.com" >LOGFILES="/var/log/boot.log /var/log/messages /var/log/dmesg" >__EOT__ > > > >/sbin/chkconfig ntpdate on >/sbin/chkconfig ntpd on >echo 'OPTIONS="$OPTIONS -x"' >>/etc/sysconfig/ntpd > > > > > ># Add Distro Repos >cat << EOF > /etc/yum.repos.d/beaker-distro1.repo >[beaker-distro1] >name=beaker-distro1 >baseurl=http://lab2.rhts.eng.bos.redhat.com/distros/vol/engarchive2/redhat/released/F-14/GOLD/Fedora/x86_64/os >enabled=1 >gpgcheck=0 >EOF > ># Add Harness Repos >cat << EOF >/etc/yum.repos.d/beaker-harness.repo >[beaker-harness] >name=beaker-harness >baseurl=http://beaker-01.app.eng.bos.redhat.com/harness/Fedora14/x86_64 >enabled=1 >gpgcheck=0 >EOF >cat << EOF >/etc/yum.repos.d/beaker-tasks.repo >[beaker-tasks] >name=beaker-tasks >baseurl=http://beaker-01.app.eng.bos.redhat.com/repos/137111 >enabled=1 >gpgcheck=0 >EOF > ># Add Custom Repos > > ># Install old rhts commands >yum -y --disablerepo=* --enablerepo=beaker-* install rhts-test-env-lab rhts-legacy >yum -y --disablerepo=* --enablerepo=beaker-* install koan ># Install new harness >yum -y --disablerepo=* --enablerepo=beaker-* install beah ># This may fail if you are outside of Red Hat.. >yum -y --disablerepo=* --enablerepo=beaker-* install beakerlib-redhat >cat << EOF > /etc/beah_beaker.conf >[DEFAULT] ># LAB_CONTROLLER: URI of Beaker's XML-RPC handler >LAB_CONTROLLER=http://lab2.rhts.eng.bos.redhat.com:8000/server ># # HOSTNAME: Pretend to be machine with given name: ># #HOSTNAME=fake.hostname.com >HOSTNAME=dell-pe1950-01.rhts.eng.bos.redhat.com > ># LIMITS: hard and soft cap on filesize or amount of data uploaded. ># Limit is specified in bytes and numeric value is expected. Use 0 or negative ># value to specify no limit. ># Files/Tasks reaching soft limit will result in warning, while file/task ># reaching hard limit will raise a warning and also the file upload will be ># stopped. ># Size limit limits the file size, while upload limit limits the number of ># bytes uploaded. These are not necessarily the same, as block may be send ># multipe times, though this is not recomended as it will rewrite data. ># Link limit sets the cap on number of files created by task/recipe. > ># FILE_SIZE_LIMIT, FILE_SIZE_SOFT_LIMIT: hard and soft cap on filesize. >FILE_SIZE_SOFT_LIMIT=200000000 >#FILE_SIZE_LIMIT=0 > ># TASK_SIZE_LIMIT, TASK_SIZE_LIMIT_SOFT: hard and soft cap on size of all ># files per task. >TASK_SIZE_LIMIT_SOFT=800000000 >#TASK_SIZE_LIMIT=0 > ># RECIPE_SIZE_LIMIT, RECIPE_SIZE_LIMIT_SOFT: hard and soft cap on size of all ># files per recipe. >#RECIPE_SIZE_LIMIT_SOFT=0 >#RECIPE_SIZE_LIMIT=0 > ># FILE_UPLOAD_LIMIT, FILE_UPLOAD_SOFT_LIMIT: hard and soft cap on upload per ># file. >#FILE_UPLOAD_SOFT_LIMIT=0 >#FILE_UPLOAD_LIMIT=0 > ># TASK_UPLOAD_LIMIT, TASK_UPLOAD_SOFT_LIMIT: hard and soft cap on all uploads per ># task. >#TASK_UPLOAD_SOFT_LIMIT=0 >#TASK_UPLOAD_LIMIT=0 > ># RECIPE_UPLOAD_LIMIT, RECIPE_UPLOAD_SOFT_LIMIT: hard and soft cap on all uploads ># per recipe. >#RECIPE_UPLOAD_SOFT_LIMIT=0 >#RECIPE_UPLOAD_LIMIT=0 > ># TASK_LINK_LIMIT, TASK_LINK_SOFT_LIMIT: hard and soft cap on number of files per ># task. >#TASK_LINK_SOFT_LIMIT=0 >#TASK_LINK_LIMIT=0 > ># RECIPE_LINK_LIMIT, RECIPE_LINK_SOFT_LIMIT: hard and soft cap on number of ># files per recipe. >#RECIPE_LINK_SOFT_LIMIT=0 >#RECIPE_LINK_LIMIT=0 >EOF ># Turn on Debug logging >/bin/sed -i 's/DEVEL=False/DEVEL=True/' /etc/beah.conf >/bin/sed -i 's/INTERFACE=localhost/INTERFACE=/' /etc/beah.conf >/bin/sed -i 's/CONSOLE_LOG=.*/CONSOLE_LOG=True/' /etc/beah.conf > >chkconfig --add beah-srv >chkconfig --add beah-beaker-backend >chkconfig --add beah-fwd-backend >chkconfig --level 345 beah-srv on >chkconfig --level 345 beah-beaker-backend on >chkconfig --level 345 beah-fwd-backend on > >#Add test user account >useradd --password '$6$oIW3o2Mr$XbWZKaM7nA.cQqudfDJScupXOia5h1u517t6Htx/Q/MgXm82Pc/OcytatTeI4ULNWOMJzvpCigWiL4xKP9PX4.' test >wget -O /etc/rc.d/init.d/koan "http://lab2.rhts.eng.bos.redhat.com/beaker/koan.init" > >chmod 755 /etc/rc.d/init.d/koan >test -d /selinux && restorecon /etc/rc.d/init.d/koan > >chkconfig --add koan > > >cat << EOF > /etc/profile.d/rh-env.sh >export LAB_CONTROLLER=lab2.rhts.eng.bos.redhat.com >export DUMPSERVER= >#export NFSSERVERS="RHEL3,fqdn:path RHEL4,fqdn:path RHEL5,fqdn:path RHEL6,fqdn:path NETAPP,fqdn:path SOLARIS,fqdn:path" >export LOOKASIDE= >export BUILDURL= >EOF >cat << EOF > /etc/profile.d/rh-env.csh >setenv LAB_CONTROLLER lab2.rhts.eng.bos.redhat.com >setenv DUMPSERVER >#setenv NFSSERVERS "RHEL3,fqdn:path RHEL4,fqdn:path RHEL5,fqdn:path RHEL6,fqdn:path NETAPP,fqdn:path SOLARIS,fqdn:path" >setenv LOOKASIDE >setenv BUILDURL >EOF > > >wget "http://lab2.rhts.eng.bos.redhat.com/cblr/svc/op/nopxe/system/dell-pe1950-01.rhts.eng.bos.redhat.com" -O /dev/null >wget "http://lab2.rhts.eng.bos.redhat.com/cblr/svc/op/ks/system/dell-pe1950-01.rhts.eng.bos.redhat.com" -O /root/cobbler.ks >wget "http://lab2.rhts.eng.bos.redhat.com/cblr/svc/op/trig/mode/post/system/dell-pe1950-01.rhts.eng.bos.redhat.com" -O /dev/null > > > ># Error: no snippet data for Fedora_post > ># Error: no snippet data for system_post > >%end > > >[root@dell-pe1950-01 ~]# cat /proc/sys/net/ipv4/ip_forward >0 >[root@dell-pe1950-01 ~]# yum groupinstall virtualization >Loaded plugins: langpacks, presto, refresh-packagekit >Adding en_US to language list >beaker-distro1 | 3.7 kB 00:00 >beaker-harness | 951 B 00:00 >beaker-tasks | 1.1 kB 00:00 >fedora/metalink | 21 kB 00:00 >fedora | 4.3 kB 00:00 >fedora/primary_db | 14 MB 00:05 >updates/metalink | 19 kB 00:00 >updates | 4.7 kB 00:00 >updates/primary_db | 5.0 MB 00:03 >Setting up Group Process >beaker-distro1/group_gz | 406 kB 00:00 >fedora/group_gz | 407 kB 00:00 >updates/group_gz | 412 kB 00:00 >Resolving Dependencies >--> Running transaction check >---> Package libvirt.x86_64 0:0.8.3-4.fc14 set to be installed >--> Processing Dependency: libvirt-client = 0.8.3-4.fc14 for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: glusterfs-client >= 2.0.1 for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.9)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libnetcf.so.1(NETCF_1.3.0)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.2)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.1)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: iscsi-initiator-utils for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt-qemu.so.0(LIBVIRT_QEMU_0.8.3)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: ebtables for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_PRIVATE_0.8.3)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.5)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.0)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.1)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.4.1)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.5.0)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.4.5)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.0.3)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.3.3)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.0.5)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.3.2)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.6.3)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.2.0)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.4)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: /usr/bin/qemu-img for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.5)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.2.1)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.2)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.4.2)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.0)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.0)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.3)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libnetcf.so.1(NETCF_1.2.0)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.1)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.2.3)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.6.4)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.3.0)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.7)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: lzop for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: bridge-utils for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0(LIBVIRT_0.6.1)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libnetcf.so.1(NETCF_1.0.0)(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libxenstore.so.3.0()(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libyajl.so.1()(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt.so.0()(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libvirt-qemu.so.0()(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libaugeas.so.0()(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >--> Processing Dependency: libnetcf.so.1()(64bit) for package: libvirt-0.8.3-4.fc14.x86_64 >---> Package python-virtinst.noarch 0:0.500.4-1.fc14 set to be installed >--> Processing Dependency: libvirt-python >= 0.2.0 for package: python-virtinst-0.500.4-1.fc14.noarch >--> Processing Dependency: libselinux-python for package: python-virtinst-0.500.4-1.fc14.noarch >---> Package qemu-kvm.x86_64 2:0.13.0-1.fc14 set to be installed >--> Processing Dependency: qemu-system-x86 = 2:0.13.0-1.fc14 for package: 2:qemu-kvm-0.13.0-1.fc14.x86_64 >---> Package virt-manager.noarch 0:0.8.5-1.fc14 set to be installed >--> Processing Dependency: gnome-python2-gconf >= 1.99.11-7 for package: virt-manager-0.8.5-1.fc14.noarch >--> Processing Dependency: gnome-python2-gnomekeyring >= 2.15.4 for package: virt-manager-0.8.5-1.fc14.noarch >--> Processing Dependency: gnome-keyring >= 0.4.9 for package: virt-manager-0.8.5-1.fc14.noarch >--> Processing Dependency: vte >= 0.12.2 for package: virt-manager-0.8.5-1.fc14.noarch >--> Processing Dependency: gtk-vnc-python >= 0.3.8 for package: virt-manager-0.8.5-1.fc14.noarch >--> Processing Dependency: pygtk2 >= 1.99.12-6 for package: virt-manager-0.8.5-1.fc14.noarch >--> Processing Dependency: scrollkeeper for package: virt-manager-0.8.5-1.fc14.noarch >--> Processing Dependency: pygtk2-libglade for package: virt-manager-0.8.5-1.fc14.noarch >--> Processing Dependency: dbus-x11 for package: virt-manager-0.8.5-1.fc14.noarch >---> Package virt-viewer.x86_64 0:0.2.1-1.fc13 set to be installed >--> Processing Dependency: libgtk-vnc-1.0.so.0()(64bit) for package: virt-viewer-0.2.1-1.fc13.x86_64 >--> Running transaction check >---> Package augeas-libs.x86_64 0:0.8.0-1.fc14 set to be installed >---> Package bridge-utils.x86_64 0:1.2-9.fc13 set to be installed >---> Package dbus-x11.x86_64 1:1.4.0-2.fc14 set to be installed >--> Processing Dependency: dbus = 1:1.4.0-2.fc14 for package: 1:dbus-x11-1.4.0-2.fc14.x86_64 >---> Package ebtables.x86_64 0:2.0.9-5.fc13 set to be installed >---> Package glusterfs-client.x86_64 0:2.0.9-2.fc14 set to be installed >--> Processing Dependency: glusterfs-common = 2.0.9-2.fc14 for package: glusterfs-client-2.0.9-2.fc14.x86_64 >--> Processing Dependency: fuse for package: glusterfs-client-2.0.9-2.fc14.x86_64 >---> Package gnome-keyring.x86_64 0:2.32.1-1.fc14 set to be installed >---> Package gnome-python2-gconf.x86_64 0:2.28.1-3.fc14 set to be installed >--> Processing Dependency: gnome-python2 = 2.28.1-3.fc14 for package: gnome-python2-gconf-2.28.1-3.fc14.x86_64 >---> Package gnome-python2-gnomekeyring.x86_64 0:2.32.0-3.fc14 set to be installed >--> Processing Dependency: gnome-python2-desktop = 2.32.0-3.fc14 for package: gnome-python2-gnomekeyring-2.32.0-3.fc14.x86_64 >---> Package gtk-vnc.x86_64 0:0.4.2-4.fc14 set to be installed >--> Processing Dependency: libgvnc-1.0.so.0()(64bit) for package: gtk-vnc-0.4.2-4.fc14.x86_64 >---> Package gtk-vnc-python.x86_64 0:0.4.2-4.fc14 set to be installed >---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-8.fc14 set to be installed >---> Package libpciaccess.x86_64 0:0.12.0-1.fc14 set to be installed >---> Package libselinux-python.x86_64 0:2.0.96-6.fc14.1 set to be installed >--> Processing Dependency: libselinux = 2.0.96-6.fc14.1 for package: libselinux-python-2.0.96-6.fc14.1.x86_64 >---> Package libvirt-client.x86_64 0:0.8.3-4.fc14 set to be installed >--> Processing Dependency: cyrus-sasl-md5 for package: libvirt-client-0.8.3-4.fc14.x86_64 >---> Package libvirt-python.x86_64 0:0.8.3-4.fc14 set to be installed >---> Package lzop.x86_64 0:1.03-2.fc14 set to be installed >--> Processing Dependency: liblzo2.so.2()(64bit) for package: lzop-1.03-2.fc14.x86_64 >---> Package netcf-libs.x86_64 0:0.1.7-1.fc14 set to be installed >---> Package pygtk2.x86_64 0:2.17.0-7.fc14 set to be installed >--> Processing Dependency: pygobject2 for package: pygtk2-2.17.0-7.fc14.x86_64 >--> Processing Dependency: pycairo for package: pygtk2-2.17.0-7.fc14.x86_64 >---> Package pygtk2-libglade.x86_64 0:2.17.0-7.fc14 set to be installed >---> Package qemu-img.x86_64 2:0.13.0-1.fc14 set to be installed >---> Package qemu-system-x86.x86_64 2:0.13.0-1.fc14 set to be installed >beaker-distro1/filelists_db | 2.6 MB 00:00 >updates/filelists_db | 7.9 MB 00:03 >--> Processing Dependency: qemu-common = 2:0.13.0-1.fc14 for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: vgabios >= 0.6c-2 for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: seabios-bin for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: /usr/share/gpxe/virtio-net.rom for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >beaker-harness/filelists | 30 kB 00:00 >beaker-tasks/filelists | 944 kB 00:00 >fedora/filelists_db | 19 MB 00:10 >--> Processing Dependency: /usr/share/gpxe/rtl8029.rom for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: /usr/share/gpxe/8086100e.rom for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: libpulse-simple.so.0(PULSE_0)(64bit) for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: /usr/share/gpxe/pcnet32.rom for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: /usr/share/gpxe/rtl8139.rom for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: libspice-server.so.1()(64bit) for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: libSDL-1.2.so.0()(64bit) for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: libpulse.so.0()(64bit) for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: libcelt051.so.0()(64bit) for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >--> Processing Dependency: libpulse-simple.so.0()(64bit) for package: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 >---> Package rarian-compat.x86_64 0:0.8.1-5.fc12 set to be installed >--> Processing Dependency: rarian = 0.8.1-5.fc12 for package: rarian-compat-0.8.1-5.fc12.x86_64 >--> Processing Dependency: rarian for package: rarian-compat-0.8.1-5.fc12.x86_64 >--> Processing Dependency: librarian.so.0()(64bit) for package: rarian-compat-0.8.1-5.fc12.x86_64 >---> Package vte.x86_64 0:0.26.1-1.fc14 set to be installed >---> Package xen-libs.x86_64 0:4.0.1-7.fc14 set to be installed >--> Processing Dependency: xen-licenses for package: xen-libs-4.0.1-7.fc14.x86_64 >---> Package xmlrpc-c-client.x86_64 0:1.23.03-1400.svn1979.fc14 set to be installed >--> Processing Dependency: xmlrpc-c(x86-64) = 1.23.03-1400.svn1979.fc14 for package: xmlrpc-c-client-1.23.03-1400.svn1979.fc14.x86_64 >--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: xmlrpc-c-client-1.23.03-1400.svn1979.fc14.x86_64 >--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: xmlrpc-c-client-1.23.03-1400.svn1979.fc14.x86_64 >---> Package yajl.x86_64 0:1.0.7-3.fc13 set to be installed >--> Running transaction check >---> Package SDL.x86_64 0:1.2.14-10.fc14 set to be installed >---> Package celt051.x86_64 0:0.5.1.3-2.fc14 set to be installed >---> Package cyrus-sasl-md5.x86_64 0:2.1.23-12.fc14 set to be installed >--> Processing Dependency: dbus = 1:1.4.0-1.fc14 for package: 1:dbus-devel-1.4.0-1.fc14.x86_64 >---> Package dbus.x86_64 1:1.4.0-2.fc14 set to be updated >--> Processing Dependency: dbus-libs = 1:1.4.0-2.fc14 for package: 1:dbus-1.4.0-2.fc14.x86_64 >---> Package fuse.x86_64 0:2.8.5-5.fc14 set to be installed >---> Package glusterfs-common.x86_64 0:2.0.9-2.fc14 set to be installed >--> Processing Dependency: libibverbs.so.1(IBVERBS_1.1)(64bit) for package: glusterfs-common-2.0.9-2.fc14.x86_64 >--> Processing Dependency: libibverbs.so.1(IBVERBS_1.0)(64bit) for package: glusterfs-common-2.0.9-2.fc14.x86_64 >--> Processing Dependency: libfuse.so.2(FUSE_2.4)(64bit) for package: glusterfs-common-2.0.9-2.fc14.x86_64 >--> Processing Dependency: libfuse.so.2(FUSE_2.5)(64bit) for package: glusterfs-common-2.0.9-2.fc14.x86_64 >--> Processing Dependency: libfuse.so.2(FUSE_2.8)(64bit) for package: glusterfs-common-2.0.9-2.fc14.x86_64 >--> Processing Dependency: libfuse.so.2(FUSE_2.7)(64bit) for package: glusterfs-common-2.0.9-2.fc14.x86_64 >--> Processing Dependency: libfuse.so.2(FUSE_2.6)(64bit) for package: glusterfs-common-2.0.9-2.fc14.x86_64 >--> Processing Dependency: libfuse.so.2()(64bit) for package: glusterfs-common-2.0.9-2.fc14.x86_64 >--> Processing Dependency: libibverbs.so.1()(64bit) for package: glusterfs-common-2.0.9-2.fc14.x86_64 >---> Package gnome-python2.x86_64 0:2.28.1-3.fc14 set to be installed >---> Package gnome-python2-desktop.x86_64 0:2.32.0-3.fc14 set to be installed >--> Processing Dependency: gnome-python2-canvas >= 2.10.0 for package: gnome-python2-desktop-2.32.0-3.fc14.x86_64 >---> Package gpxe-roms-qemu.noarch 0:1.0.1-3.fc14 set to be installed >---> Package gvnc.x86_64 0:0.4.2-4.fc14 set to be installed >--> Processing Dependency: libselinux = 2.0.96-5.fc14 for package: libselinux-utils-2.0.96-5.fc14.x86_64 >--> Processing Dependency: libselinux = 2.0.96-5.fc14 for package: libselinux-devel-2.0.96-5.fc14.x86_64 >---> Package libselinux.x86_64 0:2.0.96-6.fc14.1 set to be updated >---> Package lzo.x86_64 0:2.03-3.fc12 set to be installed >---> Package pulseaudio-libs.x86_64 0:0.9.21-7.fc14 set to be installed >--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-0.9.21-7.fc14.x86_64 >--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-0.9.21-7.fc14.x86_64 >--> Processing Dependency: libXtst.so.6()(64bit) for package: pulseaudio-libs-0.9.21-7.fc14.x86_64 >--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-0.9.21-7.fc14.x86_64 >---> Package pycairo.x86_64 0:1.8.8-2.fc14 set to be installed >---> Package pygobject2.x86_64 0:2.21.5-3.fc14 set to be installed >---> Package qemu-common.x86_64 2:0.13.0-1.fc14 set to be installed >---> Package rarian.x86_64 0:0.8.1-5.fc12 set to be installed >---> Package seabios-bin.noarch 0:0.6.0-1.fc14 set to be installed >---> Package spice-server.x86_64 0:0.6.4-1.fc14 set to be installed >---> Package vgabios.noarch 0:0.6c-2.fc14 set to be installed >---> Package xen-licenses.x86_64 0:4.0.1-7.fc14 set to be installed >---> Package xmlrpc-c.x86_64 0:1.23.03-1400.svn1979.fc14 set to be installed >--> Running transaction check >---> Package dbus-devel.x86_64 1:1.4.0-2.fc14 set to be updated >---> Package dbus-libs.x86_64 1:1.4.0-2.fc14 set to be updated >---> Package fuse-libs.x86_64 0:2.8.5-5.fc14 set to be installed >---> Package gnome-python2-canvas.x86_64 0:2.28.1-3.fc14 set to be installed >--> Processing Dependency: libgnomecanvas >= 2.8.0 for package: gnome-python2-canvas-2.28.1-3.fc14.x86_64 >--> Processing Dependency: libart_lgpl_2.so.2()(64bit) for package: gnome-python2-canvas-2.28.1-3.fc14.x86_64 >--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: gnome-python2-canvas-2.28.1-3.fc14.x86_64 >---> Package libXtst.x86_64 0:1.0.99.2-3.fc12 set to be installed >---> Package libasyncns.x86_64 0:0.8-1.fc13 set to be installed >---> Package libibverbs.x86_64 0:1.1.3-4.fc13 set to be installed >--> Processing Dependency: libibverbs-driver for package: libibverbs-1.1.3-4.fc13.x86_64 >---> Package libselinux-devel.x86_64 0:2.0.96-6.fc14.1 set to be updated >---> Package libselinux-utils.x86_64 0:2.0.96-6.fc14.1 set to be updated >---> Package libsndfile.x86_64 0:1.0.23-1.fc14 set to be installed >--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.23-1.fc14.x86_64 >--> Running transaction check >---> Package flac.x86_64 0:1.2.1-6.fc12 set to be installed >---> Package libart_lgpl.x86_64 0:2.3.21-1.fc14 set to be installed >---> Package libgnomecanvas.x86_64 0:2.30.2-1.fc14 set to be installed >---> Package libmlx4.x86_64 0:1.0.1-6.fc14 set to be installed >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================================================================================================================== > Package Arch Version Repository Size >================================================================================================================================================================================== >Installing: > libvirt x86_64 0.8.3-4.fc14 updates 922 k > python-virtinst noarch 0.500.4-1.fc14 beaker-distro1 475 k > qemu-kvm x86_64 2:0.13.0-1.fc14 updates 23 k > virt-manager noarch 0.8.5-1.fc14 beaker-distro1 988 k > virt-viewer x86_64 0.2.1-1.fc13 beaker-distro1 40 k >Installing for dependencies: > SDL x86_64 1.2.14-10.fc14 updates 193 k > augeas-libs x86_64 0.8.0-1.fc14 updates 336 k > bridge-utils x86_64 1.2-9.fc13 beaker-distro1 28 k > celt051 x86_64 0.5.1.3-2.fc14 beaker-distro1 50 k > cyrus-sasl-md5 x86_64 2.1.23-12.fc14 beaker-distro1 46 k > dbus-x11 x86_64 1:1.4.0-2.fc14 updates 41 k > ebtables x86_64 2.0.9-5.fc13 beaker-distro1 95 k > flac x86_64 1.2.1-6.fc12 beaker-distro1 230 k > fuse x86_64 2.8.5-5.fc14 updates 72 k > fuse-libs x86_64 2.8.5-5.fc14 updates 75 k > glusterfs-client x86_64 2.0.9-2.fc14 beaker-distro1 11 k > glusterfs-common x86_64 2.0.9-2.fc14 beaker-distro1 755 k > gnome-keyring x86_64 2.32.1-1.fc14 updates 1.2 M > gnome-python2 x86_64 2.28.1-3.fc14 beaker-distro1 46 k > gnome-python2-canvas x86_64 2.28.1-3.fc14 beaker-distro1 31 k > gnome-python2-desktop x86_64 2.32.0-3.fc14 updates 72 k > gnome-python2-gconf x86_64 2.28.1-3.fc14 beaker-distro1 41 k > gnome-python2-gnomekeyring x86_64 2.32.0-3.fc14 updates 26 k > gpxe-roms-qemu noarch 1.0.1-3.fc14 updates 226 k > gtk-vnc x86_64 0.4.2-4.fc14 updates 32 k > gtk-vnc-python x86_64 0.4.2-4.fc14 updates 19 k > gvnc x86_64 0.4.2-4.fc14 updates 73 k > iscsi-initiator-utils x86_64 6.2.0.872-8.fc14 beaker-distro1 511 k > libXtst x86_64 1.0.99.2-3.fc12 beaker-distro1 21 k > libart_lgpl x86_64 2.3.21-1.fc14 beaker-distro1 65 k > libasyncns x86_64 0.8-1.fc13 beaker-distro1 24 k > libgnomecanvas x86_64 2.30.2-1.fc14 beaker-distro1 213 k > libibverbs x86_64 1.1.3-4.fc13 beaker-distro1 42 k > libmlx4 x86_64 1.0.1-6.fc14 beaker-distro1 27 k > libpciaccess x86_64 0.12.0-1.fc14 beaker-distro1 22 k > libselinux-python x86_64 2.0.96-6.fc14.1 updates 202 k > libsndfile x86_64 1.0.23-1.fc14 updates 153 k > libvirt-client x86_64 0.8.3-4.fc14 updates 2.0 M > libvirt-python x86_64 0.8.3-4.fc14 updates 180 k > lzo x86_64 2.03-3.fc12 beaker-distro1 53 k > lzop x86_64 1.03-2.fc14 updates 50 k > netcf-libs x86_64 0.1.7-1.fc14 beaker-distro1 47 k > pulseaudio-libs x86_64 0.9.21-7.fc14 updates 429 k > pycairo x86_64 1.8.8-2.fc14 beaker-distro1 152 k > pygobject2 x86_64 2.21.5-3.fc14 beaker-distro1 261 k > pygtk2 x86_64 2.17.0-7.fc14 beaker-distro1 995 k > pygtk2-libglade x86_64 2.17.0-7.fc14 beaker-distro1 23 k > qemu-common x86_64 2:0.13.0-1.fc14 updates 258 k > qemu-img x86_64 2:0.13.0-1.fc14 updates 168 k > qemu-system-x86 x86_64 2:0.13.0-1.fc14 updates 2.4 M > rarian x86_64 0.8.1-5.fc12 beaker-distro1 92 k > rarian-compat x86_64 0.8.1-5.fc12 beaker-distro1 59 k > seabios-bin noarch 0.6.0-1.fc14 beaker-distro1 47 k > spice-server x86_64 0.6.4-1.fc14 updates 251 k > vgabios noarch 0.6c-2.fc14 beaker-distro1 41 k > vte x86_64 0.26.1-1.fc14 beaker-distro1 352 k > xen-libs x86_64 4.0.1-7.fc14 updates 378 k > xen-licenses x86_64 4.0.1-7.fc14 updates 60 k > xmlrpc-c x86_64 1.23.03-1400.svn1979.fc14 beaker-distro1 111 k > xmlrpc-c-client x86_64 1.23.03-1400.svn1979.fc14 beaker-distro1 26 k > yajl x86_64 1.0.7-3.fc13 beaker-distro1 27 k >Updating for dependencies: > dbus x86_64 1:1.4.0-2.fc14 updates 216 k > dbus-devel x86_64 1:1.4.0-2.fc14 updates 48 k > dbus-libs x86_64 1:1.4.0-2.fc14 updates 134 k > libselinux x86_64 2.0.96-6.fc14.1 updates 107 k > libselinux-devel x86_64 2.0.96-6.fc14.1 updates 136 k > libselinux-utils x86_64 2.0.96-6.fc14.1 updates 81 k > >Transaction Summary >================================================================================================================================================================================== >Install 61 Package(s) >Upgrade 6 Package(s) > >Total download size: 16 M >Is this ok [y/N]: y >Downloading Packages: >Setting up and reading Presto delta metadata >updates/prestodelta | 926 kB 00:00 >Processing delta metadata >Download delta size: 483 k >(1/6): dbus-1.4.0-1.fc14_1.4.0-2.fc14.x86_64.drpm | 181 kB 00:00 >(2/6): dbus-devel-1.4.0-1.fc14_1.4.0-2.fc14.x86_64.drpm | 30 kB 00:00 >(3/6): dbus-libs-1.4.0-1.fc14_1.4.0-2.fc14.x86_64.drpm | 48 kB 00:00 >(4/6): libselinux-2.0.96-5.fc14_2.0.96-6.fc14.1.x86_64.drpm | 74 kB 00:00 >(5/6): libselinux-devel-2.0.96-5.fc14_2.0.96-6.fc14.1.x86_64.drpm | 80 kB 00:00 >(6/6): libselinux-utils-2.0.96-5.fc14_2.0.96-6.fc14.1.x86_64.drpm | 71 kB 00:00 >Finishing rebuild of rpms, from deltarpms ><delta rebuild> | 722 kB 00:01 >Presto reduced the update size by 34% (from 722 k to 483 k). >Package(s) data still to download: 16 M >(1/61): SDL-1.2.14-10.fc14.x86_64.rpm | 193 kB 00:00 >(2/61): augeas-libs-0.8.0-1.fc14.x86_64.rpm | 336 kB 00:00 >(3/61): bridge-utils-1.2-9.fc13.x86_64.rpm | 28 kB 00:00 >(4/61): celt051-0.5.1.3-2.fc14.x86_64.rpm | 50 kB 00:00 >(5/61): cyrus-sasl-md5-2.1.23-12.fc14.x86_64.rpm | 46 kB 00:00 >(6/61): dbus-x11-1.4.0-2.fc14.x86_64.rpm | 41 kB 00:00 >(7/61): ebtables-2.0.9-5.fc13.x86_64.rpm | 95 kB 00:00 >(8/61): flac-1.2.1-6.fc12.x86_64.rpm | 230 kB 00:00 >(9/61): fuse-2.8.5-5.fc14.x86_64.rpm | 72 kB 00:00 >(10/61): fuse-libs-2.8.5-5.fc14.x86_64.rpm | 75 kB 00:00 >(11/61): glusterfs-client-2.0.9-2.fc14.x86_64.rpm | 11 kB 00:00 >(12/61): glusterfs-common-2.0.9-2.fc14.x86_64.rpm | 755 kB 00:00 >(13/61): gnome-keyring-2.32.1-1.fc14.x86_64.rpm | 1.2 MB 00:00 >(14/61): gnome-python2-2.28.1-3.fc14.x86_64.rpm | 46 kB 00:00 >(15/61): gnome-python2-canvas-2.28.1-3.fc14.x86_64.rpm | 31 kB 00:00 >(16/61): gnome-python2-desktop-2.32.0-3.fc14.x86_64.rpm | 72 kB 00:00 >(17/61): gnome-python2-gconf-2.28.1-3.fc14.x86_64.rpm | 41 kB 00:00 >(18/61): gnome-python2-gnomekeyring-2.32.0-3.fc14.x86_64.rpm | 26 kB 00:00 >(19/61): gpxe-roms-qemu-1.0.1-3.fc14.noarch.rpm | 226 kB 00:00 >(20/61): gtk-vnc-0.4.2-4.fc14.x86_64.rpm | 32 kB 00:00 >(21/61): gtk-vnc-python-0.4.2-4.fc14.x86_64.rpm | 19 kB 00:00 >(22/61): gvnc-0.4.2-4.fc14.x86_64.rpm | 73 kB 00:00 >(23/61): iscsi-initiator-utils-6.2.0.872-8.fc14.x86_64.rpm | 511 kB 00:00 >(24/61): libXtst-1.0.99.2-3.fc12.x86_64.rpm | 21 kB 00:00 >(25/61): libart_lgpl-2.3.21-1.fc14.x86_64.rpm | 65 kB 00:00 >(26/61): libasyncns-0.8-1.fc13.x86_64.rpm | 24 kB 00:00 >(27/61): libgnomecanvas-2.30.2-1.fc14.x86_64.rpm | 213 kB 00:00 >(28/61): libibverbs-1.1.3-4.fc13.x86_64.rpm | 42 kB 00:00 >(29/61): libmlx4-1.0.1-6.fc14.x86_64.rpm | 27 kB 00:00 >(30/61): libpciaccess-0.12.0-1.fc14.x86_64.rpm | 22 kB 00:00 >(31/61): libselinux-python-2.0.96-6.fc14.1.x86_64.rpm | 202 kB 00:00 >(32/61): libsndfile-1.0.23-1.fc14.x86_64.rpm | 153 kB 00:00 >(33/61): libvirt-0.8.3-4.fc14.x86_64.rpm | 922 kB 00:00 >(34/61): libvirt-client-0.8.3-4.fc14.x86_64.rpm | 2.0 MB 00:00 >(35/61): libvirt-python-0.8.3-4.fc14.x86_64.rpm | 180 kB 00:00 >(36/61): lzo-2.03-3.fc12.x86_64.rpm | 53 kB 00:00 >(37/61): lzop-1.03-2.fc14.x86_64.rpm | 50 kB 00:00 >(38/61): netcf-libs-0.1.7-1.fc14.x86_64.rpm | 47 kB 00:00 >(39/61): pulseaudio-libs-0.9.21-7.fc14.x86_64.rpm | 429 kB 00:00 >(40/61): pycairo-1.8.8-2.fc14.x86_64.rpm | 152 kB 00:00 >(41/61): pygobject2-2.21.5-3.fc14.x86_64.rpm | 261 kB 00:00 >(42/61): pygtk2-2.17.0-7.fc14.x86_64.rpm | 995 kB 00:00 >(43/61): pygtk2-libglade-2.17.0-7.fc14.x86_64.rpm | 23 kB 00:00 >(44/61): python-virtinst-0.500.4-1.fc14.noarch.rpm | 475 kB 00:00 >(45/61): qemu-common-0.13.0-1.fc14.x86_64.rpm | 258 kB 00:00 >(46/61): qemu-img-0.13.0-1.fc14.x86_64.rpm | 168 kB 00:00 >(47/61): qemu-kvm-0.13.0-1.fc14.x86_64.rpm | 23 kB 00:00 >(48/61): qemu-system-x86-0.13.0-1.fc14.x86_64.rpm | 2.4 MB 00:00 >(49/61): rarian-0.8.1-5.fc12.x86_64.rpm | 92 kB 00:00 >(50/61): rarian-compat-0.8.1-5.fc12.x86_64.rpm | 59 kB 00:00 >(51/61): seabios-bin-0.6.0-1.fc14.noarch.rpm | 47 kB 00:00 >(52/61): spice-server-0.6.4-1.fc14.x86_64.rpm | 251 kB 00:00 >(53/61): vgabios-0.6c-2.fc14.noarch.rpm | 41 kB 00:00 >(54/61): virt-manager-0.8.5-1.fc14.noarch.rpm | 988 kB 00:00 >(55/61): virt-viewer-0.2.1-1.fc13.x86_64.rpm | 40 kB 00:00 >(56/61): vte-0.26.1-1.fc14.x86_64.rpm | 352 kB 00:00 >(57/61): xen-libs-4.0.1-7.fc14.x86_64.rpm | 378 kB 00:00 >(58/61): xen-licenses-4.0.1-7.fc14.x86_64.rpm | 60 kB 00:00 >(59/61): xmlrpc-c-1.23.03-1400.svn1979.fc14.x86_64.rpm | 111 kB 00:00 >(60/61): xmlrpc-c-client-1.23.03-1400.svn1979.fc14.x86_64.rpm | 26 kB 00:00 >(61/61): yajl-1.0.7-3.fc13.x86_64.rpm | 27 kB 00:00 >---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- >Total 2.8 MB/s | 16 MB 00:05 >warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 97a1071f: NOKEY >updates/gpgkey | 3.2 kB 00:00 ... >Importing GPG key 0x97A1071F: > Userid : Fedora (14) <fedora@fedoraproject.org> > Package: fedora-release-14-1.noarch (@anaconda-InstallationRepo-201010211827.x86_64) > From : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64 >Is this ok [y/N]: y >Running rpm_check_debug >Running Transaction Test >Transaction Test Succeeded >Running Transaction > Updating : libselinux-2.0.96-6.fc14.1.x86_64 1/73 > Installing : augeas-libs-0.8.0-1.fc14.x86_64 2/73 > Updating : 1:dbus-libs-1.4.0-2.fc14.x86_64 3/73 > Installing : netcf-libs-0.1.7-1.fc14.x86_64 4/73 > Installing : yajl-1.0.7-3.fc13.x86_64 5/73 > Updating : 1:dbus-1.4.0-2.fc14.x86_64 6/73 > Installing : gnome-keyring-2.32.1-1.fc14.x86_64 7/73 > Installing : libart_lgpl-2.3.21-1.fc14.x86_64 8/73 > Installing : celt051-0.5.1.3-2.fc14.x86_64 9/73 > Installing : pycairo-1.8.8-2.fc14.x86_64 10/73 > Installing : gvnc-0.4.2-4.fc14.x86_64 11/73 > Installing : gtk-vnc-0.4.2-4.fc14.x86_64 12/73 > Installing : gtk-vnc-python-0.4.2-4.fc14.x86_64 13/73 > Installing : pygobject2-2.21.5-3.fc14.x86_64 14/73 > Installing : pygtk2-2.17.0-7.fc14.x86_64 15/73 > Installing : pygtk2-libglade-2.17.0-7.fc14.x86_64 16/73 > Installing : spice-server-0.6.4-1.fc14.x86_64 17/73 > Installing : libgnomecanvas-2.30.2-1.fc14.x86_64 18/73 > Installing : 1:dbus-x11-1.4.0-2.fc14.x86_64 19/73 > Installing : libselinux-python-2.0.96-6.fc14.1.x86_64 20/73 > Installing : libibverbs-1.1.3-4.fc13.x86_64 21/73 > Installing : libmlx4-1.0.1-6.fc14.x86_64 22/73 > Installing : flac-1.2.1-6.fc12.x86_64 23/73 > Installing : libsndfile-1.0.23-1.fc14.x86_64 24/73 > Installing : fuse-2.8.5-5.fc14.x86_64 25/73 > Installing : cyrus-sasl-md5-2.1.23-12.fc14.x86_64 26/73 > Installing : fuse-libs-2.8.5-5.fc14.x86_64 27/73 > Installing : glusterfs-common-2.0.9-2.fc14.x86_64 28/73 > Installing : bridge-utils-1.2-9.fc13.x86_64 29/73 > Installing : vte-0.26.1-1.fc14.x86_64 30/73 > Installing : lzo-2.03-3.fc12.x86_64 31/73 > Installing : lzop-1.03-2.fc14.x86_64 32/73 > Installing : 2:qemu-common-0.13.0-1.fc14.x86_64 33/73 > Installing : SDL-1.2.14-10.fc14.x86_64 34/73 > Installing : xmlrpc-c-1.23.03-1400.svn1979.fc14.x86_64 35/73 > Installing : xmlrpc-c-client-1.23.03-1400.svn1979.fc14.x86_64 36/73 > Installing : libasyncns-0.8-1.fc13.x86_64 37/73 > Installing : iscsi-initiator-utils-6.2.0.872-8.fc14.x86_64 38/73 > Installing : 2:qemu-img-0.13.0-1.fc14.x86_64 39/73 > Installing : libXtst-1.0.99.2-3.fc12.x86_64 40/73 > Installing : pulseaudio-libs-0.9.21-7.fc14.x86_64 41/73 > Installing : rarian-0.8.1-5.fc12.x86_64 42/73 > Installing : rarian-compat-0.8.1-5.fc12.x86_64 43/73 > Installing : ebtables-2.0.9-5.fc13.x86_64 44/73 > Installing : libpciaccess-0.12.0-1.fc14.x86_64 45/73 > Installing : gnome-python2-2.28.1-3.fc14.x86_64 46/73 > Installing : gnome-python2-gconf-2.28.1-3.fc14.x86_64 47/73 > Installing : gnome-python2-canvas-2.28.1-3.fc14.x86_64 48/73 > Installing : gnome-python2-desktop-2.32.0-3.fc14.x86_64 49/73 > Installing : gnome-python2-gnomekeyring-2.32.0-3.fc14.x86_64 50/73 > Installing : glusterfs-client-2.0.9-2.fc14.x86_64 51/73 > Installing : gpxe-roms-qemu-1.0.1-3.fc14.noarch 52/73 > Installing : xen-licenses-4.0.1-7.fc14.x86_64 53/73 > Installing : xen-libs-4.0.1-7.fc14.x86_64 54/73 > Installing : libvirt-client-0.8.3-4.fc14.x86_64 55/73 > Installing : libvirt-python-0.8.3-4.fc14.x86_64 56/73 > Installing : python-virtinst-0.500.4-1.fc14.noarch 57/73 > Installing : seabios-bin-0.6.0-1.fc14.noarch 58/73 > Installing : vgabios-0.6c-2.fc14.noarch 59/73 > Installing : 2:qemu-system-x86-0.13.0-1.fc14.x86_64 60/73 > Installing : libvirt-0.8.3-4.fc14.x86_64 61/73 > Installing : virt-viewer-0.2.1-1.fc13.x86_64 62/73 > Updating : libselinux-utils-2.0.96-6.fc14.1.x86_64 63/73 > Installing : 2:qemu-kvm-0.13.0-1.fc14.x86_64 64/73 > Installing : virt-manager-0.8.5-1.fc14.noarch 65/73 > Updating : 1:dbus-devel-1.4.0-2.fc14.x86_64 66/73 > Updating : libselinux-devel-2.0.96-6.fc14.1.x86_64 67/73 > Cleanup : 1:dbus-devel-1.4.0-1.fc14.x86_64 68/73 > Cleanup : 1:dbus-1.4.0-1.fc14.x86_64 69/73 > Cleanup : libselinux-utils-2.0.96-5.fc14.x86_64 70/73 > Cleanup : libselinux-devel-2.0.96-5.fc14.x86_64 71/73 > Cleanup : libselinux-2.0.96-5.fc14.x86_64 72/73 > Cleanup : 1:dbus-libs-1.4.0-1.fc14.x86_64 73/73 > >Installed: > libvirt.x86_64 0:0.8.3-4.fc14 python-virtinst.noarch 0:0.500.4-1.fc14 qemu-kvm.x86_64 2:0.13.0-1.fc14 virt-manager.noarch 0:0.8.5-1.fc14 virt-viewer.x86_64 0:0.2.1-1.fc13 > >Dependency Installed: > SDL.x86_64 0:1.2.14-10.fc14 augeas-libs.x86_64 0:0.8.0-1.fc14 bridge-utils.x86_64 0:1.2-9.fc13 > celt051.x86_64 0:0.5.1.3-2.fc14 cyrus-sasl-md5.x86_64 0:2.1.23-12.fc14 dbus-x11.x86_64 1:1.4.0-2.fc14 > ebtables.x86_64 0:2.0.9-5.fc13 flac.x86_64 0:1.2.1-6.fc12 fuse.x86_64 0:2.8.5-5.fc14 > fuse-libs.x86_64 0:2.8.5-5.fc14 glusterfs-client.x86_64 0:2.0.9-2.fc14 glusterfs-common.x86_64 0:2.0.9-2.fc14 > gnome-keyring.x86_64 0:2.32.1-1.fc14 gnome-python2.x86_64 0:2.28.1-3.fc14 gnome-python2-canvas.x86_64 0:2.28.1-3.fc14 > gnome-python2-desktop.x86_64 0:2.32.0-3.fc14 gnome-python2-gconf.x86_64 0:2.28.1-3.fc14 gnome-python2-gnomekeyring.x86_64 0:2.32.0-3.fc14 > gpxe-roms-qemu.noarch 0:1.0.1-3.fc14 gtk-vnc.x86_64 0:0.4.2-4.fc14 gtk-vnc-python.x86_64 0:0.4.2-4.fc14 > gvnc.x86_64 0:0.4.2-4.fc14 iscsi-initiator-utils.x86_64 0:6.2.0.872-8.fc14 libXtst.x86_64 0:1.0.99.2-3.fc12 > libart_lgpl.x86_64 0:2.3.21-1.fc14 libasyncns.x86_64 0:0.8-1.fc13 libgnomecanvas.x86_64 0:2.30.2-1.fc14 > libibverbs.x86_64 0:1.1.3-4.fc13 libmlx4.x86_64 0:1.0.1-6.fc14 libpciaccess.x86_64 0:0.12.0-1.fc14 > libselinux-python.x86_64 0:2.0.96-6.fc14.1 libsndfile.x86_64 0:1.0.23-1.fc14 libvirt-client.x86_64 0:0.8.3-4.fc14 > libvirt-python.x86_64 0:0.8.3-4.fc14 lzo.x86_64 0:2.03-3.fc12 lzop.x86_64 0:1.03-2.fc14 > netcf-libs.x86_64 0:0.1.7-1.fc14 pulseaudio-libs.x86_64 0:0.9.21-7.fc14 pycairo.x86_64 0:1.8.8-2.fc14 > pygobject2.x86_64 0:2.21.5-3.fc14 pygtk2.x86_64 0:2.17.0-7.fc14 pygtk2-libglade.x86_64 0:2.17.0-7.fc14 > qemu-common.x86_64 2:0.13.0-1.fc14 qemu-img.x86_64 2:0.13.0-1.fc14 qemu-system-x86.x86_64 2:0.13.0-1.fc14 > rarian.x86_64 0:0.8.1-5.fc12 rarian-compat.x86_64 0:0.8.1-5.fc12 seabios-bin.noarch 0:0.6.0-1.fc14 > spice-server.x86_64 0:0.6.4-1.fc14 vgabios.noarch 0:0.6c-2.fc14 vte.x86_64 0:0.26.1-1.fc14 > xen-libs.x86_64 0:4.0.1-7.fc14 xen-licenses.x86_64 0:4.0.1-7.fc14 xmlrpc-c.x86_64 0:1.23.03-1400.svn1979.fc14 > xmlrpc-c-client.x86_64 0:1.23.03-1400.svn1979.fc14 yajl.x86_64 0:1.0.7-3.fc13 > >Dependency Updated: > dbus.x86_64 1:1.4.0-2.fc14 dbus-devel.x86_64 1:1.4.0-2.fc14 dbus-libs.x86_64 1:1.4.0-2.fc14 libselinux.x86_64 0:2.0.96-6.fc14.1 > libselinux-devel.x86_64 0:2.0.96-6.fc14.1 libselinux-utils.x86_64 0:2.0.96-6.fc14.1 > >Complete! >[root@dell-pe1950-01 ~]# /etc/init.d/libvirtd restart >Stopping libvirtd daemon: [FAILED] >Starting libvirtd daemon: [ OK ] >[root@dell-pe1950-01 ~]# cat /proc/sys/net/ipv4/ip_forward >1 >[root@dell-pe1950-01 ~]#
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 692558
: 915202