Re: debmirror issue

From: Greg Madden (gomadtroll_at_gci.net)
Date: 12/31/03

  • Next message: Andy Gayton: "Re: Drives are not being detected"
    To: debian-user@lists.debian.org
    Date: Tue, 30 Dec 2003 20:52:31 -0900
    
    

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Monday 29 December 2003 11:16 pm, Greg Madden wrote:
    > I have been using debmiror for quite awhile. Recently it has stopped
    > working, the last errors are the following:
    > "project/trace/clos: project/trace/clos failed
    > Failed to download files (5190 errors)!"
    >
    > There are error messages at the beginning but the buffer is not big
    > enough to hold all the failed packages error messages. Debmirror does
    > dl some packages before the errors start. I have made two changes to
    > my system. It was a Woody system but I upgraded to Testing . I have a
    > new firewall that does not have allow 'any' conections from the
    > outside.
    >
    > Any thoughts appreciated.

    Here is the output from the beginning of running my debmirror, I created
    a script called mydebmirror that has the arch & servers I want to use.

    The script dl's the packages.gz files but then fails with:

    "Use of uninitialized value in split at /usr/bin/debmirror line 802.
    Archive-Update-in-Progress-clos failed"

    #vi /usr/bin/debmirror +802:

    # Make a directory including all needed parents.
    {
            my %seen;

            sub make_dir {
                    my $dir=shift;

      #line 802 my @parts=split('/', $dir);
                    my $current='';
                    foreach my $part (@parts) {
                            $current.="$part/";
                            if (! $seen{$current}) {
                                    mkdir ($current, 0755);
                                    $seen{$current}=1;

    - --
    Greg Madden
    Debian GNU/Linux
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.3 (GNU/Linux)

    iD8DBQE/8mQfk7rtxKWZzGsRAub2AJkB5zmCt9WJK3K0XyIfmUUjh26AaQCfUrL4
    Cgn7S8gh3vWdb7tCvkZbdnw=
    =Rm87
    -----END PGP SIGNATURE-----

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Andy Gayton: "Re: Drives are not being detected"