Re: Debian, ISO's and Jigdo

2004-09-10 Thread hugo vanwoerkom
Jan Kesten wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Freivald, Joseph A, GVSOL wrote:
| What am I doing wrong, and/or how do I get the jigdo-mirror to
| work off the local mirror?
Did you notice, hat the images von cdimage.d.o for sarge are really
outdated? They are older than one month..
If you need more recent you can try my own images from
http://www.dafuer.de/downloads
Note that these are unofficial images that my have problems I don't
know of. If you like to test, please send me a short 'report' how it
worked out.
Cheers,
Jan
- --
GPG-KeyID: 82201FC4
Available at my public keyserver www.gpg-keyserver.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFBQAlcvvmCkIIgH8QRAstqAJ4tMoUTJyxzySsXvF3vn0dkeycj+gCfYzMc
uZVdgQUJaXWSG6OQwydLSjA=
=hMas
-END PGP SIGNATURE-

Another thing I noticed trying to use sarge-i386-2.jigdo: it tries to 
make an iso.tmp that is vast: I ran out of space at 3.3 GB. Those iso 
images were always something that would fit on a CD.

Hugo



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: Debian, ISO's and Jigdo

2004-09-10 Thread Freivald, Joseph A, GVSOL
Thank you.

Jigdo did build ISO's even with the files missing, except for disk 1 -
too many files missing.  I'll try your images and see how they run.

--JATF


-Original Message-
From: Jan Kesten [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 3:42 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Debian, ISO's and Jigdo


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Freivald, Joseph A, GVSOL wrote:

| What am I doing wrong, and/or how do I get the jigdo-mirror to
| work off the local mirror?

Did you notice, hat the images von cdimage.d.o for sarge are really
outdated? They are older than one month..

If you need more recent you can try my own images from

http://www.dafuer.de/downloads

Note that these are unofficial images that my have problems I don't
know of. If you like to test, please send me a short 'report' how it
worked out.

Cheers,
Jan
- --
GPG-KeyID: 82201FC4
Available at my public keyserver www.gpg-keyserver.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBQAlcvvmCkIIgH8QRAstqAJ4tMoUTJyxzySsXvF3vn0dkeycj+gCfYzMc
uZVdgQUJaXWSG6OQwydLSjA=
=hMas
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]



RE: Debian, ISO's and Jigdo

2004-09-10 Thread Freivald, Joseph A, GVSOL
Bump.

Any help on this, or am I asking in the wrong place?

--JATF

-Original Message-
From: Freivald, Joseph A, GVSOL 
Sent: Wednesday, September 08, 2004 4:04 PM
To: [EMAIL PROTECTED]
Subject: Debian, ISO's and Jigdo


I have set up an internal Debian mirror on my home LAN.  The mirroring
script I run is at the end of this message.  Note that I do exclude
architectures other than the i386.

When I download the sarge .jigdo files from
http://cdimage.debian.org/pub/cdimage-testing/cd/jigdo-area/, and run
jigdo-mirror with the .jigdo-mirror file included below, there are a
multitude of missing files - I'll leave out that list unless someone
needs it to help troubleshoot.

What am I doing wrong, and/or how do I get the jigdo-mirror to work off
the local mirror?

I have been able to do network installations for weeks, but a
out-of-work friend without net access is looking for CD's, so I need to
build the ISO images and burn them.  It seems silly to download .iso
files from the net when I *should* have everything I need on the local
ftp server.

--JATF

Start .jigdo-mirror file-
jigdoDir="/home/samba/noraid/mirrors/jigdo-area"
imageDir="/home/samba/noraid/mirrors/iso"
tmpDir="/home/samba/noraid/mirrors"
debianMirror="file:/home/samba/noraid/mirrors/debian"
nonusMirror="file:/home/samba/noraid/mirrors/debian-non-US"
Stop .jigdo-mirror file--


Start Mirror Script
#!/bin/bash

DEB=1
DEBNONUS=1
DEBSEC=1

if [ "$1" = "-d" ]; then
echo "Updating US Mirror"
DEBSEC=0
DEBNONUS=0
elif [ "$1" = "-n" ]; then
echo "Updating Non-US Mirror"
DEB=0
DEBSEC=0
elif [ "$1" = "-s" ]; then
echo "Updating Security Mirror"
DEB=0
DEBNONUS=0
elif [ "$1" = "-a" ]; then
echo "Updating All Mirrors."
else
echo "usage: mirror_update <-d|-n|-s|-a> [-p]"
echo "  -d Update Debian Mirror"
echo "  -n Update Debian-non-US Mirror"
echo "  -s Update Debian-security Mirror"
echo "  -a Update All 3 mirrors"
echo "  -p Pretend - Don't actually copy anything"
exit 0
fi


