Latest activity

  • F
    Yes, it's a typo. The filename is 99-bridge.conf. I have the impression that pve-firewall monitors this setting and forces it to a value of 1 at each time interval.
  • T
    Noch ein Grund, dass in der GUI per Checkbox abzufideln, statt einen nebenläufigen "dirty hack" per CLI nutzen zu müssen, den man nach jeder Aktualisierung auf Funktionalität überprüfen muss.
  • U
    uzumo replied to the thread [SOLVED] Anti-Cheat KVM Settings.
    This is documented, and anyone who has read the documentation has set it up on Windows 10 or later. https://pve.proxmox.com/wiki/Nested_Virtualization
  • A
    I have a 4-host cluster (DEV-PVE) with an SAN providing shared storage via ISCSI. The SAN is presenting 2x storage targets w/ 3x LUNS. I have multipath configured and and the ISCSI targets added to the datacenter storage section. I'm at the point...
  • M
    meyergru replied to the thread I cant upgrade proxmox.
    As I said: It depends on how your system boots. Usually, Proxmox is installed in such a way that it can boot either with UEFI or BIOS (legacy) boot. You can find out what your system is currently booted with by ececuting: [ -d /sys/firmware/efi...
  • U
    If that's an unavoidable problem in your PVE/PBS, then there's no other way around it. If you're investigating the issue, it's on the Windows OS side, so I don't think this is the place to ask. You need to figure out why the service isn't...
  • M
    major caveira replied to the thread I cant upgrade proxmox.
    you saved my life... Worked... thank you so much. Now I able to run "apt purge grub-efi-amd64". But question: Does the server will boot normally on next reboot after remove this package or do I need to install another package to replace this...
  • B
    Hello, I have exactly the same problem. Yesterday, I updated my Proxmox VE server to 9.1.6 with kernel 6.17.13-1-pve, and my pfSense instance stopped working. Dial-up via PPPoE worked, and I could ping websites via IPv4 and IPv6 (also on...
  • UdoB
    I wouldn't use some unsupported built fo backing up important data. Instead I would use a backup tool which works with ssh to create backups on a dedicated dataset beside your backup datastore. For example restic works with sftp (and any cloud...
  • M
    meyergru replied to the thread I cant upgrade proxmox.
    Then try "mv /var/lib/dpkg/info/grub-efi-amd64.postinst /var/lib/dpkg/info/grub-efi-amd64.postinst.bak" before 'dpkg --configure -a'. However, the root cause seems to be a corrupted NVRAM.
  • E
    Erik Horn replied to the thread rp_filter changes in PVE 9.
    I was able to look into it some more this morning. The new debian 13 default for net.ipv4.conf.*.rp_filter is the issue for us. I didn't realize that sysctl was run for a network interface whenever it appears in the system, such a during system...
  • UdoB
    First: typo? It is "sysctl.d"... Second: what is the filename? Only *.conf is evaluated.
  • C
    # Job 1 — cluster metrics (scrape once via round-robin DNS) - job_name: 'pve_cluster' static_configs: - targets: - pve-cluster.home.arpa # round-robin between 192.168.1.5 and 192.168.1.6 metrics_path: /pve params: module...
  • I
    Gave it a try based on this. Still think that this is just a workaround and even 120s won't help. It even says: I don't think so, since my other PVE can backup just fine without fleecing. There is also basically no io pressure during that time...
  • C
    https://github.com/Starttoaster/proxmox-exporter ?? Or from pve-exporter doc:
  • UdoB
    Use a monitoring tool like Zabbix, Icinga, Prometheus or prtg. I'm a bit baffled that somebody could do twenty years without it. I couldn't do my work without the monitoring and alarming features of a Icinga since the Hypervisor ( no matter which...
  • C
    removing the level=30 didn't work but changing the cpu to x86-64-v2-aes did work. Which is interesting because I had tried that and it didn't work but this time it did. I seem to be up and running now thank you for you help.
  • UdoB
    I did a quick test to reproduce this backup "hang" issue, and the results are pretty clear. It seems Backup Fleecing is exactly what we need for these kinds of bottlenecks. My test setup:I tried to simulate a "worst-case scenario" with a...
  • 1
    So when I added -hypervisor to my conf file, I had the same exact issue of proxmox vm getting stuck at the windows logo / boot every single time. It was driving me crazy. Turns out running the following commands fixed it!: echo "options kvm...
  • T
    Erstmal Danke für deinen Tipp. Aber schon bei deinem zitiertem Link werden Probleme beim Umstieg von v8 auf v9 geschildert. Genau solche Tricksereien und daraus resultierende Probleme möchte ich nicht haben. In meinen Augen gehört optionales...