Re: jigdo 3.0r1 files
On Wed, Jan 15, 2003 at 04:19:05PM +1300, Richard Hector wrote: > >Hi Steve, > >Thanks for the good work. > >I'm not sure if you're the right person, but: > >Could the 'current' links on the us & non-us sites be updated? That's >what is referenced from the main web site (or at least the bit I found), >so the new images would be easier to find. OK, I've done it for the non-US site, but I don't have access on us.cdimage.debian.org I'm afraid. Can somebody else do that for us please? -- Steve McIntyre, Cambridge, UK.[EMAIL PROTECTED] http://www.einval.com/steve/>My home page "Can't keep my eyes from the circling sky, "Tongue-tied & twisted, Just an earth-bound misfit, I..." msg05185/pgp0.pgp Description: PGP signature
Re: Debian install server
On Tue, 2003-01-14 at 23:45, Richard Atterer wrote: > On Tue, Jan 14, 2003 at 02:42:59PM +, [EMAIL PROTECTED] wrote: > > However I am limited by space and bandwidth and ftp mirroring > > is impractical, so I use jigdo to download the 3 dvd images (I > > use the testing release), loop mount them then NFS export them. > > Why do you think ftp mirroring is impractical? In your case, ftp or rsync > mirroring is the right choice, IMHO. Probably even better: use apt-cacher or one of the other proxying scripts. You should end up using less bandwith than when you download all dvd images (You only download each package once, and you only download a package if it's actually used somewhere). -- vbi -- get my gpg key here: http://fortytwo.ch/gpg/92082481 signature.asc Description: This is a digitally signed message part
Re: Debian install server
I would use an ftp mirror with rsync (and did infact try to) however the machine I am running it on only has 10GB of storage, and since the way the files are pooled it downloads all 3 dists (sid sarge and woody) for i386, which comes to around 15GB now The NFS exported CD install works great though, it would just be easier to admin as a single file Simon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian install server
On Wed, Jan 15, 2003 at 11:06:32AM +, [EMAIL PROTECTED] wrote: >I would use an ftp mirror with rsync (and did infact try to) >however the machine I am running it on only has 10GB of >storage, and since the way the files are pooled it downloads >all 3 dists (sid sarge and woody) for i386, which comes to >around 15GB now > >The NFS exported CD install works great though, it would just >be easier to admin as a single file Try debmirror then - it parses the Packages and Sources files to just get the bits you want, rather than all of the pool structure. On my laptop I want to keep woody and sarge for i386 only, which I do using the following wrapper script: == #!/bin/sh OPTS="--nosource --method=ftp" DISTS="sarge,woody" debmirror /home/mirror/debian $OPTS --dist=$DISTS \ --root=debian -h mirror --ignore=non-US/ debmirror /home/mirror/debian/non-US $OPTS --dist=sarge/non-US,woody/non-US \ --root=debian/non-US -h mirror debmirror /home/mirror/debian-security $OPTS --dist=$DISTS \ --section=updates/main,updates/contrib,updates/non-free \ --root=debian-security -h mirror == -- Steve McIntyre, Plasmon [EMAIL PROTECTED] Also available from [EMAIL PROTECTED] "Can't keep my eyes from the circling sky, "Tongue-tied & twisted, Just an earth-bound misfit, I..." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Broken links and info on Colombian vendors of Debian
Hi, just wanted to point out that out of the 3 official Debian Vendors on Colombia, only one seems to be working (tiendalinux.com). One of the other two seems not to have a webpage at all (linux-colombia.com), and the other seems to be a broken link (And in their main page they say nothing about Debian)... Juan Camilo Rozo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: reassigning to cdimage.debian.org
Processing commands for [EMAIL PROTECTED]: > reassign 173680 cdimage.debian.org Bug#173680: Invalid CD image for PowerPC distribution Bug reassigned from package `ftp.debian.org' to `cdimage.debian.org'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: jigdo 3.0r1 files
On Wed, Jan 15, 2003 at 04:19:05PM +1300, Richard Hector wrote: > >Hi Steve, > >Thanks for the good work. > >I'm not sure if you're the right person, but: > >Could the 'current' links on the us & non-us sites be updated? That's >what is referenced from the main web site (or at least the bit I found), >so the new images would be easier to find. OK, I've done it for the non-US site, but I don't have access on us.cdimage.debian.org I'm afraid. Can somebody else do that for us please? -- Steve McIntyre, Cambridge, UK.[EMAIL PROTECTED] http://www.einval.com/steve/>My home page "Can't keep my eyes from the circling sky, "Tongue-tied & twisted, Just an earth-bound misfit, I..." pgpfQdrN8b70k.pgp Description: PGP signature
Re: Debian install server
On Tue, 2003-01-14 at 23:45, Richard Atterer wrote: > On Tue, Jan 14, 2003 at 02:42:59PM +, [EMAIL PROTECTED] wrote: > > However I am limited by space and bandwidth and ftp mirroring > > is impractical, so I use jigdo to download the 3 dvd images (I > > use the testing release), loop mount them then NFS export them. > > Why do you think ftp mirroring is impractical? In your case, ftp or rsync > mirroring is the right choice, IMHO. Probably even better: use apt-cacher or one of the other proxying scripts. You should end up using less bandwith than when you download all dvd images (You only download each package once, and you only download a package if it's actually used somewhere). -- vbi -- get my gpg key here: http://fortytwo.ch/gpg/92082481 signature.asc Description: This is a digitally signed message part
Re: Debian install server
I would use an ftp mirror with rsync (and did infact try to) however the machine I am running it on only has 10GB of storage, and since the way the files are pooled it downloads all 3 dists (sid sarge and woody) for i386, which comes to around 15GB now The NFS exported CD install works great though, it would just be easier to admin as a single file Simon
Re: Debian install server
On Wed, Jan 15, 2003 at 11:06:32AM +, [EMAIL PROTECTED] wrote: >I would use an ftp mirror with rsync (and did infact try to) >however the machine I am running it on only has 10GB of >storage, and since the way the files are pooled it downloads >all 3 dists (sid sarge and woody) for i386, which comes to >around 15GB now > >The NFS exported CD install works great though, it would just >be easier to admin as a single file Try debmirror then - it parses the Packages and Sources files to just get the bits you want, rather than all of the pool structure. On my laptop I want to keep woody and sarge for i386 only, which I do using the following wrapper script: == #!/bin/sh OPTS="--nosource --method=ftp" DISTS="sarge,woody" debmirror /home/mirror/debian $OPTS --dist=$DISTS \ --root=debian -h mirror --ignore=non-US/ debmirror /home/mirror/debian/non-US $OPTS --dist=sarge/non-US,woody/non-US \ --root=debian/non-US -h mirror debmirror /home/mirror/debian-security $OPTS --dist=$DISTS \ --section=updates/main,updates/contrib,updates/non-free \ --root=debian-security -h mirror == -- Steve McIntyre, Plasmon [EMAIL PROTECTED] Also available from [EMAIL PROTECTED] "Can't keep my eyes from the circling sky, "Tongue-tied & twisted, Just an earth-bound misfit, I..."
Broken links and info on Colombian vendors of Debian
Hi, just wanted to point out that out of the 3 official Debian Vendors on Colombia, only one seems to be working (tiendalinux.com). One of the other two seems not to have a webpage at all (linux-colombia.com), and the other seems to be a broken link (And in their main page they say nothing about Debian)... Juan Camilo Rozo
Processed: reassigning to cdimage.debian.org
Processing commands for [EMAIL PROTECTED]: > reassign 173680 cdimage.debian.org Bug#173680: Invalid CD image for PowerPC distribution Bug reassigned from package `ftp.debian.org' to `cdimage.debian.org'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)