On 27.06.2013 20:43, Sven Joachim wrote:
On 2013-06-27 12:58 +0200, Gernot Super wrote:preload doesn't seem to get started with systemd on boot, any hints are very appreciated! more info: root@debian:/# systemctl start preload.serviceSo you can start the service manually, it seems.root@debian:/# systemctl enable preload.service Failed to issue method call: No such file or directoryMaybe running that under strace helps finding out which file it is complaining about? Cheers, Sven
Thanks for the reply. The problem was with preload: /var/log/preload.log:[Thu Jun 27 15:55:19 2013] failed reading state from /var/lib/preload/preload.state: line 1680: invalid syntax
[Thu Jun 27 15:55:19 2013] Exiting After clearing /var/lib/preload/preload.state everything works as expected.