port not running!!!

2003-07-24 Thread Kent Emia
Title: port not running!!!






Ive checkec http://www.freeos.com/articles/4608/?PHPSESSID=a898a2e13956084daeb236798a405bad

and in the # 13th it says to check if the CVS is running on the port 2401 but what if I cant see it? it doesnt tell

what to do next.

btw how do I do that?

Kent


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: port not running!!!

2003-07-24 Thread Mahantesh
Kent Emia wrote:

Ive checkec 
http://www.freeos.com/articles/4608/?PHPSESSID=a898a2e13956084daeb236798a405bad

and in the # 13th it says to check if the CVS is running on the port 
2401 but what if I cant see it? it doesnt tell

what to do next.

btw how do I do that?

telnet server_name_OR_ip_address 2401
man nmap.
Unless this port is open check your inetd or xinetd. Try restarting it.
Cheers.
Mahantesh.
--


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: port not running!!!

2003-07-24 Thread Amit Sharma
Hi,
   You have to put the entries in services file to start the service
Try telnet ipAddress 2401 to check wheher this port is being used or
not and also check ps -ef|grep cvspserver For more information 
refer http://www.cvshome.org 
If you can explain in bit more details may be I can help you.
I have just subscribed the list and I don't have the whole thread :-)


Amit.


 Kent Emia [EMAIL PROTECTED] 7/24/2003 1:22:25 PM 
I've checkec
http://www.freeos.com/articles/4608/?PHPSESSID=a898a2e13956084daeb236798

a405bad

and in the # 13th it says to check if the CVS is running on the port
2401 but what if I can't see it? it doesn't tell
what to do next..

btw how do I do that?

Kent


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


RE: port not running!!!

2003-07-24 Thread Gurpreet Singh (SCM)
   
Hi All

Yes, u need to check the etc/services files.

