[Bug 849736] Re: apt-cache policy silently shows inaccurate information when any file in /etc/apt/sources.list.d is unreadable

Torsten Spindler torsten at canonical.com
Wed Feb 29 13:24:49 UTC 2012


Confirmed, sudo is however a workaround:


spindler at spitfire:/etc/apt/sources.list.d$ apt-cache policy apache2
apache2:
  Installed: (none)
  Candidate: 2.2.22-1ubuntu1
  Version table:
     2.2.22-1ubuntu1 0
        500 http://archive.ubuntu.com/ubuntu/ precise/main i386 Packages
spindler at spitfire:/etc/apt/sources.list.d$ sudo apt-cache policy apache2
apache2:
  Installed: (none)
  Candidate: 2.2.22-1ubuntu1
  Version table:
     2.2.22-1ubuntu1 0
        500 http://archive.ubuntu.com/ubuntu/ precise/main i386 Packages
     2.2.14-5ubuntu8 0
        500 http://archive.ubuntu.com/ubuntu/ lucid/main i386 Packages


** Changed in: apt (Ubuntu)
       Status: New => Confirmed

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

Title:
  apt-cache policy silently shows inaccurate information when any file
  in /etc/apt/sources.list.d is unreadable

Status in “apt” package in Ubuntu:
  Confirmed

Bug description:
  Version: 0.8.16~exp5ubuntu8
  Release:	11.10

  I've noticed some odd behaviour from apt-cache policy where it
  pretends, without protest, that package versions in PPAs don't exist.

  The trigger seems to be a newly-added source whose .list file I set up
  to be only readable by root (it contains authentication information).

  When any file in /etc/apt/sources.list.d is unreadable, apt-cache
  won't try to read further files, and it also apparently discards
  information from any of the files it did manage to read.  (Assuming it
  reads them as it goes — I was only tracing calls to open(2).)

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




More information about the foundations-bugs mailing list