Recent content by norbertk

  1. N

    [SOLVED] Simple way to change network config of an existing container with the command line ?

    Hello all, UPDATE: This is in the wron forum. @MOD Can you move it, please ? i want to change the ip address(es) of existing lxc containers after installation from the command line. What do people do in such situations ? I thought about pvesh but get the impression that this would not work...
  2. N

    Proxmox Virtual Environment 9.1 available!

    Vielleicht editieren und hierauf verweisen
  3. N

    lxc idmap changes ownership in rootfs "wrong", but mounted directories are good: Why ?

    I have a proxmox server and want to map some local paths with media data into an unprivileged container which runs jellyfin. Since years this container runs more or less but without any id mapping and therefore jellyfin cannot change the mounted directories. My aim is to make the mounted...
  4. N

    [SOLVED] Renewing Certificate Broke Web UI

    Sorry for a dumb question, but what does that mean : Edit the file `pveproxy-ssl.pem` and correct the issue with the cert chain. . What is to be done here ? Thanks a lot for providing as solution to your own question. Much appreciated !
  5. N

    LXC cannot get an IP if VLAN ID is set.

    hmmm, the pictures ar not visible for me
  6. N

    LXCs show failed systemd service: sys-kernel-config.mount: Why

    Hello all, I run PVE 7.4-3 and use LXC containers. All containers show the systemd-service sys-kernel-config.mount as failed. They show no problems in practice, so I wonder if I should just diable this service. Any thoughts ? norbert@media-server:~$ sudo systemctl UNIT...
  7. N

    [SOLVED] /etc/resolv.conf in lxc container used as dns server (pi-hole)

    Hello all , I use proxmox 7.4-3 under debian bullseye and run a bunch of lxc's One of them is my dns-server with pi-hole and unbound as resolving dns-server. It has 10.10.1.20 as its fixed IP and It is referenced in my router ( 10.10.1.1) as DNS server and the whole thing works but feels...
  8. N

    [SOLVED] Q: How best to work with cloud-init and lxc ?

    In a way I gave up, but I found a solution I like: In one single step i get a strong base to work with ansible in a new container On the proxmox node I place 2 generic scripts: #!/bin/bash SCRIPT=_provsion_script.sh pct push $1 /usr/local/bin/$SCRIPT usr/local/bin/$SCRIPT -perms 700 pct...
  9. N

    [SOLVED] Q: How best to work with cloud-init and lxc ?

    So we don't talk about lxc here, but quemu - VMs ?
  10. N

    [SOLVED] Q: How best to work with cloud-init and lxc ?

    Hello all, i have some hosts running on a local proxmox server and on the hetzner cloud. On proxmox I work with lxc containers. I try to script the setup of these machines as much as possible and strive to define them completely with 'source code' . In this context I learned about...
  11. N

    LXC SMB share doesn't automount

    You have to configure the lxc accordingly in the cfg file features: mount=cifs
  12. N

    What is the content of the predefined firewall macros ?

    Hello all, i try to understand the PVE Firewall in detail and wonder, what ithe predefined fireall macros do ? I searched documentation and the forums but did not find the exact definitions. I don't mid to look in source code but don't know where to start ? Any pointer is appreciated ...
  13. N

    [SOLVED] proxmoxer python library : How to read lxc config?

    See https://github.com/proxmoxer/proxmoxer/issues/47
  14. N

    [SOLVED] proxmoxer python library : How to read lxc config?

    Hello all, please apologize if this is Off Topic here. I try to read the config of my lxcs with the python proxmoxer library but get an empty <proxmoxer.core.ProxmoxResource object at 0x0000014CC8E7E550> back. I start the connection with the https backend : proxmox =...