Commit Graph

7 Commits

Author SHA1 Message Date
Fabio Erculiani 69a0bb87e0 [entropy] move libraries/ to lib/ 2011-10-17 14:27:58 +02:00
Fabio Erculiani cd8d70728d [entropy] simplify entropy locks management code, drop non-atomic functions 2011-10-05 10:44:42 +02:00
Fabio Erculiani 9725e74266 [entropy.const] rewrite const_setup_entropy_pid() to not use pid information
Use a full blown lock file instead of a random file serially accessed
and containing unreliable pid information. Of course, pids can be
reused across fork()s, even if this is unlikely (but not impossible).
2011-10-04 22:37:22 +02:00
Fabio Erculiani c98f17f256 [services] entropy-updates-service: run installed pkgs repository integrity check
Use EntropyRepositoryBase.integrity_check() against installed packages
repository on startup (after 5 mins "grace" time) and notify possible
issues to frontends using the new signal called "signal_integrity_problem"
2011-07-02 19:00:43 +02:00
Fabio Erculiani 028193158b [services] entropy-updates-service: make both threads, daemon ones 2011-06-12 23:03:46 +02:00
Fabio Erculiani 1d47dfd019 [services] entropy-updates-service: add more debugging output, redirect stderr/stdout to log file 2011-05-03 18:25:43 +02:00
Fabio Erculiani cfbb0909c5 [services] add client-updates-daemon wrapper (which sets LC_*), move real executable to /usr/libexec, close bug #1880 2010-10-10 17:55:21 +02:00