Received: by oss.sgi.com id ; Sun, 18 Jun 2000 17:49:09 -0700 Received: from Cantor.suse.de ([194.112.123.193]:49164 "HELO Cantor.suse.de") by oss.sgi.com with SMTP id ; Sun, 18 Jun 2000 17:48:54 -0700 Received: from Hermes.suse.de (Hermes.suse.de [194.112.123.136]) by Cantor.suse.de (Postfix) with ESMTP id 717251E224; Mon, 19 Jun 2000 02:48:54 +0200 (MEST) Received: from gruyere.muc.suse.de (unknown [10.23.1.2]) by Hermes.suse.de (Postfix) with ESMTP id D771E10A026; Mon, 19 Jun 2000 02:48:53 +0200 (MEST) Received: by gruyere.muc.suse.de (Postfix, from userid 14446) id 941C12F300; Mon, 19 Jun 2000 02:48:53 +0200 (MEST) Date: Mon, 19 Jun 2000 02:48:53 +0200 From: "Andi Kleen" To: Russell Cattelan Cc: Andi Kleen , linux-xfs@oss.sgi.com Subject: Re: CVS server broken Message-ID: <20000619024853.A25599@gruyere.muc.suse.de> References: <20000618015212.A15874@gruyere.muc.suse.de> <394CD4D0.23F48CE3@thebarn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <394CD4D0.23F48CE3@thebarn.com>; from cattelan@thebarn.com on Sun, Jun 18, 2000 at 08:55:29AM -0500 Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing On Sun, Jun 18, 2000 at 08:55:29AM -0500, Russell Cattelan wrote: > Andi Kleen wrote: > > > Looks like the anonymous CVS server is broken: > > > > linux-2.4-xfs > cvs -z3 update -d . > > cvs [update aborted]: unrecognized auth response from oss.sgi.com: chroot: error in loading shared libraries: libnsl.so.1: cannot open shared object file: Error 23 > > We have been battling a bug in syslog that caused the system to lock up > in strange ways. > > I don't know if this problem is related to that or not, > but cvs does seem to be working again. Although the update works, it seems to be very inconsistent now. Various updates seem to be only partly merged (e.g. the last xfs_ioctl.c change) and it doesn't compile at all. CVS also complains all the time about inconsistencies, like: M xfs_linux.h cvs server: conflict: xfs_thread.c is modified but no longer in the repository C xfs_thread.c I also had to add sys/timespec.h includes all over to make it compile -Andi