Search results

  1. G

    Mount FS to LXC

    Where am I making a mistake? So far, I'm testing a privileged LXC I made a mountpoint to LXC pct set 100 -mp0 /datapool/videodata,mp=/var/www/nextcloud Now I expect that when I write in var /www/nextcloud in LXC, I will also see it in PVE /datapool/videodata. I downloaded linux mint at...
  2. G

    Mount FS to LXC

    I just want to use LXC for web services (LAMP) nextcloud, wordress etc ... If I create a unprivileged LXC, can I have more problems than with a privileged LXC? Now I have privileged LXC (LAMP, Nextcloud, Wordpress ...) and it works fine. You write, however, that it is dangerous.
  3. G

    Mount FS to LXC

    If I use a privileged container, how do I do it?
  4. G

    Mount FS to LXC

    I installed proxmox 6.2 on RAID 1 zpool status pool: rpool state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM rpool ONLINE 0 0 0 mirror-0...
  5. G

    Migration VM /LXC from proxmox 5.4 to 6.2 (from ext to zfs)

    I am currently using proxmox. I have it all installed on 1x SSD EXT4. proxmox-ve: 5.4-2 (running kernel: 4.15.18-26-pve) pve-manager: 5.4-13 (running version: 5.4-13/aee6f0ec) pve-kernel-4.15: 5.4-14 pve-kernel-4.15.18-26-pve: 4.15.18-54 pve-kernel-4.15.18-25-pve: 4.15.18-53...
  6. G

    TASK ERROR: lvremove 'pve/vm-111-disk-0' error: Logical volume pve/vm-111-disk-0 contains a filesystem in use

    When I run a command on a host lsof | grep vm-111-disk the output is .... lsof: no pwd entry for UID 48 lsof: no pwd entry for UID 48 lsof: no pwd entry for UID 48 lsof: no pwd entry for UID 48 lsof: no pwd entry for UID 48 lsof: no pwd entry for UID 48 lsof: no pwd entry for UID 48 lsof: no pwd...
  7. G

    TASK ERROR: lvremove 'pve/vm-111-disk-0' error: Logical volume pve/vm-111-disk-0 contains a filesystem in use

    After restart I can destroy the LXC. How to do without restarting of the host.
  8. G

    TASK ERROR: lvremove 'pve/vm-111-disk-0' error: Logical volume pve/vm-111-disk-0 contains a filesystem in use

    I use Proxmox 5.4-13, just one node. Today I installed LXC Centos 7. I want to use NFS server in LXC. I did this: I installed NFS on the node apt-get install nfs-kernel-server Then I installed LXC centos 7 (ID 111) nano /etc/pve/lxc/111.conf lxc.apparmor.profile = unconfined I Now start the LXC...
  9. G

    High load Memory

    proxmox-ve: 5.3-1 (running kernel: 4.15.18-11-pve) pve-manager: 5.3-9 (running version: 5.3-9/ba817b29) pve-kernel-4.15: 5.3-2 pve-kernel-4.15.18-11-pve: 4.15.18-33 pve-kernel-4.15.18-9-pve: 4.15.18-30 corosync: 2.4.4-pve1 criu: 2.11.1-1~bpo90 glusterfs-client: 3.8.8-1 ksm-control-daemon: 1.2-2...
  10. G

    Can not boot! Failed to start AppArmor initialization

    I do not know why this is not working UUID=337874af-321c-436c-ac41-ae47a7ce67f6 /backup/images ext4 rw/auto 0 2 this also does not work /dev/sdc1 /backup/images ext4 rw/auto 0 2 but this works /dev/sdc1 /backup/images ext4 rw 0 0
  11. G

    Can not boot! Failed to start AppArmor initialization

    I forgot to write yet. I attached next SSD for backups (/dev/sdc) fdisk /dev/sdc I creatd new partition and formated it (ext4) Then I make mount in /backup/images mount /dev/sdc1 /backup/images also /etc/fstab nano /etc/fstab UUID=337874af-321c-436c-ac41-ae47a7ce67f6 /backup/images ext4...
  12. G

    Can not boot! Failed to start AppArmor initialization

    I apologize for the name of the thread Can not boot! Proxmox boots, but does not work web interface https://ip_address:8006
  13. G

    Can not boot! Failed to start AppArmor initialization

    I use The last Proxmox. I wanted to add in LXC a HDD /dev/sdd I followed the instructions https://forum.proxmox.com/threads/container-with-physical-disk.42280/ And after the reboot system does not work. [FAILED] Failed to start apparmor initialization See systemctl status apparmor.service I can...
  14. G

    TBS DVB-S2 PCIe Cards (lxc/vm)

    Find kernel version uname -r In my case 4.15.18-9-pve apt-cache search pve-headers apt install pve-headers-4.15.18-9-pve Then install the driver
  15. G

    TBS DVB-S2 PCIe Cards (lxc/vm)

    Hi all Sorry my English is very poor My HW MotherBoard CPU TBS6909 DVB-S2 8 Tuner PCIe Card TBS 6925 PCI-E DVB-S2 TV Tuner Card Last Proxmox VE I want to use DVB cards either VM or LXC I installed the last proxmox Identification devices in proxmox (host) lspci 07:00.0 Multimedia controller: TBS...
  16. G

    lxc - us card reader - oscam

    Thank you for your answer. It is serial to usb concerter h++p://ftdichip.com/Products/ICs/FT2232D.htm I do everything as an root I tried also chmod 755 /dev/ttyUSB0 chmod 755 /dev/ttyUSB1 :(