@icompit
Did you ever solve this? I am having exactly the same problem...
Posts
-
RE: DUPLICATE_MAC_SEED
-
RE: Linux VM (Ubuntu 22.04) - Grub-Menu invisible
@GuillaumeHullin
That was the trick!GRUB_TIMEOUT_STYLE="menu" did solve it!
-
RE: Linux VM (Ubuntu 22.04) - Grub-Menu invisible
@GuillaumeHullin said in Linux VM (Ubuntu 22.04) - Grub-Menu invisible:
GRUB_TIMEOUT_STYLE
I did change GRUB_TIMEOUT_STYLE from "hidden" to "timeout".
Now, the system is counting down from 5 to 1 (on a screen, where the rest is black), but the menu is still missing -
RE: Linux VM (Ubuntu 22.04) - Grub-Menu invisible
@GuillaumeHullin
This was just something, I found while googeling...
I did use your config, but still:- Black screen instead of the boot-menu.
-
RE: Linux VM (Ubuntu 22.04) - Grub-Menu invisible
@GuillaumeHullin said in Linux VM (Ubuntu 22.04) - Grub-Menu invisible:
Hi,
Have you runsudo update-grub
after changing your configuration?Yes, I did
-
Linux VM (Ubuntu 22.04) - Grub-Menu invisible
Hi!
I am having a problem with linux VMs, that are not showing grub.
The console of the VM is black until the VM does really start.What I tried:
Changed grub-config to:
GRUB_TIMEOUT=5 GRUB_TERMINAL=console
and
GRUB_TERMINAL="serial" GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200" GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
Can you give me a hint on how to solve this?
Best wishes
-
RE: Xen-Orchestra Auto-Logout
@DustinB
When a browser is open for some days, the process is using more and more memory, until it reaches the memory limit. If nobody is logged in, that is happening much slower.
Currently, my limit is 8GB:When that limit is reached, strange things begin to happen:
- API-requests are timing out
- Backup-jobs are failing
...until the process is restarted.
About the original question:
sessionCookieValidity = '12 hours'
should fit?
-
Xen-Orchestra Auto-Logout
Hi!
I want to have an auto-logout in Xen-Orachestra. I can see, that logged-on sessions, that are lasting over days are filling the memory of the XOA VM, until issues are starting.
What I found in your git is:
[authentication] # Default to `maxTokenValidity` #permanentCookieValidity = '30 days' # Default to `undefined`, ie as long as the browser is not restarted # # https://developer.mozilla.org/fr/docs/Web/HTTP/Headers/Set-Cookie#Session_cookie #sessionCookieValidity = '10 hours'
...but I do not really understand the difference between permanentCookieValidity and sessionCookieValidity. Which one do I have to set, to force user logoffs after 12h, when a user does keep the browser open, when leaving the office?
Thank you for your help
KPS -
RE: Xen Orchestra on publicly accessible VM
You can easily add some firewall rules as an additional layer and/or restrict to ssh-forwarded sessions
-
RE: Introduce old version / snapshot of remote to XOA
Are there any UUIDs for a remote, that are saved in the meta-files on the remote?
-
Performance-Plugin is showing the wrong SR on resolution
Hi!
I am using XOA on lates stable 5.98.1.
The "Performance-Plugin" seems to have a problem on the resolution of alerts:First Mail: SR-fill >80%: iSCSI-SR1: 80.1% used
Resolution Mail: END OF ALERT: localstorage: 0.0% used--> When iSCSI-SR1 did fall below 80% I received the mail about a totally different SR, that is currently empty
Are you having the same issue?
Regards
KPS -
RE: Where to find the health-check results
@Danp
Thank you!
There is an entry with (i am at least thinking) is reflecting the overall-status. It does not show, which part has failed, IF it has failed, but success should be success -
RE: Problem with differential restore
@olivierlambert said in Problem with differential restore:
No, because it's a planned feature. In short, XOA will act as an temporary SR so you can instantly start the backup VM, then migrate it to the target storage.
That’s great get InstantRestore!!!!
-
RE: Introduce old version / snapshot of remote to XOA
@olivierlambert
I want to have the option to introduce ZFS snapshots of the remote if I want to restore from them as:- They are immutable
- They can be sent offsite
So, I would add an „older version“ of RemoteA as RemoteB
-
RE: Where to find the health-check results
@olivierlambert
Thank you for your answer. IMHO there should be a log, as it is really hard to monitor.You have to wait some minutes/hours for the short moment, when the VM starts up, until it is deleted. Only the restore status is logged
-
Where to find the health-check results
Hi!
I just did start my first "manual" health check of a restore-point.
The VM was imported and did start, but: Where can I find the result of the check?- As it was not part of a scheduler, i did not get a mail
- Backup-Restores does just show the import, but nothing about the health check
- Overview does only show backup/mirror/replication-jobs
Thank you for your help
KPS -
Introduce old version / snapshot of remote to XOA
Hi!
TLDR: Is it a problem to add the same remote twice to XOA?
What happens, if I copy all the files inside a backup-remote to another system and expose it with NFS to XOA?
Is it a problem, that XOA will "see" the same UIDs on two remotes?Thank you and best wishes
KPS -
RE: XOA - instant logout if changing app on iOS
@olivierlambert
I will try to...
Perhaps, it is related to the untrusted certificate of my installation. -
RE: XOA - instant logout if changing app on iOS
@olivierlambert
On my desktop systems, i have never seen this, but on iOS its always the case. Today, I had to monitor sone tasks and had to relogin at least 20 times on iOS.