Hi,
I'm trying to checkout the grass51 tree through my read/write access from the intevation server, but I get the following error message:
$ cvs -z3 checkout grass51
ssh: connect to address 63.209.80.227 port 2402: Connection refused
cvs [checkout aborted]: end of file from server (consult above messages if any)
My env variables are set as follows:
$ echo $CVSROOT
:ext:moritz@intevation.de:/grassrepository
$echo $CVS_RSH
/home/mlennert/.ssh2402
Can anyone tell me what I'm doing wrong ? (with the same variable settings I can update the grass, web, and grass_doc modules without any problems)
Moritz
--->[Quoting Moritz Lennert <lennert.moritz@edpnet.be>:]
ssh: connect to address 63.209.80.227 port 2402: Connection refused
[ser@szafa GRASS]$ host 63.209.80.227
227.224-255.80.209.63.in-addr.arpa domain name pointer dagobah.mandrax.org.
[ser@szafa GRASS]$ host intevation.de
intevation.de has address 131.173.30.110
Check your resolver - I do not know from you get 63.209.80.227
address??? CVS's server ip is 131.173.30.110.
cheers - Sergiusz
--
private: http://ibiblio.org/ser/ company: http://it-zone.org/
______________________________________________________________
on wallpaper: tldp.org, gnu.org, pld-linux.org, hyperreal.info
On Thu, Jul 04, 2002 at 12:24:12PM +0200, Sergiusz Pawlowicz wrote:
--->[Quoting Moritz Lennert <lennert.moritz@edpnet.be>:]
> ssh: connect to address 63.209.80.227 port 2402: Connection refused
[ser@szafa GRASS]$ host 63.209.80.227
227.224-255.80.209.63.in-addr.arpa domain name pointer dagobah.mandrax.org.
[ser@szafa GRASS]$ host intevation.de
intevation.de has address 131.173.30.110
Check your resolver - I do not know from you get 63.209.80.227
address??? CVS's server ip is 131.173.30.110.
That was exactly my question...how can that happen ?
I get the same as you with host:
$host intevation.de
intevation.de A 131.173.30.110
What is really bizarre is that when I type, for example:
cvs -z3 co grass_doc
it works perfectly
but cvs -z3 co grass51
gives me the funny message with the weird IP address.
I'm lost 
Moritz
Moritz Lennert wrote:
What is really bizarre is that when I type, for example:
cvs -z3 co grass_doc
it works perfectly
but cvs -z3 co grass51
gives me the funny message with the weird IP address.
Hi Moritz,
Look at grass51/CVS/Root. the file must contains the
same contents than $CVSROOT. If not, this can be the problem
--
Michel WURTZ - DIG - Maison de la télédétection
500, rue J.F. Breton
34093 MONTPELLIER Cedex 5
On Thu, Jul 04, 2002 at 12:22:27PM +0000, Michel Wurtz wrote:
Moritz Lennert wrote:
> What is really bizarre is that when I type, for example:
>
> cvs -z3 co grass_doc
>
> it works perfectly
>
> but cvs -z3 co grass51
>
> gives me the funny message with the weird IP address.
Hi Moritz,
Look at grass51/CVS/Root. the file must contains the
same contents than $CVSROOT. If not, this can be the problem
I don't have grass51, yet, that's why I want to check it out 
Moritz
Did you set the $CVSROOT variable correctly?
On the other hand, there might have been some DNS or network
problems yesterday.
On Thu, Jul 04, 2002 at 01:35:06PM +0200, Moritz Lennert wrote:
On Thu, Jul 04, 2002 at 12:22:27PM +0000, Michel Wurtz wrote:
> Moritz Lennert wrote:
>
> > What is really bizarre is that when I type, for example:
> >
> > cvs -z3 co grass_doc
> >
> > it works perfectly
> >
> > but cvs -z3 co grass51
> >
> > gives me the funny message with the weird IP address.
> Look at grass51/CVS/Root. the file must contains the
> same contents than $CVSROOT. If not, this can be the problem
I don't have grass51, yet, that's why I want to check it out 