similar to: Error installing latest CentOS kernel from %post section of kickstart

Displaying 20 results from an estimated 8000 matches similar to: "Error installing latest CentOS kernel from %post section of kickstart"

2012 Jun 15
1
Strange su behavior after installing latest CentOS updates
I did a "yum update" on my CentOS 6 systems yesterday for the first time in about a month and now have some automated processes failing because the PATH is not set up correctly when using "su". The problem is very easy to see by comparing the output of the following two commands: # su - <user> -c "env | grep PATH" # su <user> -c "env | grep
2007 Feb 28
1
Kickstart with all the latest updates?
Currently, I kickstart my machines over http to install CentOS 4.4 and then in a script called from %post do a "yum -y update" to install all the latest updates. Is there a way to set up the kickstart server so that I can do this all in one step? In other words, is there a "supported" way to roll in all the updates into the kickstart server? In case it matters, I
2017 Oct 29
3
Problem with graphics on latest CentOS 6
The thread "Problems with kernel-3.10.0-693.5.2.el7.x86_64? reminded me that I have a similar problem but on the latest CentOS 6 kernel I?ve been meaning to report. Here is the relevant system information: Linux ssg003.bose.com 2.6.32-696.13.2.el6.i686 #1 SMP Thu Oct 5 20:42:25 UTC 2017 i686 i686 i386 GNU/Linux 00:02.0 VGA compatible controller: Intel Corporation Device 5912 (rev 04)
2006 Jul 28
4
Kickstart from floppy falling into regular install
I took my anaconda-ks.cfg file, cp to ks.cfg and copied to a floppy The isos have been copied to an ftp server. So I had the following lines in my ks.cfg intall url ftp://10.1.1.1// (yes the ftp server's directory is the Centos directory) This is along with all the appropriate network command to get the ethernet setup. I issue the linux ks=floppy (also tried linux
2008 Apr 28
1
Kickstart syntax for CentOS upgrade
I'd like to automate the upgrade from CentOS 4.6 to 5.1 as much as possible. Since upgrades per se are not really recommended, I'm planning to do a kickstart installation. However, I want to leave one of the existing partitions (/scratch) untouched during the installation. Here is my current layout (LogVol00 is swap so not shown in the df output below): # df -hl
2007 Mar 21
4
Will Firefox 2.X be included/supported in CentOS 5?
I know this mostly depends on what is/will be done upstream, but with the recent announcement that Firefox 1.5.X will only receive updates until April 24, 2007, is Firefox 2.X in CentOS' future? Alfred
2008 Jul 01
5
Configuring sendmail in a corporate environment
I have a stock CentOS 5 system as far as email (sendmail) is concerned that is on our corporate LAN. I am not trying to set up a mail server; I merely want our CentOS systems to be able to send out emails. This works as long as the recipient's domain is our local domain. Any email send to recipients that are not in our local domain get stuck in the queue: # mailq
2011 Jul 26
1
Error updating CentOS 6 kernel
I finally was able to create a VM in which to load and "play" with CentOS 6, and the first time I went to update the kernel I ran into this: Downloading Packages: kernel-2.6.32-71.29.1.el6.x86_64.rpm | 22 MB 01:11 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : kernel-2.6.32-71.29.1.el6.x86_64
2020 Apr 08
5
C8.1 Grub problem
Il 08/04/20 01:46, Jonathan Billings ha scritto: > On Apr 7, 2020, at 04:14, Alessandro Baggi <alessandro.baggi at gmail.com> wrote: >> thank you for your explanation. So in el8 grubby should be used to update kernel opts and grub2-mkconfig is used to generate an initial config. >> >> If I'm not wrong, grubby updates every single (sperated) entries on
2011 Aug 16
3
Problem getting eth0 up
I'm just starting to test CentOS 6 in our environment, and as a first step did a basic install from DVD (Desktop target, all defaults). Next I will try to automate the installations as I did for CentOS 5 using the anakonda-ks.cfg file generated by the manual install. However, I can't wrap my brain around the new NetworkManager to get it to configure the eth0 interface to obtain an IP
2020 Apr 07
2
C8.1 Grub problem
Il 06/04/20 20:51, Jonathan Billings ha scritto: > On Mon, Apr 06, 2020 at 04:03:53PM +0200, Alessandro Baggi wrote: >> I'm on 8.1. I'm searching help to see if this is a bug or error by me but >> can't find nothing. >> Currently I used grubby but it does not write any file that I know like >> /boot/efi/EFI/centos/grub.cfg (I tried to remove and add arg but
2016 Nov 21
2
C6: latest util-linux-ng dependency on kernel?
I am just applying the latest C6 updates to a couple of KVM Linodes. It appears that the latest update of util-linux-ng has added a new dependency on the kernel package. On these VMs, the kernel package is not normally installed, and the VM runs a host-supplied kernel. But now, a "yum update" wants to install for dependencies kernel, kernel-firmware and grubby, none of which should be
2009 May 13
2
Remote Desktop on CentOS 5.3
Does anyone have remote desktop connectivity working in CentOS 5.3? I'm using the Gnome desktop and have configured the Remote Deskop Preferences to "Allow other users to view your desktop" and "Allow other users to control your desktop". The configuration dialog box says that "Users can view your desktop using this command: vncviewer
2009 Jun 16
5
Slow CentOS VM when running off the network
I have a CentOS 5.3 VM running under VMware on a WIndows XP laptop. Everything works fine when connected to the network. However, removed from the network, most everything in the CentOS VM takes minutes to complete. For instance, starting a new Terminal window takes over 3 minutes. I did an strace, and there are a couple of long waits when trying to open a socket
2006 May 31
1
Received signal 11 during kickstart
I recently built a CentOS from the 4.3 ISOs. Now I'm ready to build another 10 systems using kickstart. I took the anaconda-ks.cfg file from the first system I built manually, modified it slightly (see below), and made it available via http. I booted the new system from the first CentOS 4.3 CD and typed the following: boot: linux ks=http://hostname/test-ks.cfg Here are the
2020 Mar 09
2
Running CentOS 6 in a Docker container on a non-CentOS host
> On Mar 5, 2020, at 6:05, Peter Kjellstr?m wrote: > > You can use singularity. The following example makes an image by > pulling from centos on dockerhub: Interesting! However, I would prefer to use more ?native? Docker commands, as I would rather not have all developers install and configure Singularity when they already have Docker installed on their systems. There has got to be
2009 May 14
1
Kickstart hang trying to install CentOS 5.3
I've been using kickstart successfully with a local mirror going back to CentOS 4.X. I'm trying to install CentOS 5.3 via kickstart on a new system (which happens to be different than most other systems I've installed on), and the install process always hangs shortly after the partitions are created. If I go to the alternate console #3, the last two lines are always this
2005 May 04
5
Running CentOS on very old hardware
A friend has an old Pentium-133 laptop with 32MB of memory and a 1.3 GB hard disk that he wants to use as a web server for a very small community. Will CentOS (or any other RHEL derived distribution for that matter) install and run with acceptable performance on such a system, or will a specialized distribution like Damn Small Linux be a better choice? In this case, disk space is not a big
2016 Feb 03
2
Strange performance issue on CentOS 6.7 server
On Feb 3, 2016, at 17:10, Warren Young wrote: > smartctl can see through several different types of RAID controller to the underlying physical disks via its -d option. This is what I have: # smartctl --all /dev/sda smartctl 5.43 2012-06-30 r3573 [i686-linux-2.6.32-573.12.1.el6.i686] (local build) Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net Vendor:
2015 Mar 31
3
Building a newer glibc RPM for CentOS 6 and installing into an alternate path
> On Mar 30, 2015, at 17:24, Patrick Flaherty <pflaherty at wsi.com> wrote: > > Tell your vendor you want a centos 6 version of the library, it's really > not a huge ask, esp if you are paying them. If they say no, do a new > install of centos 7 and run it on a different box. It's the only reasonable > thing to do, and if you do anything else and make anyone else