From owner-freebsd-questions@FreeBSD.ORG Fri Apr 13 10:07:26 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 4BC7416A400 for ; Fri, 13 Apr 2007 10:07:26 +0000 (UTC) (envelope-from cotharyus@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id D74D013C45E for ; Fri, 13 Apr 2007 10:07:24 +0000 (UTC) (envelope-from cotharyus@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so459709ugh for ; Fri, 13 Apr 2007 03:07:24 -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:cc:in-reply-to:mime-version:content-type:references; b=ElMBWa5sjoecYQMI3v/oMrEZPMr/KHkR6sS9ykMi3e0JzcmKZLHOhWAwFkjo+VEaHp26fMFFJ4denPGs/EgdoCfkAYHoHFxcSKN4WA4VjLwlYdsrojgu1sGW11XneTEEgndMWeHs0SjYyyOIq/wSTF6XoDY1HR7+QHlu4t+pcBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=fF47P0B4k6dmizVVGTVfFviocM3k2rSOeftf7cqkq1+0l/x0wmyOmtDpWQK7JZ6zDoQ+AQpsiXxon+C6421IfO1lAL0mg1ZGXhIOWJAT5aE/FOzMRgKXs35JydNkL+UyQ9sfYaFjgCnqNK6huq6MctDT/Mbfj/RVB/eZCAImouk= Received: by 10.67.26.7 with SMTP id d7mr1885241ugj.1176458842674; Fri, 13 Apr 2007 03:07:22 -0700 (PDT) Received: by 10.67.121.5 with HTTP; Fri, 13 Apr 2007 03:07:22 -0700 (PDT) Message-ID: <715841970704130307uc7e557are5d9e07efb85c11b@mail.gmail.com> Date: Fri, 13 Apr 2007 05:07:22 -0500 From: Drew To: "Mikhail Goriachev" In-Reply-To: <461F33DA.6020709@webanoide.org> MIME-Version: 1.0 References: <715841970704121750g101c1b12m4f150b8d2871b80c@mail.gmail.com> <461F33DA.6020709@webanoide.org> 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: questions@freebsd.org Subject: Re: 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 10:07:26 -0000 On 4/13/07, Mikhail Goriachev wrote: > > Drew wrote: > > 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. > > > The proper upgrading procedure is described in /usr/src/Makefile > (starting from line ~41). Also check the handbook: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > > By executing "mergemaster -a" you don't actually merge the files. This > may not update important files. > > If you're using customised kernel, then probably you took something > important out of it. Try GENERIC to rule this one out. > > > I hope this helps. > > Sorry, I had to go back and read my message to see what was there. I've > never used -a in my life, and I can only blame that not being a -v on all > the trouble I'm having with the keyboard on my wife's laptop. I don't know > how she types on this thing. But I'm building a generic kernel and we'll try > that. >