Search results

  1. F

    Promox 5 iso for troubleshooting

    Hi, I have setup a poc running a headless proxmox 5 server on a train since three years. This server is not easy to remove from the train for maintenance and is accessed only via vpn. Three days ago, i have installed ifupdown2 (which seems to remove the ifupdown) and after rebooting it seems...
  2. F

    How to backup PVE itself ?

    Hi, is there a straight forward procedure to backup the PVE itslelf like for vms or containers ? Not everyone (including me) knows which files/folders of a pve to backup. What about clusters ? Does backing up each pve node alone may lead to inconsistencies when restoring ? Should all nodes be...
  3. F

    How to backup PVE itself ?

    Hello, It's great to have PBS to solve the container/vm backup need, but how to backup PVE itself or which files needs to be backed up for a bare metal restoration ? TIA.
  4. F

    Execute LXC Pre-shutdown/stop script

    Hi, I am suspecting postgresql from pgdg yum repo to not stop when lxc container is instructed to stop/shutdown and thus preventing my configured backups to occur. Is there a way to instrcut proxmox to run a script inside the container (script path relative to the container) before...
  5. F

    Remote backup over ADSL

    Hello, 1) I am willing to backup two containers from a proxmox ve (connected to the internet via a 20Mbit/s FO), to a home proxmox backup server (connected to the internet over an ADSL 8Mbit/s down link and 1Mbit/uplink). Amount of data to backup: uncompressed 250~300 Gb with small amount of...
  6. F

    [SOLVED] /etc/resolv.conf not populated by nameserver

    Your guess is correct and that's what i did but then container network didn't start so i reinstalled NetworkManager.
  7. F

    [SOLVED] /etc/resolv.conf not populated by nameserver

    Hi, root@pve:~# pct config 100 arch: amd64 cores: 2 hostname: cloud memory: 8192 nameserver: 1.1.1.1 1.0.0.1 9.9.9.9 net0: name=eth0,bridge=vmbr0,gw=192.168.1.1,hwaddr=16:5F:28:14:BF:B5,ip=192.168.1.206/24,type=veth onboot: 1 ostype: centos rootfs: local-lvm:vm-100-disk-0,size=8G searchdomain...
  8. F

    [SOLVED] container messed up after changing unpivileged attribute outside the gui

    Thank you very much @oguz . You saved me. I will never redo changing that param as i do till now.
  9. F

    [SOLVED] container messed up after changing unpivileged attribute outside the gui

    Changed it while it is stopped, but stil have: [root@cloud ~]# cat /var/www/vhosts/nextcloud/htdocs/config/config.php cat: /var/www/vhosts/nextcloud/htdocs/config/config.php: Permission denied Cloning the container is possible, but clone have same trouble. Backing up the container doesn't work...
  10. F

    [SOLVED] container messed up after changing unpivileged attribute outside the gui

    I think my trouble comes from the fact that i did all this while accessing the file /var/www/vhosts/nextcloud/htdocs/config/config.php remotly via winscp, so this file is now out of control.
  11. F

    [SOLVED] container messed up after changing unpivileged attribute outside the gui

    Hi, sometimes i do and never had a problem. Now, in a hurry and not finding the origin of my error messages, i "switched" manually the container from unprivileged to privileged in /etc/pve/lxc/100.conf and broke it. Is there a way to repair it ?
  12. F

    [SOLVED] container messed up after changing unpivileged attribute outside the gui

    Hi, I have a daemon unable to run with messages like "unable to list devices" so i modified the unprivileged attribute in /etc/pve/lxc/100.conf and added feature nested while the container is probably still running. Now, i can't access several files even as root with permission denied messages...
  13. F

    [SOLVED] /etc/resolv.conf not populated by nameserver

    Hi, strange behavior of centos 8 containers under proxmox ve 6.4 search is populated with the name of the domain name filled in the proxmox gui but nameserver never gets filled and i have to write it from inside the container once started.
  14. F

    VM or container migration show status unknown and start time 0NaN-NaN-Nan

    VM is now showing start time: Will see what happens at the end of the job.
  15. F

    VM or container migration show status unknown and start time 0NaN-NaN-Nan

    Hi, I have successfully migrated a container offline without shared storage but when looking at the summary, it shows like in the following image: Now, i have started migrating online my biggest VM and at the status page i have the same start time 0NaN-NaN-NaN Both nodes run 6.3-6
  16. F

    [SOLVED] Importing big blacklists and whitelists from another spam gateway

    Hi, Thank you for your reply. I tried it, it works only if I specify a pmail with root role parameter. What I need is to add entries to global white/blacklists not to per user white/blacklist. Could you, give me more hints please.
  17. F

    [SOLVED] Importing big blacklists and whitelists from another spam gateway

    Hi, I am evaluating pmg on a production environment and would like to import our current white and blacklists from the scrollout F1 mail gateway. I have these white/black emails and domains in plain text, so is it possible to import them from cli ? from text file or with a loop command, or by...
  18. F

    LXC container and static route

    Works here also on debian buster with post-up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.1.1.2
  19. F

    Send mirrored traffic into guest vm

    Hello, bridge_ageing or bridge-ageing ?