USMIRROR=rsync://ftp.nl.debian.org/debian
USDEST=/home/samba/noraid/mirrors/debian
NONUSMIRROR=rsync://nonus.debian.org/debian-non-US
NONUSDEST=/home/samba/noraid/mirrors/debian-non-US
SECMIRROR=rsync://security.debian.org/debian-security
SECDEST=/home/samba/noraid/mirrors/debian-security

EXCLUDE="\
  --exclude binary-alpha/ --exclude binary-arm/ \
  --exclude binary-m68k/ --exclude binary-powerpc/ --exclude
binary-sparc/ \
  --exclude binary-ia64/ --exclude binary-mips*/ --exclude binary-hppa/
\
  --exclude binary-s390/ \
  --exclude binary-hurd-i386/ \
  --exclude *_alpha.deb --exclude *_arm.deb  \
  --exclude *_m68k.deb --exclude *_powerpc.deb --exclude *_sparc.deb \
  --exclude *_ia64.deb --exclude *_hppa.deb \
  --exclude *_mips.deb --exclude *_mipsel.deb --exclude *_s390.deb \
  --exclude *_hurd-i386.deb \
  --exclude disks-alpha/ --exclude disks-arm/ \
  --exclude disks-ia64/ --exclude disks-m68k/ --exclude disks-mips*/  \
  --exclude disks-powerpc/  --exclude disks-s390/  --exclude
disks-sparc/ \
  --exclude potato --exclude slink"
#  --exclude *_sh.deb \
#  --exclude binary-sh/ \
#  --exclude source/ \

#EXCLUDE=

if [ "$2" = "-p" ]; then
EXCLUDE="$EXCLUDE --dry-run"
fi

if [ $DEB = 1 ]; then
rsync -vrtlHz --progress --delete-after $EXCLUDE $USMIRROR
$USDEST
fi
if [ $DEBNONUS = 1 ]; then
rsync -vrtlHz --progress --delete-after $EXCLUDE $NONUSMIRROR
$NONUSDEST
fi
if [ $DEBSEC = 1 ]; then
rsync -vrtlHz --progress --delete-after $EXCLUDE $SECMIRROR
$SECDEST
fi

---End Mirror Script-



Re: Debian, ISO's and Jigdo: REPORT

2004-09-10 Thread hugo vanwoerkom
Jan Kesten wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Did you notice, hat the images von cdimage.d.o for sarge are really
outdated? They are older than one month..
If you need more recent you can try my own images from
http://www.dafuer.de/downloads
Note that these are unofficial images that my have problems I don't
know of. If you like to test, please send me a short 'report' how it
worked out.
Cheers,
Jan
Jan,
So the I did a jigdo-lite run on Sept. 2 with the outdated template and 
jigdo-file from 
http://cdimage.debian.org/pub/cdimage-testing/cd/jigdo-area/i386/...

I got 91 files that were missing, to be expected.
So I saved that iso.tmp and mounted it to use with your images. Your 
jigdo-files are slightly different: the above has its templates in a 
template dir., but no matter.

However, now I get jillions of these:
...
Error: `/mnt/Debian3.1/CD1/pool/main/a/at/at_3.1.8-11_i386.deb' does not 
match checksum in template data
Error: 
`/mnt/Debian3.1/CD1/pool/main/a/autopartkit/autopartkit_1.00_i386.udeb' 
does not match checksum in template data
...

To which I am new. In the past jigdo-lite would just get the changed 
files but never complain that all the checksums are different.

That seems to mean that jigdo's trick now has failed... I have to get 
the whole thing again, which I tried to avoid by using it...

Thanks for the images.
Regards,
Hugo

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Debian, ISO's and Jigdo

2004-09-09 Thread Jan Kesten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Freivald, Joseph A, GVSOL wrote:
| What am I doing wrong, and/or how do I get the jigdo-mirror to
| work off the local mirror?
Did you notice, hat the images von cdimage.d.o for sarge are really
outdated? They are older than one month..
If you need more recent you can try my own images from
http://www.dafuer.de/downloads
Note that these are unofficial images that my have problems I don't
know of. If you like to test, please send me a short 'report' how it
worked out.
Cheers,
Jan
- --
GPG-KeyID: 82201FC4
Available at my public keyserver www.gpg-keyserver.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFBQAlcvvmCkIIgH8QRAstqAJ4tMoUTJyxzySsXvF3vn0dkeycj+gCfYzMc
uZVdgQUJaXWSG6OQwydLSjA=
=hMas
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Debian, ISO's and Jigdo

