Search results

  1. M

    Displaying IP of container in GUI?

    For what it's worth for those (like me) reading this later, as of 2025, Portainer changed their default port to 9443 Source...
  2. M

    OPNSense / FreeBSD & acpi(conf) issues.

    Ahh, thanks for the extra note, will do!
  3. M

    OPNSense / FreeBSD & acpi(conf) issues.

    TLDR; Thanks that fixed it! I made the changes you suggested (in this case disabling QEMU) because you are correct QEMU-guest-agent has STILL not been implemented for OPNSense / FreeBSD - I believe due to the consideration that a reboot / shutdown command can be sent to the server without...
  4. M

    OPNSense / FreeBSD & acpi(conf) issues.

    I finally managed to capture the vncproxy error: Jan 02 14:48:50 moxy pvedaemon[15119]: <root@pam> starting task UPID:moxy:00003C18:0089D83C:5FF0DC32:vncproxy:101:root@pam: Jan 02 14:48:50 moxy pvedaemon[15384]: starting vnc proxy UPID:moxy:00003C18:0089D83C:5FF0DC32:vncproxy:101:root@pam: Jan...
  5. M

    Storage Upgrades: Data Partitions

    Thanks to frenchfries, I was able to resolve my quest via passthrough by adding something like this to the config for the VM: virtio1: /dev/disk/by-id/ata-ST3400832NS_<uuid>-part1,backup=0,size=381552M That said, looking at it 2 years later there doesn't seem to be a way to mark this as resolved?
  6. M

    OPNSense / FreeBSD & acpi(conf) issues.

    I am running Proxmox 6.3-3 and have a OPNSense (FreeBSD) firewall running. I noticed several versions ago that ACPI commands were being ignored by several of my VMs. Recently, I found some spare time and discovered that while I had enabled QEMU Guest Agent in Proxmox at VM creation acpi wasn't...
  7. M

    Storage Upgrades: Data Partitions

    I have 5 Hard Drives in my "server." There is no other storage anywhere on my network, especially not a CIFS/NFS/SAN box, all the other computers on the network are Windows 10 workstations. In the Server there are: 1 drive (240GB SSD) = Proxmox Boot (LVM & lvm-thin) volume 4 drives are "data"...
  8. M

    Storage Upgrades: Data Partitions

    I have been googling and have yet to find a solution to this issue. History: I am running Proxmox 5.2-1 and am migrating from XenServer Community due to the removal of dynamic memory allocation. In XenServer my NextCloud VM booted from one drive and then saved all the data on a 4 drive raid...