Re: Jigdo download error

2024-12-07 Thread Thomas Schmitt
Hi, minu0...@gmail.com wrote: > URL:http://us.cdimage.debian.org/cdimage/snapshot/Debian/pool/main/i/impacket/python3-impacket_0.10.0-4_all.deb > [...] [898812/898812] -> > "./debian-12.8.0-amd64-BD-1.iso.tmpdir/us.cdimage.debian.org/cdimage/snapshot/Debian/pool/main/i/impacket/python3-impacket_0.

Re: Jigdo files wrong?

2024-03-04 Thread Steve McIntyre
Hi Marcelo, On Mon, Mar 04, 2024 at 12:25:49PM -0300, Marcelo B. wrote: >Hi guys, there seem to be a problem with AMD64's jigdo files of the weekly >builds: they're all the same at 120 bytes in size. ACK, thanks for reporting. I'll take a look. -- Steve McIntyre, Cambridge, UK.

Re: jigdo DVD images> downloads fail

2021-06-08 Thread Steve McIntyre
[ Re-adding the CC to the mailing list; please respond there too ] On Tue, Jun 08, 2021 at 01:17:16PM +0200, valentí juanola wrote: >It works. I apologize for my ignorance. Thank you very much, Steve. Have a nice >life. OK, so it seems you need to repair your system's locale information. I'd recom

Re: jigdo DVD images> downloads fail

2021-06-08 Thread valentí juanola
It works. I apologize for my ignorance. Thank you very much, Steve. Have a nice life. El dt., 8 de juny 2021, 13:03, Steve McIntyre va escriure: > [ Re-adding the CC to the mailing list; please respond there too ] > > On Tue, Jun 08, 2021 at 12:32:18PM +, valentí juanola wrote: > >AShFrtRm32

Re: jigdo DVD images> downloads fail

2021-06-08 Thread Steve McIntyre
[ Re-adding the CC to the mailing list; please respond there too ] On Tue, Jun 08, 2021 at 12:32:18PM +, valentí juanola wrote: >AShFrtRm324fZ4pTjQvZRA  debian-10.9.0-amd64-DVD-1.template > >LANG=en

Re: jigdo DVD images> downloads fail

2021-06-08 Thread Steve McIntyre
On Tue, Jun 08, 2021 at 11:57:48AM +0200, valentí juanola wrote: >Dear Steve >Thanks for your help. All Dvds give the same error message... So what checksum do you get for the template file please? Also, checking your error message again, what does the command "locale" say on your system? -- St

Re: jigdo DVD images> downloads fail

2021-06-07 Thread valentí juanola
Thanks, I'll check them out. El dl., 7 de juny 2021, 13:46, Steve McIntyre va escriure: > Hi Valentí, > > On Mon, Jun 07, 2021 at 01:30:32PM +, valentí juanola wrote: > >[profile_ma] > > > > [profile_ma] > > Cannot download via jigdo because > > > > Jigdo downloads fail at address > > htt

Re: jigdo DVD images> downloads fail

2021-06-07 Thread Steve McIntyre
Hi Valentí, On Mon, Jun 07, 2021 at 01:30:32PM +, valentí juanola wrote: >[profile_ma] > > [profile_ma] > Cannot download via jigdo because > > Jigdo downloads fail at address > https://cdimage.debian.org/debian-cd/current/amd64/jigdo-dvd/ > > file: debian-10.9.0-amd64-DVD-1.template > fr

Re: jigdo Problems while processing https://cdimage.debian.org/cdimage/archive/9.12.0/armhf/jigdo-dvd/debian-update-9.12.0-armhf-DVD-1.jigdo ..

2020-02-19 Thread Steve McIntyre
Hi Bernd! On Wed, Feb 19, 2020 at 12:04:29PM +0100, Bernd Oelker (BeOP-IT) wrote: >Hallo List, > >while update all debian dvd'2 from debian-9.11 to debian 9.12 >(arch=armhf) everything worked as expected for all > >debian-9.12.0-armhf-DVD-[1..13].jigdo files, the > >debian-update-9.12.0-armhf-DVD-

Re: jigdo-file: Does not report package rejections because checksum mismatch

2017-12-29 Thread Thomas Schmitt
Hi, i wrote: > > us.cdimage.debian.org is a quick one. Nicholas Geovanis wrote: > From which location? Germany? Ja. How about this final message in case that files are missing and that mismatching downloads were detected ? (The mismatches shown are fake and recorded twice to get more than 2.)

Re: jigdo-file: Does not report package rejections because checksum mismatch

2017-12-29 Thread Nicholas Geovanis
On Fri, Dec 29, 2017 at 5:35 AM, Thomas Schmitt wrote: > I wrote: >> > > > sed -e 's/^[hH][tT][tT][pP]:\/\///' \ >> > > >... more -e for https, ftp, and file ... > > Philip Hands wrote: >> > > sed -e 's,^\(https\?\|ftp\|file\)://,,i' >> > > ... >> > > "

Re: jigdo-file: Does not report package rejections because checksum mismatch

