update openSuse-2015-521 does not lead

When I try to install the update openSuse-2015-521 I get the error message

File ‘./x86_64/libiniparser0-3.1.0.git20140619_c5beb80a-216.1.x86_64.rpm’ not found on medium
http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_13.1/

I had posted this problem some weeks ago and was asked to wait till the mirror I am using is up
to date. But nothing has happened in the meantime. Later updates could be installed without a hitch.

How, can I find out which mirror I am using and possibly change it?

This package does not exist any more in this repo, it has been removed.

From the README.SUSE file:

The iniparser library no longer is used by Samba

Instead lib/util/tiniparser.c got added to the Samba sources. See also http://lists.opensuse.org/opensuse-factory/2015-07/msg00598.html

See https://build.opensuse.org/package/view_file/network:samba:STABLE/iniparser/README.SUSE?expand=1

Do you maybe have auto-refresh turned off for that repo?
Try running “sudo zypper ref” to refresh the caches.

I had posted this problem some weeks ago and was asked to wait till the mirror I am using is up
to date. But nothing has happened in the meantime. Later updates could be installed without a hitch.

How, can I find out which mirror I am using and possibly change it?

This is no mirror problem, it seems.

Open a terminal window and do


sudo zypper clean && sudo zypper ref && sudo zypper up

The first zypper command cleans out the caches on your system, the second refreshes the repos, the third one updates the system. I’ve met situations where cached info was causing something like this.

Thanks!
It works now. zypper did the job.

Peter