| Summary: | selective failure of yum list command | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steve <lance.list.7> | ||||
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 19 | CC: | admiller, ffesti, firas.alkafri, jzeleny, packaging-team-maint, zpavlas | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-16 08:00:24 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Steve
2013-12-14 12:56:21 UTC
Created attachment 836643 [details]
output of yum list command to show error
Most likely an escaping issue - bash expands the asterisk before it reaches yum. That means if you have files in your $CWD that start with "kde", their names will be given as arguments to yum instead of the asterisk. The bash expansion explanation is not consistent with the evidence (see the attachment for details) as yum list gno* yum list ker* do give an appropriate output as the wild card search includes the not installed, but available packages whereas yum list kde* in the attachment reports as error further /etc/bash_completion.d/yum-utils.bash may play a part. claim it as part of the metadata and a corruption there and leave this as closed. |