From owner-freebsd-hubs Wed Nov 29 09:06:32 1995 Return-Path: owner-hubs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA01573 for hubs-outgoing; Wed, 29 Nov 1995 09:06:32 -0800 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA01564 for ; Wed, 29 Nov 1995 09:06:26 -0800 Received: from grumble.grondar.za (root@grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id TAA13673 for ; Wed, 29 Nov 1995 19:06:08 +0200 Received: from localhost (mark@localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id TAA02381 for ; Wed, 29 Nov 1995 19:06:07 +0200 Message-Id: <199511291706.TAA02381@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: hubs@freebsd.org Subject: Generating CTMs on a limited bandwidth. Date: Wed, 29 Nov 1995 19:06:07 +0200 From: Mark Murray Sender: owner-hubs@freebsd.org Precedence: bulk Hi I have the facilities and knowhow to generate CTMs of a branch of FreeBSD (-STABLE for example), but the bandwith of the host will not take kindly to massive mail runs. However - I would be very happy to generate these and send them to a mail exploder. Anyone interested in helping out here? M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-freebsd-hubs Wed Nov 29 10:59:25 1995 Return-Path: owner-hubs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA10359 for hubs-outgoing; Wed, 29 Nov 1995 10:59:25 -0800 Received: from kryten.atinc.com (kryten.Atinc.COM [198.138.38.7]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA10333 ; Wed, 29 Nov 1995 10:59:11 -0800 Received: (jmb@localhost) by kryten.atinc.com (8.6.9/8.3) id NAA07798; Wed, 29 Nov 1995 13:49:46 -0500 Date: Wed, 29 Nov 1995 13:49:45 -0500 (EST) From: "Jonathan M. Bresler" Subject: Re: Becoming a mirror site for FreeBSD To: Joe Greco cc: Jerry Kendall , hackers@freebsd.org, hubs@freebsd.org In-Reply-To: <199511291633.KAA14410@brasil.moneng.mei.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hubs@freebsd.org Precedence: bulk > > What is the best way to do this? the easiest way is to use the mirror perl script (its a port mirror-2.3). i have included the packages file that i use at the end run mirror out of cron 11 5 * * * /mirror packages jmb Jonathan M. Bresler FreeBSD Postmaster jmb@FreeBSD.ORG play go. ride bike. hack FreeBSD.--ah the good life i am moving to a new job. PLEASE USE: jmb@FreeBSD.ORG # # PACKAGES # # This is the default mirror settings used by my site: # kryten.atinc.com # # adapted from mirror.defaults by Lee McLoughlin # You should be able to use this at other sites. You should only have # to change bits that reference this site so look for doc.ic below. package=defaults # The LOCAL hostname - if not the same as `hostname` # hostname=src.doc.ic.ac.uk # Keep all local_dirs relative to here local_dir=/spare/anon-ftp/pub/ remote_password=jmb@kryten.atinc.com mail_to=jmb@kryten.atinc.com # Don't mirror file modes. Set all dirs/files to these dir_mode=0755 file_mode=0444 # By defaults files are owned by root.zero user=jmb group=staff # # Keep a log file in each updated directory # update_log=.mirror update_log=/home/jmb/bin/mirror.log # Don't overwrite my mirror log with the remote one. # Don't pull back any of their mirror temporary files. # Don't touch anything whose name begins with a space! # nor any FSP or gopher files... exclude_patt=(^|/)(\.mirror$|core$|\.cap|\.in\..*\.$|MIRROR.LOG|#.*#|\.FSP|\.cache|\.zipped|\.notar|\.message|lost+found/|\ ) # Try to compress everything compress_patt=. compress_prog=compress # Don't compress information files, files that don't benifit from # being compressed, files that tell ftpd, gopher, wais... to do things, # the sources for compression programs... # (Note this is the only regexp that is case insensitive.) # z matches compress/pack/gzip, gz for gzip. (built into perl) # taz/tgz is compressed or gzipped tar files # arc, arj, lzh, zip and zoo are pc and/or amiga archives. # sea are mac archives. # vms used -z instead of .z. stupid vms. # shk is multimedia? used on apple2s. compress_excl+|-z(\d+)?$|\.tgz|_tgz|\.tar\.Z|\.tar\.gz|\.taz$|\.arc$|\.zip$|\.lzh$|\.zoo$|\.exe$|\.lha$|\.zom$|\.gif$|\.jpeg$|\.jpg$|\.mpeg$|\.au$|\.shk$|read.*me|index|info|faq|gzip|compress|(^|/)\.\.?$ # Don't delete own mirror log, .notar or .cache files (incl in subdirs) # delete_excl=(^|/)\.(mirror|notar|cache)$ # Ignore any local readme and .mirror files # jmb 9411201 added .message files local_ignore=README.doc.ic|(^|/)\.(mirror|notar|message)$ # Automatically delete local copies of files that the # remote site has zapped do_deletes=true max_delete_files=50% max_delete_dirs=50% #package=FreeBSD.2.0-RELEASE # comment=FreeBSD 2.0-RELEASE distribution # site=ftp.cdrom.com # remote_dir=/pub/FreeBSD/2.0-RELEASE/ # local_dir+FreeBSD/2.0-RELEASE/ # compress_patt= # local_ignore=packages-2.0|(^|/)\.(mirror|notar|message)$ # #package=FreeBSD.2.0-packages # comment=FreeBSD 2.0 packages # site=ftp.cdrom.com # remote_dir=/pub/FreeBSD/packages-2.0 # local_dir+FreeBSD/2.0-RELEASE/packages-2.0 # compress_patt= # # package=FreeBSD.2.0.5-ALPHA # comment=FreeBSD 2.0.5 ALPHA # site=ftp.freebsd.org # remote_dir=/pub/FreeBSD/2.0.5-ALPHA # local_dir+FreeBSD/2.0.5-ALPHA # compress_patt= # exclude_patt=(^|/)(XF86-co.tgz|XF86-xc.tgz|\.mirror$|core$|\.cap|\.in\..*\.$|MIRROR.LOG|#.*#|\.FSP|\.cache|\.zipped|\.notar|\.message|lost+found/|\ ) package=FreeBSD.2.0.5-RELEASE comment=FreeBSD 2.0.5 RELEASE site=ftp.cdrom.com remote_dir=/pub/FreeBSD/2.0.5-RELEASE local_dir+FreeBSD/2.0.5-RELEASE compress_patt= exclude_patt=(^|/)(XF86-co.tgz|XF86-xc.tgz|distfiles|\.mirror$|core$|\.cap|\.in\..*\.$|MIRROR.LOG|#.*#|\.FSP|\.cache|\.zipped|\.notar|\.message|lost+found/|\ ) package=FreeBSD.2.1.0-RELEASE comment=FreeBSD 2.1.0-RELEASE distribution site=ftp.cdrom.com remote_dir=/pub/FreeBSD/2.1.0-RELEASE/ local_dir+FreeBSD/2.1.0-RELEASE/ compress_patt= local_ignore=packages|ports|(^|/)\.(mirror|notar|message)$ package=FreeBSD.2.1-packages comment=FreeBSD 2.1 packages site=ftp.cdrom.com remote_dir=/pub/FreeBSD/packages-2.1 local_dir+FreeBSD/2.1.0-RELEASE/packages compress_patt= exclude_patt=(^|/)(XF86-co.tgz|XF86-xc.tgz|distfiles|\.mirror$|core$|\.cap|\.in\..*\.$|MIRROR.LOG|#.*#|\.FSP|\.cache|\.zipped|\.notar|\.message|lost+found/|\ ) From owner-freebsd-hubs Thu Nov 30 09:25:42 1995 Return-Path: owner-hubs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA04322 for hubs-outgoing; Thu, 30 Nov 1995 09:25:42 -0800 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA04292 for ; Thu, 30 Nov 1995 09:25:12 -0800 Received: from grumble.grondar.za (root@grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id TAA15425 for ; Thu, 30 Nov 1995 19:24:54 +0200 Received: from localhost (mark@localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id TAA13730 for ; Thu, 30 Nov 1995 19:24:53 +0200 Message-Id: <199511301724.TAA13730@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: hubs@freebsd.org Subject: CTM of STABLE? Date: Thu, 30 Nov 1995 19:24:53 +0200 From: Mark Murray Sender: owner-hubs@freebsd.org Precedence: bulk Hi I have organised a remailer, and I have all the other facilities. I can get underway pretty soon CTMming (say) STABLE to a mailing list. Does anyone want to step in and dictate/ask which is to be CTMmed? The origin if this will be South Africa (.za), and it would be nice to have an archive of all that is sent. Any volunteers at a Well Connected Site (tm)? Our overseas connectivity is _terrible_. I suspect that the "starter kit" will be about 30-40 MB, and I would love to have that somewhere where it won't nail our bandwidth. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-freebsd-hubs Fri Dec 1 05:20:48 1995 Return-Path: owner-hubs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA23657 for hubs-outgoing; Fri, 1 Dec 1995 05:20:48 -0800 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id FAA23335 ; Fri, 1 Dec 1995 05:15:59 -0800 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id OAA11048 ; Fri, 1 Dec 1995 14:14:45 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id OAA22729 ; Fri, 1 Dec 1995 14:14:44 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.1/keltia-uucp-2.6) id NAA13293; Fri, 1 Dec 1995 13:37:52 +0100 (MET) From: Ollivier Robert Message-Id: <199512011237.NAA13293@keltia.freenix.fr> Subject: Re: Becoming a mirror site for FreeBSD To: jmb@kryten.Atinc.COM (Jonathan M. Bresler) Date: Fri, 1 Dec 1995 13:37:52 +0100 (MET) Cc: jgreco@brasil.moneng.mei.com, Jerry.Kendall@vmicls.com, hackers@FreeBSD.ORG, hubs@FreeBSD.ORG In-Reply-To: from "Jonathan M. Bresler" at Nov 29, 95 01:49:45 pm X-Operating-System: FreeBSD 2.2-CURRENT ctm#1393 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hubs@FreeBSD.ORG Precedence: bulk It seems that Jonathan M. Bresler said: > the easiest way is to use the mirror perl script (its a port > mirror-2.3). i have included the packages file that i use at the end Virgin mirror 2.3 has some serious memory problem, you should get either the patches for 2.3 or switch to 2.8. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #7: Mon Nov 6 21:08:06 MET 1995