XO From Source Bug in version 5.26.0
-
Both my home lab and work XOCE installs are on 5.26.0 and I haven't seen this problem.
EDIT: though it has been about a week since I've updated. I'm expecting, too, that a recent commit may be the culprit.
-
@bnrstnr Are you able to do some testing for us then? I was unable to install using the script for via the source instructions without hitting this issue.
-
Yeah, I can try whatever you want.
-
@bnrstnr try updating.
Take snaps via xcp-ng center so you can revert should you need to.
-
Running the update script right now.
Are you guys able to get to the login screen at all? I had to rebuild both of my XOCE VMs from scratch early last week (maybe the week before, it says 12 days uptime) because updating them broke something.
-
@bnrstnr said in XO From Source Bug in version 5.26.0:
Running the update script right now.
Are you guys able to get to the login screen at all? I had to rebuild both of my XOCE VMs from scratch early last week (maybe the week before, it says 12 days uptime) because updating them broke something.
We can get to the login screen yes, but we cannot login (with any credentials) and as well we can't reset the password for the credentials.
-
My production VM kept working as expected until I logged out. That's when I first encountered the issue with logging in.
-
@danp said in XO From Source Bug in version 5.26.0:
My production VM kept working as expected until I logged out. That's when I first encountered the issue with logging in.
I had to create a new user yesterday (while still on an older build of 5.26.0), I must have logged in and out for testing at least 5 times.
-
Update finished just now and once I logged out, I was NOT able to log back in. "Invalid credentials"
-
@bnrstnr said in XO From Source Bug in version 5.26.0:
Update finished just now and once I logged out, I was NOT able to log back in. "Invalid credentials"
So the same issue, something within the last round of changes is causing this to new and existing users. OK, just revert and don't update.
Keep an eye on my GH as well as the XO GH pages.
-
I'll try to check logs and see when exactly the last time I updated was. Maybe it can help determine which commits broke it
-
Oddly 5.26.0 was released 12 days ago, so if you build on release day and your system works, than it was something within that 11 day span.
-
JIC anyone needs help to get back up and running, this worked for me --
git checkout 0ad6c073ee1538887e13ebec7d3420fcace4d86e yarn; yarn build sudo systemctl restart xo-server.service
-
This issue is now resolved. I had to issue the command
git checkout master
before the standard upgrade process would work again.