From owner-freebsd-questions@FreeBSD.ORG Fri Apr 13 01:18:15 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D76216A404 for ; Fri, 13 Apr 2007 01:18:15 +0000 (UTC) (envelope-from cotharyus@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 167B613C457 for ; Fri, 13 Apr 2007 01:18:14 +0000 (UTC) (envelope-from cotharyus@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so405308ugh for ; Thu, 12 Apr 2007 18:18:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=E2VmOnsNhhyabOZ3eRtKjw9egLiz+tl5tXBQd+5i84mqNYPpMk/xwp4HYT230yP7ajSPXbtV6WONRpUL4X1QVZJdH7iISSI+TrX/nhI2U3FS2fKWV3jYdGTXQ5DQ1v/VlxNj2eezv3T54DdJrYca3VekJXOsq5gvrIdkuX+AhQE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=tkuiInhBSjOsGyzHwIoG42TWH2dXnHkUnE3yDzdDiufuNHIJMMyjyazlJBudcqJ011q6B3ergAauWVyNrpNZAxkhMjO7bXnoPxS2TFrvpGEelc3ZrbIkzVr5vBGQP5/HcnV1km70qE3jrSoCvEpEI2pp0XyK+DEuIuUGQ3S1LSg= Received: by 10.67.97.18 with SMTP id z18mr1601507ugl.1176425412673; Thu, 12 Apr 2007 17:50:12 -0700 (PDT) Received: by 10.67.121.5 with HTTP; Thu, 12 Apr 2007 17:50:12 -0700 (PDT) Message-ID: <715841970704121750g101c1b12m4f150b8d2871b80c@mail.gmail.com> Date: Thu, 12 Apr 2007 19:50:12 -0500 From: Drew To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Complete loss of network on 6_STABLE 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, 13 Apr 2007 01:18:15 -0000 I have a 6 stable box that I cvsup'd at around 5:15am central US time this morning. I did a buildworld and buildkernel on it after checking the UPDATING file and finding nothing since 6.2 release, ran mergemaster and rebooted, so I was a little surprised when it never came back. Once I gained physical access to the box, I discovered it had no apparent ability to open a sock - neither unix, nor udp nor tcp. I can ping localhost, but not other IP's on my network. X tells me host.domain.name:0 is a bad display name. So I need to know how to get things back up and running. Is this a known problem that has been fixed, or have I stumbled across something no one else has seen? As a side note, I have to give major props to all the developers - it sounds like my situation is really bad, but this is the first major problem I've had in over 7 years of tracking -STABLE of one version or another. Let me know if I can just cvsup another 6-stable box and burn it to a disc and copy it off on here, or what I need to do to fix this, because I'm lost. For the record: mergemaster -p make buildworld make buildkernel KERNCONF=mykernel make installworld make installkernel KERNCONF=mykernel mergemaster -a reboot came up with no sockets. At this point: rm -rf /usr/obj make clean make buildworld ...etc - still no sockets.