Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17892 - http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo/admin/www.gentoo.org/ throws python exception
Summary: http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo/admin/www.gentoo.org/ throws...
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: [OLD] CVS repository (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Rajiv Aaron Manglani (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-20 15:34 UTC by Sankara Krishnamoorthy
Modified: 2020-06-28 21:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sankara Krishnamoorthy 2003-03-20 15:34:53 UTC
Python Exception Occurred

Traceback (most recent call last):
  File "/home/httpd/viewcvs-0.9.2/lib/viewcvs.py", line 2626, in run_cgi
    main()
  File "/home/httpd/viewcvs-0.9.2/lib/viewcvs.py", line 2579, in main
    view_directory(request)
  File "/home/httpd/viewcvs-0.9.2/lib/viewcvs.py", line 1145, in view_directory
    fileinfo, alltags = get_logs(full_name, rcs_files, view_tag)
  File "/home/httpd/viewcvs-0.9.2/lib/viewcvs.py", line 1092, in get_logs
    raise 'error during rlog: '+hex(status)
error during rlog: 0x100



Reproducible: Always
Steps to Reproduce:
1.go to http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo/admin/www.gentoo.org/
2.
3.



Expected Results:  
what in there really?
Comment 1 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-03-21 14:15:18 UTC
this is happenning because viewcvs.cgi does not have read perms on that dir. this is by design as the gentoo/admin directory should not be publically readable.

i will fix the error so it is more friendly.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-08-31 10:19:50 UTC
seems to be fixed