similar to: CentOS 5.9 LiveCD build on CentOS 6.4?

Displaying 20 results from an estimated 500 matches similar to: "CentOS 5.9 LiveCD build on CentOS 6.4?"

2011 Dec 10
2
A few errors with virt-p2v-image-builder
I just now ran into some traceback messages and other errors running virt-p2v-image-builder 0.8.5.1. Anything to worry about? . . . Installing: passwd ##################### [305/307] Installing: syslinux ##################### [306/307] Installing: vim-minimal ##################### [307/307] Note: Forwarding request to
2010 Apr 13
1
[PATCH node] refactor node image recipe
top-level kickstart file contains only includes, example custom-template.ks is provided with documented customization points. Signed-off-by: Alan Pevec <apevec at redhat.com> --- recipe/common-manifest-post.ks | 31 +++++++++++ recipe/common-manifest-pre.ks | 11 ++++ recipe/common-post-chroot.ks | 46 ++++++++++++++++ recipe/common-post.ks | 24 +++++++++
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
this is cleaner and avoids rebuilding initramfs in the kickstart post it is built with correct configuration for the node image the first time, in kernel posttrans --- dracut/Makefile.am | 3 + ...-3d88d27810acc7782618d67a03ff5c0e41494ca4.patch | 20 ++++++++ ...-93724aa28fc20c8b7f0167201d1759b7118ba890.patch | 37 +++++++++++++++ dracut/ovirt-dracut.conf
2009 Sep 10
0
Re: persistent ssh_host_keys
I believe you should support authorized_keys as well. On Wednesday 09 September 2009 19:01:06 ovirt-devel-request at redhat.com wrote: > Send Ovirt-devel mailing list submissions to > ovirt-devel at redhat.com > > To subscribe or unsubscribe via the World Wide Web, visit > https://www.redhat.com/mailman/listinfo/ovirt-devel > or, via email, send a message with subject or
2009 Sep 08
0
[PATCH node-image] Working version of Add the ability to use persistent ssh_host_keys on the ovirt-node
From: root <root at linagora-ovirt.netaktiv.com> --- ovirt-node-image.ks | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks index 802b6a5..9a7d617 100644 --- a/ovirt-node-image.ks +++ b/ovirt-node-image.ks @@ -55,6 +55,22 @@ if [ -f "ovirt-authorized_keys" ]; then chmod 644
2009 Sep 08
2
[PATCH node-image] Add ability to set persistent ssh_host_keys on the node, usefull if you run diskless instance of ovirt-node
From: root <root at chappy.(none)> --- ovirt-node-image.ks | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks index 802b6a5..d698497 100644 --- a/ovirt-node-image.ks +++ b/ovirt-node-image.ks @@ -55,6 +55,22 @@ if [ -f "ovirt-authorized_keys" ]; then chmod 644
2007 Dec 23
1
yum error "AttributeError: LOCATION_BASE" after 4.5 -> 4.6 upgrade
Hello all, I am having a problem running yum after doing the 4.6 upgrade. I did a live update through yum and no problems were encountered. However, now when I try to run yum (with any commands/options) I get this error right after loading/reading the repo's - eading repository metadata in from local files Traceback (most recent call last): File "/usr/bin/yum", line
2009 Sep 22
1
[PATCH] edit-livecd in python
This is the second generation of the edit-livecd tool that replaces our original bash script with a python version and aims to reuse as much as the livecd-creator libraries as possible. The main reason for the new creator class is to avoid the need for a kisckstart file in order to edit an existing livecd image. edit-livecd is useful for people who don't have the development and yum
2014 Dec 22
0
Yum error
Hi there, I've installed C7 and I'm trying to use targetcli and other. Until yesterday all works good. Today I've runned yum update, that has updated glibc. Then I installed targetcli and targetd. After some operation on an md device like mount/umont. After this, during yum install lsof I get: ..... Install 1 Package Total size: 331 k Installed size: 927 k Is this ok [y/d/N]: y
2010 Feb 19
0
[PATCH] Help reduce size of iso by symlinking initrd's from isolinux/ and EFI/boot if md5's match
116M ovirt-node-image/ovirt-node-image.iso 119M ovirt-node-image.iso.edited.iso --- edit-livecd.py | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/edit-livecd.py b/edit-livecd.py index 279b225..ebcb7a6 100644 --- a/edit-livecd.py +++ b/edit-livecd.py @@ -26,7 +26,7 @@ import shutil import subprocess import optparse import logging - +import
2015 Jun 30
0
boot... round 2
On 30.06.2015 10:12, poma wrote: > > With this config: > $ head -n2 isolinux/isolinux.cfg > serial 0 9600 > default vesamenu.c32 > > via the "Raw File Port Mode - VirtualBox" > > I got this: > $ file /tmp/serial0.txt > /tmp/serial0.txt: empty > > > For the kernel log this in turn works OK: > console=ttyS0 console=tty0 ignore_loglevel
2006 Mar 30
1
RE: [RFC][PATCH] create an initrd for dom0 in install.shscript
> I''m guessing that the initrd created for dom0 in general > won''t work for > domU domains. I''m not sure what to do about that. If this is a -xen kernel, we should create a an initrd that can be used by both dom0 and domU, i.e. it has the necessary hardware drivers, but also the front end drivers. Aren''t there various differences between different
2014 Apr 06
2
Problem running yum update command
I am running CentOS 6.5 in a VZ container and today when I wanted to run yum update command I receive the following error messages: rpmdb: unable to join the environment error: db3 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db3 - Resource temporarily unavailable (11) error: cannot open Packages database in /var/lib/rpm
2013 Mar 23
1
[LLVMdev] LLVM 3.2 compilation with RTTI enabled
Hi all, I'm having problems compiling LLVM 3.2 with RTTI enabled. Since my code makes heavy use of the Boost libraries, RTTI is a must. This is the script I use to compile (as root): SRC_ROOT=$PWD OBJ_ROOT=/export/apps/llvm INSTALL_ROOT=/usr/local mkdir -p $OBJ_ROOT cd $OBJ_ROOT $SRC_ROOT/configure --prefix=$INSTALL_ROOT \
2015 Jul 21
0
ANNOUNCE: libguestfs 1.30 released
I'm pleased to announce libguestfs 1.30, a library and set of tools for accessing and modifying virtual machine disk images. This release took 9 months of work by a considerable number of people, and has many new features (see release notes below). You can get libguestfs 1.30 here: Main website: http://libguestfs.org/ Source: http://libguestfs.org/download/1.30-stable/
2005 Feb 27
1
RPM errors after moving /lib/tls to /lib/tls.disabled
Hello, I have been testing the latest unstable version of xen and noticed that after I move /lib/tls to /lib/tls.disabled I start receiving errors whenever I try to execute an rpm command (or yum commands - related to rpm). Just as an example here''s an error: rpm --import RPM-GPG-KEY rpmdb: unable to initialize mutex: Function not implemented rpmdb: /var/lib/rpm/__db.001: unable to
2005 Jul 20
4
Yum/rpm error (rpmdb versioning issue?)
Has anyone seen this before? [root at shelob rpm]# yum update rpmdb: Program version 4.2 doesn't match environment version error: db4 error(22) from dbenv->open: Invalid argument error: cannot open Packages index using db3 - Invalid argument (22) error: cannot open Packages database in /var/lib/rpm Traceback (most recent call last): File "/usr/bin/yum", line 30, in ?
2019 Nov 05
1
Segmentation fault using rsync client on Android device
I've compiled rsync for my rooted Android (armeabi-v7a, 32-bit) device using these instructions: ``` clone_or_update rsync master git://git.samba.org/rsync.git cd rsync ./prepare-source ./configure \ --prefix=$INSTALL_ROOT/rsync \ --host=$AUTOCONF_PLATFORM \ CFLAGS="$CFLAGS -static" make -j8 && make install cd - ``` Best place for instructions to build I could find
2016 Dec 14
3
Problem with yum on CentOS Linux release 7.2.1511 (Core) with 3.10.0-327.36.3.el7.x86_64 kernel
Everyone, I am at a loss on this problem would appreciate some guidance as to where to start to fix it. I noticed that my home gateway server was not being updated with the new kernel and other software, and when I ran yum it aborted with the following notices. I tried a yum clean all, but this did not fix the problem. I thought the problem may be related to one of the repos, but I have other
2005 Jun 06
1
Oracle Installation +CentOS4
Hi, I've tried to install Oracle Database 10g on CentOS but installation doesnt start saying op. system should be RHEL 3, SUSE 9.0... (or upper) etc. does anyone knows how to install Oracle Database 10g on CentOS. Should I modify runinstall script? Thanks.