mozilla / persona

Persona is a secure, distributed, and easy to use identification system.
https://login.persona.org
Other
1.83k stars 264 forks source link

bug in log rotation naming in new stage stacks #4215

Closed jrgm closed 9 years ago

jrgm commented 9 years ago

Haven't looked further, but popped onto what I think is a current webhead and saw a logfile name /var/persona/log/verifier-compute.log.1.1.1.1.1.1.1.1.1.1.1, which is, wut?

relud commented 9 years ago

yeah, that was my bad. i fixed it recently, but the deploy to stage didn't go perfectly last night.

On Thu, Mar 5, 2015 at 11:23 PM, John Morrison notifications@github.com wrote:

Haven't looked further, but popped onto what I think is a current webhead and saw a logfile name /var/persona/log/verifier-compute.log.1.1.1.1.1.1.1.1.1.1.1, which is, wut?

— Reply to this email directly or view it on GitHub https://github.com/mozilla/persona/issues/4215.

pdehaan commented 9 years ago

Not sure if this is related to anything, or if it's worthy of a new bug, but I'm seeing errors when I try and load the 'ver.txt' on anosrep.


https://login.persona.org/ver.txt

dc417ae Merge pull request #4166 from mozilla/train-2014.07.19-rpm_version locale svn r130450


https://login.anosrep.org/ver.txt

Cannot GET /ver.txt

relud commented 9 years ago

that is intentionally blocked

On Mon, Mar 9, 2015 at 12:16 PM, Peter deHaan notifications@github.com wrote:

Not sure if this is related to anything, or if it's worthy of a new bug,

but I'm seeing errors when I try and load the 'ver.txt' on anosrep.

https://login.persona.org/ver.txt

dc417ae https://github.com/mozilla/persona/commit/dc417aeef7942ceaf86cbf5993b47a374cde6736 Merge pull request #4166 https://github.com/mozilla/persona/pull/4166 from mozilla/train-2014.07.19-rpm_version locale svn r130450


https://login.anosrep.org/ver.txt

Cannot GET /ver.txt

— Reply to this email directly or view it on GitHub https://github.com/mozilla/persona/issues/4215#issuecomment-77922279.

jrgm commented 9 years ago

that is intentionally blocked

huh?

relud commented 9 years ago

our nginx configs deny requests to /ver.txt, i thought

relud commented 9 years ago

nevermind, i was quite wrong.

relud commented 9 years ago

anyways, the reason ver.txt is gone is because it isn't packaged into the rpm deployed to anosrep.org right now.

relud commented 9 years ago

fixing

relud commented 9 years ago

ver.txt thing is fixed.

pdehaan commented 9 years ago

thanks @relud!

relud commented 9 years ago

logs are also fixed.