Thanks, had a chat and found I now need to order from a UK Reseller.
I ordered it yesterday, but because they don't have it in stock, have been quoted a delivery time of 3 days, hopefully it will be quicker.
looks like it's the result of VAT...
Ah yeah I only do USB on a dedicated server using either removable storage type or manually mounting etc. Both work well.
S3 with Wasabi is working very well at the moment on 4.1.6. Been testing for a while through several versions and even...
unprivileged ist prinzipiell zu bevorzugen (aus allgemeiner security sicht) - aber PMG sollte mit beidem funktionieren.
Allerdings muss bei einem unprivileged container nesting aktiv sein (wenn das nicht ist würde es wohl die Fehler gut...
You're right. Last night I was quite tired and I think I might have got confused, and got the IP address off by 1 and didn't notice I'm connected to the wrong thing. It didn't make sense and rightly so.
I tried to delete this thread but looks...
Based on the log messages, it appears that Proxmox is attempting to start the VMs before iSCSI, multipath, and LVM are fully initialized, which is causing the VM startup to fail.
I’m not sure why this issue has occurred this time, even though...
Thanks, I assumed this so I would not attempt to do anything to alter data from both servers. Would simply restoring a vm on a remote server alter data in the S3 datastore? That's all I need to do, no verifies, no prunes, no GC, no backups, just...
I interpret this as meaning that sdb may already have had a problem at the time of the first incident, but the deadman log just happened to appear on sdd. My understanding is that deadman does not necessarily directly identify the disk that first...
Firstly, you probably want that command in the post-stop stage.
Secondly what is the storage name you used for pbs. Maybe show your cat /etc/pve/storage.cfg output for that.
Also realize; the hook script will only activate due to VM activity...
Hi,
Are you sure? And how did you retrieve the dmesg logs?
Because OPNsense uses FreeBSD as a base, not Linux - thus also e.g. the kernel logs look very different, and it has vastly different audit subsystem.
So these logs are definitely not...
For the record to newbies:
1. Download windows update KB3063109 (this update from this page) to desktop. File name is windows6.x-hypervintegrationservices-x64.cab
2. Run PowerShell as Administrator: Dism /online /Add-Package...
Hi Chris,
At the moment I’m unfortunately no longer able to reproduce the issue, because the initial full backup has now completed successfully, so subsequent runs no longer hit the same condition.
What we were clearly able to observe...
Hello dear Proxmox community,
We are evaluativng the Proxmox Backup Server for us at the moment, but we are running into an issue at the moment.
When we try to do a single file restore for a Windows Server 2022 VM with larger disks (>650 GB) we...
Before replacing the CPU thermal paste, temperature was 60°C in the BIOS, 38°C after changing.
So maybe the temperature is rising more than you think :)
Oh right, yeah, didn't read that!
Although then it would be possible to use pvesh create /nodes/<hostname>/qemu/<vmid>/monitor -command='set_password vnc none -d vnc2' as command instead, that would do the trick.
So the command has to be entered WITHIN the VM? The suggested hook-scripted commands are not doing that.
Your going to need a Guest agent command or SSH etc. to get that command to run within the VM.
Hi,
Perl isn't shell scripting - to run external commands, you need to execute them explicitly.
For example, this Stack Overflow posts shows a few different ways: https://stackoverflow.com/a/3200810
So I'd recommend doing the following, if you...