0 příspěvků / 0 new
Obrázek uživatele johnnycage
Offline
Naposledy viděn: 12 let 9 měsíců zpět
Připojen: 09.07.2007 - 15:28
smart

Dobry den,

pouzivam balickovaci manazer smart. Aktualizaciu repozitarov a upgrade balickov vykonavam cez konzolu. Pri aktualizacii repozitarov mi nahodne (hocikedy) vypisuje tuto chybu:

File "/usr/bin/smart", line 194, in
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/interface.py", line 53, in run
result = _command.main(self._ctrl, opts)
File "/usr/lib/python2.5/site-packages/smart/commands/update.py", line 78, in main
failed = not ctrl.reloadChannels(channels, caching=NEVER)
File "/usr/lib/python2.5/site-packages/smart/control.py", line 354, in reloadChannels
if not channel.fetch(self._fetcher, progress):
File "/usr/lib/python2.5/site-packages/smart/channels/rpm_md.py", line 73, in fetch
digest = getFileDigest(item.getTargetPath())
File "/usr/lib/python2.5/site-packages/smart/util/filetools.py", line 31, in getFileDigest
file = open(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found