Hi friends,
I'm getting an error when I try to update to the latest version on the Raspberry Pi 3. I think it hast something to do with dnsmasq, because after the error pi-hole stops working and no DNS can be resolved. I have to reboot the device to fix it. Do you have any advice on how to perform the update?
Error while Upgrading 120 > 122
-
- Posts: 16
- Joined: Tue Mar 15, 2016 2:56 pm
Re: Error while Upgrading 120 > 122
Hi,beerenheini wrote:Hi friends,
I'm getting an error when I try to update to the latest version on the Raspberry Pi 3. I think it hast something to do with dnsmasq, because after the error pi-hole stops working and no DNS can be resolved. I have to reboot the device to fix it. Do you have any advice on how to perform the update?
Please paste results of the following, hide any wifi keys:
Code: Select all
cat /etc/network/interfaces
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
-
- Posts: 16
- Joined: Tue Mar 15, 2016 2:56 pm
Re: Error while Upgrading 120 > 122
Thank you Fourdee!
I'll have a look at the tutorial. I've installed Pi-hole via the method provided from the developer btw.
Code: Select all
# cat /etc/network/interfaces
#/etc/network/interfaces
#Please use DietPi-Config to modify network settings.
# Local
auto lo
iface lo inet loopback
# Ethernet
allow-hotplug eth0
iface eth0 inet static
metric 0
address 192.168.178.3
netmask 255.255.255.0
gateway 192.168.178.1
dns-nameservers 127.0.0.1
# Wifi
#allow-hotplug wlan0
iface wlan0 inet static
metric 1
address 192.168.178.3
netmask 255.255.255.0
gateway 192.168.178.1
wireless-essid Not_Set
wireless-key Not_Set
wireless-mode Managed
wireless-power off
wpa-ssid Not_Set
wpa-psk Not_Set
#dns-nameservers 8.8.8.8 8.8.4.
Re: Error while Upgrading 120 > 122
Found the issue:beerenheini wrote:Thank you Fourdee!
I'll have a look at the tutorial. I've installed Pi-hole via the method provided from the developer btw.Code: Select all
# cat /etc/network/interfaces #/etc/network/interfaces #Please use DietPi-Config to modify network settings. # Local auto lo iface lo inet loopback # Ethernet allow-hotplug eth0 iface eth0 inet static metric 0 address 192.168.178.3 netmask 255.255.255.0 gateway 192.168.178.1 dns-nameservers 127.0.0.1 # Wifi #allow-hotplug wlan0 iface wlan0 inet static metric 1 address 192.168.178.3 netmask 255.255.255.0 gateway 192.168.178.1 wireless-essid Not_Set wireless-key Not_Set wireless-mode Managed wireless-power off wpa-ssid Not_Set wpa-psk Not_Set #dns-nameservers 8.8.8.8 8.8.4.
Code: Select all
dns-nameservers 127.0.0.1
Code: Select all
dns-nameservers 8.8.8.8 8.8.4.4
No worries.I've installed Pi-hole via the method provided from the developer btw
With DietPi, you can either use dietpi-software to install a stable version, or manually install. The choice is yours

Either way, by using the DietPi image, you'll get the performance boost from DietPi RAMlog, and a true minimal installation when compared to Raspbian Lite.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
-
- Posts: 16
- Joined: Tue Mar 15, 2016 2:56 pm
Re: Error while Upgrading 120 > 122
Thank you! That did the trick. I'm using DietPi. I meant that I've installed pi-hole by 
Thanks again, problem solved.
Code: Select all
curl -L https://install.pi-hole.net | bash

Thanks again, problem solved.
Re: Error while Upgrading 120 > 122
Great to hear, thanks for letting me knowbeerenheini wrote:Thank you! That did the trick. I'm using DietPi. I meant that I've installed pi-hole byCode: Select all
curl -L https://install.pi-hole.net | bash
Thanks again, problem solved.

If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.