I've been having this weird issue today. I've tried rebooting my server several times, and have read quite a few posts to no avail.
My LXCs and VMs have internet but if I try to create a new LXC, I have no internet. Not a DNS issue either, as...
Did you get this figured out? I just set up a Linstor cluster with 2 PVE storage nodes and my Raspi 4 (which had already been serving as my PVE HA qdevice) as a the Linstor controller as well diskless tiebreaker node for Linstor quorum. My PVE...
Wie @ThoSo sagte, müllt dir /mnt gerne dein / zu, wenn ein PVE dorthin Daten schreibt, während irgendwas nicht gemountet ist. Also dort alles unmounten und nochmal prüfen, wieviel Speicher der Ordner belegt. Sollte kaum messbar sein...
P.S...
systemctl list-units --type=service
da werden Server Dienste geprüft online sind oder offline sind
dieser geht bei Debian oder Ubuntu
apt install htop
htop aufrufen und prüfen was da lost ist im System
Ein grep ^rc ist sicherlich eleganter als grep "rc ". Noch sicherer ist grep "^rc ".
Allerdings ist eine einzeilige Schleife auch kein kompliziertes Hexenwerk.
Dpkg ist auch näher an der Aufgabe dran, denn apt baut ja auch darauf auf.
So bin ich...
Please edit your post and put all you commands and output in CODE blocks. Makes it much easier to read.
If your system has a bad drive but that drive is not required to boot, it will throw an error and continue booting.
You can confirm the...
Perfect. This fixed it for me.
mount /dev/nvme0n1p2 /boot/efi
apt reinstall grub-efi-amd64
Also shoutout to whoever works on the proxmox recovery feature on the iso. It perfectly rebooted my host with zero effort. :cool:
Quelle der APT Optionen:
# https://www.debian.org/doc/manuals/debian-reference/ch02.de.html
Unter "2.2.7. Aptitudes Regex-Formel" finden wir:
"Treffer auf entfernte Pakete, deren Konfigurationsdateien aber noch vorhanden sind ~c"
Die Google KI...
Hi there,
yesterday I update the host and a container from Debian 13.3 to 13.5, then openfortivpn on the container stopped working.
Symptom (on the container, user admin) - Trying to launch the vpn manually I get:
$ sudo openfortivpn
INFO...
Hi,
has anyone confirmed that XFORWARD actually works with PMG in this setup?
Public postfix relay -> internal PMG
Will the internal PMG actually use the forwarded original sender IP for SPF, DNSBL/RBL, and greylisting checks?
Any confirmed...
Thank you,
i followed your guides,very useful although not complete, Had to research to be able to do parts of it. Very good sart though.
Please keep updating them. :)
Update 2 — deeper investigation, the rabbit hole goes further
More testing today revealed something unexpected that significantly refines the diagnosis.
Root cause: two independent but chained bugs.
After extensive testing across multiple kernels...
Right, das Script läuft auch so auf meinem ZFS Desktoprechner und "sudo" hatte ich ich übersehen.
Für Proxmox ist bei der Ausführung als root, sudo, nicht notwendig und "sudo" ist nicht auf allen Promox VE nachträglich installiert worden.