Aus Sicht des Absenders kann ich das absolut nachvollziehen. Allerdings sollte in diesem Fall – wie @Stoiko Ivanov bereits erwähnt hat – eigentlich eine entsprechende Benachrichtigung an den Absender zurückgehen.
Ich möchte lediglich verstehen...
Danke für deine Antwort . Das ich alte Hardware genommen habe ist mir bewusst und dem Umstand geschuldet das ich diese habe und ich zum testen nicht extra welche kaufen wollte. Da es hiermit aber nicht funktioniert werde ich mich nun nach...
You didn't say what xattr you were trying to set, so I can only guess that you are getting this message because you aren't naming your attribute in the user namespace. If you look in "man xattr" there are several namespaces that have special...
Yeah the issue is on ZFS' side. I only asked for downgrading guidance here so it's fine. I have to wait for the upstream issue to be resolved.
I tried importing the pool into a new system (live debian13) but the issue was the same there with the...
Vielleicht übersehe ich ja etwas, aber „clientlos“ wird es eher nicht gehen, „agentlos“ aber schon. ;-)
Warum nicht einfach ein Tool wie Uptime Kuma nutzen? Das Tool kann ICMP-, HTTP- und noch einige andere Checks durchführen und funktioniert...
Too bad that downgrading the kernel/zfs didn't solve your issue.
It is unclear to me if your system is still trying to import the storage pool on boot. Like Stoiko said, there might be other triggers than the zfs-import service. That's why I...
Generell ist die LOAD bei Linux eine etwas "silly metric" (so die Linuxkernelentwickler: https://github.com/torvalds/linux/blob/master/kernel/sched/loadavg.c ), da sie eben nicht nur CPU-Auslastung sondern auch andere Sachen wie IO...
Hello,
I just came across a problem with zfs handling of xattrs. My zfs has xattr=sa and is mounted with xattr. But using setfattr on a file results in "operation not supported". Why is this?
While I haven't used AIDE or Tripwire on Proxmox hosts, I do run Wazuh which performs similar function among other things. I've been using it for years on Proxmox and other servers without any issues.
This Bugzilla entry seems relevant: https://bugzilla.proxmox.com/show_bug.cgi?id=1310
It discusses the option of having user-configurable session timeouts, so you might want to chime in there.
I'm working on a CLI tool (very early stages) to remotely interact with PVE and PDM, is anybody interested in something like this?, would love to receive some feedback:
https://github.com/ciroiriarte/pve-cli
Thanks, after adding a file to /etc/apt/apt.conf.d with my proxy information I was able to perform updates.
i am however leery of adding the system wide proxy in /etc/profile.d/ since my PVE nodes with the proxy configured don't have such a...
For PDM proxy
Add this file
/etc/profile.d/proxy.sh
contents:
export http_proxy=(yourproxyinfo)
and this file
/etc/apt/apt.conf
contents:
Acquire::http:Proxy (your proxy info)
@derFelix
I would say that
server pve 192.168.0.10:8006 ssl verify none
should work.
If I understand your posts, you have already tried that without success. But maybe not with the other directives modified according to our suggestions...
Naja, der Default ist ja wie folgt:
Also wird an jeden ersten Sontag im Monat getrimmt und an jeden Zweiten gescrubt. Warum willst du denn von Default abweichen? Solange du da keinen guten Grund für hast, würde ich es lassen. Der scrub-Prozess...
There are "\n" missing in the main.cf.in template, leading to missing new line chars in the main.cf:
smtpd_recipient_restrictions =
permit_mynetworks
reject_unauth_destination
reject_non_fqdn_recipient...