|
Bugzilla – Full Text Bug Listing |
| Summary: | krpmview does not close after RPM install from konqueror with YAST2 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Ray Frye <floridafryes> |
| Component: | KDE | Assignee: | Dirk Mueller <dmueller> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P1 - Urgent | CC: | dmueller |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 10.2 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | 251044 | ||
| Bug Blocks: | |||
|
Description
Ray Frye
2007-04-22 14:07:16 UTC
it is because zypper asks "Do you want to trust key id bla ?" [y/n] which hangs forever. Dirk, just make sure zypper is called with --non-interactive option (or in an xterm), i'll handle the key import issue (bug 251044). doesn't work: sudo /usr/bin/zypper --non-interactive service-delete _krpmview_temporary WARNING: global non-interactive mode is still under development, use with caution. This mode has been implemented and tested for install, remove, and update commands so far. In case of problems related to non-interactive mode, please file a bugreport following instructions at http://en.opensuse.org/Zypper#Troubleshooting Do you want to trust key id A84EDAE89C800ACA SuSE Package Signing Key <build@suse.de> fingerprint:79C179B2E1C820C1890F9994A84EDAE89C800ACA ? [y/n]: rpm -q zypper zypper-0.7.1-8 I've added a </dev/null now, that seems to help :) I meant, it will work with --non-interactive _after_ fixing bug 251044 :O) I just mentioned the --non-interactive mode which is to be used in cases like this (zypper called in the background/from script). So this bug is fixed? Or who is responsible now? Yes, it should work now. Dirk, please check. seems to work fine (--non-interactive is in the package). |