Bug 18897

Summary: 6_s1: Failed at step EXEC spawning /usr/libexec/nfs-utils/nfs-utils_env.sh: No such file
Product: Mageia Reporter: Bit Twister <bittwister2>
Component: RPM PackagesAssignee: Guillaume Rousse <guillomovitch>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: Normal CC: marja11
Version: Cauldron   
Target Milestone: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Source RPM: nfs-utils-1.3.4-0.rc5.1.mga6.src.rpm CVE:
Status comment:

Description Bit Twister 2016-07-08 21:04:23 CEST
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.
Marja Van Waes 2016-07-09 12:30:14 CEST

CC: (none) => marja11
Assignee: bugsquad => guillomovitch

Comment 1 Bit Twister 2016-07-10 04:30:01 CEST
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
Comment 2 Guillaume Rousse 2016-07-11 20:44:11 CEST
Fixed in nfs-utils-1.3.4-0.rc5.2.mga6, thanks for the report.

Status: NEW => RESOLVED
Resolution: (none) => FIXED