well, I didn't quite rework it - I just hammered it into what I needed:


=[ START ]============================================
#!/bin/sh
#
# CentOS 4.3 dependencies for basic install
#
#
# Removes sendmail and adds all deps
#
# Removes openssl and installs it again because
# it conflicts with it's own files (?)
#

rpm --import /usr/share/doc/centos-release-4/RPM*

yum -y remove sendmail
rpm -e --nodeps openssl

yum -y install autoconf automake automake17 bzip2 bzip2-devel curl curl-devel expect expect-devel gcc gcc-c++ gcc-g77 gdbm gdbm-devel gmp gmp-devel httpd httpd-devel httpd-manual httpd-suexec krb5-auth-dialog krb5-devel krb5-libs krb5-workstation libgcc libidn libidn-devel libtool mdadm redhat-lsb mrtg ntp openssh openssh-clients openssh-askpass openssh-server openssl openssl-devel pcre pcre-devel perl-Digest-HMAC perl-Digest-SHA1 perl-Net-DNS perl-Time-HiRes php php-ldap php-mysql php-pear redhat-rpm-config rpm-build rpm-devel rpm-libs rpm-python sed setup setuptool stunnel system-config-date which

rpm -e --nodeps exim
rm -rf /var/log/exim
=[  END  ]============================================



As you can see, I added mdadm and redhat-lsb *back* into the system, and then forcibly remove exim and its log directory.

It seems to work pretty well so far.


George Toft, CISSP, MSIS
623-203-1760




George Toft wrote:
Same thing happens on CentOS 4.4 - just found that out last night.

I will be reworking the cnt40-deps.sh scipt later this week to not uninstall mdadm. Hopefully it works.

George Toft, CISSP, MSIS
623-203-1760




Aaron Johnson wrote:

MDADM, the multi-disk administration tool in Centos 5 at least requires Exim. Exim is removed as part of the qmail-toaster install, thus uninstalling mdadm. This isn't so bad if you only have one multi-disk device (/dev/md0) because mdadm is also stored on the initial ramdisk and can load the root file system.

Mdadm being removed during qmail-toaster installation did cause me issues because I have a seperate raid (actually multi-path) disk mounted at /home/vpopmail. My solution was to install mdadm manually. You can get the sources from: http://www.kernel.org/pub/linux/utils/raid/mdadm/ and it is a pretty straight forward compile/install process.

---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to