Your message dated Mon, 6 Oct 2014 11:17:22 +0200 with message-id <CAEA6rAxHCSUGom+P3SVAh5T4m0dZwyD0Z=gfxw23ax9wr5e...@mail.gmail.com> and subject line Re: Bug#764174: new "_apt" owner not ready for shared mounts has caused the Debian Bug report #764174, regarding new "_apt" owner not ready for shared mounts 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.) -- 764174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764174 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: apt Version: 1.1~exp3 Severity: grave # find /var/cache/apt/archives/ /var/lib/apt/lists/ -printf '%u %g\n'|sort|uniq -c 254 119 nogroup 2013 119 root 13 root root # grep _apt /etc/passwd _apt:x:111:65534::/home/_apt:/bin/false The problem is that those directories are shared filesystems. The user and group numbers on one system don't match those on the others. It so happens that mine are on a "sneakernet". I will do chown -R _apt:root /var/cache/apt/archives /var/lib/apt/lists at boot as a workaround. But then there is the more general case of e.g., NFS mounted filesystems.
--- End Message ---
--- Begin Message ---On Mon, Oct 6, 2014 at 5:38 AM, 積丹尼 Dan Jacobson <[email protected]> wrote: > Package: apt > Version: 1.1~exp3 > Severity: grave > > # find /var/cache/apt/archives/ /var/lib/apt/lists/ -printf '%u > %g\n'|sort|uniq -c > 254 119 nogroup > 2013 119 root > 13 root root > > # grep _apt /etc/passwd > _apt:x:111:65534::/home/_apt:/bin/false > > The problem is that those directories are shared filesystems. > > The user and group numbers on one system don't match those on the > others. > > It so happens that mine are on a "sneakernet". > > I will do chown -R _apt:root /var/cache/apt/archives /var/lib/apt/lists > at boot as a workaround. > > But then there is the more general case of e.g., NFS mounted filesystems. That's not really our fault and there is nothing we can do about that. If you have such specific needs, you need to centrally manage your user database. Many other packages do the same, APT is not special in any way here. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
--- End Message ---

