Staging wiki down, giving mostly-empty responses #13338
Labels
No labels
announcement
anubis
authentication
aws
backlog
blocked
bodhi
ci
cloud
communishift
copr
database
day-to-day
dc-move
deprecated
dev
discourse
dns
downloads
easyfix
epel
firmitas
forgejo_migration
Gain
High
Gain
Low
Gain
Medium
gitlab
greenwave
hardware
help wanted
high-trouble
koji
koschei
lists
low-trouble
medium-trouble
mirrorlists
monitoring
Needs investigation
odcs
OpenShift
ops
outage
packager_workflow_blocker
pagure
permissions
Priority
Needs Review
Priority
Next Meeting
Priority
🔥 URGENT 🔥
Priority
Waiting on Assignee
Priority
Waiting on External
Priority
Waiting on Reporter
rabbitmq
release-monitoring
releng
request-for-resources
s390x
security
SMTP
sprint-0
sprint-1
src.fp.o
staging
unfreeze
waiverdb
websites-general
wiki
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
infra/tickets#13338
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of request
The staging wiki is currently down due to an issue with the PluggableAuth extension:
I believe this is because the plugin is too old for the new mediawiki we're now running on staging. We have version 7.1.0 of the plugin, latest is 7.5.0, and somewhere in the middle, this commit landed which is probably what we need.
I assume that will break the plugin on older mediawiki versions, so we should be careful not to install it on prod until we upgrade its mediawiki.
I built and updated to 7.50 ... but it's still not happy, it just doesn't give errors now.
Hoping @ryanlerch can see something obvious with the theme making it not show anything?
Yeah, right now we just get:
which is...unhelpful. That error is not a fatal one, so we're basically just displaying nothing except that warning method. We don't know why or how to find out why.
Staging wiki down due to PluggableAuth extension issueto Staging wiki down, giving mostly-empty responsesNote that this is a link to mediawiki-PluggableAuth-7.5.0-1.fc44 build.
In theory I can downgrade the entire machine back to 42, but given EOL that's a short term solution.
Confirmed this is a skin problem. I changed the relevant bit of
/srv/web/fp-wiki/LocalSettings.phpto:...and now we get technically usable output (including the Crypt/RSA.php warning). So wfLoadSkin() isn't failing for Fedora, but using it produces a blank page (maybe due to the no headelement).
Pinging @ryanlerch again.
I've now upgraded (built in f44-infra tag) to new versions of:
...so the Crypto warnings went away, and it's mostly just skin problems (and maybe RSS).
I have now fixed the mediawiki theme, pushed a new release of it, built the infra RPM, and it is running on staging:
Much thanks to Ryan.