LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   how to configure and run viewcvs? (https://www.linuxquestions.org/questions/linux-server-73/how-to-configure-and-run-viewcvs-630976/)

processguide 03-27-2008 05:38 AM

how to configure and run viewcvs?
 
hi friends,

i have installed CVS server in linux server and now i am not able to configure and install viewcvs. Kindly, guide me to install and run the viewcvs in my system.

regards,
KMB

datopdog 03-27-2008 09:17 AM

installing viewcvs is fairly straight forward where exactly are you stuck, what error are you getting ?

processguide 03-31-2008 01:23 AM

re: installing and running viewcvs?
 
hi,

when i run the following command in IE then it throws the error which is below the command line:

http://localhost:7467/viewvc and enter


error:
An Exception Has Occurred

cvs not found! The wrong path for this repository was configured, or the server on which the CVS tree lives may be down. Please try again in a few minutes.


The repository path is /home/cvs/CVSROOT


then i try to run the ./standalone.py command from terminal
it throws the following error:
./standalone.py -r /home/cvs
Traceback (most recent call last):
File "./standalone.py", line 643, in ?
cli(sys.argv)
File "./standalone.py", line 602, in cli
serve(options.host, options.port, ready)
File "./standalone.py", line 323, in serve
ViewVC_Server(host, port, callback).serve_until_quit()
File "./standalone.py", line 258, in __init__
self.handler)
File "/usr/lib64/python2.4/SocketServer.py", line 330, in __init__
self.server_bind()
File "./standalone.py", line 278, in server_bind
BaseHTTPServer.HTTPServer.server_bind(self)
File "/usr/lib64/python2.4/BaseHTTPServer.py", line 99, in server_bind
SocketServer.TCPServer.server_bind(self)
File "/usr/lib64/python2.4/SocketServer.py", line 341, in server_bind
self.socket.bind(self.server_address)
File "<string>", line 1, in bind
socket.error: (98, 'Address already in use')


Kindly, help me to sort out this problem.

Thanks & Regards,
K. Mubarak Bilal

datopdog 03-31-2008 05:41 AM

The error on the command line is because another viewcvs process is already running and bound to the port


All times are GMT -5. The time now is 01:06 AM.