Just read a nice little tip on the OpenSUSE site on one of the things that was bugging me most when working with the Yast Software Managment.
In a nutshell : How to set the refresh time ! (many thank to poster 'Me', whoever that is)
--
You CAN “tell yast package manager not to refresh repositories every time you want to install something”.
~> zypper mr –help
modifyrepo (mr)
Modify properties of the repository specified by alias.
Command options:
-d, –disable Disable the repository (but don’t remove it)
-e, –enable Enable a disabled repository
-a, –enable-autorefresh Enable auto-refresh of the repository
–disable-autorefresh Disable auto-refresh of the repository
And you can set it from the YaST “Software Repositories” module too.
You even have /etc/zypp/zypp.conf with:
##
## Amount of time in minutes that must pass before another refresh.
##
## Valid values: Integer
## Default value: 10
##
## If you have autorefresh enabled for a repository, it is checked for
## up-to-date metadata not more often than every
## minutes. If an automatic request for refresh comes before
## minutes passed since the last check, the request is ignored.
##
## A value of 0 means the repository will always be checked. To get the oposite
## effect, disable autorefresh for your repositories.
##
## This option has no effect for repositories with autorefresh disabled, nor for
## user-requested refresh.
##
# repo.refresh.delay = 10


)
Silly question, did you set it to lower than 10 or greater than 10?
Bookmarks