From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2011-October/008708.html | 123 ++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 zarb-ml/mageia-dev/2011-October/008708.html (limited to 'zarb-ml/mageia-dev/2011-October/008708.html') diff --git a/zarb-ml/mageia-dev/2011-October/008708.html b/zarb-ml/mageia-dev/2011-October/008708.html new file mode 100644 index 000000000..e65f98d35 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-October/008708.html @@ -0,0 +1,123 @@ + + + + [Mageia-dev] "adding 16777 new rpms not available in existing hdlist" ?? + + + + + + + + + +

[Mageia-dev] "adding 16777 new rpms not available in existing hdlist" ??

+ Frank Griffin + ftg at roadrunner.com +
+ Mon Oct 10 01:55:29 CEST 2011 +

+
+ +
On 10/09/2011 07:17 PM, Balcaen John wrote:
+> Le dimanche 9 octobre 2011 19:10:49 Frank Griffin a écrit :
+>> I have two virtually identical cauldron systems which update from the
+>> same local cauldron tree.  One consistently gets messages during "urpmi
+>> --auto-update" like "adding 16777 new rpms not available in existing
+>> hdlist" which holds up the urpmi processing for literally minutes, and
+>> one does not.
+>>
+>> Does anyone know what this message indicates, what processing is
+>> occurring during the long delay, and any reason why it should occur on
+>> one system but not the other ?
+> You're probably using a local media without a hdlist inside.
+I don't see how.  Both systems install using HTTP from the same distro 
+tree and use the same script to delete and recreate media from that tree 
+after install:
+
+********************************************************
+[ftg at ftgme2 bin]$ cat customizeUrpmi.sh
+#!/bin/sh
+
+
+#
+#  Create urpmi sources
+#
+
+echo "Deleting existing urpmi sources"
+urpmi.removemedia -a
+echo "Creating urpmi sources"
+urpmi.addmedia --no-md5sum --probe-hdlist --distrib 
+file:///mnt/cauldron/$HOSTTYPE
+urpmi.update --no-ignore "Core Release Debug" "Core 32bit Release Debug" 
+"Nonfree Release Debug" "Nonfree Release" "Tainted Release"
+urpmi.update -a
+********************************************************
+
+
+The urpmi.cfg files are virtually identical:
+
+***************************************
+[root at ftglap urpmi]# cmp -b /etc/urpmi/urpmi.cfg 
+/mnt/ftgme2/etc/urpmi/urpmi.cfg
+/etc/urpmi/urpmi.cfg /mnt/ftgme2/etc/urpmi/urpmi.cfg differ: byte 2907, 
+line 135 is  40   175 }
+***************************************
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1