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...
So i did some further testing and bypassed the pfsense vm by shutting down the pfsense VM and directly connecting my ISP router/Modem to the bridge interface. I then tested on a VM using this interface and can see it is getting close to the speed...
This isn't actually improving your case ;) I'm not a developer myself but mainly a sysadmin. Thus I wouldn't trust code written by me in a production environment (except small scripts, nagios plugins etc). Software Engineering after all isn't my...
Did you define the rules on host layer only? Or on VM as well?
Can you post the output of the following commands?
nft list ruleset
systemctl status proxmox-firewall
cat /etc/pve/firewall/cluster.fw
cat /etc/pve/local/host.fw
and the firewall...
Hello e-Quest,
Due to the lack of iSCSI boot support in Proxmox, although the above method worked without issue for us, we have installed a couple of M2 SATA drives in each blade and configure as RAID1, then install Proxmox onto these.
We...
Thanks for the hint, of course it was Androids Auto-Typo-Feature ;) I edited my post, I meant:
"Your point don't address the root concern though. It's quite difficult to proove that a certain Software doesn't have a specific feature ( aka...
yes, we indeed uploaded a proxmox-kernel-7.0.0-2-pve-signed package to circumvent this versioning "issue", over adapting the simpler ordering algorithms of the proxmox-boot-tool. As while the versions were correctly ordered from the POV of apt...
Für application-ware Backups würde ich (wenn ich Veeam verwenden würde, was ich nicht tue) direkt den Veeam-Agent innerhalb der VM installieren, damit funktioniert es nach den Berichten hier im Forum problemlos.
when start your backup?
you can write a script to start your vm and then enable your pbs in a cron job before your backup job is starting
and to disable the pbs after the backup is finished when the vm is not more running maybe with another script
Hello e-Quest,
Due to the lack of iSCSI boot support in Proxmox, although the above method worked without issue for us, we have installed a couple of M2 SATA drives in each blade and configure as RAID1, then install Proxmox onto these.
We...