Actions
Bug #15811
closedCommand used to check Yum capabilities at agent start calls home to Satellite if there is a Satellite plugin
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
We check Yum capabilities at start with
/usr/bin/yum --setopt=exit_on_lock=True 2>&1 | /bin/grep -q -E '(Command line error: no such option: --setopt|Main config did not have a exit_on_lock attr. before setopt)'
adding --noplugins seems to solve the issue
Updated by Nicolas CHARLES about 5 years ago
- Status changed from New to In progress
Updated by Nicolas CHARLES about 5 years ago
- Status changed from In progress to Rejected
Branch 5.0 doesn't do that anymore (fixed in https://issues.rudder.io/issues/14235)
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category changed from Generic methods - Package Management to Generic methods
Actions