Bugzilla – Bug 220056
YaST attempts to check for updates before network is brought up
Last modified: 2006-11-16 13:20:19 UTC
This problem was found when performing an update from beta1 to beta2. After the packages are installed and after the initial reboot, YaST attempts to refresh already configured update sources before actually bringing up the network. I've created an attachment containing the install log. The relevant line can be found at line: 3342 which starts with the text: "2006-11-10 20:04:01 <0> linux-dgwq(3145) [media] MediaCurl.cc(attachTo):568"
Created attachment 104743 [details] YaST2 install logs
sh: online update is maintained by jsuchome anyway, 'source refresh' error is probably in packager, pkg-bindings -> lslezak
The problem is in initialization of libzypp - even disabled sources are refreshed. I don't know whether it's a feature or a bug. Duncan? Another solution is to disable autorefresh for all sources in pkg-bindings (in TargetDisableSources() binding which is called during update to disable all sources at target).
I have applied the workaround in yast2-pkg-bindings-2.14.0 (in TargetDisableSources()) => decreasing the severity
*** This bug has been marked as a duplicate of bug 218705 ***