#1130697 ntpd-rs: directory seems to be missing on first startup

Package:
ntpd-rs
Source:
ntpd-rs
Description:
Rust-based NTP implementation with NTS support
Submitter:
Martin Haaß
Date:
2026-03-14 08:15:03 UTC
Severity:
normal
#1130697#5
Date:
2026-03-14 08:14:14 UTC
From:
To:
Dear Maintainer,

   * What led up to the situation?

on first startup ntpd-rs print the following warning
WARN Observer{path=Some("/var/run/ntpd-rs/observe")}: ntpd::daemon::observer: Abnormal termination of the state observer: Could not create observe socket at "/var/run/ntpd-rs/observe" because its parent directory does not exist

observation-path was not modified in the configuration.

   * What outcome did you expect instead?
Startup without warning about missing directories would be appreciated.

   * What exactly did you do (or not do) that was effective (or
the folder was created manually. But nowadays /var/run is on tmpfs, so the folder should be created at every startup
   * What was the outcome of this action?
no more warning today :)