-
sdwdate-1.0.0-3 Stable
released this
2026-07-10 22:58:57 +02:00 | 3 commits to main since this releasesdwdate (lainOS layer 02 port) ~ Changelog
1.0.0-3 ~ Fresh-install log permission fix
Bug Fix
- Fixed
start-stop-daemon: unable to open the logfile for stdout '/var/log/sdwdate.log': Permission deniedon fresh installs. The package'spost_installhook correctly creates and chowns/var/log/sdwdate.log, but this was found not to reliably survive Calamares' ISO install-time chroot execution ~ confirmed present via a livepacman -Uon an already-running system, but absent on a fresh Calamares-installed system despite the install script containing identicaltouch/chownlogic. - Moved log file creation into the OpenRC init script's
start_pre()(viacheckpath -f), matching the existing, already-reliable pattern used for/run/sdwdate,/var/lib/sdwdate, and/var/lib/sdwdate-forbidden-temp. This runs fresh on every service start regardless of install method, rather than depending on a one-time install hook. - Verified fixed end-to-end on a fresh ISO install:
checkpathcorrectly creates and owns the log file,sdwdatestarts cleanly,lainos-sdwdate statusreports it running.
Downloads
- Fixed