OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portmap
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testscripts/
ltpstress.sh
29
# adapt script to work with
portmap
and rpcbind
183
ps -ef | grep
portmap
| grep -v grep
187
echo "
Portmap
and rpcbind not running"
188
echo "Let's start
portmap
"
189
/sbin/
portmap
&
191
ps -ef | grep
portmap
| grep -v grep
193
echo "Could not start
portmap
, Let's start rpcbind"
204
echo "The RPC test suite is using
portmap
"
210
echo "The RPC test suite is using
portmap
"
/external/ltp/testcases/network/rpc/basic_tests/rpcinfo/
rpcinfo01
26
tst_resm TINFO "Checking for
portmap
or rpcbind"
28
if pgrep
portmap
> /dev/null; then
29
PORTMAPPER="
portmap
"
32
tst_brkm TCONF "
portmap
or rpcbind is not running"
Completed in 744 milliseconds