Skip to content

ddclient preventing systemd Bootup finish #191105

@Sepero

Description

@Sepero

Describe the bug

Using ddclient prevents systemd from finishing boot.

Checking blame shows boot unfinished.

# systemd-analyze blame
Bootup is not yet finished (org.freedesktop.systemd1.Manager.FinishTimestampMonotonic=0).
Please try again later.
Hint: Use 'systemctl list-jobs' to see active jobs

# systemctl list-jobs
JOB UNIT              TYPE  STATE
2   multi-user.target start waiting
88  ddclient.service  start running
1   graphical.target  start waiting

3 jobs listed.

Steps To Reproduce

My ddclient config. When I change ddclient.enable to false, then systemd boot completes.

  services.ddclient.enable = true;
  services.ddclient.interval = "60min";
  services.ddclient.extraConfig =
  ''
    daemon=1800
    use=web, web=checkip.dynu.com/, web-skip='IP Address'
    protocol=dyndns2
    server=api.dynu.com
    login=xxxx
    password='"xxxx'
    xxxx.dynu.com
  '';

If any further information is needed, then please request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions