nextcloudpi icon indicating copy to clipboard operation
nextcloudpi copied to clipboard

Installation fails on Proxmox Container because of installing new systemd-resolve

Open Flappiee opened this issue 1 year ago • 2 comments
trafficstars

Hi,

I created a new Proxmox container en tried to install NextCloudPi. The installation fails because the script installs a new systemd-resolve with a new /etc/resolv.conf with a wrong DNS server.

First of all, after creating the container, the /etc/resolv.conf looks like this: --- BEGIN PVE --- search lan.snowice.nl nameserver 1.1.1.1 nameserver 9.9.9.9 --- END PVE ---

When the script installs the new systemd-resolve the file looks like this: nameserver 127.0.0.53 options edns0 trust-ad search .

When this wrong DNS server has been set, the script can't continue because it can't reach http://deb.debian.org anymore and the install script stops without installing NextCloud.

Flappiee avatar Oct 09 '24 06:10 Flappiee