Xen Orchestra - Community Edition - Installing with Yarn
-
@DustinB3403 said in Xen Orchestra - Community Edition - Installing with Yarn:
Can you create an issue on GH?
I can. Not sure if I will. :face_with_stuck-out_tongue_closed_eyes:
-
@Danp said in Xen Orchestra - Community Edition - Installing with Yarn:
@DustinB3403 said in Xen Orchestra - Community Edition - Installing with Yarn:
Can you create an issue on GH?
I can. Not sure if I will. :face_with_stuck-out_tongue_closed_eyes:
....
-
-
I am seeing another issue with yarn repo signature, I assume the script would be impacted too, did not try to update as I see folks complaining about 5.33.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E W: Some index files failed to download. They have been ignored, or old ones used instead.
-
@shwetkprabhat I recently updated the script to deal with the expired repo key. Let us know if you run into any issues when you do update. :smiling_face:
-
@Danp worked like a charm! Updated flawlessly and also repo signature is fixed now!
-
@DustinB3403 Got this running on my home lab box tonight. Worked great.
-
@travisdh1 said in Xen Orchestra - Community Edition - Installing with Yarn:
@DustinB3403 Got this running on my home lab box tonight. Worked great.
Let us know how your backups are working
-
@dbeato said in Xen Orchestra - Community Edition - Installing with Yarn:
@travisdh1 said in Xen Orchestra - Community Edition - Installing with Yarn:
@DustinB3403 Got this running on my home lab box tonight. Worked great.
Let us know how your backups are working
Hah, I'll have to try hooking it to my B2 first. Might be "interesting" all around with the backups!
-
@dbeato said in Xen Orchestra - Community Edition - Installing with Yarn:
@travisdh1 said in Xen Orchestra - Community Edition - Installing with Yarn:
@DustinB3403 Got this running on my home lab box tonight. Worked great.
Let us know how your backups are working
There was an issue that was just patched yesterday that affected backups.
So you may need to update.
-
@travisdh1 Make sure you use 2 vcpu in your XOCE VM if you want to use Delta backups, I believe they won't merge otherwise.
-
@bnrstnr Actually, that should be fixed now as well.
-
@Danp said in Xen Orchestra - Community Edition - Installing with Yarn:
@bnrstnr Actually, that should be fixed now as well.
Was that a bug? I was under the impression it was a new requirement.
-
@Danp As of last week it was still affecting me. If he wants to try with 1, it can easily be adjusted later and it just starts working.
-
@bnrstnr said in Xen Orchestra - Community Edition - Installing with Yarn:
@Danp As of last week it was still affecting me. If he wants to try with 1, it can easily be adjusted later and it just starts working.
We could likely create a check for 1 cpu and raise a flag for it with an optional "continue" during the installation script.
Not sure if it's worthwhile.
-
@DustinB3403 Yes, it was a bug in Jest library, which has since been fixed. They bumped the version requirements yesterday, so a rebuild should now require v24 (I think) or greater.
-
@DustinB3403 said in Xen Orchestra - Community Edition - Installing with Yarn:
We could likely create a check for 1 cpu and raise a flag for it with an optional "continue" during the installation script.
Not sure if it's worthwhile.
Not worth the effort IMO. You could add a comment to the troubleshooting section.
-
I was thinking about adding the check because the XOA VM is built with 2 cpu, just to keep it consistent with the devs.
-
I've updated the troubleshooting docs with the new dependencies and system performance and general troubleshooting.
-
This command would tell the user (us) how many CPU's the host has.
cat /proc/cpuinfo | grep siblings | uniq
But again, not sure if we want to start requiring more than 1 vCPU for this since the system does work with just the 1. Maybe leaving this to the troubleshooting documentation is best.