[Cvs-mvs] IP addresses in CVSROOT statements
Connor.Smith@ebancllc.com
Connor.Smith@ebancllc.com
Tue, 18 Mar 2003 11:10:58 -0500
This is a multipart message in MIME format.
--=_alternative 0058E4E285256CED_=
Content-Type: text/plain; charset="us-ascii"
Howdy,
I'm trying to connect to an internal IP addy for my CVS server, which I
can ping without issue:
$ ping IP_ADDY
CS V2R8: Pinging host IP_ADDY
Ping #1 response took 0.003 seconds.
Where IP_ADDY is the standard IP address format, eg 192.168.0.1 (I'm
excerpting the actual address here)
But the commands:
$export CVSROOT=:pserver:csmith@IP_ADDY:/home/devl/repos
$ set | grep CVSROOT
CVSROOT=":pserver:csmith@IP_ADDY:/home/devl/repos"
$ cvs -q login
(Logging in to csmith@IP_ADDY)
CVS password:
Unknown host IP_ADDY.
Looks like it's treating IP_ADDY as a string literal instead of an IP
address. Does this port not support explicit IP address names? I'd love to
not have to go through setting up the resolver on this box, as it's about
to be rebuilt.
Thanks!
Connor Smith
--------------------------------------------------------------------------------------------------------------
"I ensure our clients' expectations for a quality product through
pragmatic testing and exacting standards of configuration management."
Connor Smith
Client Advocate EBank, LLC
--=_alternative 0058E4E285256CED_=
Content-Type: text/html; charset="us-ascii"
<br><font size=2 face="sans-serif">Howdy,</font>
<br>
<br><font size=2 face="sans-serif">I'm trying to connect to an internal IP addy for my CVS server, which I can ping without issue:</font>
<br>
<br><font size=2 face="sans-serif">$ ping IP_ADDY </font>
<br><font size=2 face="sans-serif">CS V2R8: Pinging host IP_ADDY </font>
<br><font size=2 face="sans-serif">Ping #1 response took 0.003 seconds. </font>
<br>
<br><font size=2 face="sans-serif">Where IP_ADDY is the standard IP address format, eg 192.168.0.1 (I'm excerpting the actual address here)</font>
<br>
<br><font size=2 face="sans-serif">But the commands:</font>
<br>
<br><font size=2 face="sans-serif">$export CVSROOT=:pserver:csmith@IP_ADDY:/home/devl/repos</font>
<br><font size=2 face="sans-serif">$ set | grep CVSROOT </font>
<br><font size=2 face="sans-serif">CVSROOT=":pserver:csmith@IP_ADDY:/home/devl/repos" </font>
<br><font size=2 face="sans-serif">$ cvs -q login</font>
<br><font size=2 face="sans-serif">(Logging in to csmith@IP_ADDY) </font>
<br><font size=2 face="sans-serif">CVS password: </font>
<br><font size=2 face="sans-serif">Unknown host IP_ADDY.</font>
<br>
<br><font size=2 face="sans-serif">Looks like it's treating IP_ADDY as a string literal instead of an IP address. Does this port not support explicit IP address names? I'd love to not have to go through setting up the resolver on this box, as it's about to be rebuilt. </font>
<br>
<br><font size=2 face="sans-serif">Thanks!</font>
<br><font size=2 face="sans-serif">Connor Smith</font>
<br>
<br><font size=2 face="sans-serif">--------------------------------------------------------------------------------------------------------------<br>
"I ensure our clients' expectations for a quality product through pragmatic testing and exacting standards of configuration management."<br>
Connor Smith<br>
Client Advocate EBank, LLC<br>
</font>
--=_alternative 0058E4E285256CED_=--