Rasmus Simon-Riegel wrote:
i made a little change in /usr/lib/hobbit/client/ext/apt
in @stamp_files add "/var/lib/apticron/last_run" and remove "/var/lib/apt/lists/lock".
before:
my @stamp_files = qw(/var/lib/apt/update_success /var/lib/apt/periodic/update-stamp /var/lib/apt/lists/lock);
after:
my @stamp_files = qw(/var/lib/apt/update_success /var/lib/apt/periodic/update-stamp /var/lib/apticron/last_run);
ascent at tosca:~$ ls -l /var/lib/apticron/last_run
ls: cannot access /var/lib/apticron/last_run: No such file or directory
That depends on another package I suppose?
The previous solutions work no matter what.
Wouter