From: short <> Date: Sat, 3 Sep 2005 03:07:17 +0000 (+0000) Subject: +Some comments about bugs workarounds. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=c5435b549d8b9614889bf7f62603cd777e60abb4 +Some comments about bugs workarounds. --- diff --git a/src/centos-bootstrap b/src/centos-bootstrap index bd04392..319b1e6 100755 --- a/src/centos-bootstrap +++ b/src/centos-bootstrap @@ -122,13 +122,14 @@ chroot $ROOT /bin/rpm --rebuilddb # Do not install yum(8) just by 'rpm --root', later --rebuilddb would: # rpmdb: Program version 4.2 doesn't match environment version -# On direct "http" installation as CentOS-4.1 rpm-4.3.3-9_nonptl would crash on: +# FIXME: Analyse and bugreport: +# On "http" installation AND using --httpproxy: CentOS-4.1 rpm-4.3.3-9_nonptl would crash: # warning: package yum = 2.2.1-1.centos4 was already added, replacing with yum <= 2.2.1-1.centos4 # ... # error: Failed dependencies: # /usr/bin/python is needed by yum-2.2.1-1.centos4.noarch # ... -# while with FC4 rpm-4.4.1-22 it works at least above. +# while with FC4 rpm-4.4.1-22 it would work fine (it would just corrupt 'rpmdb' here). # yum(8) lines="`cat <