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

Main process exited when get error response from DDNS server #481

Open
mia0x75 opened this issue May 3, 2024 · 1 comment
Open

Main process exited when get error response from DDNS server #481

mia0x75 opened this issue May 3, 2024 · 1 comment

Comments

@mia0x75
Copy link
Contributor

mia0x75 commented May 3, 2024

Error log:

# systemctl status inadyn
× inadyn.service - Internet Dynamic DNS Client
     Loaded: loaded (/lib/systemd/system/inadyn.service; enabled; preset: enabled)
     Active: failed (Result: exit-code) since Wed 2024-05-01 18:08:14 CST; 1 day 16h ago
   Duration: 6.516s
       Docs: man:inadyn
             man:inadyn.conf
             file:/usr/share/doc/inadyn/README.md
   Main PID: 315335 (code=exited, status=48)
        CPU: 1.532s

May 01 18:08:08 HLab inadyn[315335]: Update forced for alias sub-domain.duckdns.org, new IP# 2408:8256:3110:5800:f949:>
May 01 18:08:09 HLab inadyn[315335]: Fatal error in DDNS server response: DDNS server response not OK
May 01 18:08:11 HLab inadyn[315335]: Updating IPv6 cache for sub-domain.duckdns.org
May 01 18:08:14 HLab inadyn[315335]: Error response from DDNS server, exiting!
May 01 18:08:14 HLab inadyn[315335]: Error code 48: DDNS server response not OK
May 01 18:08:14 HLab systemd[1]: inadyn.service: Main process exited, code=exited, status=48/n/a
May 01 18:08:14 HLab systemd[1]: inadyn.service: Failed with result 'exit-code'.
May 01 18:08:14 HLab systemd[1]: inadyn.service: Consumed 1.532s CPU time.
@troglobit
Copy link
Owner

Yes, this is by design. The following lines tell something is not OK with the server:

May 01 18:08:09 HLab inadyn[315335]: Fatal error in DDNS server response: DDNS server response not OK
May 01 18:08:11 HLab inadyn[315335]: Updating IPv6 cache for sub-domain.duckdns.org
May 01 18:08:14 HLab inadyn[315335]: Error response from DDNS server, exiting!
May 01 18:08:14 HLab inadyn[315335]: Error code 48: DDNS server response not OK

I suggest you investigate the problem, e.g., by running with debug logs enabled to see what other information is returned from the server, or you can ignore the problem by running inadyn with --continue-on-error, as stated in the documentation.

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