-
Story
-
Resolution: Done
-
Minor
-
DO280 - OSE 3.0 1 20151019
-
None
-
5
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)
Workaround:
Description: On page 192, step 1.6 we ar using a for loop to enable and start rpcbind and nfs-server. Much easier and cleaner is to just use:
- systemctl enable rpcbind nfs-service
- systemctl start rpcbind nfs-service
since systemctl can take several units in one command.