Search results

  1. R

    NFS Server impossible to figure out

    Hi, I need to setup an LXC privileged container, that have 4 mounted folder, to share with another LXC container privileged. I tried everything and doesn't works. In the OTHER LXC, folder are empty. I waste 2 days without any solution. Please don't tell me to mount in the host, because I use a...
  2. R

    Kill destroy process that still hang

    Hi I have this issue, I can't kill or stop this destroy process. I tried with kill -9, no success. In webgui, stop button, doesn't works. qm destroy 114 --purge ps aux | grep qm kill 2214241 ps aux | grep qmdestroy kill -9 2214241 Is absurd that I must to reboot the host. Please you know...
  3. R

    Issue with Network

    Hi, I have issue about network, because come down and up. From dmesg, i have these error: [ 1402.245812] eth0: entered promiscuous mode [ 1413.402643] eth0: left promiscuous mode [ 1462.598285] igc 0000:01:00.0 enp1s0: NIC Link is Down [ 1462.598449] vmbr0: port 1(enp1s0) entered disabled...
  4. R

    Stuck when backup

    Hi, Issue for me, when i make backup, random issue. INFO: starting new backup job: vzdump 100 102 104 107 109 110 111 112 114 116 115 103 105 106 108 --compress zstd --prune-backups 'keep-last=1,keep-monthly=1' --mailnotification always --quiet 1 --storage USB1TB --notes-template '{{node}} -...
  5. R

    Host die after shutdown

    Hi, I have an Intel NUC8i3BEH and also an Aerofara3. I was installed in Intel NUC8i3BEH, Proxmox, last version. I had all vm's anx lxc. A day I shutdown the host because i need to clean sometimes from dust. When i connect again, no led on the Intel NUC8i3BEH, die. So i get Aerofara3, same...
  6. R

    Resize Extended hdd into a Debian VM

    Hi i resized from Proxmox Gui, debian hdd vm, from 6GB to 7GB. I do that when vm was off. But when i started, space isn't increase. root@servizi:~# resize2fs /dev/sda1 resize2fs 1.46.2 (28-Feb-2021) The filesystem is already 1322496 (4k) blocks long. Nothing to do! I need to do another...
  7. R

    Backup Issue

    Hi I have an issue when i make backup for my VM and lxc. From backup log: INFO: starting new backup job: vzdump 100 101 102 103 104 105 106 107 110 127 200 --mode snapshot --mailnotification always --storage USB500GB --prune-backups 'keep-last=1,keep-weekly=1' --compress zstd --quiet 1...
  8. R

    Restore automatically last backup from a folder

    Hi, I have 2 proxmox in different location, different machine. ( Proxmox 1 - Proxmox 2 ) I make backup in Proxmox 1 about a virtual machine, and push this backup in a folder /mnt/backupfromproxmox1 of Proxmox 2. I need every day in Proxmox 2: 1 - Stop automatically at a time, like 05:00 AM, a...
  9. R

    USB disk not recognize in gui

    HI I plug an usb ssd but in web gui , seems that cause an issue: How can i fix it ? in fstab is correct i guess and is mounted: /dev/disk/by-uuid/5ff32a0d-586a-4808-b6d9-8359028e2b49 /mnt/SSD_1TB_USB/ ext4 defaults 0 root@NUCi7:~# blkid /dev/nvme0n1p2: UUID="813E-36A4"...
  10. R

    Mount NFS in LXC

    HI I have: 1 PLEX LXC 2 Ubuntu with NFS server that share a folder to PLEX LXC Ubuntu with NFS: root@rclone:~# cat /etc/exports /mnt/ROB_MASTER *(ro,sync,no_root_squash,no_subtree_check,fsid=root) PLEX LXC: 192.168.1.50:/mnt/ROB_MASTER /mnt/ROB_MASTER nfs...
  11. R

    mkdir /mnt/vzsnap0: Operation not permitted

    Hi, I have this error when i try to make a backup from my LXC container. From my VM no problem. I have an USB drive mounted in /mnt/USB500GB. How can i fix it ? I don't understand why proxmox do that. In the past i had the same usb mounted in /mnt, but now i have more than one usb drive, so...
  12. R

    TASK ERROR: no such logical volume pve/vm-105-disk-1

    Hi, I'm desperate. I had proxmox 7.1 and I reinstall on the host the new version from zero. Now there are an LXC container and VM that doesn't works. 105 VM says: TASK ERROR: no such logical volume pve/vm-105-disk-1 LXC Container says: run_buffer: 321 Script exited with status 127...
  13. R

    LXC with output Audio Video

    Hi, I have a NUC8i3BEH, that i use with proxmox and i wish to use a lxc container with audio video with kodi. Exist this git https://github.com/ehough/docker-kodi So you can install kodi in docker lxc. But doesn't works for me. I followed this guide under ubuntu 18.04 LTS like said But I...
  14. R

    Local-lvm grow up every day

    Hi, I'm freaking about it, local-lvm increase every day and i don't know why. I have only a machine in use, Home Assistant, and i make backup ( snapshot ), in a USB mounted, so local-lvm should be not touched, but grow up. And i also have 56GB that proxmox decided without any input by me, to...
  15. R

    How to Install Kodi

    Hi, I have a Intel Nuc Kit nuc8i3beh and have Iris Plus Graphics 655. I use it with a VM with Home Assistant. I wish to use Kodi in a VM with Iris Plus Graphics 655. How can i do that? I read some threads but I wish to follow a tutorial that works. Please can you help me ? My version of...