Do mirrors for daily snapshots exist?

(=?utf-8?q?=60=60-=5F-=C2=B4=C2=B4?=) -- Fernando ubuntu at bugabundo.net
Sun Apr 13 10:33:46 UTC 2008


Olá Scott

On Thursday 10 April 2008 10:04:10 Scott (angrykeyboarder) wrote:
> 
> I'm using rsync with us.cdimage.ubuntu.com (it's the only one I know of 
> other than cdimage.ubuntu.com and every time I use it I get this message:

Got that too, for the first time this week.


> Fine and dandy but https://launchpad.net/ubuntu/+cdmirrors only lists mirrors for *releases*, not for daily snapshots.

I, too, have asked in the past on #ubuntu-mirrors for other server (due to hi load on c.u.c and was told that there were none.


> BTW, it looks like cdimage.ubuntu.com and us.cdimage.ubuntu.com are the point to the same site.
> 
> How odd...

Again, that happen to me too, when I discovered speed problems on pt.c.u.c. After that I've found that c.u.c has a wildcard dns, ie. *.cdimage.ubuntu.com all points to c.u.c.


> -- 
>             Scott

here is my script for using rsync on c.u.c.

echo "download cdimage.ubuntu.com/cdimage/daily-live/current/hardy-desktop-i386.iso"
nice -n 15 rsync -zhP --stats rsync://cdimage.ubuntu.com/cdimage/daily-live/current/hardy-desktop-i386.iso ~
# nice -n 15 rsync -zhP --stats rsync://releases.ubuntu.com/releases/8.04/ubuntu-8.04-beta-desktop-i386.iso ~
wget -O - http://cdimage.ubuntu.com/cdimage/daily-live/current/MD5SUMS | grep desktop-i386
# wget -O - http://releases.ubuntu.com/releases/8.04/MD5SUMS | grep desktop-i386
echo "ionice md5sum"
sudo ionice -c3 md5sum ~/hardy-desktop-i386.iso
echo "copy squashfs"
su
mount -o loop ~/hardy-desktop-i386.iso /mnt/iso
mount -t squashfs -o loop /mnt/iso/casper/filesystem.squashfs ~/temp/hardy/squashfs
nice -n 20 rsync -a ~/temp/hardy/squashfs/ ~/temp/hardy/edit/
echo "chroot"
chroot ~/temp/hardy/edit
mount -t proc none /proc
mount -t sysfs none /sys
export HOME=/root
export LC_ALL=C
cd /dev/
nice -n 20 MAKEDEV generic
nice -n 20 /etc/init.d/dbus restart
nice -n 10 startx

-- 
BUGabundo  :o)
(``-_-´´)	http://Ubuntu.BUGabundo.net
Linux user #443786    GPG key 1024D/A1784EBB
My new micro-blog @ http://BUGabundo.net
ps. My emails tend to sound authority and aggressive. I'm sorry in advance. I'll try to be more assertive as time goes by...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20080413/1d46435f/attachment.sig>


More information about the Ubuntu-devel-discuss mailing list