Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sed: couldn't open temporary file /etc/pihole/sed1xOZrC: Permission denied #221

Open
RamanMehat opened this issue Oct 15, 2023 · 1 comment

Comments

@RamanMehat
Copy link

I am unable to update Upstream DNS Servers, when I do try to do so I get the following error:

'sed: couldn't open temporary file /etc/dnsmasq.d/sedDrThTG: Permission denied'
Followed by:
pihole-FTL: no process found
Stopping pihole-FTL

@M1ck0
Copy link

M1ck0 commented May 16, 2024

are you using docker-compose.yml? If you are here is the solution

... config

    volumes:
      - pihole_data:/etc/pihole/
      - dnsmasq_config:/etc/dnsmasq.d/

volumes:
  pihole_data:
  dnsmasq_config:

using named volumes will fix the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants