This isn't really an issue with ProxMox but with user's not knowing the difference between Linux PAM and PVE Auth. Proxmox - User Management explains it pretty clearly.
If you select PAM you aren't creating a user on ProxMox, you are just...
Hi,
Try this:
1. Create small container: 1 CPU, 256 MB RAM
2. Install alloy in it.
3. In the PVE host console run:
#!/bin/bash
container=<put-your-container-name-here>
pct set $container -mp0 /,mp=/host/rootfs,ro=1
pct set $container -mp1...
A modern 64-bit OS with GUI needs a certain minimum amount these days just to function properly. If you're installing headless then of course the installer gui is transient, but monitor the VM and don't starve it of resources. 64-bit really needs...
Somewhat unrelated but I noticed that your rather large virtual disk doesn't have discard enabled and hence has no proper thin provisioning support. I'd also recommend using Resource Mappings for these PCI(e) devices to avoid potential issues in...
The default path is /var/lib/vz, which is listed under Datacenter / Storage in the webui - you can setup an alias in e.g. ~/.bashrc
alias cdiso='cd /var/lib/vz/template/iso/; ls -alh'
I also heartily recommend using Midnight Commander to move...
Das hatte ich mir schon so gedacht. das ‚Problem des einen‘ muss nicht zwangsläufig ‚das Problem des anderen‘ sein. Hier hat oder hatte proxuser77 ein zfs Dateisystem am laufen. wenn ich in deinen anderen Beiträge mir mal die Hardcopies ansehe...
Delete the failed restore.
Try adapting this script and give it +5GB to start:
https://github.com/kneutron/ansitest/blob/master/proxmox/proxmox-shrink-resize-lxc-disk-down-with-restore.sh
Also check ' df ' on your root partition, it might be...
Greetings! The Proxmox installation and configuration manual I published earlier this year (https://forum.proxmox.com/threads/proxmox-installation-and-configuration-manual.181116/#post-840113) has been updated with inclusions for critical...
Why though?
Where is the option to keep the buffer between clicking between LXC's?
I just wiped out all my work because of clicking away from the LXC, so frustrating
Das hatte ich mir schon so gedacht. das ‚Problem des einen‘ muss nicht zwangsläufig ‚das Problem des anderen‘ sein. Hier hat oder hatte proxuser77 ein zfs Dateisystem am laufen. wenn ich in deinen anderen Beiträge mir mal die Hardcopies ansehe...
I agree it does. But my suggestion was about slow initial backup (which sends chunks to pbs which aren't stored in pbs because they already exist there)
I will try to give better steps once this becomes slightly bigger issue for me or other...
Did you actually verify this behavior?
If yes: please report over there: https://bugzilla.proxmox.com/enter_bug.cgi
In my understanding it will upload it only once, of course. But I did not verify that!
Btw: do you have a question? (There is...
Just as a side note: I have some (single digit) PBS'. All of them report a "Deduplication Factor" of 24 to 34. They do so because of my specific usecase and scheduling. I did not verify that in detail, but if "feels" as if "storing each chunk...
Naja. Aber ok. In dem Moment, in dem du PVE über den ESXi drüber bügelst, gibt es kein Zurück mehr. Nicht ohne weiteren, möglicherweise problematischen Mehraufwand.
Wieauchimmer, viele Wege führen nach Timbuktu.
Vielleicht entschärft es meine...
Und hoffentlich fängt man mit aktueller leistungsfähiger Hardware an.
Z.B. über
# https://www.thomas-krenn.com/
und holt sich einen Proxmox Partner ins Haus:
# https://aow.de/books/sysops-gmbh
Das sind nur meine lokalen Vorschläge, wie immer "im...
Ja, das passt zur originalen Frage. Und möglicherweise klappt das sogar.
Ich persönlich würde das nie, nie, nie so machen. Nicht zuhause und natürlich erst recht nicht in einer Firma, die auf die Funktionsfähigkeit der versprochenen Dienste...
Nein, leider nicht wirklich. Nicht im vollständigen Sinn.
Es gibt einfach viel, viel, viel zuviele Ausgangsszenarien. (Einzeln? Cluster? Ceph? SAN? NFS? FC? ...? Hobby? Mission-critical? ) Bitte lies zunächst...