Your message dated
with message-id <[email protected]>
and subject line apt-proxy removed from Debian unstable
has caused the Debian Bug report #306080,
regarding apt-proxy update fails to chown symlinked cache
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
306080: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306080
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt-proxy
Version: 1.9.28
apt-proxy failed to work after upgrade from v1 to v2 due to unchanged ownership
of a directory.
apt-proxy v1 ran as 'apt-user', symlink /var/cache/apt-proxy and its target
were owned by 'apt-user'. Upgrade changed ownership of the symlink but not the
symlink's target.
I don't know how it's done in Python, but in bash, using $proxycache as the
file/directory to test:
# check for symlink
if [ -h ${proxycache} ]
chown aptproxy.users ${proxycache}
chown -R --dereference aptproxy.users ${proxycache}
fi
--- End Message ---
--- Begin Message ---
Version: 1.9.37+rm
apt-proxy has been removed from Debian unstable: http://bugs.debian.org/576821
Closing its bugs with a Version higher than the last unstable upload.
More information about this script at:
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD
--- End Message ---