Yes, seems it is created. So either it didn't exist just before this backup or it existed but the current backup mode (stop mode) invalidated it. I don't know.
I would check what events will take place during the next stop-mode backup.
Will the...
Stimmt, wenn beide VMs die gleiche MAC haben fällt das ARP-Thema komplett weg, guter Move. Dann vergiss den arping-Tipp.
Einzige Sache: falls durch nen Bug oder Race Condition doch mal beide VMs kurz gleichzeitig laufen (start/shutdown ist ja...
Someone else has to chime in. I simply assume it is not possible, since there is no option in the gui or cli or anything written in the docs about concurrent backups AFAIK. IO workers is, well about IO workers (webGUI shows me default of 16 for...
Dass lspci nix zu Ethernet ausspuckt, aber du trotzdem ein nic0 Interface hast, das klingt stark nach USB-Ethernet-Adapter. Das würde auch erklären warum der awk-Filter leer bleibt. Mach mal ein lsusb und poste das auch mit.
Falls das...
as far as we know, both 6.17.4-2 and 6.17.9+ should not be affected by that problem anymore. there is an upstream proposed fix (instead of the revert we are currently carrying), we will provide a test kernel with that once it has gotten some more...
Great i will open the feature request
and on the mean time will write the wrapper....
just asked before in case it already exist... did not want to reinvent the wheel
thanks for all the patience :) with me poorly explaining what i want :)
If someone is submitting a request via API they might as well use API to query the task status ;-)
pvesh get /nodes/$NODE/tasks --output-format json| jq -r '[.[] | select(.type == "clusterjoin")] | sort_by(.endtime) | .[-1] | .status'...
@bbgeek17
Thank you for your reply
You're right, can check in task list, the job is skipped (recenlty verified). It means the job was executed but it didn't re-verify.
I tried with the option ignore-verified=true, but it is still skipped.
I...
An example for when I press the power button, I want a similar script to run in the VM.
#!/bin/bash
# Define the directory where your docker-compose.yml file is located
COMPOSE_DIR="/path/to/your/project"
cd "$COMPOSE_DIR"
echo "Stopping and...
Hey guys!!
I have one server with this situation: at BIOS, the network card is ON, i see the leds on;
But, when the proxmox boots, its turns off the adapter (the leds goes off) and with this situation, i cant access the web interface.
Any ideas?!
For troubleshooting boot a recent live Linux, like Ubuntu 24.04 and see if the same noise is present.
If not, then compare the "dmesg" and "lsmod" output for differences.
There are some systems that rely on ACPI implementations for thermal...
You can perform this directly from the console or via VNC.
From what you’ve described, you are following all the correct steps. No one else has reported a similar issue. Since your environment has not yet been fully excluded and there’s no...
I have already reinstalled the GUI kit (at current version). And restarted the host.
Never tried nested virtualization (either pve or other).
I'll try a Vm as you said .would be interesting to see how I can get to manage the UI from it.
As a temporary test/fix, given you can create VMs, build a Linux desktop one and try from there, if you can.
Install debsums and run it (apt install debsums), man debsums.
Depending on the result of the debsums run, you may still want to...
- permissions are not a factor. Indeed I was working on a more granular set of permissions for some users and groups, however the permissions for the root user have not been affected in any way. The problem through the GUI affects both root user...