From owner-freebsd-questions@FreeBSD.ORG Sat Mar 25 13:32:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2991316A401 for ; Sat, 25 Mar 2006 13:32:40 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [216.148.227.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB5E43D46 for ; Sat, 25 Mar 2006 13:32:39 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (rwcrmhc13) with ESMTP id <20060325133234m13005jjpoe>; Sat, 25 Mar 2006 13:32:38 +0000 Message-ID: <44254673.7030802@computer.org> Date: Sat, 25 Mar 2006 07:32:35 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060228) MIME-Version: 1.0 To: Garrett Cooper References: <200603250303.k2P332hd064778@zeus.int.dfwlp.com> <4424C416.7020109@u.washington.edu> In-Reply-To: <4424C416.7020109@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jonathan Horne , freebsd-questions@freebsd.org Subject: Re: what is going on?? 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: Sat, 25 Mar 2006 13:32:40 -0000 Garrett Cooper wrote: > Jonathan Horne wrote: > >> Thanks for the replies everyone. >> >> It turned out to be partially ipv6, partially the ipfw on my pfsense >> firewall. Ultimately, the hangup was in sendmail, unable to start. Ipv6 >> messages in the logevel 20 maillogs. >> >> However, during all my troubles, I was always able to resolve >> ftp.freebsd.org (I don't think I mentioned that before), as well as I >> could >> ping it and any number of other hosts as I scratched my head for 3 hours. >> >> Ultimately, I ended up compiling a new kernel anyway to enable SMP, and I >> just removed the ipv6 support while I was there. That and disabling the >> userlan ftp-proxy application on my firewall, I was up and running this >> morning within a few hours of compiling. >> >> So long fedora! >> >> :D >> >> jonathan >> >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org >> [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Eric Schuele >> Sent: Friday, March 24, 2006 8:50 PM >> To: Jonathan Horne >> Cc: freebsd-questions@freebsd.org >> Subject: Re: what is going on?? >> >> Jonathan Horne wrote: >> >> >>> last night i took down my fedora sever to migrate it to freebsd 6.0. >>> ive >>> done numerous tests on dev boxes in the past weeks getting ready for >>> this >>> event, and they were all successful test installs. i had all my >>> services >>> down and i knew what i was supposed to be doing. >>> >>> however, when i get to first boot, the machine says: >>> >>> starting sshd. >>> >>> and hangs for a few minutes. if i hit ctrl-c i see that sendmail is >>> >> having >> >> >>> trouble starting. i have a good DNS server listed, and the format of >>> the >>> /etc/hosts file is correct. >>> >>> now im having trouble getting pkg_add -r to work, everything to >>> ftp.freebsd.org times out. >>> >>> im in a bad situation, as the server i took down hosts all my personal >>> >> email >> >> >>> accoutns (i had to add gmail just to even try to read the lsits). >>> >>> can someone shed some light for me here?? >>> >> >> My .02 cents: >> Double check your name resolution functionality. Also, seems I had >> trouble once upon a time with IPV6 causing similar issues as well. >> But that was quite some time ago. >> >> >> >>> thanks >>> jonathan >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> >> "freebsd-questions-unsubscribe@freebsd.org" >> >> >> >> >> >> > Could have just turned the firewall off I would think in /etc/rc.conf. > Don't see why recompiling a kernel without ipv6 support was necessary as > that shouldn't have been preventing network connections at all. FWIW... I had trouble with name resolution when IPv6 was enabled, long time back. It was explained to me (by Kris I think) that there are still quite a few 'broken' DNS servers out there. 'Broken' with respect to servicing IPv6 requests. So your name resolver would seem to get hung up till it timed out (when you had IPv6 built in). So the solution for me at the time, was simply remove it from my kernel config file. I've done so ever since, as I do not *need* IPv6. It wasn't 'preventing network connections'... it was causing sshd to hang while trying to resolve something. HTH > Good luck with FreeBSD :). > -Garrett > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Eric