From owner-freebsd-questions Mon Aug 23 10:28:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 28AFA157D1 for ; Mon, 23 Aug 1999 10:28:50 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id KAA22296; Mon, 23 Aug 1999 10:26:45 -0700 (PDT) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id KAA30007; Mon, 23 Aug 1999 10:26:45 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990823153303.A2409@lithium.scientia.demon.co.uk> Date: Mon, 23 Aug 1999 10:26:44 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: Ben Smithurst Subject: Re: cvsup rel16 core dumps/HELP Cc: questions@freebsd.org, Bill Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Smithurst wrote: > Bill wrote: > >> after making cvsup REL16 Ive found that it core dumps when run from >> xterm & rxvt, but works from a virt console. Heres the exact error, maybe >> somone out there could assist? >> >> >> bash# cvsup stablecvs >> >> >> *** >> *** runtime error: >> *** Segmentation violation - possible attempt to dereference NIL >> *** pc = 0x16a038 = Cat + 0x18 in ../src/text/Text.m3 >> *** >> >> Abort trap (core dumped) >> bash# > > You'd probably get the best response for this sort of report if you CC'd > cvsup's author, John Polstra . I've copied this to him, > I don't know if he follows -questions. No I don't -- thanks for forwarding this. For future reference, the best place to report CVSup problems is . I've had reports of this problem before, but I can't remember the exact details of what the problem ended up being. However, whenever it fails with the GUI but works in command-line mode, it always turns out to be a problem in the user's DNS setup. Please run the following tests on your system, and send me the results. Maybe then I can fix CVSup to handle the situation or at least fail with a decent error message. 1. Type the command hostname and tell me what it prints out. 2. Type the command myhost `hostname` Notice that those quotes are backticks -- the ones way up in the northwest corner of your keyboard. Tell me what the command prints out. The output should include one or more lines similar to this: myhost.example.com has address 192.168.111.222 Assuming it does ... 3. For each "has address" line, type: host 192.168.111.222 filling in the actual address from step 2 instead of "192.168.111.222". Tell me what you get. In each case, the output should look like: 222.111.168.192.IN-ADDR.ARPA domain name pointer myhost.example.com with "myhost.example.com" replaced by whatever you got in step 1. My bet is that in step 2 or 3, you won't get the kind of output I said you should get. That means your DNS setup is screwy or non-existent. The best thing to do is to fix that, possibly with the help of your ISP. That is probably the only fix that will work if you have a dynamically-assigned IP address (different each time you connect to your ISP). However, here's a work-around that will probably do the trick if you have a static IP address: 1. Edit "/etc/host.conf" and make sure the "hosts" line comes first. Move the line to the front of the file if necessary. 2. Edit "/etc/hosts". Insert a line at the front of the file: 192.168.111.222 myhost.example.com myhost replacing the first field with your real IP address, the second field with your fully-qualified domain name (the output of the "hostname" command), and the third field with just the first part of that. Then the GUI should work. Again, please let me know the details of what you find out so I can fix the software to handle it better. John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message