|
Bugzilla – Full Text Bug Listing |
| Summary: | package installer abort behaviour | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | shishir verma <shiverma> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P2 - High | CC: | badshah400, forgotten_--EoyBps8f, gaswtos, nirajignited, zOOmER.gm |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
shishir verma
2008-06-22 20:24:02 UTC
well, it's at least finishing the current package. Are you talking about a longer than that time? Yes, it does seem to be trying to finish the current package, but that is what I want to be able to abort immediately. What happens is this, when I am trying to install a package, at times due to network congestion, the download speed is very low. To perform that update at a later time, I press abort, but clicking on abort does not kill the session immediately, it wait for sometime before asking if I am really sure that I want to abort the session. I find the gap between pressing the button and getting that pop up a bit annoying. It might not really be a bug, but I still find that to be a desirable feature to have. If the user knows that he wants to abort the session, the question should be asked immediately. Please next time remove NEEDINFO status by selecting "This comment/attachment provides ..." checkbox after supplying needed information. Reassigning to maintainer. The problem could be in pkg-bindings, they evaluate the callback only if at least 5% has been downloaded/installed since the last evaluation. The problem is that updating the progress bars too often would eat too much CPU power and it would slow down the installation. But if the network connection is slow 5% percent might take too long to download. The solution is to check whether there is at least 5% difference or more than 3 seconds elapsed since the last evaluation of the callback. *** Bug 406402 has been marked as a duplicate of this bug. *** Fixed in SVN repository. Submitted in yast2-pkg-bindings-2.17.13. *** Bug 431090 has been marked as a duplicate of this bug. *** *** Bug 407104 has been marked as a duplicate of this bug. *** >Fixed in SVN repository.
this bug is still here in 11.1
It works for me correctly, the abort question is displayed at least after 3 seconds even when I limited the download rate to 1KB/s so the progress bar almost didn't move. How can I reproduce the problem? >How can I reproduce the problem?
just select some wrong proxy address in yast-> network services -> proxy
then run yast -> software management
it will try to refresh repositories (here you can't abort it too, and need to wait about a minute. Though it is not exact the same problem, as described by reporter, that's worth to mention here too)
after a minute it fails to refresh, and pops up window, where you can abort autorefresh.
on the showed sw-management window select some new package to install, and click install.
it will try to download it, you can't interrupt it, and need to wait about a minute.
it would be much less annoying, if "Abort" button will work every time user needs it.
(In reply to comment #12) > >How can I reproduce the problem? > > just select some wrong proxy address in yast-> network services -> proxy > then run yast -> software management > it will try to refresh repositories (here you can't abort it too, and need to > wait about a minute. Though it is not exact the same problem, as described by > reporter, that's worth to mention here too) > after a minute it fails to refresh, and pops up window, where you can abort > autorefresh. > on the showed sw-management window select some new package to install, and > click install. > it will try to download it, you can't interrupt it, and need to wait about a > minute. > > it would be much less annoying, if "Abort" button will work every time user > needs it. I am experiencing the same problem in suse11.1 as in this comment. When clicked on abort button , we need to wait long until "error Download failed " pop up comes up. (In reply to comment #12) > >How can I reproduce the problem? > > just select some wrong proxy address in yast-> network services -> proxy > then run yast -> software management > it will try to refresh repositories (here you can't abort it too, and need to > wait about a minute. Though it is not exact the same problem, as described by > reporter, that's worth to mention here too) I tried to reproduce this in the current FACTORY, the "download failed" popup was displayed immediately. I'm resolving it as WORKSFORME. If you are able to reproduce it in the current FACTORY (or 11.2) then reopen. Thank you. |