2017-12-29 Thread Thomas Schmitt
Hi, I wrote: > > > > sed -e 's/^[hH][tT][tT][pP]:\/\///' \ > > > >... more -e for https, ftp, and file ... Philip Hands wrote: > > > sed -e 's,^\(https\?\|ftp\|file\)://,,i' > > > ... > > > "$imageTmp/${url#[[:alpha:]]*://}" > > Are these widely porta

Re: jigdo-file: Does not report package rejections because checksum mismatch

2017-12-29 Thread Philip Hands
On Thu, 28 Dec 2017, "Thomas Schmitt" wrote: > Hi, > > first a correction of my proposal: > > The else-case with > echo "WARNING: File not found after download:" >&2 > is not good. > It floods the log if one uses a mirror with few matching files. > Not finding a file after the download is a

Re: jigdo-file: Does not report package rejections because checksum mismatch

2017-12-28 Thread Thomas Schmitt
Hi, first a correction of my proposal: The else-case with echo "WARNING: File not found after download:" >&2 is not good. It floods the log if one uses a mirror with few matching files. Not finding a file after the download is a normal situation. ---

Re: jigdo-file: Does not report package rejections because checksum mismatch

2017-12-28 Thread Philip Hands
On Thu, 28 Dec 2017, "Thomas Schmitt" wrote: ... > Especially in need of attention: > > - I could not find a clear description how "wget" determines the local > file paths from URLs and option --directory-prefix="$imageTmp". > My current conversion from URL to path is purely heuristic therefor

Re: jigdo-file: Does not report package rejections because checksum mismatch

2017-12-28 Thread Thomas Schmitt
Hi, i Cc: debian-cd with this follow-up to bug 884526 in the hope to get some review for the endeavor to detect damaged downloaded package files during a run of jigdo-lite. Some disputable aspects remain (plus a possible bug in current jigdo-lite, which will vanish by my proposal). I put them beh

Re: jigdo-lite for windows

2016-02-08 Thread Thomas Schmitt
Hi, i asked Florent Larose to move the thread over to debian-u...@lists.debian.org for now. Have a nice day :) Thomas

Re: jigdo-lite for windows

2016-02-08 Thread Thomas Schmitt
Hi, i can only test on Debian GNU/Linux, not on MS-Windows. I ran $ jigdo-lite and was asked for the URL To start a new download, enter URL of .jigdo file. ... jigdo: I gave the one of CD 1 to keep the test small: http://cdimage.debian.org/debian-cd/8.3.0/amd64/jigdo-cd/debian-8.3.

Re: jigdo-lite for windows

2016-02-08 Thread Thomas Schmitt
Hi, Try asking at mailing list debian-user-fre...@lists.debian.org See https://lists.debian.org/debian-user-french/ Ask for help with https://www.debian.org/CD/jigdo-cd/#how As for sarge-amd64-1.jigdo ... was there Jigdo in Debian 3 ten years ago ? > la derniere distribution debian po

Re: Jigdo is NOT an option

2015-01-26 Thread Franco Martelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 26/01/2015 01:12, Cyril Brulebois wrote: > It looks to me like you might be hitting some network-specific > issues. You probably want to provide with more information about > your setup, your network, and your link(s) to the internets. So far > as

Re: Jigdo is NOT an option

2015-01-25 Thread Cyril Brulebois
Hello Heiko, Heiko Schroeder (2015-01-22): > Hi Steve, > > > > >I've not seen many reports of problems with cdimage.debian.org - what > Although www.debian.org is reachable cdimage.debian.org is not. There is > no chance to install the i386-jigdo-file an I need a full installation for > tomorr

Re: Jigdo is NOT an option

2015-01-22 Thread Heiko Schroeder
I have no problems reaching it, so I can't really tell what your problem with it is. Yes, I understand. But I have really massive problems; till now. http://ftp.de.debian.org/debian-cd/ That is splendid! Great! Thanks a lot! Best regards Heiko -- To UNSUBSCRIBE, email to debian-cd-requ

Re: Jigdo is NOT an option

2015-01-22 Thread Mattias Wadenstein
On Thu, 22 Jan 2015, Heiko Schroeder wrote: Hi Matthias, What's problematic with it? The great problem seems to be cdimage.debian.org. It is not reachable. Even not for netinst-Images. I have no problems reaching it, so I can't really tell what your problem with it is. You could try dow

Re: Jigdo is NOT an option

2015-01-22 Thread Heiko Schroeder
Hi Matthias, What's problematic with it? The great problem seems to be cdimage.debian.org. It is not reachable. Even not for netinst-Images. Best regards Heiko Schroeder -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Re: Jigdo is NOT an option

2015-01-22 Thread Heiko Schroeder
Hi Steve, I've not seen many reports of problems with cdimage.debian.org - what Although www.debian.org is reachable cdimage.debian.org is not. There is no chance to install the i386-jigdo-file an I need a full installation for tomorrow for a school ;-(. Best regards Heiko Schroeder -

Re: Jigdo is NOT an option

2015-01-22 Thread Mattias Wadenstein
On Thu, 22 Jan 2015, Heiko Schroeder wrote: Dear team, since the server cdimage.debian.org is *very problematic*, the download with jigdo is by far not an option for sysadmins to install the Debian System. Since Debian is very good it is also a very annoying fact. What's problematic with it

