From: Thierry Parmentelat Date: Mon, 18 Jan 2016 09:45:25 +0000 (+0100) Subject: oops X-Git-Tag: 5.3.12~2 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=c997a4666d28a7d8a17fef4cc4a3b526ef969ed9 oops --- diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index b269a568..857daab4 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -468,7 +468,7 @@ function setup_lxc() { # this appears to be safer; observed in Jan. 2016 on a f23 host and a f14 cached image # we were getting this message when attempting the first chroot yum install # rpmdb: Program version 4.8 doesn't match environment version 5.3 - chroot $(lxcroot $lxc) $personality rm -rf /var/lib/rpm/__db{0,1,2,3,4,5,6,7,8,9} + chroot $(lxcroot $lxc) $personality rm -rf /var/lib/rpm/__db.00{0,1,2,3,4,5,6,7,8,9} chroot $(lxcroot $lxc) $personality rpm --rebuilddb fi fedora_configure $lxc || { echo "failed to configure fedora for a container"; exit 1 ; }