From owner-freebsd-questions Thu Aug 5 18:50:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by hub.freebsd.org (Postfix) with ESMTP id 8851A14D5B for ; Thu, 5 Aug 1999 18:50:50 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id SAA04742; Thu, 5 Aug 1999 18:48:25 -0700 (PDT) From: "Gary D. Kline" Message-Id: <199908060148.SAA04742@tao.thought.org> Subject: Re: network routing problems at boot... In-Reply-To: <199908060028.UAA07334@cc942873-a.ewndsr1.nj.home.com> from "Crist J. Clark" at "Aug 5, 99 08:28:19 pm" To: cjclark@home.com Date: Thu, 5 Aug 1999 18:48:25 -0700 (PDT) Cc: questions@FreeBSD.ORG Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to Crist J. Clark: > Gary D. Kline wrote, > > > > Since I don't often reboot my server, I just noticed this problem. > > This (2.2.8) system hangs until it times-out just after echoing the > > routing to stdout. > > Precisely where does it hang? After which line to the console? Sorry. I forgot the output of ifconfig -a: ed2: flags=8843 mtu 1500 inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 ether 00:20:78:14:25:03 I'm pretty sure it hangs exactly after these lines. _no_ idea what happened. The only change slightly related is that on sage.thought.org, my network board is ``ed1'' and no longer ``ed2''; this happened after I installed 3.2 on my second box. sage.thought.org still boots without hangs. I've grepped for any reference to 10.0.0.2 here and see none. Maybe that's the problem... (?) > > I have this problem from time to time. It is usually associated with > the NFS mounts. They are done in /etc/rc right after the first network > pass, network_pass1. No NFS mounts yet; I'm working toward this. > > Do you have any NFS mounts? Could we see /etc/fstab, /etc/rc.conf, and > any mods to the /etc/rc.network file. If you do have NFS mounts, could > you check the responsiveness of the hosts? > Here is the network part of rc.conf: ### Basic network options: ### hostname="tao.thought.org" # Set this! (changed 24may98) nisdomainname="NO" # Set to NIS domain if using NIS (or NO). firewall_enable="NO" # Set to YES to enable firewall functionality firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) firewall_quiet="NO" # Set to YES to suppress rule display tcp_extensions="YES" # Allow RFC1323 & RFC1644 extensions (or NO). # ifconfig_tun0="inet 207.108.223.55 207.108.223.19 netmask 0xffffff00" ######################## # ed2 configuration for tao ######################## # # (18may99) # network_interfaces="lo0 ed2" ifconfig_lo0="inet 127.0.0.1" ifconfig_ed2="inet 10.0.0.1 netmask 255.255.255.0" And /etc/fstab: /dev/sd0s1a / ufs rw 1 1 /dev/sd0s1b none swap sw 0 0 /dev/sd0s1f /var ufs rw 1 1 /dev/sd0s1g /tmp ufs rw 1 1 /dev/sd1c /home ufs rw 1 1 /dev/sd2s1b none swap sw 0 0 /dev/sd2s2e /usr ufs rw 1 1 proc /proc procfs rw 0 0 #/dev/cd0a /cdrom cd9660 ro 0 0 No mods to /etc/rc.network. The last change to /etc/rc.conf was 18may99 and I have rebooted since then once or twice. Successfully. Another bizarre thing was that when I used adduser on Monday, it screwed up my passwd file. Besides this, I haven't touched /etc for weeks. Ideas? --Besides evil spirits, that is, :-) thanks, gary -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message