When choosing <add cdrom> from the menu-bar of synaptic it reports it can't
mount the cdrom. Adding it from the command-line works.
$ Traceback (most recent call last):
File "/usr/sbin/update-apt-xapian-index", line 97, in <module>
if not indexer.setupIndexing(force=opts.force):
File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 437, in
setupIndexing
self.readPlugins(langs=self.langs, progress=self.progress)
File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 419, in readPlugins
addon = Addon(fullname, **kw)
File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 57, in __init__
self.info = self.obj.info()
File "/usr/share/apt-xapian-index/plugins/descriptions.py", line 27, in info
return dict(timestamp = os.path.getmtime(fname))
File "/usr/lib/python2.6/genericpath.py", line 54, in getmtime
return os.stat(filename).st_mtime
OSError: [Errno 2] No such file or directory: '/var/cache/apt/pkgcache.bin'
[1]+ Done gksu synaptic