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...
I spent the whole day debugging what I thought was an S3 issue in the PBS 4.1.6-1 + S3 bundle, not understanding why it was hanging... Turns out the problem wasn't in S3 at all.
I downgraded to 4.1.5-2 and everything worked fine. That's the way...
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 (...
One possible alternative to VPN is to use s reverse proxy as described by @meyergru
https://forum.proxmox.com/threads/using-a-reverse-proxy-to-limit-pbs-exposition-to-api-endpoints-only.182188/
Personally I would still use a vpn like wireguard...