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.
|