View Single Post
  #8 (permalink)  
Old 17-Sep-2009, 13:20
mistermartin75 mistermartin75 is offline
Puzzled Penguin
 
Join Date: Aug 2009
Posts: 1
mistermartin75 hasn't been rated much yet
Default Re: 'repo-non-oss': Failed to cache repo (139).

I've resolved this issue with the repo-update by deleting the entire /var/cache/zypp directory. This made sure every file in the cache was rebuilt and resolved all problems.

Open a Terminal and type:

su
rm -rf /var/cache/zypp

Or, with sudo enabled:

sudo rm -rf /var/cache/zypp

Then go to 'Software Repositories' in Yast and refresh all repositories.
Reply With Quote