Help: cannot find the json file to edit with logindata #516

Open
opened 2025-11-20 04:24:40 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @DeEichhorn on GitHub (Apr 7, 2025).

TLDR: cannot find the json file to edit with logindata

  1. Is this urgent: Yes

  2. DNS provider(s) you use: noip, and ddnss

  3. Program version: Newest Unraid 7.0.1

    Running version latest built on 2025-04-06T09:26:25Z (commit 78f3061)

  4. What are you using to run the container: Docker on Unraid

  5. Extra information (optional)

Logs:


========================================
========================================
============= ddns-updater =============
========================================
=========== Made with ❤️ by ============
======= https://github.com/qdm12 =======
========================================
========================================

Running version latest built on 2024-12-24T09:20:36.130Z (commit 78f3061)

🔧 Need help? ☕ Discussion? https://github.com/qdm12/ddns-updater/discussions/new/choose
🐛 Bug? ✨ New feature? https://github.com/qdm12/ddns-updater/issues/new/choose
💻 Email? quentin.mcgaw@gmail.com
💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2025-04-06T10:03:50Z INFO Settings summary:
├── HTTP client
|   └── Timeout: 10s
├── Update
|   ├── Period: 5m0s
|   └── Cooldown: 5m0s
├── Public IP fetching
|   ├── HTTP enabled: yes
|   ├── HTTP IP providers
|   |   └── all
|   ├── HTTP IPv4 providers
|   |   └── all
|   ├── HTTP IPv6 providers
|   |   └── all
|   ├── DNS enabled: yes
|   ├── DNS timeout: 3s
|   └── DNS over TLS providers
|       └── all
├── Resolver: use Go default resolver
├── Server
|   ├── Listening address: :8000
|   └── Root URL: /
├── Health
|   └── Server listening address: 127.0.0.1:9999
├── Paths
|   ├── Data directory: /updater/data
|   ├── Config file: /updater/data/config.json
|   └── Umask: system default
├── Backup: disabled
└── Logger
    ├── Level: info
    └── Caller: hidden
2025-04-06T10:03:50Z INFO reading JSON config from file /updater/data/config.json
2025-04-06T10:03:50Z INFO file not found, creating an empty settings file
2025-04-06T10:03:50Z ERROR cannot write configuration to file: open /updater/data/config.json: permission denied
2025-04-06T10:03:50Z INFO Shutdown successful

** Drücke eine BELIEBIGE TASTE, um dieses Fenster zu schließen ** 

Configuration file (remove your credentials!):



Exact here is the Problem, i cant open it, i know the file must be in updater/data/config.json, but i cant see an file named that...

Host OS: Unraid 7.0.1

Originally created by @DeEichhorn on GitHub (Apr 7, 2025). <!-- HAVE A CHAT FIRST! https://github.com/qdm12/ddns-updater/discussions --> **TLDR**: *cannot find the json file to edit with logindata* 1. Is this urgent: Yes 2. DNS provider(s) you use: noip, and ddnss 3. Program version: Newest Unraid 7.0.1 <!-- See the line at the top of your logs --> `Running version latest built on 2025-04-06T09:26:25Z (commit 78f3061)` 4. What are you using to run the container: Docker on Unraid 5. Extra information (optional) Logs: ```log ======================================== ======================================== ============= ddns-updater ============= ======================================== =========== Made with ❤️ by ============ ======= https://github.com/qdm12 ======= ======================================== ======================================== Running version latest built on 2024-12-24T09:20:36.130Z (commit 78f3061) 🔧 Need help? ☕ Discussion? https://github.com/qdm12/ddns-updater/discussions/new/choose 🐛 Bug? ✨ New feature? https://github.com/qdm12/ddns-updater/issues/new/choose 💻 Email? quentin.mcgaw@gmail.com 💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12 2025-04-06T10:03:50Z INFO Settings summary: ├── HTTP client | └── Timeout: 10s ├── Update | ├── Period: 5m0s | └── Cooldown: 5m0s ├── Public IP fetching | ├── HTTP enabled: yes | ├── HTTP IP providers | | └── all | ├── HTTP IPv4 providers | | └── all | ├── HTTP IPv6 providers | | └── all | ├── DNS enabled: yes | ├── DNS timeout: 3s | └── DNS over TLS providers | └── all ├── Resolver: use Go default resolver ├── Server | ├── Listening address: :8000 | └── Root URL: / ├── Health | └── Server listening address: 127.0.0.1:9999 ├── Paths | ├── Data directory: /updater/data | ├── Config file: /updater/data/config.json | └── Umask: system default ├── Backup: disabled └── Logger ├── Level: info └── Caller: hidden 2025-04-06T10:03:50Z INFO reading JSON config from file /updater/data/config.json 2025-04-06T10:03:50Z INFO file not found, creating an empty settings file 2025-04-06T10:03:50Z ERROR cannot write configuration to file: open /updater/data/config.json: permission denied 2025-04-06T10:03:50Z INFO Shutdown successful ** Drücke eine BELIEBIGE TASTE, um dieses Fenster zu schließen ** ``` Configuration file (**remove your credentials!**): ```json Exact here is the Problem, i cant open it, i know the file must be in updater/data/config.json, but i cant see an file named that... ``` Host OS: Unraid 7.0.1
Author
Owner

@devanteweary commented on GitHub (Oct 7, 2025):

I'm dealing with so8mething similar.
Long story short, I believe it's a permissions thing on Unraid. This container uses UID:1000 and someone it's messing with it.

You ever get this working?

@devanteweary commented on GitHub (Oct 7, 2025): I'm dealing with so8mething similar. Long story short, I believe it's a permissions thing on Unraid. This container uses UID:1000 and someone it's messing with it. You ever get this working?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#516