|
Bugzilla – Full Text Bug Listing |
| Summary: | zypper dup from 12.1 to 12.2 failing for openssh | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Christian Wittmer <chris> |
| Component: | Network | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | zypper log with info about zypper dup | ||
|
Description
Christian Wittmer
2012-09-18 16:26:12 UTC
@Christian: Sounds like something blocks the update of openssh-askpass.
- If the issue is still unsolved (old openssh installed), please create and attach a solver testcase:
# zypper in --debug-solver nopackage
...
Generating solver test case...
Solver test case generated successfully at /var/log/zypper.solverTestCase.
- If you already managed to install the new packages please attach the zypper log that shows the failed openssh install.
To see the execution dates and zypper commands included in a logfile you can install the zypper-log package (available since zypper-1.6.11) and execute:
zypper-log -l <logfile>
NOTE: zypper-log prior to 1.8.1 is not able to read lzma compressed logfiles
(.xz). In this case you can use `xzgrep` to find the execution dates and zypper commands:
grep main.cc /var/log/zypper.log
xzgrep main.cc /var/log/zypper.log-*.xz
bzgrep main.cc /var/log/zypper.log-*.bz2
zgrep main.cc /var/log/zypper.log-*.gz
Long time no response.So closed. Feel free to reopen it.Thanks:) not so fast with old people ;) (In reply to comment #4) > not so fast with old people ;) Welcome back~~~ :-) Created attachment 512763 [details]
zypper log with info about zypper dup
attached zypper.log of the system.
Hope will find in there what you are looking for.
If not, then tell me I will try to do it again.
- alias : i121_upd - enabled : 1 - url : http://192.168.105.20/pub/opensuse/update/12.1 - type : rpm-md - priority : 25 It's been due to the i121_upd repo which had priority 25, higher than the 12.2 repos (priority 99). So available packages were taken from i121_upd rather than the 12.2 repo. Old distro repos should be disabled upon 'zypper dup'. |