Actions
Bug #9639
closedWhen running rudder-init on a fresh server, we get an error that "/var/rudder/ncf/local/ does not exist"
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
rudder-init runs following command:
# The previous run will create /var/rudder/configuration-repository/ncf/ncf.conf but it still needs copying to /var/rudder/ncf/local/ncf.conf if [ -f /var/rudder/configuration-repository/ncf/ncf.conf ]; then cp -f /var/rudder/configuration-repository/ncf/ncf.conf /var/rudder/ncf/local/ fi
but we don't check that this folder exists (on fresh install, on SLES, it seems it does not exists yet)
Updated by Nicolas CHARLES about 8 years ago
- Related to Bug #7794: rudder-upgrade edits the wrong ncf.conf file causing transitory invalid promises during upgrades added
Updated by Vincent MEMBRÉ almost 8 years ago
- Target version changed from 3.1.17 to 3.1.18
Updated by Vincent MEMBRÉ almost 8 years ago
- Target version changed from 3.1.18 to 3.1.19
Updated by Benoît PECCATTE over 7 years ago
- Is duplicate of Bug #10028: Transient update error on ncf/local added
Actions