Description of problem: 6_s1: Failed at step EXEC spawning /usr/libexec/nfs-utils/nfs-utils_env.sh: No such file. journalctl snippet systemd[1]: Failed to start Preprocess NFS configuration. systemd[1]: nfs-config.service: Unit entered failed state. systemd[1]: nfs-config.service: Failed with result 'exit-code'. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. systmctl start nfs-config.service 2.systmctl status nfs-config.service 3.
CC: (none) => marja11Assignee: bugsquad => guillomovitch
User workaround: cp /usr/lib/systemd/system/nfs-config.service /etc/systemd/system/nfs-config.service change ExecStart=/usr/libexec/nfs-utils/nfs-utils_env.sh to ExecStart=/usr/lib/systemd/scripts/nfs-utils_env.sh in /etc/systemd/system/nfs-config.service systemctl --system daemon-reload systemctl start nfs-config.service systemctl status nfs-config.service
Fixed in nfs-utils-1.3.4-0.rc5.2.mga6, thanks for the report.
Status: NEW => RESOLVEDResolution: (none) => FIXED