From owner-freebsd-hubs Mon Mar 3 09:18:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14459 for hubs-outgoing; Mon, 3 Mar 1997 09:18:21 -0800 (PST) Received: from atena.eurocontrol.fr (atena.uneec.eurocontrol.fr [147.196.69.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA14450; Mon, 3 Mar 1997 09:18:12 -0800 (PST) Received: by atena.eurocontrol.fr; (5.65v3.2/1.3/10May95) id AA09632; Mon, 3 Mar 1997 18:18:02 +0100 Received: (from roberto@localhost) by caerdonn.eurocontrol.fr (8.8.5/caerdonn-1.1) id SAA29489; Mon, 3 Mar 1997 18:18:00 +0100 (CET) Message-Id: <19970303181800.51376@caerdonn.eurocontrol.fr> Date: Mon, 3 Mar 1997 18:18:00 +0100 From: Ollivier Robert To: Ade Barkah Cc: www@freebsd.org, hubs@freebsd.org Subject: Re: WWW mirror on www.fr.freebsd.org References: <19970228171010.04030@caerdonn.eurocontrol.fr> <199702281642.JAA22224@hemi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.62-1-4,6-11 X-Operating-System: FreeBSD 3.0-CURRENT In-Reply-To: <199702281642.JAA22224@hemi.com>; from Ade Barkah on Fri, Feb 28, 1997 at 09:42:01AM -0700 Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm very pleased to announce the following news about fr.freebsd.org: 1. ftp.fr.freebsd.org is up and points to ftp.ibp.fr, the main french server and one of the largest in Europe, thanks to R幦y Card , 2. www.fr.freebsd.org is up and running, with a daily mirror at 22:00 CET (approx. 12:00 CST), thanks to Olivier Girard , 3. ftp2.fr.freebsd.org will be up as soon as possible, pointing to rork.net.univ-angers.fr (also known as www.fr.freebsd.org). Thanks to all involved. -- Ollivier ROBERT -=- Eurocontrol EEC/TS -=- Ollivier.Robert@eurocontrol.fr Usenet Canal Historique From owner-freebsd-hubs Tue Mar 4 02:10:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA12950 for hubs-outgoing; Tue, 4 Mar 1997 02:10:20 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA12911 for ; Tue, 4 Mar 1997 02:09:58 -0800 (PST) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id LAA10621; Tue, 4 Mar 1997 11:10:40 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.8.4/8.6.9) id LAA17430; Tue, 4 Mar 1997 11:18:37 +0100 (MET) Date: Tue, 4 Mar 1997 11:18:37 +0100 (MET) From: Christoph Kukulies Message-Id: <199703041018.LAA17430@gil.physik.rwth-aachen.de> To: de-bsd-hubs@blues.physik.rwth-aachen.de, freebsd-hubs@freebsd.org Subject: timelocal.pl (mirror problem) Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to figure out why (since a couple of days) my mirror scripts don't work anymore. I ran it interactively now and found the following: timelocal:/usr/share/perl/timelocal.pl:73 Caught a SIGFPE shutting down at /home/kuku/mirror/mirror line 3596, line 1150. The last file scanned at ftp.freebsd.org at the time the sigfpe was happening was remote: distfiles/lcircle10.tfm 820 668386800 f 0664 remote: distfiles/vmsbackup.tar.Z 16001 647128800 f 0664 (which need not be very significant because of buffering etc.) timelocal.pl:73: looks like: package timelocal; sub cheat { $year = $_[5]; $month = $_[4]; die "Month out of range 0..11 in ctime.pl\n" if $month > 11; $guess = $^T; @g = gmtime($guess); $year += $YearFix if $year < $epoch[5]; while ($diff = $year - $g[5]) { $guess += $diff * (363 * $DAYS); >>>>> @g = gmtime($guess); <<<<<<< } while ($diff = $month - $g[4]) { $guess += $diff * (27 * $DAYS); @g = gmtime($guess); } $g[3]--; $guess -= $g[0] * $SEC + $g[1] * $MIN + $g[2] * $HR + $g[3] * $DAYS; $cheat{$ym} = $guess; } 1; Now I'm not a perl expert to know where to go from here. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-hubs Tue Mar 4 06:32:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA24294 for hubs-outgoing; Tue, 4 Mar 1997 06:32:49 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA24290 for ; Tue, 4 Mar 1997 06:32:46 -0800 (PST) Received: from campa.panke.de (anonymous213.ppp.cs.tu-berlin.de [130.149.17.213]) by mail.cs.tu-berlin.de (8.8.5/8.8.5) with SMTP id PAA09584; Tue, 4 Mar 1997 15:17:17 +0100 (MET) Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id PAA00628; Tue, 4 Mar 1997 15:04:06 +0100 Date: Tue, 4 Mar 1997 15:04:06 +0100 Message-Id: <199703041404.PAA00628@campa.panke.de> From: Wolfram Schneider To: Christoph Kukulies Cc: de-bsd-hubs@blues.physik.rwth-aachen.de, freebsd-hubs@freebsd.org Subject: timelocal.pl (mirror problem) In-Reply-To: <199703041018.LAA17430@gil.physik.rwth-aachen.de> References: <199703041018.LAA17430@gil.physik.rwth-aachen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Christoph Kukulies writes: >I'm trying to figure out why (since a couple of days) my mirror >scripts don't work anymore. I ran it interactively now and found the >following: > >timelocal:/usr/share/perl/timelocal.pl:73 Caught a SIGFPE shutting down at /home/kuku/mirror/mirror line 3596, line 1150. /usr/include/sys/signal.h #define SIGFPE 8 /* floating point exception */ >>>>>> @g = gmtime($guess); <<<<<<< gmtime in perl does the same thing like the c function gmtime(3). Wolfram From owner-freebsd-hubs Tue Mar 4 09:45:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02869 for hubs-outgoing; Tue, 4 Mar 1997 09:45:49 -0800 (PST) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.235.250]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA02823 for ; Tue, 4 Mar 1997 09:45:32 -0800 (PST) Received: (from jdli@localhost) by FreeBSD.csie.NCTU.edu.tw (8.8.5/8.8.2) id BAA03000 for freebsd-hubs@freebsd.org; Wed, 5 Mar 1997 01:43:05 +0800 (CST) Date: Wed, 5 Mar 1997 01:43:05 +0800 (CST) From: Jian-Da Li Message-Id: <199703041743.BAA03000@FreeBSD.csie.NCTU.edu.tw> To: freebsd-hubs@freebsd.org Subject: Re: timelocal.pl (mirror problem) Newsgroups: mailing.freebsd.hubs Organization: NCTU CSIE FreeBSD Server X-Newsreader: TIN [UNIX 1.3 950824BETA+ANSI+COLOR PL6] Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 您在 <5fgsqm$ecv$1@FreeBSD.csie.NCTU.edu.tw> 文章內提到: : timelocal:/usr/share/perl/timelocal.pl:73 Caught a SIGFPE shutting down at /home/kuku/mirror/mirror line 3596, line 1150. : The last file scanned at ftp.freebsd.org at the time the sigfpe was happening : was : remote: distfiles/lcircle10.tfm 820 668386800 f 0664 : remote: distfiles/vmsbackup.tar.Z 16001 647128800 f 0664 The same thing happens here, running FreeBSD 2.2-GAMMA with mirror v2.8. Change the /usr/bin/perl to /usr/local/bin/perl5 fixed this problem. -- 李 建 達 (Jian-Da Li) 交 大 資 工 E-Mail : http://www.csie.nctu.edu.tw/~jdli From owner-freebsd-hubs Tue Mar 4 12:42:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA14636 for hubs-outgoing; Tue, 4 Mar 1997 12:42:01 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA14631 for ; Tue, 4 Mar 1997 12:41:57 -0800 (PST) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id VAA20210; Tue, 4 Mar 1997 21:42:43 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.8.4/8.6.9) id VAA20163; Tue, 4 Mar 1997 21:50:48 +0100 (MET) From: Christoph Kukulies Message-Id: <199703042050.VAA20163@gil.physik.rwth-aachen.de> Subject: Re: timelocal.pl (mirror problem) In-Reply-To: <199703041743.BAA03000@FreeBSD.csie.NCTU.edu.tw> from Jian-Da Li at "Mar 5, 97 01:43:05 am" To: jdli@freebsd.csie.nctu.edu.tw (Jian-Da Li) Date: Tue, 4 Mar 1997 21:50:48 +0100 (MET) Cc: freebsd-hubs@freebsd.org Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 您在 <5fgsqm$ecv$1@FreeBSD.csie.NCTU.edu.tw> 文章內提到: > : timelocal:/usr/share/perl/timelocal.pl:73 Caught a SIGFPE shutting down at /home/kuku/mirror/mirror line 3596, line 1150. > : The last file scanned at ftp.freebsd.org at the time the sigfpe was happening > : was > : remote: distfiles/lcircle10.tfm 820 668386800 f 0664 > : remote: distfiles/vmsbackup.tar.Z 16001 647128800 f 0664 > > The same thing happens here, running FreeBSD 2.2-GAMMA with mirror > v2.8. Change the /usr/bin/perl to /usr/local/bin/perl5 fixed this > problem. Thanks. Wolfram Schneider just pointed my nose to it. In fact I was using perl4 (/usr/bin/perl) rather than /usr/local/bin/perl500). It seems to work better now. At least no more SIGFPE. > > -- > > 李 建 達 (Jian-Da Li) 交 大 資 工 > E-Mail : > http://www.csie.nctu.edu.tw/~jdli > -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-hubs Tue Mar 4 14:29:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA20386 for hubs-outgoing; Tue, 4 Mar 1997 14:29:59 -0800 (PST) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA20343 for ; Tue, 4 Mar 1997 14:29:54 -0800 (PST) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id XAA28349 for ; Tue, 4 Mar 1997 23:29:43 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id XAA12495 for freebsd-hubs@freebsd.org; Tue, 4 Mar 1997 23:29:18 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.5/keltia-uucp-2.9) id XAA14193; Tue, 4 Mar 1997 23:23:07 +0100 (CET) Message-ID: <19970304232307.53477@keltia.freenix.fr> Date: Tue, 4 Mar 1997 23:23:07 +0100 From: Ollivier Robert To: freebsd-hubs@freebsd.org Subject: Re: timelocal.pl (mirror problem) References: <199703041743.BAA03000@FreeBSD.csie.NCTU.edu.tw> <199703042050.VAA20163@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.64/1-3,6,8,10-17 X-Operating-System: FreeBSD 3.0-CURRENT ctm\#2999 Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to Christoph Kukulies: > Thanks. Wolfram Schneider just pointed my nose to it. In fact I was > using perl4 (/usr/bin/perl) rather than /usr/local/bin/perl500). if you're still using 5.000 or 5.001, throw them away and get _at least_ 5.003. 5.004 is rounding the corner. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #39: Sun Feb 2 22:12:44 CET 1997 From owner-freebsd-hubs Tue Mar 4 23:58:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA29404 for hubs-outgoing; Tue, 4 Mar 1997 23:58:29 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA29392 for ; Tue, 4 Mar 1997 23:58:24 -0800 (PST) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id IAA25245; Wed, 5 Mar 1997 08:59:09 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.8.4/8.6.9) id JAA23743; Wed, 5 Mar 1997 09:07:25 +0100 (MET) From: Christoph Kukulies Message-Id: <199703050807.JAA23743@gil.physik.rwth-aachen.de> Subject: Re: timelocal.pl (mirror problem) In-Reply-To: <19970304232307.53477@keltia.freenix.fr> from Ollivier Robert at "Mar 4, 97 11:23:07 pm" To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Wed, 5 Mar 1997 09:07:25 +0100 (MET) Cc: freebsd-hubs@freebsd.org Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > According to Christoph Kukulies: > > Thanks. Wolfram Schneider just pointed my nose to it. In fact I was > > using perl4 (/usr/bin/perl) rather than /usr/local/bin/perl500). That was /usr/local/bin/perl -> /usr/local/bin/perl5.002, btw. And I got a complete mirror run over /pub/FreeBSD through, yesterday. So things seems to work, although Wolfram Schneider warned me that sometimes files are simply not fetched although they should be. > > if you're still using 5.000 or 5.001, throw them away and get _at least_ > 5.003. 5.004 is rounding the corner. 5.004 round the corner? Where? in freefall/incoming? port? package? > -- > Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr > FreeBSD keltia.freenix.fr 3.0-CURRENT #39: Sun Feb 2 22:12:44 CET 1997 > -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-hubs Wed Mar 5 13:16:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA12670 for hubs-outgoing; Wed, 5 Mar 1997 13:16:19 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA12664 for ; Wed, 5 Mar 1997 13:16:15 -0800 (PST) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.5/8.6.9) id WAA01896 for freebsd-hubs@freebsd.org; Wed, 5 Mar 1997 22:21:27 +0100 (MET) Date: Wed, 5 Mar 1997 22:21:27 +0100 (MET) From: Christoph Kukulies Message-Id: <199703052121.WAA01896@gilberto.physik.rwth-aachen.de> To: freebsd-hubs@freebsd.org Subject: mirror exclude patterns Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a pattern in my mirror.defaults file that should exclude des and secure directories to be fetched from ftp.freebsd.org (for crypto export reasons). What happens is that also files containing the pattern des (like tdesk) aand sup-secure are excluded from the fetch which isn't what I want. exclude_patt=des|eBones|secure|ls-lR.gz is the line I currently have. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-hubs Wed Mar 5 14:25:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15805 for hubs-outgoing; Wed, 5 Mar 1997 14:25:25 -0800 (PST) Received: from passion.doc.ic.ac.uk (passion.doc.ic.ac.uk [146.169.2.24]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA15799 for ; Wed, 5 Mar 1997 14:25:20 -0800 (PST) Received: from triumph.doc.ic.ac.uk [146.169.24.1] by passion.doc.ic.ac.uk with smtp (Exim 0.52 #1) id E0w2P7V-0003bJ-00; Wed, 5 Mar 1997 22:25:09 +0000 Message-ID: <331DF2C5.C6DC9D8@doc.ic.ac.uk> Date: Wed, 05 Mar 1997 22:25:09 +0000 From: Lee McLoughlin Organization: IC-Parc, Imperial College, University of London. U.K. X-Mailer: Mozilla 3.0 (X11; I; SunOS 4.1.3_U1 sun4m) MIME-Version: 1.0 To: Christoph Kukulies CC: freebsd-hubs@freebsd.org Subject: Re: mirror exclude patterns References: <199703052121.WAA01896@gilberto.physik.rwth-aachen.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Christoph Kukulies wrote: > > I have a pattern in my mirror.defaults file that should exclude > des and secure directories to be fetched from ftp.freebsd.org > (for crypto export reasons). What happens is that also > files containing the pattern des (like tdesk) aand sup-secure > are excluded from the fetch which isn't what I want. > > exclude_patt=des|eBones|secure|ls-lR.gz > > is the line I currently have. Try something more like: exclude_patt=(^|/)(des|eBones|secure|ls-lR.gz) The (^|/) will match a start of filename or a '/' and the $ will match end of filename. So the exclude_patt will now match: des whatever/dir/eBones But not: tdesk somewhere/sup-secure/filename -- Lee McLoughlin. Phone: +44 171 594 8388 IC-Parc, Imperial College, Fax: +44 171 594 8432 South Kensington, London. SW7 2BZ. UK. Email: L.McLoughlin@doc.ic.ac.uk From owner-freebsd-hubs Wed Mar 5 21:31:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA13737 for hubs-outgoing; Wed, 5 Mar 1997 21:31:49 -0800 (PST) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA13709 for ; Wed, 5 Mar 1997 21:31:31 -0800 (PST) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id GAA00950; Thu, 6 Mar 1997 06:31:21 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id GAA00781; Thu, 6 Mar 1997 06:30:42 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.5/keltia-uucp-2.9) id BAA17664; Thu, 6 Mar 1997 01:22:34 +0100 (CET) Message-ID: <19970306012234.17130@keltia.freenix.fr> Date: Thu, 6 Mar 1997 01:22:34 +0100 From: Ollivier Robert To: Christoph Kukulies Cc: freebsd-hubs@freebsd.org Subject: Re: timelocal.pl (mirror problem) References: <19970304232307.53477@keltia.freenix.fr> <199703050807.JAA23743@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.64/1-3,6,8,10-17 X-Operating-System: FreeBSD 3.0-CURRENT ctm\#2999 Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to Christoph Kukulies: > 5.004 round the corner? Where? in freefall/incoming? port? package? Not yet. The current beta is at 5.003_91 and it seems that _92 is under way. Probably -- crossing fingers -- a release candidate for 5.004. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #39: Sun Feb 2 22:12:44 CET 1997