I haven't found a solution unfortunately. I have reverted to using `acpi-cpufreq` with the `powersave` scaling governor, but even this way it uses 10-15 more Watts when idle compared to using `pstate`.
We never really set IP forwarding to be enabled for the uplinks, since it simply uses the default routing table of the host which isn't managed by the SDN stack. It needs to be done manually. I don't think anything has really changed there from...
If you can see the disks on the node you did not properly prepare the HBA for passthrough. Please share the information from here: https://gist.github.com/Impact123/3dbd7e0ddaf47c5539708a9cbcaab9e3#commands-for-diagnostic-or-when-asking-for-help...
Dear Proxmox-Community, we are asking for your support.
The European Commission has opened a Call for Evidence on the initiative European Open Digital Ecosystems, an initiative that will support EU ambitions to secure technological sovereignty...
It looks like you run into the bug reported here: https://bugzilla.proxmox.com/show_bug.cgi?id=7271
Feel free to chime in there!
To temporarily downgrade pve-container you can run apt install pve-container=6.0.18
I’ve just submitted my evidence for this initiative.
As a Senior System Engineer with 12 years in IT and 8 years specialized in Proxmox, I highlighted how open-ource solutions are critical for breaking vendor lock-in and ensuring data...
I am able to connect via SSH - it's only after the migration fails that I am unable to use SSH.
Here is the output from the device driver command - doesn't look like a driver issue:
In one of the log files, I see this line that might be the...
I have activated forwarding on both BGP uplink to internet :
echo "1" > /proc/sys/net/ipv4/conf/vmbr0.3/forwarding
echo "1" > /proc/sys/net/ipv4/conf/vmbr1.3/forwarding
And it seems that connectivity is available again!
Sending a ‘Ping’...
Hi Chris,
Many thanks for your reply.
When you state share the exact error messages, there aren't any . The backup just stops and I have to stop the backup process due to the VM complaining re IO but I will provide some more context about the...
I am new to Linux and Proxmox....so seeing the "non-free firmware"...I thought it was not necessary since this is a non-licensed lab environment im working on before installing a Proxmox in our production environment...reenabling these non-free...
Note - /etc/network/interfaces.d/sdn is a snippet, there are a few hundred virtual NICs in there.
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to...
It should sign the messages, but proceeds to send unsigned messages on signing errors. Did you check the system log? journalctl -b for hints at what might be going wrong? What version are you using?
@mouse51180 You appear to have no debian repos (where this package is provided from) set up. Please read this.
@bbgeek17 You have a stray cat on the second command. I'd use tail -n+1 /etc/apt/sources.list* to get all the files including their names.
Hi @mouse51180 , welcome to the forum.
You are mixing Debian (PVE userland) and Ubuntu (universe repo). What happens when you run "apt update" now?
What is in your:
cat /etc/apt/sources.list
ls -al /etc/apt/sources.list.d/
cat...
Hi all,
I moved my truenas scale drives from sata to a HBA controller flashed in IT Mode.
on the proxmox:
lspci -nn | grep LSI
01:00.0 Serial Attached SCSI controller [0107]: Broadcom / LSI SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon]...
I find the Full Mesh Network for Ceph Server wiki
https://pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server
Note: Starting with Proxmox VE 9, it is necessary to extend the post-up with a small check to avoid deadlocks in the service start...