Welcome to FreeBSDFreaks.net!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

I am having trouble with CVSup

 
   FreeBSD Hosting (Home) -> FreeBSD Handbook RSS
Next:  FreeBSD 5.2.1 buildworld problem  
Author Message
Buck Rogers

External


Since: Apr 09, 2004
Posts: 4



(Msg. 1) Posted: Sat Jul 10, 2004 9:59 am
Post subject: I am having trouble with CVSup
Archived from groups: comp>unix>bsd>freebsd>misc (more info?)

Hi guys!

Here is the contents of my supfile:

==========================
*default tag=.
*default host=cvsup.au.FreeBSD.org
*default prefix=/usr
*default base=/usr/local/etc/cvsup
*default release=cvs delete use-rel-suffix compress

ports-multmedia
=========================

When I run the below command, as root:

# cvsup supfile /home/hubris/cvsuptest/

I get the below error message:

Cannot get IP address of my own host -- is its hostname correct?

Why am I getting this? I am using the correct servers listed in
the FreeBSD handbook. I am trying to update my multimediate ports
collection.

I am using FreeBSD 4.10.

Thanks in advance!

Buck
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

 >> Stay informed about: I am having trouble with CVSup 
Back to top
Login to vote
XC-1a4-8816

External


Since: Jul 09, 2004
Posts: 2