Re: Jigdo is NOT an option

2015-01-22 Thread Steve McIntyre
On Thu, Jan 22, 2015 at 04:25:16PM +0100, Heiko Schroeder wrote: >Dear team, > >since the server cdimage.debian.org is *very problematic*, the >download with jigdo is by far not an option for sysadmins to install >the Debian System. Since Debian is very good it is also a very >annoying fact. Hi H

Re: Jigdo daily images

2011-07-29 Thread Steve McIntyre
On Fri, Jul 29, 2011 at 10:52:45PM +1000, Adam Baxter wrote: >Hi guys, >A while ago I used daily testing CD-1 ISOs in conjunction with the >hd-media images on a USB stick. The jigdo images I used to build these >from seem to have disappeared, only weekly images are available. Is >this permanent? H

Re: Jigdo search still broken.

2010-11-11 Thread Richard Atterer
Hello, On Thu, Nov 11, 2010 at 08:01:35PM +0100, Simon Paillard wrote: > As we've just got another report about jigdo search, I wonder if there are > updates about moving this service to get it operationnal. Hi, it's still on my TODO list, though unfortunately I have been rather busy with other

Re: Jigdo search still broken.

2010-11-11 Thread Simon Paillard
Hi all, As we've just got another report about jigdo search, I wonder if there are updates about moving this service to get it operationnal. FYI this is tracked by #589477. On Thu, Oct 07, 2010 at 02:26:30PM +0100, Philip Hands wrote: > On Wed, 6 Oct 2010 23:33:45 +0200, Richard Atterer wrote:

Re: Jigdo search still broken.

2010-10-07 Thread Philip Hands
On Wed, 6 Oct 2010 23:33:45 +0200, Richard Atterer wrote: > On Wed, Oct 06, 2010 at 02:29:42PM +0100, Steve McIntyre wrote: > > On Mon, Oct 04, 2010 at 03:47:56PM +0200, thorres wrote: > > >Hi there, > > > > > >the search for packages inside the jigdo files still does not work an > > >and leads to

Re: Jigdo search still broken.

