Displaying 20 results from an estimated 5000 matches similar to: "CentOS 7 install: closest mirror not supported?"
2015 Nov 23
4
Kickstarting CentOS 7 VM on CentOS 6 not possible?
Hi,
On CentOS 6.7 (all updates) kickstarting a CentOS 7 VM (in the way it
always has worked for other versions, incl. Fedora 22 VM's), does not
work for me. I use virt-install with a local copy of the
"images/pxeboot" tree. It all stops with:
...
[ OK ] Reached target Paths.
[ OK ] Reached target Basic System.
dracut-initqueue[551]: Warning: Could not boot.
2017 Jun 05
0
CentOS 7 install: closest mirror not supported?
On 06/04/2017 10:29 AM, Jos Vos wrote:
> Hi,
>
> Do CentOS 7 installs not automatically use a closest mirror for
> installing like Fedora does, or is that due to the way I'm starting
> the install (virt-install)?
>
> Background:
>
> I'm trying to find the best way to do installs using basic local media
> (network install, but *without* the need to download
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node.
Removed tools, these are now in ovirt-node-recipe which is subpackage of
ovirt-node.
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.
2009 Aug 20
3
[PATCH ovirt-node-image] fixes for edit-livecd
Patch set fixes issues with image size increase when using edit-livecd
Also address issue with ext4 root fs
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
This enables the ability to take the ovirt-node-image iso and deploy it to an iscsi disk. It also provides a sample pxe configuration for booting based on the iscsi root device. Includes support for user/password as well as reverse chap user/password.
---
Makefile.am | 1 +
livecd-iso-to-iscsi | 201 ++++++++++++++++++++++++++++++++++++++++++++++
ovirt-node-image.spec.in |
2023 Jan 12
1
Centos Stream 9 module list
Hi,
When I do "dnf module list --all" on CentOS Stream 8, I also see the
stream versions installed by default, e.g. postgresql 10.
But on CentOS Stream 9, I only see the newer stream version, like
postgresql 15 and nodejs 18 (and not postgresql 13 and nodejs 16).
Can anyone explain what's happening here?
Thanks,
--
-- Jos Vos <jos at xos.nl>
-- X/OS Experts in Open
2014 Jul 23
1
Info to upstream centos mirror: file centos/7.0.1406/os/x86_64/LiveOS/squashfs.img IS CORRUPT !
Hello,
i've been struggling hard to setup our automated PXE/kickstart system
using various local mirrors
but it alway hung after partitioning with no further exception. When I
encountered squshfs errors
on the Console (text based / kickstart installation) I re-synced (rsync)
with CERN mirror afterwards with
switch.ch mirror and fh-esslingen - But the squashfs image remained corrupt.
To prove
2018 Oct 28
2
IBM buying RedHat
On Sun, Oct 28, 2018 at 03:54:06PM -0600, Zube wrote:
> > Le 28/10/2018 ? 22:10, Albert McCann a ?crit?:
> >
> > Red Hat would stay as a distinct entity inside IBM. IBM has also
> > contributed to Free software, and especially Linux kernel.
> > I don't know how bad it is and the implications for CentOS...
>
> That old war wound started aching again.
>
2023 Jan 17
1
CentOS Stream 9 virt-install via loop-mounted ISO fails
Hi,
I've loop-mounted the latest CentOS Stream 9 DVD ISO and try to do
a virt-install (2.0.x for some reason) as non-root user (libvirt
group member) using --location with the mount path, but then I
come across the problem decribed here:
https://bugzilla.redhat.com/show_bug.cgi?id=2022630
That is, I see on the console "Starting dracut initqueue hook...",
then it stalls for a
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
2013 Jul 13
3
efi64 boot fail during download from kernel and initrd via http
Op 2013-07-12 om 14:06 schreef syslinux-owner at zytor.com:
> Reason: Message body is too big: 1780404 bytes with a limit of 512 KB
So previous not on the mailinglist.
> Date: Fri, 12 Jul 2013 23:05:05 +0200 (CEST)
> From: Michael Szerencsits <szerencsits.michael at gmx.at>
> To: syslinux at zytor.com
> Subject: efi64 boot fail during download from kernel and initrd
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'
2016 Dec 09
2
OT: a USB barcode scanner?
Hi, folks,
I'm about to go googling, but thought I'd ask here if anyone's using a
barcode scanner with CentOS, and if so, a) what scanner are you using,
and b) what, if any, software are you using to record what it scans?
<mutter, mutter, the serial number of every bloody h/d that we're asking
them to deGauss...mutter,mutter>
mark
2009 Dec 08
1
[PATCH node] iscsi remote root basework This lays most of the groundwork for iscsi installation and configuration. At this time configuring iscsi is disabled due to multiple issues with dependent pieces.
- dracut does not currently support booting a dmsquash file system on an iscsiroot
- can not be configured in standalone mode since networking is not up, although works fine if ovirt-config-setup is run once booted.
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
recipe/common-pkgs.ks | 1 +
scripts/ovirt-config-boot | 67 ++++++++++++++++----
2016 Feb 29
1
RasPi 3.x and RH-based Distro (Slightly OT)
On Mon, Feb 29, 2016 at 06:26:24PM +0000, Karanbir Singh wrote:
> join the arm-dev list ( https://lists.centos.org ) CentOS has a great
> story across the entire ARMv7 and v8 platform, with every major vendor
> in the ARM 64bit platform working with us. We say the rpi3 release this
> morning and are going to work on a bringup to match our rpi2 images.
> However, we will also be
2016 Dec 10
0
OT: a USB barcode scanner?
Hi,
On Fri, Dec 09, 2016 at 04:02:50PM -0500, m.roth at 5-cent.us wrote:
> I'm about to go googling, but thought I'd ask here if anyone's using a
> barcode scanner with CentOS, and if so, a) what scanner are you using,
> and b) what, if any, software are you using to record what it scans?
Most USB barcode scanners can operate in so called keyboard wedge mode
(either
2023 Jan 17
1
CentOS Stream 9 virt-install via loop-mounted ISO fails
Am 17.01.23 um 17:34 schrieb Jos Vos:
> Hi,
>
> I've loop-mounted the latest CentOS Stream 9 DVD ISO and try to do
> a virt-install (2.0.x for some reason) as non-root user (libvirt
> group member) using --location with the mount path, but then I
> come across the problem decribed here:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=2022630
>
> That is, I
2013 Jul 15
1
Efi64 boot fail during download from kernel and initrd via http
Op 2013-07-15 om 12:40 schreef Michael Szerencsits:
> > If it is http://rosa.stappers.nl/ff/boot-efi-s100.cap
> > then is at packet 2242 the client ( .243) started to send
> > "TCP Dup ACK" of packet 2241
> >
> >
> > Thing I what to mention is that there packets of sizes bigger as 9000bytes.
> } So large as a jumbo frame.
> >
>
> I
2010 Apr 02
5
Could not retrieve mirror list while using yum command
Hi
I wanted to download and install the net-snmp package. Usually on my
other CentOS boxes i use the following command to do it:
yum install net-snmp
I was able to successfully install net-snmp on 4 of my CentOS boxes but
not on one of them. It reports me the following error message:
[root at localhost yum.repos.d]# yum install net-snmp
Loaded plugins: fastestmirror
Determining fastest