From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39735 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: New cvs setup? Date: Tue, 30 Oct 2001 11:45:33 +0900 Organization: Emacsen advocacy group Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035175399 29545 80.91.224.250 (21 Oct 2002 04:43:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:43:19 +0000 (UTC) Return-Path: Original-Received: (qmail 29894 invoked from network); 30 Oct 2001 02:46:20 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 30 Oct 2001 02:46:20 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15yOup-0002wN-00; Mon, 29 Oct 2001 20:46:11 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 29 Oct 2001 20:45:50 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id UAA05208 for ; Mon, 29 Oct 2001 20:45:38 -0600 (CST) Original-Received: (qmail 29885 invoked by alias); 30 Oct 2001 02:45:53 -0000 Original-Received: (qmail 29880 invoked from network); 30 Oct 2001 02:45:53 -0000 Original-Received: from groundpoundrecords.com (HELO jpl.org) (207.228.244.150) by gnus.org with SMTP; 30 Oct 2001 02:45:53 -0000 Original-Received: from yamaoka@jpl.org by jpl.org (jpl.org [207.228.245.242]) (8.11.1/8.11.1) id f9U2jrD16116 Tue, 30 Oct 2001 11:45:53 +0900 (JST) Original-To: ding@gnus.org User-Agent: T-gnus/6.15.4 (based on Oort Gnus v0.04) (revision 08) XEmacs/21.5 (beta3) (asparagus) (sparc-sun-solaris2.6) WEMIKO/1.14.1 (=?ISO-2022-JP?B?GyRCNl9KXExTQ24bKEI=?=) CLIME/1.14.3 (=?ISO-2022-JP?B?GyRCO3swZkA+OH0bKEI=?=) APEL/10.3 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39735 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39735 >>>>> In >>>>> Harry Putnam wrote: > But I see the problem now. Internet congestion... I can't get a > traceroute or ping thru either on cvs.gnus.org I've notices that the new cvs.gnus.org does not allow traceroute or ping signals. Does your program (possibly sh script) use them? Yes, I used to use ping. :-) Now, I am using the following form to check whether the server is alive or not in the csh scripts. if (`cvs -d :pserver:gnus@cvs.gnus.org:/usr/local/cvsroot\\ status gnus/lisp/ChangeLog|& grep '^File: ChangeLog'| wc -l` == 1) then -- Katsumi Yamaoka