From owner-freebsd-questions@FreeBSD.ORG Fri Feb 12 23:48:50 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B085106568F for ; Fri, 12 Feb 2010 23:48:50 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from mail-pz0-f184.google.com (mail-pz0-f184.google.com [209.85.222.184]) by mx1.freebsd.org (Postfix) with ESMTP id 74A018FC1A for ; Fri, 12 Feb 2010 23:48:50 +0000 (UTC) Received: by pzk14 with SMTP id 14so3250117pzk.3 for ; Fri, 12 Feb 2010 15:48:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=ABPxTCmg4sGToJ3S8xqrk33iETKsDdrjUI76GFmsCwE=; b=adQ8rk2uii3BpxjlzVWx5kQbkO+fhjnJypyte9yyLY9VvC0ITMvur1ayWJTf3ta38E Cj2SSMn4An7vPr1H2eK2K4pCWJhiYE77t9w7wYeroS65JSKkVvk327ojzaNkVjgOxQgE C3rKXFBQtAw4BkrEv2OYIdtBPzbwrdfC4hm8I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=CwNE56JgJ3tybIv6Ai4TrFVN70JAAQycoQsODVX4ATpwe9JWzSIUFLwESpJaHKMDAb z6bkCXuFVPpRYjixRolypf+8RVAQduZhis66fjvTqOLmGWfHripTALHFq922S+xlEV1p VC/QPB02ajFDHO9K5Wq1E6rDNAuyKyblFbAsw= MIME-Version: 1.0 Received: by 10.142.117.25 with SMTP id p25mr1369115wfc.301.1266018529784; Fri, 12 Feb 2010 15:48:49 -0800 (PST) Date: Fri, 12 Feb 2010 16:48:49 -0700 Message-ID: <539c60b91002121548i2038b3cn7c6ffcfa2ca00f06@mail.gmail.com> From: Steve Franks To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Cc: fjoe@freebsd.org Subject: cvsnt (server) crashes on all operations after portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 23:48:50 -0000 Hi all, Did a routine portupgrade the other day. Looks like cvsnt's server is now crashing on all operations (login, update, etc). I'm getting a blah blah pid xyx(cvsnt) coredumped in my /var/log/messages file. Due to the low traffic on the cvsnt list these days, I assume this is a FreeBSD issue, not a cvsnt issue - no one else seems to be down. Anyone have any ideas? I sent a bunch of client-side info to the cvsnt list, below, but the long & short of it is that cvsnt goes down hard right after inetd launches it. Can't find much server side info other than the coredump notification in /var/log/messages. I've got 8-release sources csup'd, I'm going to do an installworld in case something got out of sync. I'm grabbing at straws here, obviously. No cvsnt, I'm out of business until it's fixed. Maybe this will finally get me to move to subversion... Thanks, Steve On Thu, Feb 11, 2010 at 5:22 PM, Steve Franks wrote: > Upgraded cvsnt to 2.5.04 on my server, at which point it promptly > stopped working. I can't seem to google anything remotely close to > the behavior I'm seeing, and all the files in /usr/local/etc/cvsnt > look fine to me, so hopefully someone has insight... > > Thanks, > Steve > > Try pserver locally: > > [steve@aire ~/cvsnt_test]$ cvsnt -z9 -q -t -d:pserver:steve@localhost/fd login > 16:56:10: -> Tracelevel set to 1. PID is 65774 > 16:56:10: -> Session ID is 100ee4b74991aa0a9 > 16:56:10: -> Session time is Thu Feb 11 23:56:10 2010 > 16:56:10: -> main loop with CVSROOT=:pserver:steve@localhost/fd > Logging in to :pserver:steve@localhost:2401:/fd > CVS Password: > cvsnt [login aborted]: Error reading from server localhost: 0: File exists > > Try sserver remote: > > [steve@dystant /usr/home/steve/projects]$ cvsnt -z9 -q -t update -d > 16:57:55: -> Tracelevel set to 1. PID is 10889 > 16:57:55: -> Session ID is 2a894b7499838e28 > 16:57:55: -> Session time is Thu Feb 11 23:57:55 2010 > 16:57:55: -> main loop with > CVSROOT=:sserver:steve@franks-development.dyndns.biz/fd > Read data failed (5): Server dropped connection. > cvsnt [update aborted]: Error reading from server > franks-development.dyndns.biz: -1: Permission denied > [steve@dystant /usr/home/steve/projects]$ >