(Msg. 2) Posted: Sat Jul 10, 2004 9:59 am
Post subject: Re: I am having trouble with CVSup [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

This message is not archived

 >> Stay informed about: I am having trouble with CVSup 
Back to top
Login to vote
Will

External


Since: Jul 09, 2004
Posts: 1



(Msg. 3) Posted: Sat Jul 10, 2004 9:59 am
Post subject: Re: I am having trouble with CVSup [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Buck Rogers wrote:
> Hi guys!
>
> Here is the contents of my supfile:
>
> ==========================
> *default tag=.
> *default host=cvsup.au.FreeBSD.org
> *default prefix=/usr
> *default base=/usr/local/etc/cvsup
> *default release=cvs delete use-rel-suffix compress
>
> ports-multmedia
> =========================
>
> When I run the below command, as root:
>
> # cvsup supfile /home/hubris/cvsuptest/
>
> I get the below error message:
>
> Cannot get IP address of my own host -- is its hostname correct?
>
> Why am I getting this? I am using the correct servers listed in
> the FreeBSD handbook. I am trying to update my multimediate ports
> collection.
>
> I am using FreeBSD 4.10.
>
> Thanks in advance!
>
> Buck
I believe your problem is with the fact your running your system with an
unresolvable host name, hence the 'Cannot get IP address of my own host'
(your host) you eiether need to change your box's hostname to
something resolvable or double check your entrys in /etc/hosts
 >> Stay informed about: I am having trouble with CVSup 
Back to top
Login to vote
Buck Rogers

External


Since: Apr 09, 2004
Posts: 4



(Msg. 4) Posted: Sat Jul 10, 2004 10:24 pm
Post subject: Re: I am having trouble with CVSup [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 09 Jul 2004 19:59:28 -0500, Will wrote:

> I believe your problem is with the fact your running your system with an
> unresolvable host name, hence the 'Cannot get IP address of my own host'
> (your host) you eiether need to change your box's hostname to
> something resolvable or double check your entrys in /etc/hosts

From the FreeBSD handbook:

In case you want to be able to connect to the Internet, you need
# real official assigned numbers. PLEASE PLEASE PLEASE do not try
# to invent your own network numbers but instead get one from your
# network provider (if any) or from the Internet Registry (ftp to
# rs.internic.net, directory `/templates').


I have dialup, so my ISP has not assigned me an IP address. And I can see
no '/templates' directory at rs.internic.net. What IP address am I to use
if I can't invent my own numbers?

Any advice would be appreciated!

Buck
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
 >> Stay informed about: I am having trouble with CVSup 
Back to top
Login to vote
LeTubs

External


Since: Jul 10, 2004
Posts: 1



(Msg. 5) Posted: Sat Jul 10, 2004 10:24 pm
Post subject: Re: I am having trouble with CVSup [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Buck Rogers" wrote in message

> On Fri, 09 Jul 2004 19:59:28 -0500, Will
wrote:
>
> > I believe your problem is with the fact your running your system with an
> > unresolvable host name, hence the 'Cannot get IP address of my own host'
> > (your host) you eiether need to change your box's hostname to
> > something resolvable or double check your entrys in /etc/hosts
>
> From the FreeBSD handbook:
>
> In case you want to be able to connect to the Internet, you need
> # real official assigned numbers. PLEASE PLEASE PLEASE do not try
> # to invent your own network numbers but instead get one from your
> # network provider (if any) or from the Internet Registry (ftp to
> # rs.internic.net, directory `/templates').
>
>
> I have dialup, so my ISP has not assigned me an IP address. And I can see
> no '/templates' directory at rs.internic.net. What IP address am I to use
> if I can't invent my own numbers?
>
> Any advice would be appreciated!
>
> Buck
> --
Buck
The following From the post titled Arr...trying to work the following
named error, reply from jpd (on the Freebsd.misc list)

"ObNitPick: The block you're talking about is 172.16/12, that is,
172.16.0.0 through 172.31.255.255. Anything 172.0-15.x.x and
172.32-255.x.x is valid public internet space. Lots of it is in use,
too. (Another fine case where precision seems to obfuscate the issue but
in fact, if you're not precise, things can get damaged.)"

Thus the not allocated block is from 172.16.0.0 through to 172.31.255.255

Later
David
 >> Stay informed about: I am having trouble with CVSup 
Back to top
Login to vote
Buck Rogers

External


Since: Apr 09, 2004
Posts: 4



(Msg. 6) Posted: Sat Jul 10, 2004 11:56 pm
Post subject: Re: I am having trouble with CVSup [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 09 Jul 2004 20:22:38 -0400, XC-1a4-8816
wrote:


>
> Try this...
> cvsup -g -L 2 /home/hubris/cvsuptest/
>

Yes, this suggestion worked! No tinkering required with /etc/hosts! I have
no
idea why this works, because it's just the non-GUI option. Thanks!

Buck
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
 >> Stay informed about: I am having trouble with CVSup 
Back to top
Login to vote
XC-1a4-8816

External


Since: Jul 09, 2004
Posts: 2



(Msg. 7) Posted: Sat Jul 10, 2004 11:56 pm
Post subject: Re: I am having trouble with CVSup [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
Display posts from previous:   
Related Topics:
CVSup vs. portupgrade - Reading from the FreeBSD handbook on "Using the Ports Collection" leaves me a bit confused wrt CVSup and portupgrade... do these utilities accomplish the same thing? Thanks, Jay _______________________________________________..

CVSUP Mirror - FreBSD 4.10 Release CVSUP-MIRROR v. 1.3_2 freshly installed. I got the cvsup-mirror port installed without any errors. The CVSUPD daemon is running. I can connect to my mirror from another server. When I try to update a ports collection (i.e...

Q: cvsup, standard-supfile, and 5.3... - Hi all, I just completed a 5.2.1 install a couple weeks ago and saw the 5.3 announcement to the mailing list today and being a nerd (and we all know that the "latest and greatest desire" is a true disease ;^) ) I'm considering upgrading. But...

Advice about cvsup ports-all upgrading - Hallo guys, it's going to be a long mail, I apologize for my poor english*. I'd like to have an advice about how to behave in case I want to upgrade some port because of new vulnerabilities. I'm not interested in having all my portsa always upgraded to...

Installation & fdisk partitioning (slices) - I picked up a copy of the "FreeBSD Handbook 2nd Ed" the other day, it came with a installation disk for version 5.1 Current and that is what I am trying to install. This is my first attempt to do anything with FreeBSD. First let me describe my...
   FreeBSD Hosting (Home) -> FreeBSD Handbook All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]