Closed
Bug 999097
Opened 11 years ago
Closed 11 years ago
hgweb view of user repo fails ~1/2 of the time
Categories
(Developer Services :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dholbert, Unassigned)
Details
STR:
1. Visit https://hg.mozilla.org/users/dtc-moz_scieneer.com/asmbuffer/
2. Reload, if it loaded successfully. (Maybe a few times if it keeps loading successfully.)
ACTUAL RESULTS:
1/3 to 1/2 of the time, I get a 403 Forbidden page, saying:
> Forbidden
> You don't have permission to access /users/dtc-moz_scieneer.com/asmbuffer/
> on this server.
Reporter | ||
Comment 1•11 years ago
|
||
I hit this with curl, too, FWIW.
I just ran this 6 times:
curl https://hg.mozilla.org/users/dtc-moz_scieneer.com/asmbuffer/
and 3 of those times, I got this output:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /users/dtc-moz_scieneer.com/asmbuffer/
on this server.</p>
<hr>
<address>Apache/2.2.15 (Red Hat) Server at hg.mozilla.org Port 80</address>
</body></html>
Summary: hgweb view of user repo fails ~1/3 of the time → hgweb view of user repo fails ~1/2 of the time
Reporter | ||
Comment 2•11 years ago
|
||
(and then I ran it 6 more times, and only one of those hit the 403)
Comment 3•11 years ago
|
||
I initially go this when attempting an hg clone, so it isn't limited to the web view.
Comment 4•11 years ago
|
||
:dholbert, you're all set. you and a couple others had odd permissions on the hgweb configs that I've fixed. when did you create that repo?
:mjrosenb, I think you were seeing a different issue, though I can't say for certain since you don't specify details. if it still exists, please open a new bug.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•11 years ago
|
||
(In reply to Kendall Libby [:fubar] from comment #4)
> :dholbert, you're all set. you and a couple others had odd permissions on
> the hgweb configs that I've fixed. when did you create that repo?
I didn't create that repo; I don't actually know anything about it. (I just tried viewing it in a browser & ran up against this after mjrosenb mentioned this on IRC.)
> :mjrosenb, I think you were seeing a different issue, though I can't say for
> certain since you don't specify details.
He was hitting the same hgweb issues that I was, with this same repo, after having had a 'hg clone' of this repo fail the night before. (presumably because hg was getting the same 403 response)
Reporter | ||
Comment 6•11 years ago
|
||
Also: I think this might still be broken; I tried (re)loading https://hg.mozilla.org/users/dtc-moz_scieneer.com/asmbuffer/ ~20 times in my browser, and 3 of those times I got a "500 Internal Server Error" page.
Reporter | ||
Comment 7•11 years ago
|
||
No issues when I loaded https://hg.mozilla.org/users/dholbert_mozilla.com/simple-patches/ ~25 times, so I think this might be specific to this dtc-moz_scieneer.com/asmbuffer/ user repo.
Updated•10 years ago
|
Component: WebOps: Source Control → General
Product: Infrastructure & Operations → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•