Search results

  1. 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).
  2. 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!
  3. W

    Installing on Microserver N54L

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

    Access multiple Proxmox nodes via one nginx host?

    try with this: https://nginxproxymanager.com/
  5. 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.
  6. 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???
  7. 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!
  8. 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...
  9. 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...
  10. W

    Error with un-mounting disk

    /dev/sda1 is mounted by that line, and is attached to the server. root@R420:~# blkid /dev/mapper/pve-root: UUID="95e7dde4-45ef-429f-bd37-03fd24399be1" BLOCK_SIZE="4096" TYPE="ext4" /dev/sdb1: UUID="fdba3777-f2b0-4f76-866f-bc37ba31bf0e" BLOCK_SIZE="4096" TYPE="ext4"...
  11. W

    Error with un-mounting disk

    root@R420:~# cat /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass> /dev/pve/root / ext4 errors=remount-ro 0 1 UUID=2249-1844 /boot/efi vfat defaults 0 1 /dev/pve/swap none swap sw 0 0 proc /proc proc defaults 0 0 UUID=1d48a16d-45db-40d9-9ec3-e91bbd67bb30 /mnt/DATA ext4...
  12. W

    Error with un-mounting disk

    Hello, when I installed proxmox, I mounted the disk that I use for backups from the command line and not from the web interface. Tt works without problems except that when I turn off my server the error seen in the image appears, any advice? Thank you
  13. W

    Spice vs Default.

    Thanks for the reply! To be more precise in my question, does the "display" option improve the performance of the emulation itself? just like someone changes the GPU for a more powerful one on a real machine... or is it just something that the user feels when connecting to the VM.If changing...
  14. W

    Spice vs Default.

    Hello there! I have a question, do select "Spice" as display in a VM, increase VM performance/response of graphical interface?
  15. W

    Help with disk mount.

    Anyone? this post sink very fast O_o
  16. W

    Help with disk mount.

    Hi there, I have the following issue, after doing a clean install on a clean hard drive, then I "mounted" another disk by adding a line directly into /etc/fstab file, then I added it as "storage" using "web panel " and started loading my "containers" and "machines" into it. The thing is that...
  17. W

    Stop VM impossible

    Agreed!!! we need a "FORCE KILL" button ASAP! this is a must be proxmox feature.
  18. W

    Custom DNS in a CT with Dynamic IP.

    Hello! I am having problems configuring DNS on a container. My ISP gives me public dynamic IPs for each device I connect to the internet. I configured the container to take the IP from the DHCP server and it worked, but I need to change the DNS servers. My problem is that the container is not...