Kyle Powell a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ugo Bellavance wrote:Hi, I'm trying to install RHEL 5 U2 via kickstart, but I get an error saying "The file sysklogd-1.4.1-32.2.x86_64.rpm cannot be opened. It is right, the file is not there, the file that is there is sysklogd-1.4.1-44.el5.x86_64.rpm.This is correct. The package that ships with RHEL 5 U2 is sysklogd-1.4.1-44.el5.x86_64.rpm
That is what I thought as well...
Please let me know if you need more info.If you'd like to provide your kickstart file, we may be able to assist you further.
Here it is ======= install url --url http://192.168.x.x/pxe/rhel564 key 6f6ce0d56ee72ce0 lang en_US.UTF-8 keyboard us network --device eth0 --bootproto dhcp --hostname hostname.domain.com rootpw --iscrypted $$$$crypted firewall --ssh authconfig --enableshadow --enablemd5 vnc --host=192.168.x.x selinux --disabled timezone America/Montreal bootloader --location=mbr --driveorder=cciss/c0d0 # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work clearpart --linux --drives=cciss/c0d0 part /boot --fstype ext3 --size=100 --ondisk=cciss/c0d0 part pv.5 --size=0 --grow --ondisk=cciss/c0d0 volgroup VolGroup00 --pesize=32768 pv.5 logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=8192 logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=689984 %packages @ virtualization ========================= Thanks a lot, Ugo