Recent content by JDISWT

  1. J

    cloud-init is configured with hardcoded manage_etc_hosts: true

    The post is quite old, but as I had the same problem today, I post the workaround I found. You can delete the line: `update_etc_hosts` in file `/etc/cloud/cloud.cfg` as it interely disable the module without worried about hardcoded userdata
  2. J

    Error creating new container

    I have a problem when creating a new container with Debian 10.2 The following error appears I already modified file Debian.pm ( /usr/share/perl5/PVE/LXC/Setup/Debian.pm ) with this content : As you can see the error message doesn't corresponds to the one describe in the Perl file. I don't...