2004-09-08 Thread Freivald, Joseph A, GVSOL
I have set up an internal Debian mirror on my home LAN.  The mirroring
script I run is at the end of this message.  Note that I do exclude
architectures other than the i386.

When I download the sarge .jigdo files from
http://cdimage.debian.org/pub/cdimage-testing/cd/jigdo-area/, and run
jigdo-mirror with the .jigdo-mirror file included below, there are a
multitude of missing files - I'll leave out that list unless someone
needs it to help troubleshoot.

What am I doing wrong, and/or how do I get the jigdo-mirror to work off
the local mirror?

I have been able to do network installations for weeks, but a
out-of-work friend without net access is looking for CD's, so I need to
build the ISO images and burn them.  It seems silly to download .iso
files from the net when I *should* have everything I need on the local
ftp server.

--JATF

Start .jigdo-mirror file-
jigdoDir="/home/samba/noraid/mirrors/jigdo-area"
imageDir="/home/samba/noraid/mirrors/iso"
tmpDir="/home/samba/noraid/mirrors"
debianMirror="file:/home/samba/noraid/mirrors/debian"
nonusMirror="file:/home/samba/noraid/mirrors/debian-non-US"
Stop .jigdo-mirror file--


Start Mirror Script
#!/bin/bash

DEB=1
DEBNONUS=1
DEBSEC=1

if [ "$1" = "-d" ]; then
echo "Updating US Mirror"
DEBSEC=0
DEBNONUS=0
elif [ "$1" = "-n" ]; then
echo "Updating Non-US Mirror"
DEB=0
DEBSEC=0
elif [ "$1" = "-s" ]; then
echo "Updating Security Mirror"
DEB=0
DEBNONUS=0
elif [ "$1" = "-a" ]; then
echo "Updating All Mirrors."
else
echo "usage: mirror_update <-d|-n|-s|-a> [-p]"
echo "  -d Update Debian Mirror"
echo "  -n Update Debian-non-US Mirror"
echo "  -s Update Debian-security Mirror"
echo "  -a Update All 3 mirrors"
echo "  -p Pretend - Don't actually copy anything"
exit 0
fi


USMIRROR=rsync://ftp.nl.debian.org/debian
USDEST=/home/samba/noraid/mirrors/debian
NONUSMIRROR=rsync://nonus.debian.org/debian-non-US
NONUSDEST=/home/samba/noraid/mirrors/debian-non-US
SECMIRROR=rsync://security.debian.org/debian-security
SECDEST=/home/samba/noraid/mirrors/debian-security

EXCLUDE="\
  --exclude binary-alpha/ --exclude binary-arm/ \
  --exclude binary-m68k/ --exclude binary-powerpc/ --exclude
binary-sparc/ \
  --exclude binary-ia64/ --exclude binary-mips*/ --exclude binary-hppa/
\
  --exclude binary-s390/ \
  --exclude binary-hurd-i386/ \
  --exclude *_alpha.deb --exclude *_arm.deb  \
  --exclude *_m68k.deb --exclude *_powerpc.deb --exclude *_sparc.deb \
  --exclude *_ia64.deb --exclude *_hppa.deb \
  --exclude *_mips.deb --exclude *_mipsel.deb --exclude *_s390.deb \
  --exclude *_hurd-i386.deb \
  --exclude disks-alpha/ --exclude disks-arm/ \
  --exclude disks-ia64/ --exclude disks-m68k/ --exclude disks-mips*/  \
  --exclude disks-powerpc/  --exclude disks-s390/  --exclude
disks-sparc/ \
  --exclude potato --exclude slink"
#  --exclude *_sh.deb \
#  --exclude binary-sh/ \
#  --exclude source/ \

#EXCLUDE=

if [ "$2" = "-p" ]; then
EXCLUDE="$EXCLUDE --dry-run"
fi

if [ $DEB = 1 ]; then
rsync -vrtlHz --progress --delete-after $EXCLUDE $USMIRROR
$USDEST
fi
if [ $DEBNONUS = 1 ]; then
rsync -vrtlHz --progress --delete-after $EXCLUDE $NONUSMIRROR
$NONUSDEST
fi
if [ $DEBSEC = 1 ]; then
rsync -vrtlHz --progress --delete-after $EXCLUDE $SECMIRROR
$SECDEST
fi

---End Mirror Script-