I don’t really get the use case here. If someone need physical display output then do legacy IGD passthrough for display output, along with passthrough of a physical mouse and keyboard so they can use it like a normal desktop PC.
If someone just...
So I set the DOCA version in the repo url to 'latest' and was able to install doca-all and add 'trusted=yes'
Basically:
echo 'deb [trusted=yes signed-by=/etc/apt/trusted.gpg.d/GPG-KEY-Mellanox.pub]...
First id try see wether you can set permissions for the user throught docmost GUI if nothing then you can check the ownership of files in the terminal using ls -al
Hmm I just tried a dryrun using the same retention and I might be confused with the hourly setting.
We have currently no hourly backup jobs. So My guess is now it will keep 24 backups (every day 1) as an hourly backup?
Hi!
the patch will need to be merged and then there will be a new build of pve-network available in no-sub.
But note that this error is just a reloading debug statement, it doesn't cause you routes to not be available. Please restart frr and...
Ceph is resource intense. like mentioned. Your one can proof other virtualization solution like xcp-ng with xostor or nutanix but they are not so easy to implement like proxmox, my one think.
So today I took another look at the prune log and It is just not doing its job..
Here is a snippet
2025-12-08T23:00:00+01:00: Starting datastore prune on datastore 'redacted-pbs-01-ds', root namespace, down to full depth...
My issue looks like this
Heading for upgrading the FW now ... let's see.
Hitting some dependencies I can't remove as far as I know ;-)
root@pve:~/mlnx/mlnx-en-24.10-3.2.5.0-debian12.5-x86_64# ./install --skip-distro-check
Logs dir...
There is a new Linux kernel with version 6.17.11-1-test-pve available for testing. You can get the debian packages (including sha256 checksums for integrity verification) from http://download.proxmox.com/temp/kernel-6.17.11-tcp-stall/ and install...
Hi, our stats from 2024/12 (The most emails of the whole year are in December).
We have 17 nodes but they send 6 packets and receive all of them. In the DNS MX records only mx1-mx6 are listed but through DNS A records we have it set up so that it...
but I can't see anything in the main display.
I found that q35 doesn’t work for me regarding console output after iGPU passthrough.
With i440fx, the PVE console still shows output after passthrough.
So it seems machine type-related, and not...
Nur so als Hinweis: Wenn man ein zentrales Logging braucht (z.B. mit Graylog), dann wurde in der Vergangenheit oft empfohlen, rsyslog zu installieren und dort eine Weiterleitung auf Port 514 eines zentralen Logservers zu machen, weil...
I have been very busy with the holidays so home lab is taking a slow run but I can say that I copied a 7gb iso in a windows server 2025 guest and it copied in about 5 seconds, thus seems getting that top speed now! thank you very much!
Maybe this is useful for some Admin
#!/bin/bash
# delete all spam with score > $SCORE from pmg
SCORE=20
LOG=/root/scripts/deletion_log.txt
echo "Running at "`date` >>$LOG
# get stuff for the deletion log
pmgsh get /quarantine/spam 2>&1 |...