This article provides information on how to clear the commit errors:
error: could not open /var/etc/pam.conf+: Operation not permitted error: commit failed: foreign file propagation failed during preprocessing
root# commit error: could not open /var/etc/pam.conf+: Operation not permitted error: commit failed: foreign file propagation failed during preprocessing
Oct 20 12:53:00 pfex: sflow socket connect failed (socket closed) Oct 20 12:53:00 fpc0 sflow socket connect failed (socket closed) Oct 20 12:53:00 authd[925]: LICENSE_SOCKET_FAILURE: 'evConnect' failed for socket 22:
To fix this issue, full permission needs to be given to the password authentication management file:
root> start shell root%
root% ls -lo /var/etc/pam -rw------- 1 root wheel - 203 Feb 14 2017 /var/etc/pam.conf
root% chflags 0 /var/etc/pam.conf+ root% chmod 777 /var/etc/pam.conf
{master:0}[edit] root@co# commit full configuration check succeeds commit complete
Note: If the above command does not work, then format install the switch to fix this issue.
2020-04-23: Updated formatting to correct overlapping text.