Discussion:
CVS 1.11.22 on AIX 5.3 not starting
cvsuser
2008-07-02 08:36:31 UTC
Permalink
Hi,

On AIX 5.3 I am trying to install 1.11.22

oncurrent Versions System (CVS) 1.11.22 (client/server)

Copyright (C) 2006 Free Software Foundation, Inc.

Senior active maintainers include Larry Jones, Derek R. Price,
and Mark D. Baushke. Please see the AUTHORS and README files from the CVS
distribution kit for a complete list of contributors and copyrights.

CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.

Specify the --help option for further information about CVS

I have defined following on /etc/services

pserver 2401/tcp # CVS Port Number
pserver 2401/udp # CVS Port Number


In /etc/inetd.conf I have added following line

pserver stream tcp nowait root /usr/bin/cvs cvs -f
--allow-root=/apps/cvsroot pserver

I have copied CVS 1.11.22 files, But when I am trying
# refresh -s inetd
0513-095 The request for subsystem refresh was completed successfully.

***@mumsa001207[:/]#telnet sa001207 pserver
Trying...
Connected to sa001207.in.net.intra.
Escape character is '^]'.
FOO
cvs [pserver aborted]: bad auth protocol start: FOO

Connection closed.
root@[:/]#

#netstat -an |grep -i 2401
#

But it is not showing port 2401 as LISTEN.

Request you to help me urgently on this.

thanks & regards
parag
--
View this message in context: http://www.nabble.com/CVS-1.11.22-on-AIX-5.3-not-starting-tp18232750p18232750.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
Larry Jones
2008-07-02 14:16:07 UTC
Permalink
Post by cvsuser
I have defined following on /etc/services
pserver 2401/tcp # CVS Port Number
pserver 2401/udp # CVS Port Number
CVS doesn't use UDP, so there's no need for the second line.
Post by cvsuser
Trying...
Connected to sa001207.in.net.intra.
Escape character is '^]'.
FOO
cvs [pserver aborted]: bad auth protocol start: FOO
#netstat -an |grep -i 2401
#
But it is not showing port 2401 as LISTEN.
Does ``telnet sa001207 2401'' work the same as above? If so, inetd and
CVS are both working fine but it would appear that something is wrong
with netstat. If not, there must be another definition of the pserver
service that is taking priority over the one you show above -- perhaps
another entry in /etc/services or perhaps an entry in NIS (aka Yellow
Pages).

This is more of a system administration question than a CVS question, so
you may want to find an AIX list to ask for help.

-- Larry Jones

I never get to do anything fun. -- Calvin
cvsuser
2008-07-04 10:06:02 UTC
Permalink
Post by Larry Jones
Post by cvsuser
I have defined following on /etc/services
pserver 2401/tcp # CVS Port Number
pserver 2401/udp # CVS Port Number
CVS doesn't use UDP, so there's no need for the second line.
Post by cvsuser
Trying...
Connected to sa001207.in.net.intra.
Escape character is '^]'.
FOO
cvs [pserver aborted]: bad auth protocol start: FOO
#netstat -an |grep -i 2401
#
But it is not showing port 2401 as LISTEN.
Does ``telnet sa001207 2401'' work the same as above? If so, inetd and
CVS are both working fine but it would appear that something is wrong
with netstat. If not, there must be another definition of the pserver
service that is taking priority over the one you show above -- perhaps
another entry in /etc/services or perhaps an entry in NIS (aka Yellow
Pages).
This is more of a system administration question than a CVS question, so
you may want to find an AIX list to ask for help.
-- Larry Jones
I never get to do anything fun. -- Calvin
Hi,

Thanks for your valuable information. I have changed following

pserver9 2401/tcp # CVS Port Number
pserver9 2401/udp # CVS Port Number

and in inetd.conf

pserver9 stream tcp nowait root /usr/bin/cvs cvs -f
--allow-root=/apps/cvsroot pserver9

Now CVS is working fine on AIX 5.3

thanks & regards
parag
--
View this message in context: http://www.nabble.com/CVS-1.11.22-on-AIX-5.3-not-starting-tp18232750p18276580.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
vinosam
2009-04-12 19:24:44 UTC
Permalink
Hi,
Could any one help me on how to install and configure the
cvs-1.11.22-AIX.bin.gz on AIX 5.3. I have downloaded the software. If any
document exist I would request you all to send to my
email-id:***@yahoo.co.in.

Advance : Thank you very much for your kind help

From,
Vino.B
--
View this message in context: http://www.nabble.com/CVS-1.11.22-on-AIX-5.3-not-starting-tp18232750p23014008.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
Larry Jones
2009-04-13 14:25:02 UTC
Permalink
Post by vinosam
Could any one help me on how to install and configure the
cvs-1.11.22-AIX.bin.gz on AIX 5.3. I have downloaded the software. If any
document exist I would request you all to send to my
To install it, just unzip it, rename it to "cvs", make sure the
permissions are set to allow it to be executed, and move it to some
directory on your path (e.g., /usr/local/bin). For configuration, see
the manual:

<http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs.html>
--
Larry Jones

It's like SOMEthing... I just can't think of it. -- Calvin
Loading...