[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Grip mirror with debpartial



Hi,
I like to retain load on the public server and improve the speed of multistrap by setting up a local grip mirror.
I tried it with the debpartial-config from the web site:
http://www.emdebian.org/grip/debpartial.html
#debpartial-mirror --configfile=./debpartial-mirror-grip.conf update
runs with and greps sid and squeeze package definitions.
But when running upgrade after update I get an error [1]

Did anyone on the list tried to use debpartial as local mirror?
Successfully?

Regards


[1] debpartial error on upgrade
ossy@debian-virtual:~/buildroot$ debpartial-mirror --configfile=./debpartial-mirror-grip.conf upgrade
Loading backend grip
Traceback (most recent call last):
  File "/usr/bin/debpartial-mirror", line 177, in <module>
    main()
  File "/usr/bin/debpartial-mirror", line 169, in main
    controller.executeCommand(cmnd)
File "/usr/lib/pymodules/python2.6/debpartial_mirror/Controller.py", line 34, in executeCommand
    self._commands.get(commandName)()
File "/usr/lib/pymodules/python2.6/debpartial_mirror/Controller.py", line 48, in doUpgrade
    if self._load():
File "/usr/lib/pymodules/python2.6/debpartial_mirror/Controller.py", line 72, in _load
    if not b.load():
File "/usr/lib/pymodules/python2.6/debpartial_mirror/Backend.py", line 111, in load
    return self._dists.load()
File "/usr/lib/pymodules/python2.6/debpartial_mirror/Dists.py", line 186, in load
    processTagFile(index_filename, addPackage)
File "/usr/lib/pymodules/python2.6/debpartial_mirror/Dists.py", line 487, in processTagFile
    sectionHandler(section)
File "/usr/lib/pymodules/python2.6/debpartial_mirror/Dists.py", line 182, in addPackage
    pkglist.add(package)
  File "/usr/lib/pymodules/python2.6/cdd/PackageList.py", line 167, in add
    raise PackageAlreadyExists, package['Package']
cdd.PackageList.PackageAlreadyExists


Reply to: