Bug#370453: apt-cacher: FHS: cannot recover from cleaning of /var/cache/apt-cacher

2006-06-10 Thread Thomas Girard
severity 370453 important thanks Tests have shown that apt-cacher fails to start if and only if /var/cache/apt-cacher/private does not exist. It does *not* require the exlock file to start. But it does not work correctly if /var/cache/apt-cache/packages/ and /var/cache/apt-cache/headers/ are

Bug#370453: apt-cacher: FHS: cannot recover from cleaning of /var/cache/apt-cacher

2006-06-10 Thread Thomas Girard
For completeness, note that invoking /usr/share/apt-cacher/install.pl (which is invoked in postinst) in the init script would nearly work, as it creates /var/cache/apt-cache directories with correct perms. But it plays with apache.conf and tries to restart apache, so that's not acceptable.

Bug#370453: apt-cacher: FHS: cannot recover from cleaning of /var/cache/apt-cacher

2006-06-05 Thread David Schmitt
Package: apt-cacher Version: 1.5.3 Severity: serious Justification: Policy 9.1.1, FHS 5.2 Hi! After emptying /var/cache/apt-cacher/, apt-cacher cannot start anymore. An easy workaround is to $ mkdir -p /var/cache/apt-cacher/private/ $ touch /var/cache/apt-cacher/private/exlock $ chown -R