Public bug reported:

If the cache directory of apt-cacher-ng is replaced with a symbolic link, the 
service doesn't start anymore. Reproduction of the issue:
<code lang="sh">
sudo rm -R /var/cache/apt-cacher-ng
sudo ln -s -T /some/other/dir/ /var/cache/apt-cacher-ng
sudo service apt-cacher-ng restart
</code>
This produces 
<output>
* Starting apt-cacher-ng apt-cacher-ng                                         
Cache directory not writable. Check the permissions of /var/cache/apt-cacher-ng!
                                                                         [fail]
</output>
<code>
ls -lisd /some/other/dir
</code>
produces
<ouput>
1835615 420 drwxr-xrwx 3 root root 425984 Jan 25 14:36 /some/other/dir
</output>
Reproducable with 0.7.11-1 and 0.7.2-1ubuntu1 on Ubuntu Precise 12.04 i386.

** Affects: apt-cacher-ng (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1123493

Title:
  support of symbolic links for apt-cacher-ng

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1123493/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to