In this post , thanks to @saitobenkei my neth7 had the opportunity to send emails by rewriting the sender . On ns8 sureemnte it will be possible to do it, but I don’t know how to do it. Also are /we are for some users waiting for a smtp relay to be implemented for all outgoing emails .
Please just enter the commands as I wrote them, there’s no need to do a cd /etc/postfix/main.cf.d/
The first command runagent -m mail1 enters the mail app environment and the second one podman exec -ti postfix vi /etc/postfix/main.cf.d/rewritesender.cf creates the file in the container using the right path and opens it for editing.
Was there a power outage or disk full or something like that? It seems the whole “podman cache” is destroyed.
If you find “invalid argument” in the app logs then you likely have the error again.
The commands for removing the merged dirs:
rmdir /home/mail1/.local/share/containers/storage/overlay/*/merged
runagent -m mail1 systemctl --user restart mail
Mark, sorry but I’m realizing that these problems related to the merged … are frequent and blocking. I wonder if Ns8 being in production, it is a continuous on the part of customers a frequent block.
You confirmed to me that unfortunately it occurs and I imagine that the team is working on it.
It occured once on my side after heavily testing my apps but on your server it seems to be a daily issue, that’s why I asked if there was a power outage or another issue maybe triggering this “podman cache” issue.
Now I try . Ps: @mrmarkuz If you have time try to launch some snaps from proxmox , restore , delete etc. The only difference between yours and mine is NFS .
Clearly when you have time .
@mrmarkuz Hi, I think unfortunately that the problems of the merged are generated by the roll back of the snaps or the deletion. When you can try to verify yourself, considering that you have the same system.
Thank you for your confirmation. I had assumed you were using a non-Proxmox storage with ZFS, and you have confirmed this.
→ If running on a Proxmox controlled ZFS pool, you probably would not be having these errors…
A NAS using XFS file system would not produce any errors, as Proxmox would use qcow2 as format, and this is capable of snapshots, while the XFS file system is not.
On ZFS, Proxmnox will attempt to use the raw format - thinking it controls that ZFS… The raw format does not support snapshots, it relies on the ZFS to do so.
Never andy I’ve been using ZFS on XIGMANAS for years! All my VMs are there including Ns7 on which I have taken dozens of snapshots . Never had a problem.