Traceback (most recent call last):
File "/usr/bin/smart", line 194, in <module>
main(sys.argv[1:])
File "/usr/bin/smart", line 167, in main
exitcode = iface.run(opts.command, opts.argv)
File "/usr/lib/python2.5/site-packages/smart/interfaces/gtk/interactive.py",
line 373, in run
self._ctrl.reloadChannels()
File "/usr/lib/python2.5/site-packages/smart/control.py", line 352, in
reloadChannels
if not channel.fetch(self._fetcher, progress):
File "/usr/lib/python2.5/site-packages/smart/channels/deb_sys.py", line 36,
in fetch
digest = os.path.getmtime(path)
File "/usr/lib/python2.5/posixpath.py", line 143, in getmtime
return os.stat(filename).st_mtime
OSError: [Errno 2] Datei oder Verzeichnis nicht
gefunden: '/var/lib/dpkg/status'
|