ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0021081ClearOSapp-base - Base Systempublic2018-08-14 11:292018-08-23 10:25
Reporteruser2 
Assigned Touser2 
PrioritynormalSeveritytweakReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version7.5.0 UpdatesFixed in Version7.5.0 Updates 
Summary0021081: Add option to use yum instead of wc-yum
DescriptionThe "wc-yum" utility is used to provide progress data in JSON format - handy for presenting this information to web-based widgets. However, it does not behave exactly the same as "yum". In particular, trying to install an already existing package returns success in yum:

# yum install glibc
Package glibc-2.17-222.el7.x86_64 already installed and latest version
Nothing to do
# echo $?
0

But returns an error in wc-yum:

# wc-yum -i glibc
... "Error, no packages selected for install."}
# echo $?
255

This is a "Good Thing" in most use cases, but it can pollute the system log with unwanted backtraces for unattended upgrades e.g. see 0021021

Provide an option to use "yum" instead of "wc-yum" when installing packages.





TagsNo tags attached.
Attached Files

- Relationships
related to 0021121closeduser2 Add option to use yum instead of wc-yum 

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2018-08-14 11:29 user2 New Issue
2018-08-14 12:09 user2 Status new => resolved
2018-08-14 12:09 user2 Fixed in Version => 7.5.0 Updates
2018-08-14 12:09 user2 Resolution open => fixed
2018-08-14 12:09 user2 Assigned To => user2
2018-08-14 12:44 user2 Issue cloned: 0021121
2018-08-14 12:44 user2 Relationship added related to 0021121
2018-08-23 10:25 user2 Status resolved => closed