2010-10-06 Thread Richard Atterer
On Wed, Oct 06, 2010 at 02:29:42PM +0100, Steve McIntyre wrote: > On Mon, Oct 04, 2010 at 03:47:56PM +0200, thorres wrote: > >Hi there, > > > >the search for packages inside the jigdo files still does not work an > >and leads to a 404 error. > >(http://atterer.org/jigdo/jigdo-search.php?q=foo) > >

Re: Jigdo search still broken.

2010-10-06 Thread Steve McIntyre
On Mon, Oct 04, 2010 at 03:47:56PM +0200, thorres wrote: >Hi there, > >the search for packages inside the jigdo files still does not work an >and leads to a 404 error. >(http://atterer.org/jigdo/jigdo-search.php?q=foo) ACK. We should move that content onto a proper Debian service. Richard, can you

Re: jigdo files: no source for testing after 3 weeks?

2009-10-13 Thread Steve McIntyre
Sorry for the delay... :-( On Sun, Sep 20, 2009 at 01:03:33PM +0100, ael wrote: > > 2) The source jigdos for the weekly builds at >http://cdimage.debian.org/cdimage/weekly-builds/source/jigdo-dvd/ > are missing and have been missing for 3 (or more?) weeks. > > Are the sources built last perha

Re: jigdo only downloads 10 files for my custom install dvd

2009-02-23 Thread Richard Atterer
Hi Daniel, if you let jigdo-lite running, it will eventually continue downloading further files and copy them to the image ...so it does work! On Sun, Feb 22, 2009 at 07:29:06PM -0500, Daniel Dadap wrote: > Does anybody have any ideas why jigdo keeps stopping after downloading 10 > files? My i

Re: Re: jigdo files isn't found.

2008-11-22 Thread Alexander Golovin
Thanks you for quick fix it. The all fresh (22-Nov-2008) jigdo files in there again. It's ok now ;). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: jigdo files isn't found.

2008-11-22 Thread Steve McIntyre
On Sat, Nov 22, 2008 at 10:35:59AM +0200, Alexander wrote: > Hi, > > I want to create my new fresh Lenny dvd's, anybody knows what happened >with jigdo weeklies files: > >http://cdimage.debian.org/cdimage/weekly-builds/i386/jigdo-dvd/ > > It is totally absent! I hadn't seen it never before.

Re: Jigdo and BitTorrent (was Secondary CD/DVD Image Downloading)

2008-09-01 Thread Steve Cotton
On Sun, Aug 31, 2008 at 09:47:39PM -0400, Daniel Dickinson wrote: > I'm interested. I know nothing of jigdo, but this would allow me to > make torrent images available more quickly. Also, can you do this with > any pool (such as one from apt-cacher-ng)? As long as its creates a cache directory (

Re: jigdo in SoC [Re: What CDs and DVDs should we produce for lenny?]

2008-03-17 Thread Rick Thomas
On Mar 17, 2008, at 7:23 PM, Richard Atterer wrote: Re: "What CDs/DVDs?" I agree with many others here: Produce images (and .jigdos) for all images, but only mirror a limited subset via HTTP/ FTP. The commercial CD/DVD sellers can produce those CDs and DVDs that aren't available directly.

Re: Jigdo Lenny weekly builds missing 12 files in DVD1

2008-02-28 Thread Jasbir Singh Dhillon
Thanks Steve Just wanted someone to know that something was wrong. The 25 Feb images are OK so far. Have got the DVD2 download so far. Thanks and best regards Capt Jasbir Singh Dhillon On Thursday 28 February 2008 03:16, Steve McIntyre wrote: > On Sat, Feb 23, 2008 at 07:43:33AM +0530, Jasbi

Re: Re: Jigdo Lenny weekly builds missing 12 files in DVD1

2008-02-27 Thread Steve McIntyre
On Sat, Feb 23, 2008 at 07:43:33AM +0530, Jasbir Singh Dhillon wrote: > >For each file jigdo reported. > >ERROR 404: Not Found. > >Last weeks Jigdo downloads had 12 Files missing in DVD1 > >Jigdo advises to use rsync but the rsync servers are available for only the >stable branch. If any one knows

Re: Re: Jigdo Lenny weekly builds missing 12 files in DVD1

2008-02-22 Thread Jasbir Singh Dhillon
Now I have tried to download the 21 Feb Lenny Jigdo Image DVD1 reusing the Image I had from last week and again found files missing ( 10 files missing). Last weeks Jigdo downloads had 12 Files missing in DVD1. These were not available on the snapshot, which jigdo tries automatically This is the

Re: Jigdo Lenny weekly builds missing 12 files in DVD1

2008-02-19 Thread Jasbir Singh Dhillon
s. Thanks again Jasbir Singh Dhillon Re: Jigdo Lenny weekly builds missing 12 files in DVD1 To: Jasbir Singh Dhillon <[EMAIL PROTECTED]> Cc: debian-cd@lists.debian.org Subject: Re: Jigdo Lenny weekly builds missing 12 files in DVD1 From: Don Wright <[EMAIL PROTECTED]> Date: Mon, 18

Re: Jigdo Lenny weekly builds missing 12 files in DVD1

2008-02-18 Thread Don Wright
On Tue, 19 Feb 2008 06:57:54 +0530, Jasbir Singh Dhillon <[EMAIL PROTECTED]> wrote: >I was trying to download the weekly lenny DVD's using the Jigdo files dated 11 >Feb 08. 12 Files are missing. If you're quick, you can rename the temporary .iso file created by jigdo as if it succeeded and use r

Re: Re: jigdo Debian 4.0r2

2008-01-07 Thread Alexander Golovin
--20:18:00-- http://us.cdimage.debian.org/cdimage/snapshot/Debian/dists/etch/main/installer-amd64/20070308etch1/images/cdrom/initrd.gz => `debian-40r2-amd64-DVD-1.iso.tmpdir/us.cdimage.debian.org/cdimage/snapshot/Debian/dists/etch/main/installer-amd64/20070308etch1/images/cdrom/initrd.

Re: jigdo Debian 4.0r2

2008-01-07 Thread S. Pfeffer
Am 07.01.2008 18:35, Steve McIntyre schrieb: > Hi, > > Apologies - a simple mistake on the snapshot server. I'm updating that > snapshot now so it will be ready when needed. In the meantine, you > should not be needing the snapshot at all unless your local mirror is > out of date or incomplete. I

Re: jigdo Debian 4.0r2

2008-01-07 Thread Steve McIntyre
On Sun, Jan 06, 2008 at 07:25:53PM -0200, Carlos Carvalho wrote: >S. Pfeffer ([EMAIL PROTECTED]) wrote on 6 January 2008 20:24: > >sorry if this problem has been already posted here. I just subscribed > >the list. > >There ist a Problem with the jido files for the i386 and amd64 > >architecture. In

Re: jigdo Debian 4.0r2

2008-01-07 Thread Steve McIntyre
On Sun, Jan 06, 2008 at 08:24:31PM +0100, S. Pfeffer wrote: >Hello, > >sorry if this problem has been already posted here. I just subscribed >the list. >There ist a Problem with the jido files for the i386 and amd64 >architecture. In the jigdo file ist the path >http://us.cdimage.debian.org/cdimage

Re: Re: Jigdo for Debian 2.2 (potato) for PPC

2008-01-07 Thread Steve McIntyre
On Mon, Jan 07, 2008 at 05:04:38AM -0500, Rick Thomas wrote: >Brian wrote: > >>Thanks much for the suggestion about the alternate kernel for >>Sarge. That's a terrific idea and one which I never would have >>thought to explore without your help! > > >Hi Brian, > >If you haven't already gotten

Re: Re: Jigdo for Debian 2.2 (potato) for PPC

2008-01-07 Thread Rick Thomas
Brian wrote: Thanks much for the suggestion about the alternate kernel for Sarge. That's a terrific idea and one which I never would have thought to explore without your help! Hi Brian, If you haven't already gotten your emulated machine running Sarge, I've been told that the recently

Re: Re: jigdo Debian 4.0r2

2008-01-06 Thread Carlos Carvalho
Alexander Golovin ([EMAIL PROTECTED]) wrote on 7 January 2008 00:07: >On Sun, 2008-01-06 at 19:25 -0200, Carlos Carvalho wrote: >> S. Pfeffer ([EMAIL PROTECTED]) wrote on 6 January 2008 20:24: >> >sorry if this problem has been already posted here. I just subscribed >> >the list. >> >There

Re: Re: jigdo Debian 4.0r2

2008-01-06 Thread Alexander Golovin
On Sun, 2008-01-06 at 19:25 -0200, Carlos Carvalho wrote: > S. Pfeffer ([EMAIL PROTECTED]) wrote on 6 January 2008 20:24: > >sorry if this problem has been already posted here. I just subscribed > >the list. > >There ist a Problem with the jido files for the i386 and amd64 > >architecture. In

Re: jigdo Debian 4.0r2

2008-01-06 Thread Carlos Carvalho
S. Pfeffer ([EMAIL PROTECTED]) wrote on 6 January 2008 20:24: >sorry if this problem has been already posted here. I just subscribed >the list. >There ist a Problem with the jido files for the i386 and amd64 >architecture. In the jigdo file ist the path >http://us.cdimage.debian.org/cdimage/sn

Re: jigdo Debian 4.0r2

2008-01-06 Thread Alexander Golovin
Hi, I have the same problem: Merging parts from `file:' URIs, if any... Found 0 of the 3 files required by the template Copied input files to temporary file `debian-40r2-amd64-DVD-1.iso.tmp' - repeat command and supply more files to continue --22:59:13-- http://us.cdimage.debian.org/cdimage/sna

Re: Jigdo for Debian 2.2 (potato) for PPC

2007-12-08 Thread Brian Fisk
Hi Richard, Thanks much for the suggestion about the alternate kernel for Sarge. That's a terrific idea and one which I never would have thought to explore without your help! Best wishes, Brian On Dec 8, 2007 1:38 PM, Richard Atterer <[EMAIL PROTECTED]> wrote: > Hi Brian, > > On Sat, Dec 08,

Re: Jigdo for Debian 2.2 (potato) for PPC

2007-12-08 Thread Richard Atterer
Hi Brian, On Sat, Dec 08, 2007 at 12:49:18PM -0700, Brian Fisk wrote: > I am trying to see if I can get Debian to run on a Power PC emulator > (PearPC). I know that the emulator does not support 2.6 kernels, so I must > try to find a version with kernel 2.4, which is to say I want Debian > 2.2pot

Re: Jigdo testing DVD snapshots outdated?

2007-07-04 Thread Steve McIntyre
On Wed, Jul 04, 2007 at 07:27:38AM +0200, Maarten van Geijn wrote: >Dear Debian CD team, > >The jigdo CD-images, which are available at >http://cdimage.debian.org/cdimage/weekly-builds/i386/jigdo-dvd/ >seem to be outdated; they are dated at May 28th, 2007. > >Do you know if there are any technical

Re: Jigdo (was Re: too many CD ISOs)

2007-05-12 Thread Richard Atterer
Hi, sorry for the late reply... On Thu, Apr 26, 2007 at 01:44:05PM +0100, Steve McIntyre wrote: > There's also a couple more changes/updates that I'd like to make > in/around jigdo soon-ish: > > * Move over to using bzip2 rather than gzip for our template files. >That should be simple enough

Re: jigdo for olpc

2007-03-03 Thread Mark Eichin
Richard Atterer <[EMAIL PROTECTED]> writes: > > Finally, a simple solution: Mount each image just once and copy the > contents out of the loop mount. If there's not enough space on the server, > use hard links for files which are shared between different versions of the > images - I guess relat

Re: jigdo for olpc

2007-03-02 Thread Richard Atterer
Hi Carl, On Thu, Mar 01, 2007 at 11:11:36PM -0600, Carl Karsten wrote: > 1. Will jigdo work with other fs images, like the ext3 ones? "Yes, but" :-) It will work as long as you take care that the files inside the filesystem are not fragmented. jigdo will only work if the data of a file is a con

Re: Jigdo list missing 3.1r4

2007-02-27 Thread Richard Atterer
On Sat, Feb 24, 2007 at 05:18:42AM +0100, Matt Kraai wrote: > On Sat, Feb 24, 2007 at 03:52:21PM +1300, Austin Green wrote: > > The page "List of Debian .jigdo files" at > > http://atterer.net/jigdo/jigdo-search.php?list > > does not include the latest stable point release (3.1r4) > > I think some

Re: Jigdo list missing 3.1r4

2007-02-23 Thread Matt Kraai
On Sat, Feb 24, 2007 at 03:52:21PM +1300, Austin Green wrote: > The page "List of Debian .jigdo files" at > http://atterer.net/jigdo/jigdo-search.php?list > does not include the latest stable point release (3.1r4) I think someone from the debian-cd team will need to address this. -- Matt

Re: jigdo-lite download of DVD #3 of AMD64 RC1 fails due to missing file...

2007-01-29 Thread Michael Fothergill
Michael Fothergill wrote: >DearDebianists, > >A similar error to the one I reported the other day concerning a jigdo >download of a DVD from the amd64 RC1 Etch release. > >A missing file has interrupted the download again. > >I am ccing the debian-cd list on this as requested by Steve Mcintyre wh

Re: jigdo-lite download of DVD #3 of AMD64 RC1 fails due to missing file...

2007-01-29 Thread Steve McIntyre
On Mon, Jan 29, 2007 at 11:24:38AM +, Michael Fothergill wrote: >DearDebianists, > >A similar error to the one I reported the other day concerning a jigdo >download of a DVD from the amd64 RC1 Etch release. > >A missing file has interrupted the download again. > >I am ccing the debian-cd list

Re: Jigdo files for 1.4 GB (8cm) DVDs?

2005-01-04 Thread W. Borgert
Steve McIntyre <[EMAIL PROTECTED]> wrote: > True. Basically, we can provide installation images for whatever media > sizes people want to use, but the more we make the longer it will take > and the more confusion it will cause for inexperienced people looking > to download the official images. 8cm

Re: jigdo-file problems creating woody r4 images

2005-01-03 Thread Richard Atterer
On Mon, Jan 03, 2005 at 08:12:40PM +, Steve McIntyre wrote: > My mirror _and_ the jigdo-cache.db both give the right answer > (QYrvxbZD6hsrbVCjL1sAWQ), which is the really confusing part. Ah - well, at least this makes it clear that it's a bug in jigdo-file itself, and not a cache problem. >

Re: jigdo-file problems creating woody r4 images

2005-01-03 Thread Steve McIntyre
On Mon, Jan 03, 2005 at 08:50:28PM +0100, Richard Atterer wrote: >On Mon, Jan 03, 2005 at 05:32:58PM +, Steve McIntyre wrote: >> Several of the jigdo files I'm creating end up using the following file: >> >> LV13Ru06DGf3YL3ExzFEfw=Debian:pool/main/l/lablgl/liblablgl-ocaml_1.01-2_mips.deb > >Th

Re: jigdo-file problems creating woody r4 images

2005-01-03 Thread Richard Atterer
On Mon, Jan 03, 2005 at 05:32:58PM +, Steve McIntyre wrote: > Several of the jigdo files I'm creating end up using the following file: > > LV13Ru06DGf3YL3ExzFEfw=Debian:pool/main/l/lablgl/liblablgl-ocaml_1.01-2_mips.deb That checksum is incorrect! :-/ This .deb has a checksum of QYrvxbZD6hsr

Re: Jigdo files for 1.4 GB (8cm) DVDs?

2005-01-03 Thread Steve McIntyre
On Mon, Jan 03, 2005 at 05:43:56PM +0100, Alexander Schmehl wrote: >* W. Borgert <[EMAIL PROTECTED]> [050103 17:10]: > >> can Debian provide for jigdo files for 1.4 GB (8cm) DVDs? >> That would be a nice "competitive differentiation", as no >> other distro - AFAIK - is available in that handy forma

Re: Jigdo files for 1.4 GB (8cm) DVDs?

2005-01-03 Thread Alexander Schmehl
* W. Borgert <[EMAIL PROTECTED]> [050103 17:10]: > can Debian provide for jigdo files for 1.4 GB (8cm) DVDs? > That would be a nice "competitive differentiation", as no > other distro - AFAIK - is available in that handy format. Does this serve any other purpose than "they don't have it"? Playin

Re: "jigdo-lite --noask --scan PATH" :IT works!

2004-12-07 Thread Robert Parker
On Wednesday 08 December 2004 00:42, Richard Atterer wrote: > > The version of jigdo-lite that only scans files and does not fetch things > from the net is called "jigdo-file", i.e. the lower-level tool that > jigdo-lite relies on. ;-) > > jigdo-file make-image --image sarge-i386-1.iso \ > --temp

