Hi Charles, Sunday, November 30, 2003, 1:15:07 PM, you wrote:
CD> I've spent a fair bit of today hacking around trying to get a RHEL vserver CD> running. The install-<distro> scripts are pretty hard to adapt for different CD> package requirements. E.g. I had to modify them to install the packages in CD> blocks - first glibc, libtermcap, + a few others, then coreutils on its own CD> with --noscripts, then finally the rest of the packages. Otherwise RPM CD> decided to order the installation so that libtermcap came in after CD> coreutils, which made almost every single RPM pre/post script fail. I was having exactly the same problem with a regular Redhat 9 vserver install, but I found a simple solution for it. You just need to edit install-<distro> and remove "--nodeps" from the RPM command. Then, RPM packagages will be installed in order as required, and you will see no more pre/post errors. -- Mit freundlichen Gruessen / Best regards Christoph Kuhles Gesch�ftsleitung / Managing Director Aquatix IT-Services e.K. Telefon: +49 471 3914540 Gildemeisterstr. 15 Telefax: +49 800 1234500 27568 Bremerhaven E-Mail: [EMAIL PROTECTED] AG Bremerhaven, HRA 4216 Web: http://www.aquatix.de/ _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