Also soem Good excerpts from the cvs.info-2 doc 
...
If your system uses `xinetd' instead of `inetd', the procedure is
slightly different.  Create a file called `/etc/xinetd.d/cvspserver'
containing the following:

 service cvspserver
 {
port= 2401
socket_type = stream
protocol= tcp
wait= no
user= root
passenv = PATH
server  = /usr/local/bin/cvs
server_args = -f --allow-root=/usr/cvsroot pserver
 }

(If `cvspserver' is defined in `/etc/services', you can omit the `port'
line.)..

After making all the necessary changed need to restart the xinetd services.

Hope your config matches with this format !

Regards
Gurpreet S



-Original Message-
From: Amit Sharma [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 4:01 PM
To: [EMAIL PROTECTED]
Subject: Re: port not running!!!


Hi,
   You have to put the entries in services file to start the service
Try telnet ipAddress 2401 to check wheher this port is being used or
not and also check ps -ef|grep cvspserver For more information 
refer http://www.cvshome.org 
If you can explain in bit more details may be I can help you.
I have just subscribed the list and I don't have the whole thread :-)


Amit.


 Kent Emia [EMAIL PROTECTED] 7/24/2003 1:22:25 PM 
I've checkec
http://www.freeos.com/articles/4608/?PHPSESSID=a898a2e13956084daeb236798

a405bad

and in the # 13th it says to check if the CVS is running on the port
2401 but what if I can't see it? it doesn't tell
what to do next..

btw how do I do that?

Kent


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Strange diff behavior on branch

2003-07-24 Thread Lemke, Michael IZ/HZA-IC1
I have a file that was initially added on a branch.  If I
do a diff based on a date I get this:

$ cvs diff -D 16-jul-2003  koucopy.sh
cvs diff: koucopy.sh is a new entry, no comparison available
$ cvs stat koucopy.sh
===
File: koucopy.shStatus: Up-to-date

   Working revision:1.1.2.12Mon Jul 21 05:48:12 2003
   Repository revision: 1.1.2.12/mnt/bflow/cvs/repos/inacom/Attic/koucopy.sh,v
   Sticky Tag:  B_PROD (branch: 1.1.2)
   Sticky Date: (none)
   Sticky Options:  (none)
$ cvs log koucopy.sh

RCS file: /mnt/bflow/cvs/repos/inacom/Attic/koucopy.sh,v
Working file: koucopy.sh
head: 1.1
branch:
locks: strict
access list:
symbolic names:
B_PROD: 1.1.0.2
keyword substitution: kv
total revisions: 13;selected revisions: 13
description:

revision 1.1
date: 2002/12/13 14:08:29;  author: bflowadm;  state: dead;
branches:  1.1.2;
file koucopy.sh was initially added on branch B_PROD.

revision 1.1.2.12
date: 2003/07/21 05:48:12;  author: bflowadm;  state: Exp;  lines: +5 -2
...
$ cvs -v

Concurrent Versions System (CVS) 1.12.1 (client/server)



Is this expected behavior?  Diffs on revisions (-r 1.1.2.10) work.

Thanks,
Michael


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: port not running!!!

2003-07-24 Thread Steve deRosier
If you're checking from an external box, don't forget to punch a hole in 
the server's firewall if one is running.  A firewall that we didn't 
realize was running on our RH box tripped us up for a couple of hours.

- Steve

Kent Emia wrote:
  port not running!!!

I ve checkec 
http://www.freeos.com/articles/4608/?PHPSESSID=a898a2e13956084daeb236798a405bad 
http://www.freeos.com/articles/4608/?PHPSESSID=a898a2e13956084daeb236798a405bad

and in the # 13 ^ th it says to check if the CVS is running on the port 
2401 but what if I can t see it? it doesn  t tell

what to do next  .

btw how do I do that?

Kent



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


CVS and permissions

2003-07-24 Thread Federico Edelman
Hi guys! I need perform a CVS with very configurable permissions.

I'm trying cvscop (http://cvscop.sourceforge.net). Cvscop seems very
friendly and easy to use. But I found some bug into the code.

What's the best way to limit or grant access at directory/sub-directory
level and user/group for each project (or module) of CVS repository.

Where I can get more information about this?

Thanks,
Fede


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


cvs history does not work

2003-07-24 Thread Ralph Jocham
Hi,
I am trying to make some stats on our project using
the cvs history command. But it does not work. I only
see a error message. I haven't used it befoe so I
can't make any conclusions!

Below is the error message, can anyone please explain
what this means and how this situation can be
resolved.

Thanks,
Ralph

Here the error message:

L:\prjcvs history
cvs [history aborted]: unrecognized auth response from
ci-machine-sds: cvs server: E cannot open
E:/CVSRepo/prj/CVSROOT/config: Invalid argument

L:\prj



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: cvs history does not work

2003-07-24 Thread Mark D. Baushke
Hi Ralph,

I would have expected you to see an error like:

L:\prj cvs history
cvs [server aborted]: cannot open history file: E:/CVSRepo/prj/CVSROOT/history: No 
such file or directory
L:\prj 

if the history file did not exist.

You may wish to see what is in the E:/CVSRepo/prj/CVSROOT file.

Let us know what the output of the 'cvs version' command is
as well as if the repository is remote or local (getting the 
'E cannot opennewlineE:/CVSRepo/prj/CVSROOT/config: Invalid argument'
return value is just odd (both for having the newlineunless your
e-mail did word-wrapping and for spewing the internal format of the
error return back to you).

Let us know what the value of the CVSROOT variable is too.

-- Mark

Ralph Jocham [EMAIL PROTECTED] writes:

 Hi,
 I am trying to make some stats on our project using
 the cvs history command. But it does not work. I only
 see a error message. I haven't used it befoe so I
 can't make any conclusions!
 
 Below is the error message, can anyone please explain
 what this means and how this situation can be
 resolved.
 
 Thanks,
 Ralph
 
 Here the error message:
 
 L:\prjcvs history
 cvs [history aborted]: unrecognized auth response from
 ci-machine-sds: cvs server: E cannot open
 E:/CVSRepo/prj/CVSROOT/config: Invalid argument
 
 L:\prj


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


.jpg and .gif

2003-07-24 Thread Kristopher Hollingsworth
Hey guys, I uploaded my website the other day to our CVS Repository, and when we 
checked it back out some of the image files were corrupt. Any idea why this might have 
happened? Thanks for any help.

-Kris

_
Free email at www.Z6.com ( and home of worldmap.com)


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: .jpg and .gif

2003-07-24 Thread Riechers, Matthew W
Kristopher Hollingsworth wrote:
 
 Hey guys, I uploaded my website the other day to our CVS
 Repository, and when we checked it back out some of the image files
 were corrupt. Any idea why this might have happened? Thanks for any help.

The files were probably added with the default keyword expansion, and
you probably wanted to use disable the expansion. See the manual for
details:

http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_9.html#SEC80

How to recover:

http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_9.html#SEC82

And to prevent further problems:

http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_18.html#SEC164

Good luck.

-Matt


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: .jpg and .gif

2003-07-24 Thread Kaz Kylheku
On Thu, 24 Jul 2003, Kristopher Hollingsworth wrote:

 Hey guys, I uploaded my website the other day to our CVS Repository,
 and when we checked it back out some of the image files were corrupt. Any
 idea why this might have happened?

You probably did not give them the ``-kb'' keyword/line-ending
treatment mode to mark them as binary files that must not undergo
CVS keyword expansion or line ending conversion.



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: CVS and permissions

2003-07-24 Thread Mahantesh
Federico Edelman wrote:

I'm trying cvscop (http://cvscop.sourceforge.net). Cvscop seems very
friendly and easy to use. But I found some bug into the code.
What's the best way to limit or grant access at directory/sub-directory
level and user/group for each project (or module) of CVS repository.
I have not tried cvscop, I have tried once 
http://sarovar.org/projects/cvspermissions/
See if this helps you.
Cheers.
Mahantesh.
--



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs