Recent content by AaronWalker

  1. A

    Proxmox won't start after IP change

    If your /etc/pve folder is empty, you have issues. Regarding your network issue, when you switch it back to the original configuration, does it work? Also R700s are really old.
  2. A

    proxmox Reboot while VM also reboots?

    Because they are a different products with that feature. Proxmox does not have every feature every other hypervisor has and other hypervisors do not have every feature Proxmox has.
  3. A

    proxmox Reboot while VM also reboots?

    As mentioned before, you cannot just suspend your VMs. You would have to create a snapshot.
  4. A

    Is it possible to limit a user to specific network bridges?

    You can limit users from being able to add/remove network interfaces to the physical servers and VMs, but you cannot limit what interface is available after it is added to the physical server.
  5. A

    proxmox Reboot while VM also reboots?

    As far as I know, this is not a feature supported by Proxmox. I would also like to note that if you manually suspend your VMs before shutting down, it will not resume normally. The only work-around I can think of is to create a script to snapshot, shutdown, reboot, restore.
  6. A

    Proxmox not running after upgrade to 5.0

    Side note, I had this same issue about a month ago. I believe I installed a non-pve version of a package and it caused similar issues.
  7. A

    [SOLVED] Access Proxmox via Nginx Reverse proxy

    Authentication is not affected. SSL certification works just like any other website.
  8. A

    [SOLVED] What is preventing Proxmox from being optimized to run on a USB flash drive?

    Thanks all for the input. It was helpful to hear the pros and cons of running Proxmox on a USB. I should have clarified this is for a home environment. With that being said, I am going to continue running Proxmox on a USB. If it dies, it dies. If it Proxmox runs a tad slower, meh, I am not on...
  9. A

    [SOLVED] What is preventing Proxmox from being optimized to run on a USB flash drive?

    The general consensus seems to be that reading and writing onto a USB often would wear down the flash drive quickly. However, I believe ESXi loads the hypervisor into memory on boot. What is stopping Proxmox from implementing a similar setup?
  10. A

    LXC Ubuntu Container shows no Cpu Usage in Summary view?

    If you reboot from the container's terminal, then statistics will not show. However if you use pct stop and pct start, then the statistics will remain. AFAIK, you must reboot to get the statistics working again.
  11. A

    [SOLVED] LXC Centos Container shows no memory and CPU Usage in view?

    If you reboot from the container's terminal, then statistics will not show. However if you use pct stop and pct start, then the statistics will remain.
  12. A

    Mount SCSI device in LXC container - Apparmor denied

    Try this. Do not forget to restart the container after editing the profile. lxc.aa_profile=unconfined
  13. A

    Setting up networking for ISCSI VLAN

    https://pve.proxmox.com/wiki/Network_Model https://pve.proxmox.com/wiki/Vlans
  14. A

    docker:write ... no space left on device

    You going to have to allocate more space to root which is difficult. I would instead install docker on a VM or use LXC instead.