search for: fedora12

Displaying 11 results from an estimated 11 matches for "fedora12".

Did you mean: fedora15
2011 Jan 31
1
Image Not Expanding
Hello, I am running xen with libvirt. I have an image(Fedora12) with xen para virt and run with the help of libvirt. So i wanted to increase the size of this image from 1GB to 2 GB. I am using virt-resize command for this. When i do : virt-list-partitions it displays 2 partitions 1] /dev/sda1 and 2] /dev/sda2 I want to resize this to 2 gb So i do li...
2010 Nov 24
2
program in centos rpm
Hi all I can't find some program eg: fping rpm in centos 1/ How can I get this program install if yum won't find it? 2/ Can I use fedora12 fping rpm to install on it? Thank you
2011 Jun 01
2
virt-install hell: how to *force* a local CD-ROM install?
...ovide scroll bars, etc. Or is the FC15 installer having a stupid idea of the virtual machine virtual monitor size? Can *that* be changed (the virtual machine's virtual monitor size)? The command line I am using is: sudo virt-install --name=fc15guest --ram=1024 --os-type=linux \ --os-variant=fedora12 \ --location=/distrocds/Fedora/Fedora-15-x86_64-DVD.iso \ --disk="path=/dev/sauron/fc15guest" -- Robert Heller -- 978-544-6933 / heller at deepsoft.com Deepwoods Software -- http://www.deepsoft.com/ () ascii ribbon campaign -- against html e-mail /\ www.asciiribbo...
2010 Apr 20
1
Error when compile libguestfs from source in Fedora-12
Hi all, I am trying to compile libguestfs from source in Fedora12, but failed with such error: cp: cannot stat `initramfs/fakeroot.log': No such file or directory make[2]: *** [../initramfs/fakeroot.log] Error 1 make[2]: Leaving directory `/home/yufang/Code/libguestfs/appliance' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/yufa...
2009 Nov 23
4
Fedora 12 2.6.31.5-127.fc12 domU on CentOS 5.4 2.6.18-164.6.1.el5xen fails to boot
...virDomainCreate() failed', dom=self) libvirtError: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: Boot loader didn't return any data!") If you drop to the command line to see what pygrub gets back, you get: # pygrub /var/lib/xen/images/fedora12.img Traceback (most recent call last): File "/usr/bin/pygrub", line 677, in ? fs = fsimage.open(file, get_fs_offset(file)) IOError: [Errno 95] Operation not supported The kickstart worked perfectly in Fedora 11 on a CentOS 5.4 dom0. I've tried investigating all sorts of grub o...
2013 Mar 07
1
Migrating from CourierMail to Dovecot
My current mail server is a Fedora12 system running postfix/mysql/couriermail/squirrelmail mix. My new server is a Centos6 running postfix/mysql/postfixadmin/dovecot/roundcube mix. I have 4 virtual domains and about 20 users; not a big setup by any measure. Both servers have the same host name, but are currently on separate subn...
2010 Aug 11
3
samba 4 dns-update issue
Hi all, I've setup samba4 according to the samba4 wiki on centOS 5.4 in KVM. This went without any problems. I only had to install a higher version of bind to 9.6.x because Centos bind in repo will install version 9.3.x. I've used the Fedora12 source rpms for this to build bind 9.6.x on Centos 5.4. Then I configured bind according to the samba wiki (http://wiki.samba.org/index.php/Samba4/DNS) I did all the check in the wiki to see if bind is working. All tests passed. But in my logs a got the messages "The working directory is not...
2013 Jul 03
0
F19 and virt-install
..."ks=<url_to_kickstart_file>" ------- Running "virt-install list", it seems that the only fedoras known to virt-install are up to fedora16: fedora16 : Fedora 16 fedora15 : Fedora 15 fedora14 : Fedora 14 fedora13 : Fedora 13 fedora12 : Fedora 12 fedora11 : Fedora 11 fedora10 : Fedora 10 fedora9 : Fedora 9 fedora8 : Fedora 8 fedora7 : Fedora 7 fedora6 : Fedora Core 6 fedora5 : Fedora Core 5 ------- Do I need to update virt-inst...
2010 Mar 10
2
Kernel Panic with wl.ko (Broadcom wireless driver) [CentOS 5.4]
Been experimenting with CentOS 5.4 some more. In order to get my wireless card to work (Broadcom BCM4311) I need Broadcom's wl.ko driver (http:// www.broadcom.com/support/802.11/linux_sta.php). It compiles fine after the necessary modification in typedef.h, loads and wireless works. However, as soon as I put some load on that interface (scp something from another machine, download
2010 Jan 01
10
virsh -c xen:/// list: = Connection refused
I''m running the 2.6.31.6 pv_ops dom0 kernel, libvirt 0.7.0 and Xen 3.4.1. When I try connecting to the Xen hypervisor using virsh it gives me a "Connection refused": root@grp-01-23-02:~# xm list Name ID Mem VCPUs State Time(s) Domain-0 0 1020 4 r----- 858.3 root@grp-01-23-02:~# virsh -c
2010 Aug 05
2
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
Good summer, all! This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain. I have checked this on Cygwin-1.5, Cygwin-1.7, mingw(msysgit) and mingw-cross-fedora12. I can separate this patch into some parts; cleanups, adding definitions and adding rules. Any feedbacks are welcome. Have fun! ...Takumi * Pros - reduction of linking time of toolchain. - capability of -load plugins on opt.exe - capability of LLVM APIs on lli.exe from bc - reduction o...