Latest activity

  • U
    I thought you meant text. Now I see a code, sorry and thank you! I only see 3 279.4G disk, what did I do wrong? NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 279.4G 0 disk sdb 8:16 0 279.4G 0 disk sdc...
  • D
    For those interested, there are other quirks using X710 on proxmox (including on MS-01, my baseline homelab!): - VLAN stripping on SR-IOV VFs - LLDP offload not reporting to linux kernel - Asymmetric speed due to TX checksum offload See...
  • D
    dx88 replied to the thread Intel i710 SR-IOV.
    For those interested, there are other quirks using X710 on proxmox : - VLAN stripping on SR-IOV VFs - LLDP offload not reporting to linux kernel - Asymmetric speed due to TX checksum offload See...
  • D
    For those interested, there are other quirks using X710 on proxmox: - VLAN stripping on SR-IOV VFs - LLDP offload not reporting to linux kernel - Asymmetric speed due to TX checksum offload See https://github.com/nvandamme/systemd-networkd-i40e...
  • C
    I currently have a container that has an additional volume for persistent data storage, which has about 80G of data on it. This container and the additional volume are backed up by PBS. mp1: local-zfs:subvol-100-disk-1,mp=/opt,backup=1,size=100G...
  • M
    Thanks a lot @fabian for this help and explanations! I've just re-read https://pve.proxmox.com/wiki/Host_Bootloader where I found the explanation for this: "The ESPs are not kept mounted during regular operation. This helps to preventfilesystem...
  • H
    When the lxc.idmap settings are active, I don't have webgui access but do have have console/ssh access. When checking ownership: Via node shell, I can see that zfs dataset store/pbs-test is owned by backup:backup (34:34) Debian GNU/Linux comes...
  • J
    Solved.
    • 1759695777737.png
  • J
    I have Proxmox Virtual Environment 9.0.10. I am trying to download or upload an ISO image. I see this on my local instalation: But I do not see what mentioned on every tutorial: For example: https://www.youtube.com/watch?v=RPkZL0oD_yg Or...
    • yo Screenshot 2025-10-05 221123.png
    • expected Screenshot 2025-10-05 221302.png
    • 1759695484066.png
  • M
    I've solved my issue in a "not very elegant" way. I've added mount -a to the script that starts the urbackupsrv service. This service is the only one that requires the mount.
  • J
    Got an answer from sales @leesteken Don't do it thanks. "Unfortunately we cannot accept donations as such." For future reference. Best advice by @bbgeek17 Cheers. JC
  • O
    Onslow replied to the thread Proxmox Webui not working.
    I don't know Proxmenus, but I've found in its auto_post_install.sh that one of its "optimisations", khe-khe... is "Subscription banner removal". Tools which mess with the GUI often lead to problems like yours! I suggest you remove it and check...
  • S
    Similar issue here (using HA with the frigate add on and a usb coral). *resolved* by passing HA a usb2.0 port via proxmox (glad I had one onboard) and connecting the coral to that port. Frigate complains that the coral is slow (and it is...
  • S
    shemsou replied to the thread Proxmox Webui not working.
    just Proxmenux and Tailscale
  • Jeeves_
    Cool, so if I allow files up to 600 bytes into the special-devices, that might speed things up.
  • O
    Onslow replied to the thread Proxmox Webui not working.
    And?... If it still doesn't work, another possible reason is: have you installed ANY tools / "improvements", unofficial software in your PVE host?
  • H
    haroldas194 replied to the thread EXT4 reserved space.
    Actually, a bit of a brainfart. As you use ZFS, you don't use EXT4 at all. So naturally you won't have the issue with reserved space, which isn't a thing in ZFS same as it is in EXT4. This would only affect any storage system where the underlying...
  • H
    haroldas194 replied to the thread EXT4 reserved space.
    Interesting. So there might be a difference in how Proxmox handles it with ZFS (which I see you use) vs LVM. I just did the same test as you did but I use LVM. New CT, default 5% reserved root@pve:~# tune2fs -l...
  • M
    Hi, First let me say that I am not a linux expert. That said: I need to mount a physical disk in a certaint LXC, whose conf file is: arch: amd64 cores: 3 dev0: /dev/disk/by-id/ata-ST4000VX016-3CV104_WW62AQFE features: fuse=1,nesting=1 hostname...
  • S
    How is that relevant to the original Question ? You cannot have ZFS Module working in an LXC Container, at least not in an unprivileged one. Not sure if your Remark is applicable to a privileged LXC Container or if you had a KVM Virtual Machine...