Name Date Size #Lines LOC

..--

rpc01/H25-Apr-2025-595417

rpcinfo/H25-Apr-2025-8745

MakefileH A D25-Apr-20251 KiB284

READMEH A D25-Apr-20251.1 KiB2920

rpc_lib.shH A D25-Apr-2025413 2313

README

1
2NOTE:
3
4  These tests ALL assume that the "RHOST" and "LOCALDIR" variables is set to
5  the hostname of the remote machine, and a local directory name that will be
6  used to NFS mount.
7
8    # export RHOST=<hostname here>.
9    # export LOCALDIR=<dir name>
10	[NOTE! do not give absolute path, just give a name, like eg: testdir]
11  Also, on the remote server which has the NFS directory exported, it is
12  assumed that the directory has at least a gig of space.
13
14These tests also assume an identical path tree for their location on the remote
15machine.  So if pan's root path is "/home/ltptests" on the test machine, then
16it must also be located in "/home/ltptests" on the remote machine (RHOST).
17
18You will also need to setup a ".rhosts" file in root's home directory on the
19remote machine, with the name of the local machine listed.  For example, if
20machineA is running the tests, with machineB set as RHOST, then machineB's
21root home directory will need an ".rhosts" file with machineA's hostname listed.
22
23  I apologize for the lengthy setup, but I tried to make it as minimal as
24  possible.
25
26
27-Robbie Williamson/Manoj Iyer
28([email protected])/([email protected])
29