Latest activity

  • D
    daanw replied to the thread HD space (root) zu 93% voll.
    Möglicherweise lässt es sich wieder zum Laufen bringen, indem Sie den apt package cache leeren: apt autoclean. Auch ohne gdu lässt sich herausfinden, wo der Dateispeicherplatz belegt ist. Beginnen Sie mit: du -sh /* | sort -h, dann für den...
  • A
    Abby2017 replied to the thread HD space (root) zu 93% voll.
    Ja, ist eine VM, muss gleich mal schauen, ob ich den Speicher erhöhen kann, denn die installation geht nicht und jetzt ist die Paltte auf 99,57% vollgelaufen root@alvpmg1:~# apt -yU install gdu Hit:1 http://download.proxmox.com/debian/pmg trixie...
  • UdoB
    Triple check if there is an IP address conflict. Your systems have static addresses, right? I've seen conflicts too often...
  • D
    兄弟交流一下相关技术 我的企鹅 55O3OO995
  • UdoB
    Purpose Inspired by Level1Techs, I decided to replace my old router with a single box solution that's flexible, upgradable, and efficient. That includes using Proxmox to utilize spare resources without interfering with the vital router...
  • D
    ob opnsense oder pfsense werde ich dann nochmal schauen müssen bisher immer pfsense im einsatz aber da das Setup doch übersichtlich ist wäre ein wechseln nicht das größe problem. Ja dachte nur für so einen übersichtliche Node es so einfach wie...
  • J
    jklocker replied to the thread Backups not timing out.
    /etc/vzdump.conf uses colon-separated syntax - option: value. See https://pve.proxmox.com/wiki/Backup_and_Restore#vzdump_configuration. Values for lockwait and stopwait are in minutes, not seconds. Also timeout isn't a valid option.
  • A
    Ok the fix was fairly easy : Scroll down to the line starting with linux. Press the right arrow key to go to the very end of that line, and add nomodeset (ensure there is a space separating it from the previous parameter). No other changes...
  • dakralex
    Erledigt: https://bugzilla.proxmox.com/show_bug.cgi?id=7622 Keine Ahnung, warum ich nicht an Bugzilla gedacht habe - ist halt Sonntag :)
  • UdoB
    UdoB reacted to RolandK's post in the thread Proxmox im RZ - pfSense VM oder Linux NAT with Like Like.
    also statt pfsense würde ich eher opnsense empfehlen, weil das kostenlose pfsense kaum noch gepflegt wird. aus sicherheitssicht dürfte sich da nicht so viel tun, aber grundsätzlich ist so eine dedizierte security appliance da schon der bessere weg
  • RolandK
    also statt pfsense würde ich eher opnsense empfehlen, weil das kostenlose pfsense kaum noch gepflegt wird. aus sicherheitssicht dürfte sich da nicht so viel tun, aber grundsätzlich ist so eine dedizierte security appliance da schon der bessere weg
  • A
    Hallo zusammen, wir haben bei uns ein PM Mailgateway laufen, der uns ein paar Mails von internen Servern an unsere Firewall weitergibt. Nun ist uns aufgefallen, das 93% Speicher von den 16 GB voll sind. Ich muss allerdings zugeben, das wir nach...
    • Screenshot 2026-05-27 101230.png
  • A
    Du kannst bitte noch diesen Thread auf "Solved" setzen - oben rechts ist ein "Edit thread" button.
  • A
    Hi, many thanks for the new release. Since PVE 9.0, snapshots on LVM (e.g. on an iSCSI LUN) are supported. This is great because we have migrated from VMware which was connected to a huge iSCSI storage system. Unfortunately, the snapshot feature...
  • F
    franko5 replied to the thread [SOLVED] Console Timeout.
    Thanks for hint. In my situation this was the problem. Not having a reverse proxy but using <IPv4>:8006 directly. After disabling ipv6 console access works again properly.
  • F
    franko5 reacted to SamTzu's post in the thread [SOLVED] Console Timeout with Like Like.
    Like I said. That probably has nothing to do with Proxmox. Try disabling IPv6 and/or check you DNS.
  • ggoller
    Figured out the same thing also like 2 minutes ago. There is a file "/etc/sysctl.d/99-proxmox-arp.conf", last modified May, 13th with the following contents: net.ipv4.conf.all.arp_ignore=2 net.ipv4.conf.all.arp_announce=2 Pretty sure I did not...
  • UdoB
    Du kannst bitte noch diesen Thread auf "Solved" setzen - oben rechts ist ein "Edit thread" button.
  • UdoB
    Ok, dank KI & OpenCode konnte ich die Ursache jetzt doch selbst finden (lassen): In "/etc/pve/priv/tfa.cfg" wurde der Zugang gesperrt mit …"totp-locked":true… . Wenn man dort das auf "false" setzt, geht es wieder. Ich lass den Post mal so stehen...
  • S
    The status command was not used previously, but that doesn't explain why your guest agent claims the commands are disabled. You can check the commandline the qemu-ga process was invoked with with ps aux | grep qemu-ga. What does cat...