Author: renodr
Date: Sat Sep 15 13:38:19 2018
New Revision: 20503

Log:
Update systemd units - fix rpcbind to allow it to start correctly.

Modified:
   trunk/systemd-units/ChangeLog
   trunk/systemd-units/blfs/units/rpcbind.service

Modified: trunk/systemd-units/ChangeLog
==============================================================================
--- trunk/systemd-units/ChangeLog       Sat Sep 15 02:40:38 2018        (r20502)
+++ trunk/systemd-units/ChangeLog       Sat Sep 15 13:38:19 2018        (r20503)
@@ -1,3 +1,9 @@
+2018-09-15 Douglas R. Reno <[email protected]>
+   * Modify rpcbind.service to not do a warm start. This solves a bug where, 
as of
+     LFS 8.3, rpcbind will fail to start, exiting with error code 1. In 
addition,
+     the sysvinit bootscript does not use the warm start feature. Without warm 
start,
+     the systemd unit now causes rpcbind to start correctly.
+
 2018-01-05 Bruce Dubbs <[email protected]>
    * Add lightdm service.
 

Modified: trunk/systemd-units/blfs/units/rpcbind.service
==============================================================================
--- trunk/systemd-units/blfs/units/rpcbind.service      Sat Sep 15 02:40:38 
2018        (r20502)
+++ trunk/systemd-units/blfs/units/rpcbind.service      Sat Sep 15 13:38:19 
2018        (r20503)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=forking
-ExecStart=/sbin/rpcbind -w
+ExecStart=/sbin/rpcbind
 
 [Install]
 Also=rpcbind.socket
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to