| Summary: | net-misc/openntpd-3.9_p1-r3 doesn't seem to create NTPD_HOME path | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Dirkjan Ochtman (RETIRED) <djc> |
| Component: | New packages | Assignee: | Krzysztof Pawlik (RETIRED) <nelchael> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mellos |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Dirkjan Ochtman (RETIRED)
2011-04-11 08:25:49 UTC
Also, this path is settable via NTPD_HOME in /etc/conf.d/ntpd, but hardcoded in the init script.
doing this:
- checkpath -d -o 0:0 /var/lib/openntpd/chroot
+ checkpath -d -o 0:0 ${NTPD_HOME}
should hopefully fix both.
(In reply to comment #0) > mkdir: cannot create directory `/var/lib/openntpd/chroot': No such file or > directory I've seen that too but it seems to work anyway in the end. I can confirm the solution in comment1 solves the problem on my system. Yeah, the solution in comment 1 seems sane. Fixed in openntpd-3.9_p1-r4. *** Bug 432598 has been marked as a duplicate of this bug. *** |