@cairoti The data that is sent and stored on the remote is locally encrypted. The volume as a whole is not encrypted.
Top contributor
Posts
-
RE: Problem: Encrypted Remotes
-
RE: Can't delete disconnected server in settings
Hi @Andrew,
Thanks for the report. I'm seeing the same on my end, so I'll pass this along to the developers.
Dan
-
RE: XOA fails after update to 5.106.0
@acebmxer Did you activate your License?
Click on XOA then Licenses (at the top). Make sure you seeThis license is active on this XOA
-
RE: XOA fails after update to 5.106.0
@olivierlambert Something Odd...
I am running XOA latest channel version: 5.109.0.... Today it asked me to allow an upgrade (not sure to what), so I did. The upgrade ran and disconnected me, as usual. Now all I see is
Cannot GET /
after a damaged login page.So I SSH'd in to the OS and did a downgrade to the stable channel and then upgrade to the latest channel and it works again...
-
Can't delete disconnected server in settings
@olivierlambert In XOA 5.109.0 and XO (master 31a3f), I'm trying to delete a disconnected server, but it gives me an error, this should be allowed.
server.remove { "id": "7c2131df-2798-4837-9770-6e01facb7629" } { "code": 25, "data": { "actual": "disconnected", "expected": [ "connected", "connecting" ], "object": "7c2131df-2798-4837-9770-6e01facb7629", "property": "status" }, "message": "incorrect state", "name": "XoError", "stack": "XoError: incorrect state at incorrectState (/usr/local/lib/node_modules/xo-server/node_modules/xo-common/src/api-errors.js:21:32) at XenServers.disconnectXenServer (file:///usr/local/lib/node_modules/xo-server/src/xo-mixins/xen-servers.mjs:541:13) at XenServers.unregisterXenServer (file:///usr/local/lib/node_modules/xo-server/src/xo-mixins/xen-servers.mjs:133:5) at Xo.remove (file:///usr/local/lib/node_modules/xo-server/src/api/server.mjs:48:3) at Task.runInside (/usr/local/lib/node_modules/xo-server/node_modules/@vates/task/index.js:175:22) at Task.run (/usr/local/lib/node_modules/xo-server/node_modules/@vates/task/index.js:159:20) at Api.#callApiMethod (file:///usr/local/lib/node_modules/xo-server/src/xo-mixins/api.mjs:469:18)" }
-
RE: Linux VM (Ubuntu 22.04) - Grub-Menu invisible
@GuillaumeHullin
That was the trick!GRUB_TIMEOUT_STYLE="menu" did solve it!