Search results

  1. R

    Backup Issue

    Backup works also manually. This issue is random, and happend when backup job start. Anyway I try now to mount nfs into lxc, with bind-mount. I don't know how to do that, I need to understand first.
  2. R

    Backup Issue

    Yes, i have inside the lxc container an nfs in /etc/fstab about 192.168.178.111 root@NUC-i3:~# pct config 102 arch: amd64 cores: 4 features: fuse=1,mount=nfs;cifs,nesting=1 hostname: PLEX memory: 4096 net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=F2:DE:D0:5C:A9:72,ip=dhcp,type=veth onboot: 1...
  3. 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...
  4. 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...
  5. R

    USB disk not recognize in gui

    change nothing also with double 0
  6. 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"...
  7. 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...
  8. R

    mkdir /mnt/vzsnap0: Operation not permitted

    root@NUCi3:~# pvs PV VG Fmt Attr PSize PFree /dev/sda3 pve lvm2 a-- 232.38g <16.00g root@NUCi3:~# My root isn't in a usb drive anyway. Is in the nvme inside my nuc
  9. R

    mkdir /mnt/vzsnap0: Operation not permitted

    Linux NUCi3 5.15.30-2-pve #1 SMP PVE 5.15.30-3 (Fri, 22 Apr 2022 18:08:27 +0200) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux...
  10. R

    mkdir /mnt/vzsnap0: Operation not permitted

    Previous logs was var/log/syslog, where can I find "findmnt"? Which log file? Inside var/lig
  11. R

    mkdir /mnt/vzsnap0: Operation not permitted

    Here log, but I can fix it anyway from only SSH?
  12. R

    mkdir /mnt/vzsnap0: Operation not permitted

    I have tried to shutdown and reboot, without success. There is a way to fix it, from ssh ? ( i didn't have local access for now , i must get an airplane for that...... )
  13. R

    mkdir /mnt/vzsnap0: Operation not permitted

    This is the log, I can't do nothing
  14. R

    mkdir /mnt/vzsnap0: Operation not permitted

    I'm desperate, I edited /usr/share/perl5/PVE/VZDump/LXC.pm in mount point and I replace /mnt/vzsnap0 to mnt/USB500GB/vzsnap , but I rebooted and now i can see what's happened because i don't have here this machine. I can fix it? How? ;( I have access from SSH, and i have tried to change in...