@Pilow would it be possible to test from source, or with latest ( note that v6 will be default on latest ) ? it would be useful to have the real error message instead of the itnermediate value
XO Team
Developers of Xen Orchestra
Posts
-
RE: DR error : (intermediate value) is not iterable
-
RE: API Fetching a list of users with OTP activated
@fcgo Hi.
The OTP field is in thepreferencespropertyE.g.
{ "email": "foo", "permission": "none", "pw_hash": "***obfuscated***", "preferences": { "otp": "<value>" }, "groups": [], "id": "694e8856-04c9-448b-90ef-2beb96d119cb", "name": "foo", "href": "/rest/v0/users/694e8856-04c9-448b-90ef-2beb96d119cb" } -
RE: DR error : (intermediate value) is not iterable
@Pilow This is most likely related to different version of your xapi . You can only do full replication from one older to a newer version
(and there are some recent commit this week to give a better error)
-
RE: XO5 breaks after defaulting to XO6 (from source)
@MajorP93 can you try this branch?
mra-fix-redirect-httpsIt should fix your issue withredirectToHttps=true -
RE: XO5 breaks after defaulting to XO6 (from source)
@MajorP93 I think I am finally able to reproduce the bug. I will try to fix it
-
RE: XO5 breaks after defaulting to XO6 (from source)
@acebmxer
Perfect.
Thank you all as well! Early testing and feedback are very precious to us. -
RE: XO5 breaks after defaulting to XO6 (from source)
@acebmxer I want logs from the
journalctl.
sudo systemctl restart xo-server
sudo journalctl -fu xo-server -
RE: XO5 breaks after defaulting to XO6 (from source)
@MajorP93 various fixes have been performed on master.
Your config file should look like this
[http.mounts] # Uncomment to setup a default version. # Otherwise, XO5 will be the default for stable channel and XO6 for latest and source # '/' = '../xo-web/dist/' '/v5' = '../xo-web/dist/' '/v6' = '../../@xen-orchestra/web/dist/' [http.proxies] # [port] is used to reuse the same port declared in [http.listen.0] '/v5/api' = '[protocol]//localhost:[port]/api' '/v5/api/updater' = 'ws://localhost:9001' '/v5/rest' = 'http://localhost:[port]/rest'If you are using a different configuration file that overrides the default configuration, please verify that the paths to xo-5 and xo-6 are correct. You can use absolute paths if necessary.
-
RE: XO5 breaks after defaulting to XO6 (from source)
@acebmxer Can you provide me with the logs from xo-server at its launch?