Search results

  1. B

    restore lxc issue: Cannot write: Disk quota exceeded

    Hello, we find this same error for Virtual Environment 7.1-8 with the next log. tar: ./folder: ********************: Disk quota exceeded With post now run ok for me. Thanks a lot.
  2. B

    PVE 7.0 BUG: kernel NULL pointer dereference, address: 00000000000000c0-PF:error_code(0x0000) - No web access no ssh

    Hi and thanks. It occurs when the system ran for a while, right now I didn't found any specific thing to occurs because the server has the same use than before update. I'll try as you guided me, thanks a lot!
  3. B

    PVE 7.0 BUG: kernel NULL pointer dereference, address: 00000000000000c0-PF:error_code(0x0000) - No web access no ssh

    Hello for Everyone, We updated to pve-manager/7.0-11/63d82f4e (running kernel: 5.11.22-4-pve) two week ago and after that I found this bug that disable the proxmox web and ssh access and stop somehow that I have not been able to understand. I need to force reboot and the services starts ok, I...
  4. B

    Which would be the best way to configure SWAP memory with HD disks ZFS file root system?

    Hello for everyone. I make the upgrade and all setup to run and use PM 7.x. Right now this is the result.
  5. B

    Which would be the best way to configure SWAP memory with HD disks ZFS file root system?

    Thanks a lot, I will do this change the next week, I don't have any disk or unpartitioned space available right now so I will need to move some VM's and CT's disk and be able to use one as swap with zram.
  6. B

    Which would be the best way to configure SWAP memory with HD disks ZFS file root system?

    Sure, thank you so much, and what about SWAP memory, I need to enable this for new CT installations. Add another normal disk?
  7. B

    Which would be the best way to configure SWAP memory with HD disks ZFS file root system?

    Thanks @chrcoluk: ARC status: HEALTHY Memory throttle count: 0 ARC size (current): 95.5 % 180.4 GiB Target size (adaptive)...
  8. B

    apt-get update error ( ... changed its 'Suite' value from 'stable' to 'oldstable')

    This was successfull for me, after that I execute pve6to7 --full as here says to do some validations before update to PM 7. Thanks!
  9. B

    Which would be the best way to configure SWAP memory with HD disks ZFS file root system?

    Thanks @chrcoluk , do you know if is there another way? and what do you think about the RAM usage? as I can see, I did a setup with almost 150 Gb but RAM usage 320 - 330 Gb of 380 total.
  10. B

    Which would be the best way to configure SWAP memory with HD disks ZFS file root system?

    Hello for everyone, I have an standalone node with 380 GB RAM and CPU usage is normal, 20 CT and 15 VM with Promox 6.3.6, I don't have IO delay. I just now I'm trying to configure a new CT, but I found that the container doesn't have SWAP memory (I did that setup with 2 Gb) so when I start to...
  11. B

    [SOLVED] apache2.service: Failed to set up mount namespacing: Permission denied

    Hi for everyone, I confirm the solution too. Thank you so much!
  12. B

    ¿How to avail port a specific port in Proxmox?

    Thank you for your answer. I needed review carefully the instalation, I found a problem with version and repository, the remove an rerun the installation. Thank you so much.
  13. B

    ¿How to avail port a specific port in Proxmox?

    [CITA = "Stoiko Ivanov, publicación: 320518, miembro: 56412"] Si ss no muestra que algo está escuchando en el puerto, entonces nada lo está, significa que el demonio no se está ejecutando o configurado de una manera en la que no está escuchando el puerto tcp consulte la documentación de...
  14. B

    ¿How to avail port a specific port in Proxmox?

    Thank you so much Stoiko, You are in rigth, the daemon is bacula-fd and this one is running as you can shows. service bacula-fd status ● bacula-fd.service - Bacula File Daemon service Loaded: loaded (/lib/systemd/system/bacula-fd.service; enabled; vendor preset: enabled) Active: active...
  15. B

    ¿How to avail port a specific port in Proxmox?

    Hi for everyone. I want to configure Bacula-sd in my Proxmox, but I can't avail the port. I have tried to enable with this command. iptables -A INPUT -p tcp --dport 9102 -j ACCEPT iptables -A OUTINPUT -p tcp --dport 9102 -j ACCEPT This is my IPTABLES -L command. target prot opt source...
  16. B

    Can I convert unprivileged to privileged container or otherwise allow use of security.* namespace?

    Hi, if someone need the command 1. Backup your container. 2. Go to container bakcup folder. 3. Excute from proxmox console as root. pct restore "container_id "backup_file."tar.xx -storage "new_location" "- storage" just specific the restore location and when you don't specific...
  17. B

    How to add device (disk storage) in container

    Hi for everyone, Our context: We wish to install a database with cluster features in two or more containers. To do this kind of installation we need as mandatory requeriment, have availables disks to create a disk group which will be use as a global storage for both containers. I tried with NFS...
  18. B

    Qemu VM destroyed by mistake

    Thanks Tom, no, I do not have backup available, just restore disk something manually.
  19. B

    Qemu VM destroyed by mistake

    Hi, and thanks in advance, Is there any way to restore a Virtual MAchine removed by mistake, we have proxmox 6.1and zfs file system. Thanks