Search results

  1. W

    POWER OFF/REBOOT VM not working!

    Got it! i am used to run more CT than VM...
  2. W

    POWER OFF/REBOOT VM not working!

    I realize this only happend to one VM because is not booting (VM os partition was wiped from the VM disk)
  3. W

    POWER OFF/REBOOT VM not working!

    Hello, the shutdown and restart, and hard restart or hard shutdown functions are not working for VMs, in CT they work. I have tried both the column where the VMs are listed and the buttons that appear on the side of noVNC and when the machine is on they do nothing. The only shutdown option...
  4. W

    NUT UPS on Container

    dont waste your time and mind status... i just install a minimal trimed windows image and run the windows software of my UPS there on a VM
  5. W

    Add clipboard support to the VNC console in the GUI

    did you find a way to do this? i also need to copy/paste where theres no X or Desktop, only terminal CLI. Anyone help?
  6. W

    Portainer to rule them all

    To resume, run docker on many LXC as you need, install full portainer on one LXC and then setup The Portainer Edge Agent container on the dockers that you want to be controlled by portainer. for an example to how to setup this, watch this video: https://www.youtube.com/watch?v=OC-SVcHnm74
  7. W

    Portainer to rule them all

    I have one lxc for main docker purpose and other lxc with for specific tasks... On the main docker lxc i have portainer and there you can control all the containers running on all lxc vía the portainer agent (if i am not wrong about the name).
  8. W

    USB passthrought issues!

    Hello! I am having problems with the pass through of the USB devices, there are two wireless network cards... The thing is that the cards work correctly for a while and after a few hours they die (as if they were turned off), they also disappear from the peoxmox web interface (where you...
  9. W

    Device passthrought on LXC

    Is it possible that instead of the wizard asking for the "path" of the device to be passed through, it asks what type of device you want to add (storage, USB port, PCI, etc.) and displays a list of devices connected to the host? The actual way (where you have to set the device path) can be an...
  10. W

    Device passthrought on LXC

    Thanks for the reply... To be clear, in a VM i can do a USB passthrought adding the device just selecting it from a list... For the LXC you have to enter the path of the device (/dev/xxx).
  11. W

    Device passthrought on LXC

    why adding a "Device passthrough" in LXC is not "so intuitive" as it is when one does it for a VM?? Thanks!
  12. W

    Installing on Microserver N54L

    try dissabling IPv6 on host and VM/LXC
  13. W

    Access multiple Proxmox nodes via one nginx host?

    try with this: https://nginxproxymanager.com/
  14. W

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    now testing 6.8.4-3 in a DELL R420 with 2x E5-24XX (10C/20T each CPU), 64 GB RAM, 2 set of RAID SAS drives on a H310 mini SAS controller... at least its BOOT without a problem so far.
  15. W

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    just a question, all updates from 6.5 to 6.8 Kernel do the network interface name change???
  16. W

    Default CPU when creating VM.

    I may be wrong, I understand that when selecting the CPU when creating a VM, the "host" option is the one that should give more performance... If so... why is this not the default option? Thanks!
  17. W

    Error with un-mounting disk

    1.- Install Proxmox on a drive (that is, Proxmox is on its own drive). 2.- Mount the "DATA" drive (which is on drive "A") via CLI/SHELL in the empty "/mnt/DATA" directory, then add the line in "fstab" so that it mounts itself upon reboot. 3.- Mount the "BACK" drive (which is on drive "B") via...
  18. W

    Error with un-mounting disk

    root@R420:~# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content iso,vztmpl,backup lvmthin: local-lvm thinpool data vgname pve content rootdir,images dir: DATA path /mnt/DATA content snippets,rootdir,images,backup...