https://bugzilla.novell.com/show_bug.cgi?id=643618 https://bugzilla.novell.com/show_bug.cgi?id=643618#c8 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |carlos.e.r@opensuse.org --- Comment #8 from Ladislav Slezak <lslezak@novell.com> 2010-11-01 18:05:33 UTC --- I have checked the logs and I have found out this: The first attached log shows that the refresh was started manually from repositories module by "Refresh Now" button (it has been renamed to "Refresh Selected" so it's clear that it refreshes the selected repository in the table.) Pressing this button refreshes the selected repository regardless the autorefresh flag - it's useful for rarely updated repositories (or for repositories which you manage). If you have a repo with disabled autorefresh but you know that it has been updated you can force refresh simply by pressing the button without need to enable autorefresh and disabling back after refresh. So this is not a bug. The second log: 2010-10-04 22:04:22 <5> linux-qwa0(6928) [zypp] Exception.cc(log):133 MediaAria2c.cc(getFileCopy):503 THROW: MediaAria2c.cc( getFileCopy):503: Fichier '/repodata/repomd.xml' introuvable dans sur le media 'http://download.opensuse.org/repositories/KDE:/ KDE4:/Community/openSUSE_11.2/' But few lines above there is 2010-10-04 22:04:21 <1> linux-qwa0(6928) [zypp] RepoFileReader.cc(repositories_in_file):81 - alias : download.opensuse.or g-Community 2010-10-04 22:04:21 <1> linux-qwa0(6928) [zypp] RepoFileReader.cc(repositories_in_file):81 - name : openSUSE BuildServic e - KDE:KDE4:Community 2010-10-04 22:04:21 <1> linux-qwa0(6928) [zypp] RepoFileReader.cc(repositories_in_file):81 - enabled : 1 2010-10-04 22:04:21 <1> linux-qwa0(6928) [zypp] RepoFileReader.cc(repositories_in_file):81 - autorefresh : 1 2010-10-04 22:04:21 <1> linux-qwa0(6928) [zypp] RepoFileReader.cc(repositories_in_file):81 - url : http://download.open suse.org/repositories/KDE:/KDE4:/Community/openSUSE_11.2/ So the autorefresh was enabled. Moreover the refresh was called from 2010-10-04 22:04:21 <1> linux-qwa0(6928) [Pkg] OnlineUpdateCallbacks.ycp:535 Pkg Builtin called: SourceRefreshNow and the code there is: if (source_id != nil && source_autorefresh == true && source_enabled == true) { y2milestone("Refreshing source: %1", source_id); Pkg::SourceRefreshNow(source_id); } so it refreshes only the enabled repositories. So here my questions: How can I reproduce the bug (exact steps)? Could you reproduce it in 11.3 (or factory/11.4-pre)? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.