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.
Thank you very much for this very good explanation.
Really makes sense.
I will try to replace the HD some time next week, after first rsyncing all content to another server.
I just had a look into 500.conf and scsi4 is shown with a max. size of...
As the replacement disk is empty, zfs doesn't know what you want it to do with it. You might trick the pool into resilvering scsi4 directly when you first create zfs partitions on the drive, but I wouldn't bet my data on it.
After the resilver...
Nachtrag zu
for f in $(dpkg -l | grep "rc " | cut -d " " -f 3); do echo $f; sudo apt purge -y $f; done
sudo kann raus und apt-get statt apt vermeidet Warnungen bei Nutzung in scripts. Also:
for f in $(dpkg -l | grep "rc " | cut -d " " -f 3); do...
Thank you very much for this very good explanation.
Really makes sense.
I will try to replace the HD some time next week, after first rsyncing all content to another server.
I just had a look into 500.conf and scsi4 is shown with a max. size of...