diff options
author | Li Wang <li.wang@windriver.com> | 2015-11-07 01:43:19 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 07:48:28 +0000 |
commit | 3d32a8a1fd90ca68b0d74d86165c8f3668faedcd (patch) | |
tree | 8846beba8f0ea695d0ea23f8b8175cf4e7c63d46 /scripts/lib | |
parent | dc2c5a6a0316fa8d27b1b6884fb476403cf9b3e7 (diff) | |
download | openembedded-core-3d32a8a1fd90ca68b0d74d86165c8f3668faedcd.tar.gz openembedded-core-3d32a8a1fd90ca68b0d74d86165c8f3668faedcd.tar.bz2 openembedded-core-3d32a8a1fd90ca68b0d74d86165c8f3668faedcd.zip |
rpcbind: don't use '-w' for starting rpcbind
While runing:
$ systemctl restart rpcbind
$ systemctl status rpcbind
There are errors like below:
rpcbind[1722]: Cannot open '/tmp/rpcbind.xdr' file for reading, \
errno 2 (No such file or directory)
rpcbind[1722]: Cannot open '/tmp/portmap.xdr' file for reading, \
errno 2 (No such file or directory)
'-w' causes rpcbind to do a "warm start" by read a state file when
rpcbind starts up. The state file is created when rpcbind terminates.
The state file is not always there, the patch refers to:
https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/835833
Signed-off-by: Li Wang <li.wang@windriver.com>
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions