Displaying 20 results from an estimated 800 matches similar to: "Proposals for making configure_from_network function works in f13"
2010 Jan 19
1
How I installed ovirt on fc 12
Hi,
I installed ovirt on fedora 12 (64 bits) successfully but I had to make some changes to make it work.
1. Installation from rpms builded from the lastest git version
2. Patch ace : missing backslashes in sed commands
vim /usr/share/ace/modules/ovirt/manifests/freeipa.pp
line 33 : '/\\[kdcdefaults\\]/a \\ kdc_ports = 88'
single_exec {"set_kdc_defaults":
2009 Aug 11
1
[PATCH server] remove appliance bits
This removes the appliance configuration bits from the installer and associated files since it has been deprecated
---
installer/modules/ovirt/files/cobbler-import | 6 -
.../modules/ovirt/files/ovirt-appliance-setup | 4 -
installer/modules/ovirt/files/ovirt-storage | 73 ----------
installer/modules/ovirt/manifests/appliance.pp | 152 --------------------
4 files
2010 Feb 04
3
[PATCH] Make configure_from_network function check if network is up, before touching it
This patch adds a safety verification to configure_from_network function, where network configuration will not be performed if it is already up and running, preventing lost of communication for connections already established.
Signed-off-by: Ricardo Marin Matinata <matinata at br.ibm.com>
---
scripts/ovirt-early | 9 ++++++---
scripts/ovirt-functions | 7 +++++++
2 files changed,
2010 May 04
2
[PATCH node] save all not-parsed boot parameters
not just console=
This is to allow vendor-specific boot parameters to survive when the
image is installed to disk.
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
scripts/ovirt-early | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 4b85102..c17ea74 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@
2010 Dec 01
4
problem booting (Fedora) LiveCD ISO over PXELINUX
This is an issue I've researched quite a bit on bug lists, and looked
in the Syslinux Wiki for a way to do this, but haven't yet found a
solution.
1) I have an existing Fedora 13 LiveCD which I burned to a CD and
tested on a system without issue.
2) I then took that same ISO and dropped it in my pxelinux.cfg/default
for being able to boot over the network. I made sure to extract the
2010 Sep 30
1
PXELINUX: initrd loading failed
Hi All,
During booting from network i am getting the following error
initrd too large to handle, disabling initrd
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)
Size of initrd0.img is approx. 317 MB
Size of vmlinuz is approx. 4 MB
Following is the part of my default file in pxelinux.cfg/
label linux0
menu label MyFedora13 (default)
kernel vmlinuz0
APPEND
2014 Nov 19
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
Hi,
I am trying to boot syslinux with an SD-Card on COMe-mBTi10 board, it works
perfect with syslinux 4-06(as BIOS supports booting from SD-CARD), but
hangs with syslinux-6.03 during 'Loading vmlinuz ... '.
I tried various ways in which I could debug but no hints, just one time I
got the error below the loading screen.
'Loading vmlinuz0 ... CHS: Error 8001 reading sector 34(0/3/3)
2014 Nov 29
2
http slow transfer
Hi,
I'm using PXELinux latest (6.03) and I encountered a very strange issue.
I've converted a CentOS Live ISO to PXE, and I'm using lpxelinux.0 to boot
it.
Without any HTTP method in the lines, the files are transferring without
any problems, but as soon as I use http, all the transferring action is
super slow - 5-8 times slower compared to stanard TFTP/UDP transfer (with
the same
2014 Nov 19
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
Hi
I have tried to install syslinux 4.06 on the SD card again, it works like a
charm.
I am being very carefull with c32 files from the same version bootloader.
No success.
I am also unmounting /dev/sdb1 before installing syslinux, as mentioned in
the given documentations.
In the pasted syslinux.cfg content--- I have also tried using only one
DEFAULT directive. No success.
syslinux boots
2014 Nov 19
0
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
>
> Hi
> I have tried to install syslinux 4.06 on the SD card again, it works
> like a charm.
>
> I am being very carefull with c32 files from the same version
> bootloader. No success.
>
> I am also unmounting /dev/sdb1 before installing syslinux, as mentioned
> in the given documentations.
> In the pasted syslinux.cfg content--- I have also tried using only
2014 Nov 20
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
Hi,
First of all thank you so much for your prompt suggestions/help. I really
appreciate this.
Here is the syslinux.cfg which works perfect with syslinux-4.06
----
PROMPT 0
TIMEOUT 50
SERIAL 0
DEFAULT mylabel
LABEL mylabel
KERNEL vmlinuz0
APPEND initrd=initrd.img root=/dev/mmcblk0p2 rootwait rootfstype=ext3
console=tty0 console=ttyS0,9600
----
To further round off the error possibilities I used
2010 May 05
1
[PATCH server] Upgrade rails gem version for F13
From: root <root at ovirt.admin.virt.par.lng>
Signed-off-by: Arthur Cl?ment <aclement at linagora.com>
---
src/config/environment.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/config/environment.rb b/src/config/environment.rb
index 9c1a9fa..ca6ed03 100644
--- a/src/config/environment.rb
+++ b/src/config/environment.rb
@@ -20,7 +20,7 @@
# Be sure
2010 Aug 14
1
cpuTimes and qemu-kvm on F13
http://libvirt.org/html/libvirt-libvirt.html#virDomainInfo
http://libvirt.org/html/libvirt-libvirt.html#virVcpuInfo
Both virDomainInfo and virVcpuInfo have a nanosecond cpuTime field. How
do the two related to one another?
With some experiementing, it appears the virDomainInfo::cpuTime is equal
to the host CPU time used by the qemu-kvm process for the domain. It
also appears that the
2010 Aug 15
1
F13-x86_64 - New version of qemu in raw virt repo breaks virsh and virt-manager?
Without actually thoroughly thinking about it, I updated my system
yesterday with the latest qemu-kvm. rpm -qa shows
qemu-kvm-0.13.0-0.5.20100809git25fdf4a.fc13.x86_64
See also:
virsh # version
Compiled against library: libvir 0.8.2
Using library: libvir 0.8.2
Using API: QEMU 0.8.2
Running hypervisor: QEMU 0.13.50
Now when I attempt to start a domain that was working perfectly well
prior to
2010 May 10
1
Rails/mongrel/httpd issue - F13, rails 2.3.5
Hi,
I have an issue with mongrel and rails. I add -B option(debug) to mongrel_rails in /etc/init.d/mongrel-rails but it didn't display more logs : http://ovirt.pastebin.com/N5v94cTu
This is the page I get when I try to reach the ovirt web interface, I see the html tags (kerberos auth is working) :
<html><body>You are being <a
2004 Jun 07
2
run-init warning
Please be aware that I HAVE NOT TESTED THIS PROGRAM... please try it in
a "safe" environment since for all I know it could nuke your "real root"
by mistake.
-hpa
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe.
Removes old sub packages form ovirt-node, stateless, logos, selinux.
Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221
Added License file.
2014 Aug 27
1
[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
On Wed, Aug 27, 2014 at 10:34 AM, Christopher Covington
<cov at codeaurora.org> wrote:
> On 08/27/2014 12:19 PM, Andy Lutomirski wrote:
>> On Wed, Aug 27, 2014 at 9:13 AM, Christopher Covington
>> <cov at codeaurora.org> wrote:
>
> Virtme looks interesting. If it's any use, here is my modest QEMU command line
> collection.
>
>
2014 Aug 27
1
[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
On Wed, Aug 27, 2014 at 10:34 AM, Christopher Covington
<cov at codeaurora.org> wrote:
> On 08/27/2014 12:19 PM, Andy Lutomirski wrote:
>> On Wed, Aug 27, 2014 at 9:13 AM, Christopher Covington
>> <cov at codeaurora.org> wrote:
>
> Virtme looks interesting. If it's any use, here is my modest QEMU command line
> collection.
>
>
2010 Oct 14
2
Stumped by extlinux After OS Upgrade
Hello fellow syslinux/extlinux users! Please forgive the long post, but I
believe my problem warrants the background info to understand the issue.
I've developed a specialized spin of Fedora that runs off CompactFlash.
The spin is actually produced by the livecd-tools package and is then
transferred to the CF card -- which has been formatted with ext3 -- using
livecd-tools'