Re: "jigdo-lite --noask --scan PATH" :IT works!

2004-12-07 Thread Richard Atterer
On Tue, Dec 07, 2004 at 11:28:52PM +1100, Robert Parker wrote: > jigdo-lite ... > # scan only the mounted iso > # do not fetch from the internet The version of jigdo-lite that only scans files and does not fetch things from the net is called "jigdo-file",

Re: "jigdo-lite --noask --scan PATH" :IT works!

2004-12-07 Thread Robert Parker
On Tuesday 07 December 2004 11:39, Rahmat M. Samik-Ibrahim wrote: > On Tue, 2004-11-30 at 19:40, Richard Atterer wrote: > > It's a shell script, no need to compile it. Get it here: > > >/jigdo-lite?rev=HEAD&content-type=tex

Re: "jigdo-lite --noask --scan PATH" :IT works!

2004-12-07 Thread Richard Atterer
On Tue, Dec 07, 2004 at 07:39:08AM +0700, Rahmat M. Samik-Ibrahim wrote: > BTW, I am just wondering how "jigdo-file-cache.db" works? Maybe have a look at , which has some information. > Shall we delete it once in a while? That shouldn't be

Re: Jigdo .template problem

2004-10-21 Thread mikiwoz
Dnia czw 21. października 2004 17:38, Richard Atterer napisał: > On Thu, Oct 21, 2004 at 04:17:22PM +0100, Steve McIntyre wrote: > > >> >/usr/bin/jigdo-file: relocation error: /usr/bin/jigdo-file: symbol > > >> >_ZN9__gnu_cxx18__exchange_and_addEPVii, version GLIBCXX_3.4 not > > >> > defined in fil

