Date: Sun, 15 Jul 2001 09:24:40 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Karl Agee <kdagee2@yahoo.com> Cc: FreeBSD-Questions@FreeBSD.ORG, freebsd@lurkie.xs4all.nl Subject: Re: problems getting updates (still) Message-ID: <20010715092439.B14519@hades.hell.gr> In-Reply-To: <20010715061423.9638.qmail@web12308.mail.yahoo.com>; from kdagee2@yahoo.com on Sat, Jul 14, 2001 at 11:14:23PM -0700 References: <20010715064314.A13904@hades.hell.gr> <20010715061423.9638.qmail@web12308.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Karl Agee <kdagee2@yahoo.com> Subject: Re: problems getting updates (still) Date: Sat, Jul 14, 2001 at 11:14:23PM -0700 > > # ifconfig -au > > su-2.03# /sbin/ifconfig -au > ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 > inet 32.100.100.20 --> 32.96.120.226 netmask 0xff000000 > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 seems ok. > > > > # netstat -nr > > su-2.03# /usr/bin/netstat -nr > Routing tables > > Internet: > Destination Gateway Flags Netif Expire > default 32.96.120.226 UGSc ppp0 > 32.96.120.226 32.100.100.20 UH ppp0 > 127.0.0.1 127.0.0.1 UH lo0 > > Internet6: > Destination Gateway Flags Netif Expire > ::1 ::1 UH lo0 > fe80::%lo0/64 fe80::1%lo0 Uc lo0 > ff01::/32 ::1 U lo0 > ff02::%lo0/32 fe80::1%lo0 UC lo0 seems ok too. > > It looks like you have some networking problem, and not a problem with > > CVSup itself. The contents of the files /etc/host.conf (or, if you're > > using NIS, this would be /etc/nsswitch.conf) and /etc/resolv.conf are > > also things I'd like to see. > > su-2.03# cat /etc/host.conf > # $FreeBSD: src/etc/host.conf,v 1.6 1999/08/27 23:23:41 peter Exp $ > # First try the /etc/hosts file > hosts multi,on > # Now try the nameserver next. > bind > # If you have YP/NIS configured, uncomment the next > line > # nis pretty much stock options here. ok too. > su-2.03# cat /etc/resolv.conf > domain attglobal #kppp temp entry > nameserver 165.87.13.129 #kppp temp entry > nameserver 165.87.201.244 #kppp temp entry From what host(1) has to say: hades!charon:[/home/charon]% host -t ns -v attglobal.net Trying null domain rcode = 0 (Success), ancount=3 The following answer is not authoritative: The following answer is not verified as authentic by the server: attglobal.net 172796 IN NS NS3.US.PRSERV.net attglobal.net 172796 IN NS NS1.US.PRSERV.net attglobal.net 172796 IN NS NS4.US.PRSERV.net Additional information: NS3.US.PRSERV.net 172796 IN A 165.87.201.243 NS1.US.PRSERV.net 172796 IN A 165.87.194.244 NS4.US.PRSERV.net 172796 IN A 165.87.201.244 this seems pretty ok, too. You're not running some firewall that blocks CVSup, now, are you? I'm running out of ideas here :( -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010715092439.B14519>