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...
Two things in your config I don't get_
Your PVE backend explicitly disables ssl doesn't it?
server pve 192.168.0.10:8006
#server pve 192.168.0.10:8006 ssl verify required ca-file /etc/haproxy/ssl/mydomain.dev/cert.pem...
Hello,
I have a dedicated server where Proxmox is running in a VM (OPNsense). There I configured Wireguard (including site to site (to site)). All LAN devices from all LANs reach each other vice versa. So far, so goof. I can also reach the...
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...
I get that http makes more sense for letsencrypt buuuut the guide from digitalocean I found on the certbot site actually puts it in https. All I can say is that it works like that, I have cut out about 9 services from the pastebin I successfully...
Funktioniert hat:
apt install -y gdu
gdu /
gerade ist journal wie gesagt recht leer, hab es seit vorgestern #58 https://forum.proxmox.com/threads/proxmox-oberfläche-nach-stromausfall-nicht-mehr-erreichbar.150913/post-857889 nicht erneut...
Sorry, die Optionen gehören hinter install. Ich habe meinen Post angepasst. Warum es voll läuft wird sich hoffentlich nun zeigen.
Zwar immer noch nicht perfekt aber vielleicht funktioniert dieses Snippet besser
journalctl | awk '{print $5}' |...
Naja, wenn die aliases.db Datei wie in der Fehlermeldung steht, nicht vorhanden ist, und das ständig im Protokoll fest gehalten wird, dann füllt sich das eben.
Google Suche : "postfix aliases.db erzeugen"
Antwort Gemini :
"Um die Datenbank...
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...
Jap mit: sudo systemctl restart systemd-journald
Zusätzlich habe ich jetzt nun noch folgende Parameter gesetzt:
SystemMaxUse= and RuntimeMaxUse= control how much disk space the journal may use up at most.
SystemKeepFree= and RuntimeKeepFree=...