Re: Jigdo .template problem

2004-10-21 Thread Richard Atterer
On Thu, Oct 21, 2004 at 04:17:22PM +0100, Steve McIntyre wrote: > >> >/usr/bin/jigdo-file: relocation error: /usr/bin/jigdo-file: symbol > >> >_ZN9__gnu_cxx18__exchange_and_addEPVii, version GLIBCXX_3.4 not defined in > >> >file libstdc++.so.6 with link time reference [...] > > > >Jigdo version 0.7

Re: Jigdo .template problem

2004-10-21 Thread Steve McIntyre
On Mon, Oct 18, 2004 at 10:23:51PM +0200, [EMAIL PROTECTED] wrote: >Dnia pon 18. pa?dziernika 2004 16:58, Steve McIntyre napisa?: >> On Mon, Oct 18, 2004 at 11:14:21AM +0200, [EMAIL PROTECTED] wrote: >> >Hello >> >I'e been trying to download the woody isos through jigdo, bot I keep on >> >getting:

Re: Jigdo .template problem

2004-10-18 Thread mikiwoz
Dnia pon 18. października 2004 16:58, Steve McIntyre napisał: > On Mon, Oct 18, 2004 at 11:14:21AM +0200, [EMAIL PROTECTED] wrote: > >Hello > >I'e been trying to download the woody isos through jigdo, bot I keep on > >getting: > > ... > > >11:05:30 (42.53 KB/s) - zapisano > >`woody-i386-1_NONUS.tem

