Latest activity

  • H
    This happened on my Flatcar linux as well, and I solved it by adding a bit more to the `/etc/systemd/network/static.network` unit... specifically: ``` [Match] Name=eth0 [Network] LinkLocalAddressing=ipv6 Address=10.0.0.12 DNS=10.0.0.11...
  • Z
    The latest nvidia driver you'll see via apt depends on where you have apt configured to look for drivers. By default debian (13) will not show any proprietary nvidia drivers via apt, If you have added non-free non-free-firmware to...
  • D
    As a feature request if we can have the option to add in a post first-boot script that would be helpful. Currently this is how we configure the networking on our hosts. We have the toml file install the PVE using DHCP as the option then we have...
  • P
    pille99 replied to the thread connecting sdn to edge firewall.
    evpn is the correct one with frrr. but i have some config issues and cant reach the gateway configured.
  • VictorSTS
    We are pleased to announce the release of Proxmox Datacenter Manager 1.1! This point release focuses on expanding visibility and automation for large-scale, multi-site deployments. Our main focus for this iteration has been introducing...
  • B
    boomam replied to the thread SDN, IPAM & DHCP.
    Got it working on 'test', with phpipam! Added a gateway address to the subnet object, then restarted the test LXC.
  • D
    Mount a writable disk to your system and manually backup the LXC to it? vzdump <LXCID> --mode snapshot --compress zstd --tmpdir /mnt/writabledisk --dumpdir /mnt/writabledisk
  • P
    In a standard installation of Proxmox version 7.3, the server was installed over a raid1 btrfs array of two mirrored disks. That was the boot disk. After working a few days, there was a problem with the hardware (probably) and the system crashed...
  • I
    And this is the output of <dmesg -T> (Shortened, because it was too long for the post). [Thu May 28 13:27:46 2026] sd 12:0:0:1: alua: supports implicit TPGS [Thu May 28 13:27:46 2026] sd 12:0:0:1: alua: device naa.6000d31004506c000000000000000003...
  • I
    Here is the output of <journalctl -e> May 28 14:02:39 pve1 kernel: sd 14:0:0:2: alua: device naa.6000d31004506c000000000000000004 p> May 28 14:02:39 pve1 kernel: sd 14:0:0:4: alua: supports implicit TPGS May 28 14:02:39 pve1 kernel: sd 14:0:0:4...
  • B
    boomam replied to the thread SDN, IPAM & DHCP.
    To confirm current facts - 'test2', which is zone type 'simple', using the ipam type of 'pve'. After adding the firewall rule to the host noted above, now gets an IP from the PVE ipam, and its viewable in the IPAM section of the GUI - Success...
  • C
    We have a client that wants "differential" MSSQL backups. I don't know why they want this. Usually we do a Full and hourly Logs. But they do specifically want 'differential' backups. And they are failing. Our DBA figured out why its failing...
  • ManDal
    Weitere Tester und Feedback für BackupPilot sind weiterhin herzlich willkommen. Besonders interessant sind Tests auf unterschiedlichen Distributionen, Desktop-Umgebungen sowie Rückmeldungen zu Problemen, Verbesserungen oder Übersetzungen...
  • S
    Hallo Nachdem ich Hardwareprobleme mit einem Ded. Server bei Hetzner hatte und Hetzner die Preise massiv angehoben hat suche ich folgendes: Root Server für die Installation von Proxmox Kennzahlen: ca. 32 bis 64 GB ECC, 16 Cores, Raid 1 mit 2x...
  • D
    Ok, good to know a SAN is involved. Is your SAN also read-only on the host, outside of the VM? Anything useful/relevant in the systemd journal (journalctl -e) or kernel logs (dmesg -T) ?
  • J
    We have a client that wants "differential" MSSQL backups. I don't know why they want this. Usually we do a Full and hourly Logs. But they do specifically want 'differential' backups. And they are failing. Our DBA figured out why its failing...
  • R
    I figured it out, unfortunately it was the thing I wanted to avoid doing, rewiring it to not use the stock wiring it comes with (already full of drives and not a lot of clearance to plug them in). I guess let this be a lesson, sometimes the...
  • U
    My intention was to demonstrate how to set up a Windows Server cluster with a disk quorum on a single-node Proxmox VE cluster. Obviously, this solution doesn’t provide 100% redundancy (neither the single-node PVE nor the disk quorum does); it...
  • K
    Mount tmpfs on /var/log/pve/tasks? You may also need to specify an alternate, writetable `--tmpdir`.
  • B
    boomam replied to the thread SDN, IPAM & DHCP.
    There is no firewall on the host. Correction, there is, forgot i added one. Currently set to allow all 'in' from specific CIDR blocks on my local LAN, destination of my nodes IP. Looked at adding something to do with DHCP, there is no DHCPv4...