[Bug 410791] New: zypp-refresh-wrapper ( therefore opensuse-updater ) does not obey zypper settings
https://bugzilla.novell.com/show_bug.cgi?id=410791 Summary: zypp-refresh-wrapper ( therefore opensuse-updater ) does not obey zypper settings Product: openSUSE 11.0 Version: Final Platform: All OS/Version: openSUSE 11.0 Status: NEW Severity: Major Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: sourtooth@gmail.com QAContact: jsrain@novell.com Found By: System Test zypp-refresh-wrapper will forcefully update all repositories that are enabled, even ones that are not set to auto-refresh, meaning it disobeys the settings the user attempts to enforce. at least it obeys if a repository is disabled. output of zypper ls: # | Alias | Name | Enabled | Refresh ---+-----------------------+------------------------+---------+-------- 1 | Latest_Wine | Latest Wine | No | No 2 | KDE_4_Devel_Desktop | KDE 4 Devel Desktop | Yes | No 3 | KDE_4_Development_1 | KDE 4 Devel Extra-Apps | Yes | No 4 | VideoLan Repository | VideoLan Repository | Yes | No 5 | Wireless_Driver | Wireless Driver | Yes | No 6 | openSUSE-11.0-Oss_1 | openSUSE-11.0-Oss | Yes | No 7 | Webcam_Drivers | Webcam Drivers | Yes | No 8 | Packman Repository | Packman Repository | Yes | No 9 | openSUSE-11.0-Updates | Updates for 11.0 | Yes | Yes 10 | repo-non-oss | openSUSE-11.0-Non-Oss | Yes | No 11 | openSUSE_Education | openSUSE Education | Yes | No expected behaviour: refreshes only "Updates for 11.0" recieved behaviour: refreshes all excluding Latest Wine, but only because it is disabled. this is unacceptable, when the updater applet won't even tell me if there are updates, just because of a gpg-check failure on the packman repo ( which was due to a broken repo by the way ftp.skynet.be ). what say a user didn't have a net connection ( eg: check for updates failed because "repositories could not be refreshed" even though auto-refresh had been completely disabled!! ) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=410791 User sourtooth@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=410791#c1 Ben Cooksley <sourtooth@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|YaST2 |libzypp Priority|P5 - None |P3 - Medium --- Comment #1 from Ben Cooksley <sourtooth@gmail.com> 2008-07-21 02:27:44 MDT --- changing to correct component. it should be named zypper not libzypp ( not obvious to users ) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=410791 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |jkupec@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=410791 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=410791#c2 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jkupec@novell.com |tgoettlicher@novell.com Summary|zypp-refresh-wrapper ( therefore opensuse- |zypp-refresh-wrapper ( therefore opensuse- |updater ) does not obey zypper settings |updater ) does not obey repo settings --- Comment #2 from Ján Kupec <jkupec@novell.com> 2008-07-21 05:20:31 MDT --- zypp-refresh is an _explicit_ refresh request, thus it does not take 'autorefresh' into account. This is intended, so i would close this report as invalid. However i understand your complaint about the updater refusing to continue with other repos when refresh of one fails. This could be improved, but i'm not sure wheter the updater is meant to handle such special cases. AFAIK, the intention is to keep the applet as simple as possible (not much code) and let user handle more complex issues with more capable tools like yast or zypper. Which means in your case, either wait for the repository to recover, or disable it with zypper, or stop using the updater applet if you have many repos defined which cause problems too often. Thomas, your opinion? (In reply to comment #1 from Ben Cooksley)
changing to correct component. it should be named zypper not libzypp ( not obvious to users )
Don't worry about that too much, we'll set the correct component if it's not right. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=410791 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkupec@novell.com Severity|Major |Enhancement -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=410791 User tgoettlicher@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=410791#c3 --- Comment #3 from Thomas Göttlicher <tgoettlicher@novell.com> 2008-07-21 05:54:08 MDT --- I think the call of zypp-refresh-wrapper isn't like a refresh request. zypp-refresh-wrapper is called automatically by the updater and most users don't even know that. Therefore I think this isn't an explicit refresh request. On the one hand only the repos with auto-refresh enabled should be refreshed when the updater applet runs. On the other hand the name of the binary zypp-refresh-wrapper sounds like refreshing all. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=410791 Thomas Göttlicher <tgoettlicher@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tgoettlicher@novell.com |jkupec@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=410791 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=410791#c4 --- Comment #4 from Ján Kupec <jkupec@novell.com> 2008-07-23 07:55:23 MDT --- http://lists.opensuse.org/opensuse-softwaremgmt/2008-07/msg00018.html -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=410791 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=410791#c5 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Status Whiteboard| |in-svn --- Comment #5 from Ján Kupec <jkupec@novell.com> 2008-07-28 06:21:00 MDT --- done in svn, zypp-refresh will refresh only enabled repos with autorefresh turned on. To be in zypper 0.12.1 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=410791 User tgoettlicher@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=410791#c6 Thomas Göttlicher <tgoettlicher@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lmichnovic@novell.com --- Comment #6 from Thomas Göttlicher <tgoettlicher@novell.com> 2008-07-29 05:37:30 MDT --- *** Bug 397394 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=397394 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=410791 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=410791#c7 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Status Whiteboard|in-svn | --- Comment #7 from Ján Kupec <jkupec@novell.com> 2008-09-02 02:30:34 MDT --- submitted -- 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.
participants (1)
-
bugzilla_noreply@novell.com