I have 1 Proxmox host. On this proxmox, among other things I have a VM running OPNSense.
I was troubleshooting something today so I SSH'd into my OPNSense VM and noticed this in dmesg logs:
[1647927.673632] audit: type=1400...
Oh yea, I'm fully aware of those SPF rules! But here's what I mean, check this out.
Go to MXTOOLBOX.COM, and use "spf:allamerican-bcs.com"
You'll see this response:
v=spf1 a:dispatch-us.ppe-hosted.com include:secureserver.net -all
Ok, thats...
Nur für den Fall der Fälle:
Ein 6.17er Kernel sollte sich in einem 24.04er Ubuntu (Codename noble) problemlos installieren lassen. Im Falle von 24.04.4 sollte dieser dann eh schon standardmäßig aktiv sein.
Siehe z.B. hier...
Yes :-)
See e.g. https://www.linuxatemyram.com/
P.S.
And https://forum.proxmox.com/threads/fabc-why-is-proxmoxve-using-all-my-ram-and-why-cant-i-see-the-real-ram-usage-of-the-vms-in-the-dashboard.165943/
I am aware that on bare metal Linux, or a non-ZFS-based Proxmox VE host, there are advantages to having swap enabled.
So, I'm asking specifically about using swap inside VMs stored as zVols on a thin-provisioned ZFS mirror pool. I have a 4 GiB...
Answering my own question: not possible through the WebUI, but on the CLI:
pveum acl modify /sdn/zones/localnetwork/vmbr0/234 --roles MyNewRole --group MyNewGroup
I had a similar problem, a centos 7 vm migrated from vmware booted only with scsi adapter set to VMware PVSCSI. Turns out the virtio_scsi module was missing so a new initramfs was needed.
modprobe virtio_scsi
dracut -f
Afterwards the switch to...
Thanks for that, @gfngfn256. I created a new role and gave it
Datastore.AllocateSpace
VM.Allocate
VM.Audit
VM.Clone
SDN.Use
and then I assigned the group in question this role in the context of the resource pool. Members of this resource pool...
Ich habe das Upgrade gerade nochmal laufen lassen. Es läuft zwar durch aber liefert ganz am Ende diese Meldung:
Setting up pmg-api (9.0.6) ...
Unable to open syslog: Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }
Unable...
Admittedly, I'm still confused by how Linux itself reports its own RAM usage, but I'm realizing that I need to actually understand this better.
I've set up a Debian 13 VM with 4 GiB of RAM, which is overkill for this workload. PVE reports RAM...
did you restore a backup from your old gateway - or set it up freshly?
one guess based on the debug-output:
- your PMG does not seem to have TLS enabled - maybe the sending servers are configured to not send mails over the internet without TLS...
Nur eine kurze Frage, bevor ich das Upgrade zum dritten Mal anstoße: Muss der PMG-Container privileged oder unprivileged sein? Oder spielt das in diesem Zshg. keine Rolle?
Hi, @ferp
Start searching the reason by using Memtest program (reboot the host and from the boot menu select Memtest).
Then leave it running for a few "passes" (depending on the amount of RAM - a few hours or a night).
The entire chassis is not redundant, the backplane electrically is likely going to be redundant, if you use SAS drives, you can reach the disk from ‘two channels’. Backplanes are not passive components, they have controllers, depending on model...
Nur wenn die Storage-Hardware das kann ( viele tun das nicht ). Und es wäre nett gewesen neben dieser Übersicht noch andere Posts zu verlinken, wo dir begründet widersprochen wurde (...
Welcome, @ac8a2126-3fc7-4acd-90ee-3
Hard to guess, not seeing your configuration.
The reason likely is in smtpd_recipient_restrictions value. Though, depending on particular setup, it may be in other parameter as well...
Hello,
I created a new user, added them to a new group, created a new resource pool, added an LXC to that resource pool, and then gave the new group the PVETemplateUser role in that resource pool. I then created an API key for the new user...