Re: Jigdo .template problem

2004-10-18 Thread Steve McIntyre
On Mon, Oct 18, 2004 at 11:14:21AM +0200, [EMAIL PROTECTED] wrote: >Hello >I'e been trying to download the woody isos through jigdo, bot I keep on >getting: ... >11:05:30 (42.53 KB/s) - zapisano >`woody-i386-1_NONUS.template' [29841902/29841902] > >/usr/bin/jigdo-file: relocation error: /usr/bi

Re: jigdo problems (checksum error)

2004-10-11 Thread Steve McIntyre
On Mon, Oct 11, 2004 at 09:43:27AM +, Russell L. Harris wrote: >Running jigdo-lite/0.7.1 (GNU Wget 1.9.1; linux-gnu), I see many >(dozens, if not hundreds) instances of checksum errors of the following >variety: > >Error: `/mnt/pool/main/k/krb5/libkrb53_1.3.4-4_i386.deb' does not match >c

Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-10 Thread Achim Löbbert
Richard Atterer <[EMAIL PROTECTED]> wrote: > On Sat, Oct 02, 2004 at 03:12:14PM +0200, Achim Löbbert wrote: > > using yesterday's official sarge templates I am getting tons of errors > > once jigdo-lite starts to write the DVD iso image: > [...] > > Merging parts from `file:' URIs, if any... > > Fo

Re: FIXED: Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-06 Thread Steve McIntyre
On Wed, Oct 06, 2004 at 11:49:45AM +0200, Richard Atterer wrote: >On Wed, Oct 06, 2004 at 01:50:32AM +0100, Steve McIntyre wrote: > >> I'm now seeing another minor issue. "jigdo-file ls" shows >> adduser_3.59_all.deb to have rsyncsum kRjI35yjRzk whereas my own debug >> tools show it to be kRjI35yjR

Re: FIXED: Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-06 Thread Richard Atterer
On Wed, Oct 06, 2004 at 01:50:32AM +0100, Steve McIntyre wrote: > I've found the cause of this bug: Cool, thanks! > I'm now seeing another minor issue. "jigdo-file ls" shows > adduser_3.59_all.deb to have rsyncsum kRjI35yjRzk whereas my own debug > tools show it to be kRjI35yjRz5 - note the last

