Re: [ilugd] Query about CVS Clustering (Sumit Malhotra)

2004-06-10 Thread Raj Shekhar
amitabh pandey wrote:
   Actually sir i am trying to configure cvs through linux-bsd-central.com
   Every step is properly follow but when i type cvslogin:pserver [EMAIL 
PROTECTED]
it says unknow host.

Open your /etc/hosts file and make an entry into it like this
''
127.0.0.1   localhost
''
Side note: You should already have this entry there . Which distro are 
you using ? Or did you delete this entry ?

Now try logging into your cvs server. Also the way to login into the 
pserver is

''
cvs -d :pserver:[EMAIL PROTECTED]:CVSROOT login
''
Please understand all the variables involved in the above command before 
trying any further experiments.

HTH
--
   / \__
  (@\___Raj Shekhar
  / O   My home : http://geocities.com/lunatech3007/
 /   (_/My blog : http://lunatech.journalspace.com/
/_/   U 
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


RE: [ilugd] Query about CVS Clustering (Sumit Malhotra)

2004-06-10 Thread Alok Sinha
Or do a

lsof -i | grep cvs

This will tell you if you have cvsserver running or not, and if yes then on
what port.

regards,
alok sinha

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Sumit Malhotra
Sent: Wednesday, June 09, 2004 11:07 PM
To: The Linux-Delhi mailing list
Subject: Re: [ilugd] Query about CVS  Clustering (Sumit Malhotra)


Hi Amitabh( ??? Bachan :-))

Can you telnet to the cvspserevr port ... telnet localhost 2401( i think
port is 2401 .. any way you can check it via  grep cvspserver
/etc/services)

have you configured the xinetd or inetd   service  currectly ???
What us the shows ..
 paste the following  inputs here ...

1. cat /etc/xinetd.d/cvspserver
2. sippets from /var/log/messages


Regards,
Sumit


- Original Message -
From: amitabh pandey [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 09, 2004 3:27 PM
Subject: [ilugd] Query about CVS  Clustering (Sumit Malhotra)



 Hello Sir,

   Thank you for your reply.

 Sir i know it is based on client server concept.

Actually sir i am trying to configure cvs through
linux-bsd-central.com

Every step is properly follow but when i type cvslogin:pserver
[EMAIL PROTECTED]

 it says unknow host.

 I am not getting the solution.

 Thanks

 Amitabh





 CVS: - It works on client server concept so both can reside on the same
 machine or different machine.

 A2- Goggle it out ... solution depends on the various factors. like what
 you need to cluster? What do you want to achieve?

 Regards,
 Sumit

 - Original Message -
 From: amitabh pandey
 To:
 Sent: Tuesday, June 08, 2004 4:43 PM
 Subject: [ilugd] Query about CVS  Clustering


 
  Hello All,
 
  Query-1-
 
  I am having a problem in CVS testing.Would i have to need two
 machine to test cvs server.Please give the solution.
 
  Query-2- I am newbies in Linux clustering so please give the links
where
 clustering information are available.
 
  Thanks  Regards
 
  Amitabh Pandey





 -
 Do you Yahoo!?
 Friends.  Fun. Try the all-new Yahoo! Messenger
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[EMAIL PROTECTED]/




___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[EMAIL PROTECTED]/


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


[ilugd] Query about CVS Clustering (Sumit Malhotra)

2004-06-09 Thread amitabh pandey

Hello Sir,

  Thank you for your reply.

Sir i know it is based on client server concept.

   Actually sir i am trying to configure cvs through linux-bsd-central.com

   Every step is properly follow but when i type cvslogin:pserver [EMAIL 
PROTECTED]

it says unknow host.

I am not getting the solution.

Thanks

Amitabh

 

 

CVS: - It works on client server concept so both can reside on the same
machine or different machine.

A2- Goggle it out ... solution depends on the various factors. like what
you need to cluster? What do you want to achieve?

Regards,
Sumit

- Original Message -
From: amitabh pandey 
To: 
Sent: Tuesday, June 08, 2004 4:43 PM
Subject: [ilugd] Query about CVS  Clustering



 Hello All,

 Query-1-

 I am having a problem in CVS testing.Would i have to need two
machine to test cvs server.Please give the solution.

 Query-2- I am newbies in Linux clustering so please give the links where
clustering information are available.

 Thanks  Regards

 Amitabh Pandey





-
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] Query about CVS Clustering (Sumit Malhotra)

2004-06-09 Thread Sumit Malhotra
Hi Amitabh( ??? Bachan :-))

Can you telnet to the cvspserevr port ... telnet localhost 2401( i think
port is 2401 .. any way you can check it via  grep cvspserver
/etc/services)

have you configured the xinetd or inetd   service  currectly ???
What us the shows ..
 paste the following  inputs here ...

1. cat /etc/xinetd.d/cvspserver
2. sippets from /var/log/messages


Regards,
Sumit


- Original Message -
From: amitabh pandey [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 09, 2004 3:27 PM
Subject: [ilugd] Query about CVS  Clustering (Sumit Malhotra)



 Hello Sir,

   Thank you for your reply.

 Sir i know it is based on client server concept.

Actually sir i am trying to configure cvs through
linux-bsd-central.com

Every step is properly follow but when i type cvslogin:pserver
[EMAIL PROTECTED]

 it says unknow host.

 I am not getting the solution.

 Thanks

 Amitabh





 CVS: - It works on client server concept so both can reside on the same
 machine or different machine.

 A2- Goggle it out ... solution depends on the various factors. like what
 you need to cluster? What do you want to achieve?

 Regards,
 Sumit

 - Original Message -
 From: amitabh pandey
 To:
 Sent: Tuesday, June 08, 2004 4:43 PM
 Subject: [ilugd] Query about CVS  Clustering


 
  Hello All,
 
  Query-1-
 
  I am having a problem in CVS testing.Would i have to need two
 machine to test cvs server.Please give the solution.
 
  Query-2- I am newbies in Linux clustering so please give the links
where
 clustering information are available.
 
  Thanks  Regards
 
  Amitabh Pandey





 -
 Do you Yahoo!?
 Friends.  Fun. Try the all-new Yahoo! Messenger
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[EMAIL PROTECTED]/




___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


[ilugd] Query about CVS Clustering

2004-06-08 Thread amitabh pandey

Hello All,

Query-1- 

 I am having a problem in CVS testing.Would i have to need two machine to test 
cvs server.Please give the solution.

Query-2-  I am newbies in Linux clustering so please give the links where clustering 
information are available.

Thanks  Regards

Amitabh Pandey

 

 

 



-
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] Query about CVS Clustering

2004-06-08 Thread Sumit Malhotra
CVS:  -  It works on client server concept  so both can reside on the same
machine or different machine.

 A2- Goggle it out ... solution depends on the various factors. like what
you need to cluster? What do you want to achieve?

Regards,
Sumit

- Original Message -
From: amitabh pandey [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 08, 2004 4:43 PM
Subject: [ilugd] Query about CVS  Clustering



 Hello All,

 Query-1-

  I am having a problem in CVS testing.Would i have to need two
machine to test cvs server.Please give the solution.

 Query-2-  I am newbies in Linux clustering so please give the links where
clustering information are available.

 Thanks  Regards

 Amitabh Pandey









 -
 Do you Yahoo!?
 Friends.  Fun. Try the all-new Yahoo! Messenger
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[EMAIL PROTECTED]/




___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/