Python error on CentOS with ViewVC


Recommended Posts

Hi, I am in the middle of install rancid on one of my CentOS servers. Its a little program designed to retrieve cisco router configs and save them as archives. I am pretty much down as I have it working in the sense that it pulls down configs but when it comes to view the GUI side of things, it does not work!

I can browse http://myurl.com/viewvc and it shows my directory "networking" which contains the configs. When I click it... I get this error:

An Exception Has Occurred

Python Traceback

Traceback (most recent call last):

File "/usr/local/viewvc/lib/viewvc.py", line 4452, in main

request.run_viewvc()

File "/usr/local/viewvc/lib/viewvc.py", line 394, in run_viewvc

self.view_func(self)

File "/usr/local/viewvc/lib/viewvc.py", line 1996, in view_directory

file_data, options)

File "/usr/local/viewvc/lib/vclib/ccvs/bincvs.py", line 252, in dirlogs

alltags = _get_logs(self, path_parts, entries_to_fetch, rev, subdirs)

File "/usr/local/viewvc/lib/vclib/ccvs/bincvs.py", line 1010, in _get_logs

raise vclib.Error('Rlog output ended early. Expected RCS file "%s"'

Error: Rlog output ended early. Expected RCS file "/usr/local/rancid/var/CVS/networking/router.db,v"

Not sure what to do from here really. Any ideas?

Thank you

Link to comment
Share on other sites

This topic is now closed to further replies.