FIXED: Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-05 Thread Steve McIntyre
On Sat, Oct 02, 2004 at 06:52:40PM +0200, Richard Atterer wrote: >OK, I know now what causes the problem. I haven't found the error in JTE >(or jigdo-file?) yet. > >Downloaders, as a short-term workaround add "--no-check-files" to jigdoOpts >in your ~/.jigdo-lite. > >As of version 1.12, JTE not o

Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-05 Thread vex127
>Downloaders, as a short-term workaround add >"--no-check-files" to jigdoOpts in your ~/.jigdo-lite. Okay did that and still get errors... fixed next week? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mai

Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-04 Thread Mattias Wadenstein
On Sun, 3 Oct 2004, Richard Atterer wrote: My goodness - Manty or Mattias, can you please disable access to the broken DVD jigdo files, or at least put a big README into the directory which explains that they're broken? Ok, I've put in a temporary README on cdimage.d.o. I'll look at disabling acce

Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-03 Thread Richard Atterer
My goodness - Manty or Mattias, can you please disable access to the broken DVD jigdo files, or at least put a big README into the directory which explains that they're broken? I'm getting quite a few private mails from people complaining about jigdo-lite failure... :-/ Thanks, Richard --

Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-02 Thread Steve McIntyre
On Sat, Oct 02, 2004 at 06:52:40PM +0200, Richard Atterer wrote: > >$ jigdo-file mt -fi adduser_3.59_all.deb -j grr.jigdo -t grr.template >adduser_3.59_all.deb >Match of `adduser_3.59_all.deb' at offset 0 >Finished - image size is 93882 bytes. >$ jigdo-file ls -t grr.template >need-file

Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-02 Thread Richard Atterer
OK, I know now what causes the problem. I haven't found the error in JTE (or jigdo-file?) yet. Downloaders, as a short-term workaround add "--no-check-files" to jigdoOpts in your ~/.jigdo-lite. As of version 1.12, JTE not only outputs md5sums for each file, but also an "Rsync64Sum" for the firs

Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-02 Thread Achim Löbbert
( Sorry for sending this again but the first was only a follow-up post through a news2mail gateway to [EMAIL PROTECTED] ) Richard Atterer <[EMAIL PROTECTED]> wrote: > On Sat, Oct 02, 2004 at 03:12:14PM +0200, Achim Löbbert wrote: > > using yesterday's official sarge templates I am getting tons o

Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-02 Thread Markus Hirschmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Achim Achim Löbbert wrote: | using yesterday's official sarge templates I am getting tons of errors | once jigdo-lite starts to write the DVD iso image: Same Problem here. I think there's a problem in the jidgo-templates, last weeks templates worked

Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-02 Thread Achim Löbbert
Richard Atterer <[EMAIL PROTECTED]> wrote: > On Sat, Oct 02, 2004 at 03:12:14PM +0200, Achim Löbbert wrote: > > using yesterday's official sarge templates I am getting tons of errors > > once jigdo-lite starts to write the DVD iso image: > [...] > > Merging parts from `file:' URIs, if any... > > Fo

Re: jigdo-lite Error: ... does not match checksum in template data

2004-10-02 Thread Richard Atterer
On Sat, Oct 02, 2004 at 03:12:14PM +0200, Achim Löbbert wrote: > using yesterday's official sarge templates I am getting tons of errors > once jigdo-lite starts to write the DVD iso image: [...] > Merging parts from `file:' URIs, if any... > Found 6720 of the 6720 files required by the template > E

Re: jigdo problem .bug?

2004-09-25 Thread ÌÜêçò
Hmm you didnt help a lot.. Yes before i sent you this mail i sure checked all things you say(entered the failed URL in to the browser,checked proxy settings), anyway the ftp was working ,had only problem with http(having the message i copied below) and the solution was to downgrade jigdo-file fro

Re: jigdo problem .bug?

2004-09-24 Thread Richard Atterer
On Fri, Sep 24, 2004 at 04:43:57PM +0300, Euthimis Drimwnas wrote: > im trying to download the dvd images just as you say in the instructions, > but when some files remain(150-160 i think) jigdo tries to download the > remaining from http://gluck.debian and then wget says : > > HTTP request se

Re: Jigdo says "Aaargh - 1 files could not be download", even when the file has been saved

2004-08-30 Thread José Ramón Rodrigo Roldán
--- Richard Atterer <[EMAIL PROTECTED]> wrote: > Hi Jose, Hi, Richard. > this appears to be a problem at your end, most > likely with your HTTP proxy. > Please enter this URL into your browser and check > the error message that > you get instead of the file: > > > ool/main/g/gnome-sudo/gnom

Re: Jigdo says "Aaargh - 1 files could not be download", even when the file has been saved

2004-08-27 Thread Richard Atterer
Hi Jose, this appears to be a problem at your end, most likely with your HTTP proxy. Please enter this URL into your browser and check the error message that you get instead of the file: http://us.cdimage.debian.org/jigdo-area/3.0_r2/snapshot/pool/main/g/gnome-sudo/gnome-sudo_0.3-1_i386.deb On

Re: jigdo and debian-cd

2004-06-18 Thread Richard Atterer
On Fri, Jun 18, 2004 at 10:42:21AM +0200, Lucio Crusca wrote: > Does it check for already downloaded debs in a particular directory? Or > does it mount -o loop any ISO image it finds? Neither one - it assumes you either have a full Debian mirror on your hard disc or in your LAN. > Or does it fetc

Re: jigdo and debian-cd

2004-06-18 Thread Lucio Crusca
Richard Atterer wrote: > jigdo-mirror is intended for this job. Thanks Richard, but there is something I didn't quite catch about jigdo-mirror: Does it check for already downloaded debs in a particular directory? Or does it mount -o loop any ISO image it finds? Or does it fetch the full ISO ima

Re: jigdo and debian-cd

2004-06-17 Thread Richard Atterer
On Thu, Jun 17, 2004 at 03:16:17PM +0200, Lucio Crusca wrote: > 1 - What should I use, debian-cd or jigdo? jigdo. :) > 1.1 - Just in case the answer is "jigdo", is there a way to make the process > of updating images less interactive (not interactive at all) so that > jigdo-lite can be put in

  1   2   3   4   >