Search results

  1. J

    [SOLVED] Backup fails when LXC has FUSE activated and in use (error code 23)

    Brilliant idea, to be honest. If I may ask, what (type of) services do you run in your LXC that make use of FUSE? Or what kind of scenarios, so to speak...
  2. J

    [SOLVED] Proxmox VE API: provision LXC with two network interfaces

    Thank you very much, Aaron. After further investigation, some more help and lots of testing, I found that the iface parametre of the community.general.proxmox module does support a dictionary with multiple keys indeed. So this is what I am using in the end (simplified version): #...
  3. J

    /var/run/clamav missing in brand-new installation on LXC

    Sorry for not getting back earlier (was fighting the Ansible Wars). I tried using the WebGUI but I got this error: ClamAV update process started at Thu Dec 29 08:13:58 2022 daily database available for update (local version: 26752, remote version: 26764) Testing database...
  4. J

    [SOLVED] Proxmox VE API: provision LXC with two network interfaces

    Hello everyone! I am using the community.general.proxmox Ansible module to provision LinuX Containers into my Proxmox 7 cluster. At the moment I am using this value for the netif option: netif: {'net0':'name={{ proxmox_net_iface }},bridge={{ proxmox_net_bridge }},firewall=1,ip={{ ansible_host...
  5. J

    /var/run/clamav missing in brand-new installation on LXC

    Hello everyone! I just installed PMG 7.2 on a LXC with the Debian 11 Bulllseye template in my 4-node Proxmox cluster by using the following command: apt install libclamunrar p7zip-rar proxmox-mailgateway-container Then I configured a number of aspects via the Configuration: Mail proxy and...
  6. J

    How to configure the firewall of an LXC via Ansible module proxmox?

    I am trying to enable de firewall of the container via pvesh and this is the command I am using: pvesh set /nodes/{node}/lxc/{ctid}/firewall/options --enable '1' So far it seems to be working fine, although I've realised that it does not check whether it needs to actually enable it or not...
  7. J

    How to configure the firewall of an LXC via Ansible module proxmox?

    Good day everyone! I am trying to provision some LXC in my 4-node Proxmox 7.2 cluster via Ansible using the proxmox module. After much struggle I've been able to provision the container but I am stuck at the firewall configuration. Currently I am trying to template a firewall.j2 file into a...
  8. J

    Using ssh as unprivileged user inside LXC

    Hello everyone. Unprivileged user inside an unprivileged LXC in a Proxmox 7.2-11 cluster running Debian 11 Bullseye (from the latest debian-11-standard_11.3-1_amd64.tar.zst Proxmox template, wit packages updated to current versions). Same as it happens with the ping command, the non-root user...
  9. J

    Roadmap for integration with Ansible

    I am in the process of learning how to automate deployment of LXC in an existing Proxmox Virtual Environment cluster, so I would be interested as well. Even contribute, hopefully.
  10. J

    Debugging a random server cold restart of a PVE node

    Good day everyone! A few days ago I had a sudden restart of a node in a 3-node PVE cluster which runs just LXC. The hardware is fairly new and has been working without any issue for almost a year now. Fortunately, the filesystem was checked and recovered, and Proxmox started normally and...
  11. J

    Chrony vs systemd-timesyncd on PVE 7.2

    Yes, apparently the problem was time offset. Anyway, how do you monitor whether your servers are correcly synchronised? I was looking forward to finding some information about it in the Datacenter: Cluster menu option of the WebGUI, or perhaps in the Summary, but there is none.
  12. J

    Chrony vs systemd-timesyncd on PVE 7.2

    Hey, everyone! SOME CONTEXT I have a production 3-node Proxmox 7.2 cluster which has been running very fine for a few months now. Each node was installed on top of a Debian 11 Bullseye via the procedure explained in the Install Proxmox VE on Debian 11 Bullseye wiki page. It only runs LinuX...
  13. J

    [Solved] RRDC update error

    How did you do that and is it safe to do?
  14. J

    Proxmox Helper Scripts

    I would absolutely terrific if people could share similar scripts to get LXC up and running, and maintenance tasks, but in the form of Ansible Roles/Playbooks. Nonetheless, good work and thanks for sharing!
  15. J

    Ping with unprivileged user in LXC container / Linux capabilities

    Not sure if this is the place, but this is still happening with Proxmox 7.2 and the latest Debian 11 Bullseye template provided by Proxmox (debian-11-standard-_11.3-1_amd64.tar.zst). Configuration of the LXC: ~$ sudo pct config 200 arch: amd64 cores: 4 features: nesting=1 hostname: myhostname...
  16. J

    Roadmap for integration with Ansible

    Any updates on your work? I am starting to gather information regarding Ansible and Proxmox to create some playbooks to maintain my cluster and would be interested in this. Also, any good tutorial to get started with what we already have available, nicely listed by you in your original post.
  17. J

    Configure PBS Client to use HTTP proxy to reach the PBS Server

    Feature request filed. Please let me know if you think that it provides sufficient information or whether you miss something relevant in it. Thanks in advance.
  18. J

    Configure PBS Client to use HTTP proxy to reach the PBS Server

    Hi, Fabian, and thanks for your reply. Yes, I could just use vzdump and back up the whole LXC. The problem is that not all databases are worth backing up (and I like storing database dumps, too) and also that not all my containers are on ZFS, so I cannot take snapshots but I need to suspend...
  19. J

    Configure PBS Client to use HTTP proxy to reach the PBS Server

    Hello everyone! I am trying to use proxmox-backup-client in a Debian Bullseye LXC in a Proxmox 7 cluster to manually back up a folder (/var/backups/postgresql/) inside such LXC to a Proxmox Backup Server 7 which is in a separate server in a separate network I don't have access to from inside...
  20. J

    Add multiple IPs of the same network to a LXC

    Hmmm... dot notation. I hadn't thought of that! Let me see how the firewall behaves in that scenario and get back to you. Thanks!