Project

General

Profile

Actions

Bug #9639

closed

When running rudder-init on a fresh server, we get an error that "/var/rudder/ncf/local/ does not exist"

Added by Nicolas CHARLES over 7 years ago. Updated about 7 years ago.

Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Packaging
Target version:
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)


Related issues 2 (0 open2 closed)

Related to Rudder - Bug #7794: rudder-upgrade edits the wrong ncf.conf file causing transitory invalid promises during upgradesReleasedVincent MEMBRÉ2016-01-19Actions
Is duplicate of Rudder - Bug #10028: Transient update error on ncf/localReleasedAlexis MoussetActions
Actions #1

Updated by Nicolas CHARLES over 7 years ago

  • Target version set to 3.1.17
Actions #2

Updated by Nicolas CHARLES over 7 years ago

  • Related to Bug #7794: rudder-upgrade edits the wrong ncf.conf file causing transitory invalid promises during upgrades added
Actions #3

Updated by Vincent MEMBRÉ over 7 years ago

  • Target version changed from 3.1.17 to 3.1.18
Actions #4

Updated by Vincent MEMBRÉ about 7 years ago

  • Target version changed from 3.1.18 to 3.1.19
Actions #5

Updated by Benoît PECCATTE about 7 years ago

  • Is duplicate of Bug #10028: Transient update error on ncf/local added
Actions #6

Updated by Benoît PECCATTE about 7 years ago

  • Status changed from New to Rejected

Same as #10028

Actions

Also available in: Atom PDF