/etc/network/if-up.d/dietpi-disable_offload' failed

Hi,

I do something by trying to uninstall Pi-Hole ( I say yes for dhcp etc… ) so my network was killed

I restore successfully my network, but now, I have this bug :

warning: eth0: up cmd ‘/etc/network/if-up.d/dietpi-disable_offload’ failed ([Errno 1
3] Permission denied)

Do you have any idea why ?

Thanks :smiley:

error happens at reboot and when do ifup eth0

root@raspberrypi:~# ifup eth0
warning: eth0: up cmd ‘/etc/network/if-up.d/dietpi-disable_offload’ failed ([Errno 13] Permission denied)
root@raspberrypi:~#

This is my interfaces :

\

Drop-in configs

source interfaces.d/*

The loopback network interface

auto lo eth0
iface lo inet loopback

Ethernet

allow-hotplug eth0
iface eth0 inet static
address 192.168.0.48
netmask 255.255.255.0
gateway 192.168.0.254
#dns-nameservers 1.1.1.1 1.0.0.1

WiFi

#allow-hotplug wlan0
iface wlan0 inet dhcp
address 0.0.0.0
netmask 0.0.0.0
gateway 0.0.0.0
#dns-nameservers 0.0.0.0
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

Work after sudo apt reinstall ifupdown :wink:

thanks