Bug 990479 - AFR : dbench on a mount fails when running dbench simultaneously on multiple nodes
Summary: AFR : dbench on a mount fails when running dbench simultaneously on multiple ...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: replicate
Version: 2.1
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: ---
: ---
Assignee: Bug Updates Notification Mailing List
QA Contact: spandura
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-31 09:27 UTC by spandura
Modified: 2023-09-14 01:48 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-03 17:19:23 UTC
Embargoed:


Attachments (Terms of Use)
SOS Reports (10.18 MB, application/x-gzip)
2013-07-31 09:38 UTC, spandura
no flags Details

Description spandura 2013-07-31 09:27:59 UTC
Description of problem:
=========================
dbench on fuse mount failed when running dbench on multiple mount points simultaneously on a replicate volume ( 1 x 2 )

Version-Release number of selected component (if applicable):
==============================================================
root@king [Jul-31-2013-14:45:24] >rpm -qa | grep glusterfs-server
glusterfs-server-3.4.0.13rhs-1.el6rhs.x86_64

root@king [Jul-31-2013-14:45:27] >gluster --version
glusterfs 3.4.0.13rhs built on Jul 28 2013 15:22:56

How reproducible:
=================
Often

Steps to Reproduce:
====================
1.Create a replicate volume ( 1 x 2 )

2.Set open-behind volume option to value "on"

3.Create 2 fuse mount and 1 nfs mount. 

4. Run "dbench -s -F -S -x  --one-byte-write-fix --stat-check 10" on all the mount points simultaneously. 

Actual results:
===============
1. dbench failed on one of the mount point.
2. After the failure, directory listing from mount point returns question marks. 

failed dbench output : 
~~~~~~~~~~~~~~~~~~~~~~
root@darrel [Jul-31-2013-14:37:13] >dbench -s -F -S -x  --one-byte-write-fix --stat-check 10
dbench version 4.00 - Copyright Andrew Tridgell 1999-2004

Running for 600 seconds with load '/usr/local/share/client.txt' and minimum warmup 120 secs
0 of 10 processes prepared for launch   0 sec
10 of 10 processes prepared for launch   0 sec
releasing clients
[3] open ./clients/client3 failed for handle 16385 (No such file or directory)
(4) ERROR: handle 16385 was not found
Child failed with status 1
[3] open ./clients/client1 failed for handle 16385 (No such file or directory)
[3] open ./clients/client7 failed for handle 16385 (No such file or directory)
root@darrel [Jul-31-2013-14:37:14] >[3] open ./clients/client8 failed for handle 16385 (No such file or directory)
[3] open ./clients/client2 failed for handle 16385 (No such file or directory)
[3] open ./clients/client6 failed for handle 16385 (No such file or directory)
[3] open ./clients/client0 failed for handle 16385 (No such file or directory)
[3] open ./clients/client9 failed for handle 16385 (No such file or directory)
[3] open ./clients/client4 failed for handle 16385 (No such file or directory)
[3] open ./clients/client5 failed for handle 16385 (No such file or directory)
^C
root@darrel [Jul-31-2013-14:38:40] >ls
ls: cannot access clients: No such file or directory
clients
root@darrel [Jul-31-2013-14:38:43] >ls -l
ls: cannot access clients: No such file or directory
total 0
?????????? ? ? ? ?            ? clients
root@darrel [Jul-31-2013-14:38:53] >
root@darrel [Jul-31-2013-14:39:01] >ls -l
ls: cannot access clients: No such file or directory
total 0
?????????? ? ? ? ?            ? clients
root@darrel [Jul-31-2013-14:39:02] >pwd
/mnt/gm2

root@darrel [Jul-31-2013-14:39:33] >
root@darrel [Jul-31-2013-14:40:12] >ls -l
ls: cannot access clients: No such file or directory
total 0
?????????? ? ? ? ?            ? clients

Corresponding mount log messages:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2013-07-31 09:08:43.155816] E [fuse-bridge.c:1147:fuse_getattr_resume] 0-glusterfs-fuse: 56745: GETATTR 140284456948224 (3994c4a2-d1e8-4d80-b2c1-0ead58fbfc1a) resolution failed
[2013-07-31 09:08:53.207442] E [fuse-bridge.c:1147:fuse_getattr_resume] 0-glusterfs-fuse: 56755: GETATTR 140284456948224 (3994c4a2-d1e8-4d80-b2c1-0ead58fbfc1a) resolution failed

Expected results:
===================
1. dbench should not fail
2. directory listing should be successful. 


Additional info:
=================

root@king [Jul-31-2013-14:53:28] >gluster v info
 
Volume Name: vol_rep
Type: Replicate
Volume ID: 0a19be1c-e6ad-44c9-880d-e33774ce4311
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: king:/rhs/bricks/b0
Brick2: hicks:/rhs/bricks/b1
Options Reconfigured:
performance.open-behind: on
root@king [Jul-31-2013-14:53:30] >
root@king [Jul-31-2013-14:53:31] >gluster v status
Status of volume: vol_rep
Gluster process						Port	Online	Pid
------------------------------------------------------------------------------
Brick king:/rhs/bricks/b0				49152	Y	28380
Brick hicks:/rhs/bricks/b1				49152	Y	27937
NFS Server on localhost					2049	Y	28392
Self-heal Daemon on localhost				N/A	Y	28400
NFS Server on hicks					2049	Y	27996
Self-heal Daemon on hicks				N/A	Y	28009
 
There are no active volume tasks

Comment 1 spandura 2013-07-31 09:31:22 UTC
Mount information:
=====================
king:/vol_rep on /mnt/gm1 type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072)
king:/vol_rep on /mnt/gm2 type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072)
king:/vol_rep on /mnt/nfsm1 type nfs (rw,addr=10.70.34.119)

root@darrel [Jul-31-2013-15:00:31] >ps -ef | grep "/mnt/gm*"
root      6793     1  1 Jul30 ?        00:17:01 /usr/sbin/glusterfs --volfile-id=/vol_rep --volfile-server=king /mnt/gm1
root      6831     1  0 Jul30 ?        00:00:18 /usr/sbin/glusterfs --volfile-id=/vol_rep --volfile-server=king /mnt/gm2

Comment 2 spandura 2013-07-31 09:38:42 UTC
Created attachment 781032 [details]
SOS Reports

Comment 4 spandura 2013-08-06 10:35:18 UTC
The same test case executed with the following additional steps:
==================================================================
5. Once the dbench fails, stop dbench on other mount. 

6. Execute: "rm -rf *" from mount point.

7. Execute: "dbench -s -F -S -x  --one-byte-write-fix --stat-check 10" only on the mount point which failed to execute the dbench.

Actual result:
=================
root@darrel [Aug-06-2013-16:04:28] >rm -rf *
root@darrel [Aug-06-2013-16:04:30] >ls -l
total 0
root@darrel [Aug-06-2013-16:04:35] >
root@darrel [Aug-06-2013-16:04:36] >dbench -s -F -S -x  --one-byte-write-fix --stat-check 10
dbench version 4.00 - Copyright Andrew Tridgell 1999-2004

Running for 600 seconds with load '/usr/local/share/client.txt' and minimum warmup 120 secs
7 of 10 processes prepared for launch   0 sec
10 of 10 processes prepared for launch   0 sec
releasing clients
[3] open ./clients/client1 failed for handle 16385 (No such file or directory)
(4) ERROR: handle 16385 was not found
Child failed with status 1
root@darrel [Aug-06-2013-16:04:39] >[3] open ./clients/client5 failed for handle 16385 (No such file or directory)
[3] open ./clients/client0 failed for handle 16385 (No such file or directory)
[3] open ./clients/client4 failed for handle 16385 (No such file or directory)
[3] open ./clients/client2 failed for handle 16385 (No such file or directory)
[3] open ./clients/client7 failed for handle 16385 (No such file or directory)
[3] open ./clients/client6 failed for handle 16385 (No such file or directory)
[3] open ./clients/client3 failed for handle 16385 (No such file or directory)
[3] open ./clients/client8 failed for handle 16385 (No such file or directory)
[3] open ./clients/client9 failed for handle 16385 (No such file or directory)

Comment 5 Pranith Kumar K 2013-09-25 13:28:32 UTC
running dbench on xfs in parallel also results in same failure. So I think it is ok if it fails. The issue that needs to be figured out is why is "ls" giving funny output.

Comment 6 Pranith Kumar K 2013-09-25 14:01:04 UTC
ls is working fine for me with the latest bigbend code, even after the failure.

root@pranithk-vm1 - /mnt/client 
18:58:30 :) ⚡ dbench -s -F -S -x  --one-byte-write-fix --stat-check 10
dbench version 4.00 - Copyright Andrew Tridgell 1999-2004

Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs
0 of 10 processes prepared for launch   0 sec
10 of 10 processes prepared for launch   0 sec
releasing clients
  10        20     4.45 MB/sec  warmup   1 sec  latency 97.333 ms
  10        46     9.30 MB/sec  warmup   2 sec  latency 88.087 ms
  10        64     9.34 MB/sec  warmup   3 sec  latency 154.972 ms
  10        90    10.43 MB/sec  warmup   4 sec  latency 107.477 ms
  10       118    10.72 MB/sec  warmup   5 sec  latency 148.825 ms
  10       162    11.06 MB/sec  warmup   6 sec  latency 58.894 ms
  10       200    11.24 MB/sec  warmup   7 sec  latency 198.500 ms
  10       221    10.69 MB/sec  warmup   8 sec  latency 135.778 ms
  10       245    10.35 MB/sec  warmup   9 sec  latency 156.266 ms
  10       271    10.17 MB/sec  warmup  10 sec  latency 138.006 ms
  10       288     9.74 MB/sec  warmup  11 sec  latency 274.822 ms
  10       309     9.41 MB/sec  warmup  12 sec  latency 521.076 ms
  10       340     9.41 MB/sec  warmup  13 sec  latency 126.111 ms
  10       359     9.17 MB/sec  warmup  14 sec  latency 238.883 ms
  10       373     8.84 MB/sec  warmup  15 sec  latency 279.646 ms
  10       383     8.51 MB/sec  warmup  16 sec  latency 437.592 ms
  10       396     8.23 MB/sec  warmup  17 sec  latency 341.171 ms
  10       411     8.03 MB/sec  warmup  18 sec  latency 344.958 ms
  10       429     7.96 MB/sec  warmup  19 sec  latency 178.996 ms
  10       453     7.96 MB/sec  warmup  20 sec  latency 144.770 ms
  10       475     7.88 MB/sec  warmup  21 sec  latency 203.171 ms
  10       492     7.79 MB/sec  warmup  22 sec  latency 245.881 ms
  10       508     7.67 MB/sec  warmup  23 sec  latency 358.754 ms
  10       519     7.50 MB/sec  warmup  24 sec  latency 289.394 ms
  10       527     7.31 MB/sec  warmup  25 sec  latency 449.928 ms
  10       541     7.22 MB/sec  warmup  26 sec  latency 238.287 ms
  10       578     7.27 MB/sec  warmup  27 sec  latency 229.869 ms
  10       614     7.46 MB/sec  warmup  28 sec  latency 83.646 ms
[652] unlink ./clients/client1/~dmtmp/PWRPNT/NEWPCB.PPT failed (No such file or directory) - expected NT_STATUS_OK
ERROR: child 1 failed at line 652
Child failed with status 1

root@pranithk-vm1 - /mnt/client 
18:59:45 :( ⚡ ls -lR
.:
total 4
drwxr-xr-x 12 root root 4096 Sep 24 18:59 clients

./clients:
total 40
drwx------ 3 root root 4096 Sep 24 18:59 client0
drwx------ 3 root root 4096 Sep 24 18:59 client1
drwx------ 3 root root 4096 Sep 24 18:59 client2
drwx------ 3 root root 4096 Sep 24 18:59 client3
drwx------ 3 root root 4096 Sep 24 18:59 client4
drwx------ 3 root root 4096 Sep 24 18:59 client5
drwx------ 3 root root 4096 Sep 24 18:59 client6
drwx------ 3 root root 4096 Sep 24 18:59 client7
drwx------ 3 root root 4096 Sep 24 18:59 client8
drwx------ 3 root root 4096 Sep 24 18:59 client9

./clients/client0:
total 5124
drwx------ 11 root root    4096 Sep 24 18:59 ~dmtmp
-rw-------  1 root root 1048576 Sep 24 18:59 filler.000
-rw-------  1 root root 1048576 Sep 24 18:59 filler.001
-rw-------  1 root root 1048576 Sep 24 18:59 filler.002
-rw-------  1 root root 1048576 Sep 24 18:59 filler.003
-rw-------  1 root root 1048576 Sep 24 18:59 filler.004

./clients/client0/~dmtmp:
total 12
drwx------ 2 root root   25 Sep 24 19:08 ACCESS
drwx------ 2 root root 4096 Sep 24 19:08 COREL
drwx------ 2 root root   40 Sep 24 19:08 EXCEL
drwx------ 2 root root 4096 Sep 24 19:08 PARADOX
drwx------ 2 root root   52 Sep 24 19:08 PM
drwx------ 2 root root 4096 Sep 24 19:08 PWRPNT
drwx------ 2 root root   55 Sep 24 18:59 SEED
drwx------ 2 root root   91 Sep 24 19:08 WORD
drwx------ 2 root root   59 Sep 24 19:08 WORDPRO

./clients/client0/~dmtmp/ACCESS:
total 254
-rw------- 1 root root 260096 Sep 24 19:07 FASTENER.MDB

./clients/client0/~dmtmp/COREL:
total 2794
-rw------- 1 root root 260096 Sep 24 18:59 ARTISTIC.ACL
-rw------- 1 root root 260096 Sep 24 19:07 CDRBARS.CFG
-rw------- 1 root root 260096 Sep 24 19:07 CDRROLS.CFG
-rw------- 1 root root 260096 Sep 24 18:59 CORELDRW.CDT
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC1.CDR
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC2.CDR
-rw------- 1 root root 260096 Sep 24 18:59 MAILBOX2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 ROSE.CPT
-rw------- 1 root root 260096 Sep 24 18:59 SIGN2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TEAPOT2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TRAIN.CDR

./clients/client0/~dmtmp/EXCEL:
total 508
-rw------- 1 root root 260096 Sep 24 19:07 PCMAGCD.XLS
-rw------- 1 root root 260096 Sep 24 19:07 SALES.XLS

./clients/client0/~dmtmp/PARADOX:
total 5083
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.DB
-rw------- 1 root root 260096 Sep 24 18:59 COURSES.FSL
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.PX
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.X04
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.Y04
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.DB
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.PX
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.VAL
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.X03
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.Y03
-rw------- 1 root root   2048 Sep 24 19:08 __S31.DB
-rw------- 1 root root    491 Sep 24 19:08 __S31.VAL
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.DB
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.FSL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.MB
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.PX
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.TV
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.VAL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG1
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG1

./clients/client0/~dmtmp/PM:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 EVENTS.DOC
-rw------- 1 root root 260096 Sep 24 18:59 MOVED.DOC
-rw------- 1 root root 260096 Sep 24 18:59 T1.XLS

./clients/client0/~dmtmp/PWRPNT:
total 1429
-rw------- 1 root root  85026 Sep 24 19:07 NEWPCB.PPT
-rw------- 1 root root  77076 Sep 24 19:07 NEWTIPS.PPT
-rw------- 1 root root 260096 Sep 24 19:07 PCBENCHM.PPT
-rw------- 1 root root 260096 Sep 24 18:59 PPTOOLS1.PPA
-rw------- 1 root root 260096 Sep 24 19:07 TIPS.PPT
-rw------- 1 root root 260096 Sep 24 18:59 TRIDOTS.POT
-rw------- 1 root root 260096 Sep 24 18:59 ZD16.BMP

./clients/client0/~dmtmp/SEED:
total 3168
-rw------- 1 root root 1867776 Sep 24 19:08 LARGE.FIL
-rw------- 1 root root 1048576 Sep 24 19:08 MEDIUM.FIL
-rw------- 1 root root  327680 Sep 24 19:08 SMALL.FIL

./clients/client0/~dmtmp/WORD:
total 796
-rw------- 1 root root 260096 Sep 24 18:59 BASEMACH.DOC
-rw------- 1 root root 260096 Sep 24 18:59 CHAP10.DOC
-rw------- 1 root root 260096 Sep 24 18:59 FACTS.DOC
-rw------- 1 root root  19054 Sep 24 19:08 HANDOUT.DOC
-rw------- 1 root root  14984 Sep 24 19:08 TIPS.DOC

./clients/client0/~dmtmp/WORDPRO:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BENCHS.LWP
-rw------- 1 root root 260096 Sep 24 18:59 NEWS1_1.LWP
-rw------- 1 root root 260096 Sep 24 18:59 RESULTS.XLS

./clients/client1:
total 5124
drwx------ 11 root root    4096 Sep 24 18:59 ~dmtmp
-rw-------  1 root root 1048576 Sep 24 18:59 filler.000
-rw-------  1 root root 1048576 Sep 24 18:59 filler.001
-rw-------  1 root root 1048576 Sep 24 18:59 filler.002
-rw-------  1 root root 1048576 Sep 24 18:59 filler.003
-rw-------  1 root root 1048576 Sep 24 18:59 filler.004

./clients/client1/~dmtmp:
total 12
drwx------ 2 root root   25 Sep 24 19:08 ACCESS
drwx------ 2 root root 4096 Sep 24 19:08 COREL
drwx------ 2 root root   40 Sep 24 19:08 EXCEL
drwx------ 2 root root 4096 Sep 24 19:08 PARADOX
drwx------ 2 root root   52 Sep 24 19:08 PM
drwx------ 2 root root 4096 Sep 24 19:08 PWRPNT
drwx------ 2 root root   55 Sep 24 18:59 SEED
drwx------ 2 root root   91 Sep 24 19:08 WORD
drwx------ 2 root root   59 Sep 24 19:08 WORDPRO

./clients/client1/~dmtmp/ACCESS:
total 254
-rw------- 1 root root 260096 Sep 24 19:07 FASTENER.MDB

./clients/client1/~dmtmp/COREL:
total 2794
-rw------- 1 root root 260096 Sep 24 18:59 ARTISTIC.ACL
-rw------- 1 root root 260096 Sep 24 19:07 CDRBARS.CFG
-rw------- 1 root root 260096 Sep 24 19:07 CDRROLS.CFG
-rw------- 1 root root 260096 Sep 24 18:59 CORELDRW.CDT
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC1.CDR
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC2.CDR
-rw------- 1 root root 260096 Sep 24 18:59 MAILBOX2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 ROSE.CPT
-rw------- 1 root root 260096 Sep 24 18:59 SIGN2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TEAPOT2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TRAIN.CDR

./clients/client1/~dmtmp/EXCEL:
total 508
-rw------- 1 root root 260096 Sep 24 19:07 PCMAGCD.XLS
-rw------- 1 root root 260096 Sep 24 19:07 SALES.XLS

./clients/client1/~dmtmp/PARADOX:
total 5085
-rw------- 1 root root   4096 Sep 24 19:08 CHANGED.DB
-rw------- 1 root root 260096 Sep 24 19:08 COURSES.DB
-rw------- 1 root root 260096 Sep 24 18:59 COURSES.FSL
-rw------- 1 root root 260096 Sep 24 19:08 COURSES.PX
-rw------- 1 root root    543 Sep 24 19:08 COURSES.VAL
-rw------- 1 root root 260096 Sep 24 19:08 COURSES.X04
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.Y04
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.DB
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.PX
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.VAL
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.X03
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.Y03
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.DB
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.FSL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.MB
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.PX
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.TV
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.VAL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG1
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG1

./clients/client1/~dmtmp/PM:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 EVENTS.DOC
-rw------- 1 root root 260096 Sep 24 18:59 MOVED.DOC
-rw------- 1 root root 260096 Sep 24 18:59 T1.XLS

./clients/client1/~dmtmp/PWRPNT:
total 1429
-rw------- 1 root root  85026 Sep 24 19:07 NEWPCB.PPT
-rw------- 1 root root  77076 Sep 24 19:07 NEWTIPS.PPT
-rw------- 1 root root 260096 Sep 24 19:07 PCBENCHM.PPT
-rw------- 1 root root 260096 Sep 24 18:59 PPTOOLS1.PPA
-rw------- 1 root root 260096 Sep 24 19:07 TIPS.PPT
-rw------- 1 root root 260096 Sep 24 18:59 TRIDOTS.POT
-rw------- 1 root root 260096 Sep 24 18:59 ZD16.BMP

./clients/client1/~dmtmp/SEED:
total 3168
-rw------- 1 root root 1867776 Sep 24 19:08 LARGE.FIL
-rw------- 1 root root 1048576 Sep 24 19:08 MEDIUM.FIL
-rw------- 1 root root  327680 Sep 24 19:08 SMALL.FIL

./clients/client1/~dmtmp/WORD:
total 796
-rw------- 1 root root 260096 Sep 24 18:59 BASEMACH.DOC
-rw------- 1 root root 260096 Sep 24 18:59 CHAP10.DOC
-rw------- 1 root root 260096 Sep 24 18:59 FACTS.DOC
-rw------- 1 root root  19054 Sep 24 19:08 HANDOUT.DOC
-rw------- 1 root root  14984 Sep 24 19:08 TIPS.DOC

./clients/client1/~dmtmp/WORDPRO:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BENCHS.LWP
-rw------- 1 root root 260096 Sep 24 18:59 NEWS1_1.LWP
-rw------- 1 root root 260096 Sep 24 18:59 RESULTS.XLS

./clients/client2:
total 5124
drwx------ 11 root root    4096 Sep 24 18:59 ~dmtmp
-rw-------  1 root root 1048576 Sep 24 18:59 filler.000
-rw-------  1 root root 1048576 Sep 24 18:59 filler.001
-rw-------  1 root root 1048576 Sep 24 18:59 filler.002
-rw-------  1 root root 1048576 Sep 24 18:59 filler.003
-rw-------  1 root root 1048576 Sep 24 18:59 filler.004

./clients/client2/~dmtmp:
total 12
drwx------ 2 root root   25 Sep 24 19:08 ACCESS
drwx------ 2 root root 4096 Sep 24 19:08 COREL
drwx------ 2 root root   40 Sep 24 19:08 EXCEL
drwx------ 2 root root 4096 Sep 24 19:08 PARADOX
drwx------ 2 root root   52 Sep 24 19:08 PM
drwx------ 2 root root 4096 Sep 24 19:08 PWRPNT
drwx------ 2 root root   55 Sep 24 18:59 SEED
drwx------ 2 root root   58 Sep 24 19:08 WORD
drwx------ 2 root root   59 Sep 24 19:08 WORDPRO

./clients/client2/~dmtmp/ACCESS:
total 254
-rw------- 1 root root 260096 Sep 24 19:07 FASTENER.MDB

./clients/client2/~dmtmp/COREL:
total 2794
-rw------- 1 root root 260096 Sep 24 18:59 ARTISTIC.ACL
-rw------- 1 root root 260096 Sep 24 19:08 CDRBARS.CFG
-rw------- 1 root root 260096 Sep 24 19:08 CDRROLS.CFG
-rw------- 1 root root 260096 Sep 24 18:59 CORELDRW.CDT
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC1.CDR
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC2.CDR
-rw------- 1 root root 260096 Sep 24 18:59 MAILBOX2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 ROSE.CPT
-rw------- 1 root root 260096 Sep 24 18:59 SIGN2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TEAPOT2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TRAIN.CDR

./clients/client2/~dmtmp/EXCEL:
total 508
-rw------- 1 root root 260096 Sep 24 19:07 PCMAGCD.XLS
-rw------- 1 root root 260096 Sep 24 19:07 SALES.XLS

./clients/client2/~dmtmp/PARADOX:
total 5080
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.DB
-rw------- 1 root root 260096 Sep 24 18:59 COURSES.FSL
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.PX
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.X04
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.Y04
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.DB
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.PX
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.VAL
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.X03
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.Y03
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.DB
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.FSL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.MB
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.PX
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.TV
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.VAL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG1
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG1

./clients/client2/~dmtmp/PM:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 EVENTS.DOC
-rw------- 1 root root 260096 Sep 24 18:59 MOVED.DOC
-rw------- 1 root root 260096 Sep 24 18:59 T1.XLS

./clients/client2/~dmtmp/PWRPNT:
total 1503
-rw------- 1 root root  85026 Sep 24 19:08 NEWPCB.PPT
-rw------- 1 root root  77076 Sep 24 19:08 NEWTIPS.PPT
-rw------- 1 root root 260096 Sep 24 19:07 PCBENCHM.PPT
-rw------- 1 root root  74834 Sep 24 19:08 PPTC321.TMP
-rw------- 1 root root 260096 Sep 24 18:59 PPTOOLS1.PPA
-rw------- 1 root root 260096 Sep 24 19:08 TIPS.PPT
-rw------- 1 root root 260096 Sep 24 18:59 TRIDOTS.POT
-rw------- 1 root root 260096 Sep 24 18:59 ZD16.BMP

./clients/client2/~dmtmp/SEED:
total 3168
-rw------- 1 root root 1867776 Sep 24 19:08 LARGE.FIL
-rw------- 1 root root 1048576 Sep 24 19:08 MEDIUM.FIL
-rw------- 1 root root  327680 Sep 24 19:08 SMALL.FIL

./clients/client2/~dmtmp/WORD:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BASEMACH.DOC
-rw------- 1 root root 260096 Sep 24 18:59 CHAP10.DOC
-rw------- 1 root root 260096 Sep 24 18:59 FACTS.DOC

./clients/client2/~dmtmp/WORDPRO:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BENCHS.LWP
-rw------- 1 root root 260096 Sep 24 18:59 NEWS1_1.LWP
-rw------- 1 root root 260096 Sep 24 18:59 RESULTS.XLS

./clients/client3:
total 5124
drwx------ 11 root root    4096 Sep 24 18:59 ~dmtmp
-rw-------  1 root root 1048576 Sep 24 18:59 filler.000
-rw-------  1 root root 1048576 Sep 24 18:59 filler.001
-rw-------  1 root root 1048576 Sep 24 18:59 filler.002
-rw-------  1 root root 1048576 Sep 24 18:59 filler.003
-rw-------  1 root root 1048576 Sep 24 18:59 filler.004

./clients/client3/~dmtmp:
total 12
drwx------ 2 root root   25 Sep 24 19:08 ACCESS
drwx------ 2 root root 4096 Sep 24 19:08 COREL
drwx------ 2 root root   40 Sep 24 19:08 EXCEL
drwx------ 2 root root 4096 Sep 24 19:08 PARADOX
drwx------ 2 root root   52 Sep 24 19:08 PM
drwx------ 2 root root 4096 Sep 24 19:08 PWRPNT
drwx------ 2 root root   55 Sep 24 18:59 SEED
drwx------ 2 root root   58 Sep 24 19:08 WORD
drwx------ 2 root root   59 Sep 24 19:08 WORDPRO

./clients/client3/~dmtmp/ACCESS:
total 254
-rw------- 1 root root 260096 Sep 24 19:07 FASTENER.MDB

./clients/client3/~dmtmp/COREL:
total 2794
-rw------- 1 root root 260096 Sep 24 18:59 ARTISTIC.ACL
-rw------- 1 root root 260096 Sep 24 19:08 CDRBARS.CFG
-rw------- 1 root root 260096 Sep 24 19:08 CDRROLS.CFG
-rw------- 1 root root 260096 Sep 24 18:59 CORELDRW.CDT
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC1.CDR
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC2.CDR
-rw------- 1 root root 260096 Sep 24 18:59 MAILBOX2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 ROSE.CPT
-rw------- 1 root root 260096 Sep 24 18:59 SIGN2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TEAPOT2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TRAIN.CDR

./clients/client3/~dmtmp/EXCEL:
total 508
-rw------- 1 root root 260096 Sep 24 19:07 PCMAGCD.XLS
-rw------- 1 root root 260096 Sep 24 19:07 SALES.XLS

./clients/client3/~dmtmp/PARADOX:
total 5080
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.DB
-rw------- 1 root root 260096 Sep 24 18:59 COURSES.FSL
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.PX
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.X04
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.Y04
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.DB
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.PX
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.VAL
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.X03
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.Y03
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.DB
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.FSL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.MB
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.PX
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.TV
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.VAL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG1
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG1

./clients/client3/~dmtmp/PM:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 EVENTS.DOC
-rw------- 1 root root 260096 Sep 24 18:59 MOVED.DOC
-rw------- 1 root root 260096 Sep 24 18:59 T1.XLS

./clients/client3/~dmtmp/PWRPNT:
total 1429
-rw------- 1 root root  85026 Sep 24 19:08 NEWPCB.PPT
-rw------- 1 root root  77076 Sep 24 19:08 NEWTIPS.PPT
-rw------- 1 root root 260096 Sep 24 19:07 PCBENCHM.PPT
-rw------- 1 root root 260096 Sep 24 18:59 PPTOOLS1.PPA
-rw------- 1 root root 260096 Sep 24 19:08 TIPS.PPT
-rw------- 1 root root 260096 Sep 24 18:59 TRIDOTS.POT
-rw------- 1 root root 260096 Sep 24 18:59 ZD16.BMP

./clients/client3/~dmtmp/SEED:
total 3168
-rw------- 1 root root 1867776 Sep 24 19:08 LARGE.FIL
-rw------- 1 root root 1048576 Sep 24 19:08 MEDIUM.FIL
-rw------- 1 root root  327680 Sep 24 19:08 SMALL.FIL

./clients/client3/~dmtmp/WORD:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BASEMACH.DOC
-rw------- 1 root root 260096 Sep 24 18:59 CHAP10.DOC
-rw------- 1 root root 260096 Sep 24 18:59 FACTS.DOC

./clients/client3/~dmtmp/WORDPRO:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BENCHS.LWP
-rw------- 1 root root 260096 Sep 24 18:59 NEWS1_1.LWP
-rw------- 1 root root 260096 Sep 24 18:59 RESULTS.XLS

./clients/client4:
total 5124
drwx------ 11 root root    4096 Sep 24 18:59 ~dmtmp
-rw-------  1 root root 1048576 Sep 24 18:59 filler.000
-rw-------  1 root root 1048576 Sep 24 18:59 filler.001
-rw-------  1 root root 1048576 Sep 24 18:59 filler.002
-rw-------  1 root root 1048576 Sep 24 18:59 filler.003
-rw-------  1 root root 1048576 Sep 24 18:59 filler.004

./clients/client4/~dmtmp:
total 12
drwx------ 2 root root   25 Sep 24 19:07 ACCESS
drwx------ 2 root root 4096 Sep 24 19:07 COREL
drwx------ 2 root root   40 Sep 24 19:07 EXCEL
drwx------ 2 root root 4096 Sep 24 19:08 PARADOX
drwx------ 2 root root   52 Sep 24 19:07 PM
drwx------ 2 root root 4096 Sep 24 19:08 PWRPNT
drwx------ 2 root root   55 Sep 24 18:59 SEED
drwx------ 2 root root   91 Sep 24 19:08 WORD
drwx------ 2 root root   59 Sep 24 19:07 WORDPRO

./clients/client4/~dmtmp/ACCESS:
total 254
-rw------- 1 root root 260096 Sep 24 19:07 FASTENER.MDB

./clients/client4/~dmtmp/COREL:
total 2794
-rw------- 1 root root 260096 Sep 24 18:59 ARTISTIC.ACL
-rw------- 1 root root 260096 Sep 24 19:07 CDRBARS.CFG
-rw------- 1 root root 260096 Sep 24 19:07 CDRROLS.CFG
-rw------- 1 root root 260096 Sep 24 18:59 CORELDRW.CDT
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC1.CDR
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC2.CDR
-rw------- 1 root root 260096 Sep 24 18:59 MAILBOX2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 ROSE.CPT
-rw------- 1 root root 260096 Sep 24 18:59 SIGN2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TEAPOT2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TRAIN.CDR

./clients/client4/~dmtmp/EXCEL:
total 508
-rw------- 1 root root 260096 Sep 24 19:07 PCMAGCD.XLS
-rw------- 1 root root 260096 Sep 24 19:07 SALES.XLS

./clients/client4/~dmtmp/PARADOX:
total 5103
-rw------- 1 root root   4096 Sep 24 19:08 __42B96.DB
-rw------- 1 root root   4096 Sep 24 19:08 __43212.DB
-rw------- 1 root root   4096 Sep 24 19:08 __43904.DB
-rw------- 1 root root   2048 Sep 24 19:08 ANSWER.DB
-rw------- 1 root root   4096 Sep 24 19:08 ANSWER.MB
-rw------- 1 root root   4096 Sep 24 19:08 CHANGED.DB
-rw------- 1 root root 260096 Sep 24 19:08 COURSES.DB
-rw------- 1 root root 260096 Sep 24 18:59 COURSES.FSL
-rw------- 1 root root 260096 Sep 24 19:08 COURSES.PX
-rw------- 1 root root    543 Sep 24 19:08 COURSES.VAL
-rw------- 1 root root 260096 Sep 24 19:08 COURSES.X04
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.Y04
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.DB
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.PX
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.VAL
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.X03
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.Y03
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.DB
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.FSL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.MB
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.PX
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.TV
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.VAL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG1
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG1

./clients/client4/~dmtmp/PM:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 EVENTS.DOC
-rw------- 1 root root 260096 Sep 24 18:59 MOVED.DOC
-rw------- 1 root root 260096 Sep 24 18:59 T1.XLS

./clients/client4/~dmtmp/PWRPNT:
total 1429
-rw------- 1 root root  85026 Sep 24 19:07 NEWPCB.PPT
-rw------- 1 root root  77076 Sep 24 19:07 NEWTIPS.PPT
-rw------- 1 root root 260096 Sep 24 19:07 PCBENCHM.PPT
-rw------- 1 root root 260096 Sep 24 18:59 PPTOOLS1.PPA
-rw------- 1 root root 260096 Sep 24 19:07 TIPS.PPT
-rw------- 1 root root 260096 Sep 24 18:59 TRIDOTS.POT
-rw------- 1 root root 260096 Sep 24 18:59 ZD16.BMP

./clients/client4/~dmtmp/SEED:
total 3168
-rw------- 1 root root 1867776 Sep 24 19:08 LARGE.FIL
-rw------- 1 root root 1048576 Sep 24 19:08 MEDIUM.FIL
-rw------- 1 root root  327680 Sep 24 19:08 SMALL.FIL

./clients/client4/~dmtmp/WORD:
total 796
-rw------- 1 root root 260096 Sep 24 18:59 BASEMACH.DOC
-rw------- 1 root root 260096 Sep 24 18:59 CHAP10.DOC
-rw------- 1 root root 260096 Sep 24 18:59 FACTS.DOC
-rw------- 1 root root  19054 Sep 24 19:08 HANDOUT.DOC
-rw------- 1 root root  14984 Sep 24 19:08 TIPS.DOC

./clients/client4/~dmtmp/WORDPRO:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BENCHS.LWP
-rw------- 1 root root 260096 Sep 24 18:59 NEWS1_1.LWP
-rw------- 1 root root 260096 Sep 24 18:59 RESULTS.XLS

./clients/client5:
total 5124
drwx------ 11 root root    4096 Sep 24 18:59 ~dmtmp
-rw-------  1 root root 1048576 Sep 24 18:59 filler.000
-rw-------  1 root root 1048576 Sep 24 18:59 filler.001
-rw-------  1 root root 1048576 Sep 24 18:59 filler.002
-rw-------  1 root root 1048576 Sep 24 18:59 filler.003
-rw-------  1 root root 1048576 Sep 24 18:59 filler.004

./clients/client5/~dmtmp:
total 12
drwx------ 2 root root   25 Sep 24 19:08 ACCESS
drwx------ 2 root root 4096 Sep 24 19:08 COREL
drwx------ 2 root root   40 Sep 24 19:08 EXCEL
drwx------ 2 root root 4096 Sep 24 19:08 PARADOX
drwx------ 2 root root   52 Sep 24 19:08 PM
drwx------ 2 root root 4096 Sep 24 19:08 PWRPNT
drwx------ 2 root root   55 Sep 24 18:59 SEED
drwx------ 2 root root   95 Sep 24 19:08 WORD
drwx------ 2 root root   59 Sep 24 19:08 WORDPRO

./clients/client5/~dmtmp/ACCESS:
total 254
-rw------- 1 root root 260096 Sep 24 19:07 FASTENER.MDB

./clients/client5/~dmtmp/COREL:
total 2794
-rw------- 1 root root 260096 Sep 24 18:59 ARTISTIC.ACL
-rw------- 1 root root 260096 Sep 24 19:07 CDRBARS.CFG
-rw------- 1 root root 260096 Sep 24 19:07 CDRROLS.CFG
-rw------- 1 root root 260096 Sep 24 18:59 CORELDRW.CDT
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC1.CDR
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC2.CDR
-rw------- 1 root root 260096 Sep 24 18:59 MAILBOX2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 ROSE.CPT
-rw------- 1 root root 260096 Sep 24 18:59 SIGN2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TEAPOT2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TRAIN.CDR

./clients/client5/~dmtmp/EXCEL:
total 508
-rw------- 1 root root 260096 Sep 24 19:07 PCMAGCD.XLS
-rw------- 1 root root 260096 Sep 24 19:07 SALES.XLS

./clients/client5/~dmtmp/PARADOX:
total 5080
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.DB
-rw------- 1 root root 260096 Sep 24 18:59 COURSES.FSL
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.PX
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.X04
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.Y04
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.DB
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.PX
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.VAL
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.X03
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.Y03
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.DB
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.FSL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.MB
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.PX
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.TV
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.VAL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG1
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG1

./clients/client5/~dmtmp/PM:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 EVENTS.DOC
-rw------- 1 root root 260096 Sep 24 18:59 MOVED.DOC
-rw------- 1 root root 260096 Sep 24 18:59 T1.XLS

./clients/client5/~dmtmp/PWRPNT:
total 1429
-rw------- 1 root root  85026 Sep 24 19:07 NEWPCB.PPT
-rw------- 1 root root  77076 Sep 24 19:08 NEWTIPS.PPT
-rw------- 1 root root 260096 Sep 24 19:07 PCBENCHM.PPT
-rw------- 1 root root 260096 Sep 24 18:59 PPTOOLS1.PPA
-rw------- 1 root root 260096 Sep 24 19:08 TIPS.PPT
-rw------- 1 root root 260096 Sep 24 18:59 TRIDOTS.POT
-rw------- 1 root root 260096 Sep 24 18:59 ZD16.BMP

./clients/client5/~dmtmp/SEED:
total 3168
-rw------- 1 root root 1867776 Sep 24 19:08 LARGE.FIL
-rw------- 1 root root 1048576 Sep 24 19:08 MEDIUM.FIL
-rw------- 1 root root  327680 Sep 24 19:08 SMALL.FIL

./clients/client5/~dmtmp/WORD:
total 792
-rw------- 1 root root 260096 Sep 24 18:59 BASEMACH.DOC
-rw------- 1 root root 260096 Sep 24 18:59 CHAP10.DOC
-rw------- 1 root root 260096 Sep 24 18:59 FACTS.DOC
-rw------- 1 root root  15360 Sep 24 19:08 HANDOUT.DOC
-rw------- 1 root root  15360 Sep 24 19:08 ~WRD0003.TMP

./clients/client5/~dmtmp/WORDPRO:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BENCHS.LWP
-rw------- 1 root root 260096 Sep 24 18:59 NEWS1_1.LWP
-rw------- 1 root root 260096 Sep 24 18:59 RESULTS.XLS

./clients/client6:
total 5124
drwx------ 11 root root    4096 Sep 24 18:59 ~dmtmp
-rw-------  1 root root 1048576 Sep 24 18:59 filler.000
-rw-------  1 root root 1048576 Sep 24 18:59 filler.001
-rw-------  1 root root 1048576 Sep 24 18:59 filler.002
-rw-------  1 root root 1048576 Sep 24 18:59 filler.003
-rw-------  1 root root 1048576 Sep 24 18:59 filler.004

./clients/client6/~dmtmp:
total 12
drwx------ 2 root root   25 Sep 24 19:08 ACCESS
drwx------ 2 root root 4096 Sep 24 19:08 COREL
drwx------ 2 root root   40 Sep 24 19:08 EXCEL
drwx------ 2 root root 4096 Sep 24 19:08 PARADOX
drwx------ 2 root root   52 Sep 24 19:08 PM
drwx------ 2 root root 4096 Sep 24 19:08 PWRPNT
drwx------ 2 root root   55 Sep 24 18:59 SEED
drwx------ 2 root root   91 Sep 24 19:08 WORD
drwx------ 2 root root   59 Sep 24 19:08 WORDPRO

./clients/client6/~dmtmp/ACCESS:
total 254
-rw------- 1 root root 260096 Sep 24 19:07 FASTENER.MDB

./clients/client6/~dmtmp/COREL:
total 2794
-rw------- 1 root root 260096 Sep 24 18:59 ARTISTIC.ACL
-rw------- 1 root root 260096 Sep 24 19:07 CDRBARS.CFG
-rw------- 1 root root 260096 Sep 24 19:07 CDRROLS.CFG
-rw------- 1 root root 260096 Sep 24 18:59 CORELDRW.CDT
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC1.CDR
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC2.CDR
-rw------- 1 root root 260096 Sep 24 18:59 MAILBOX2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 ROSE.CPT
-rw------- 1 root root 260096 Sep 24 18:59 SIGN2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TEAPOT2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TRAIN.CDR

./clients/client6/~dmtmp/EXCEL:
total 508
-rw------- 1 root root 260096 Sep 24 19:07 PCMAGCD.XLS
-rw------- 1 root root 260096 Sep 24 19:07 SALES.XLS

./clients/client6/~dmtmp/PARADOX:
total 5081
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.DB
-rw------- 1 root root 260096 Sep 24 18:59 COURSES.FSL
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.PX
-rw------- 1 root root    543 Sep 24 19:08 COURSES.VAL
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.X04
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.Y04
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.DB
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.PX
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.VAL
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.X03
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.Y03
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.DB
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.FSL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.MB
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.PX
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.TV
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.VAL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG1
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG1

./clients/client6/~dmtmp/PM:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 EVENTS.DOC
-rw------- 1 root root 260096 Sep 24 18:59 MOVED.DOC
-rw------- 1 root root 260096 Sep 24 18:59 T1.XLS

./clients/client6/~dmtmp/PWRPNT:
total 1429
-rw------- 1 root root  85026 Sep 24 19:07 NEWPCB.PPT
-rw------- 1 root root  77076 Sep 24 19:07 NEWTIPS.PPT
-rw------- 1 root root 260096 Sep 24 19:07 PCBENCHM.PPT
-rw------- 1 root root 260096 Sep 24 18:59 PPTOOLS1.PPA
-rw------- 1 root root 260096 Sep 24 19:07 TIPS.PPT
-rw------- 1 root root 260096 Sep 24 18:59 TRIDOTS.POT
-rw------- 1 root root 260096 Sep 24 18:59 ZD16.BMP

./clients/client6/~dmtmp/SEED:
total 3168
-rw------- 1 root root 1867776 Sep 24 19:08 LARGE.FIL
-rw------- 1 root root 1048576 Sep 24 19:08 MEDIUM.FIL
-rw------- 1 root root  327680 Sep 24 19:08 SMALL.FIL

./clients/client6/~dmtmp/WORD:
total 796
-rw------- 1 root root 260096 Sep 24 18:59 BASEMACH.DOC
-rw------- 1 root root 260096 Sep 24 18:59 CHAP10.DOC
-rw------- 1 root root 260096 Sep 24 18:59 FACTS.DOC
-rw------- 1 root root  19054 Sep 24 19:08 HANDOUT.DOC
-rw------- 1 root root  14984 Sep 24 19:08 TIPS.DOC

./clients/client6/~dmtmp/WORDPRO:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BENCHS.LWP
-rw------- 1 root root 260096 Sep 24 18:59 NEWS1_1.LWP
-rw------- 1 root root 260096 Sep 24 18:59 RESULTS.XLS

./clients/client7:
total 5124
drwx------ 11 root root    4096 Sep 24 18:59 ~dmtmp
-rw-------  1 root root 1048576 Sep 24 18:59 filler.000
-rw-------  1 root root 1048576 Sep 24 18:59 filler.001
-rw-------  1 root root 1048576 Sep 24 18:59 filler.002
-rw-------  1 root root 1048576 Sep 24 18:59 filler.003
-rw-------  1 root root 1048576 Sep 24 18:59 filler.004

./clients/client7/~dmtmp:
total 12
drwx------ 2 root root   25 Sep 24 19:08 ACCESS
drwx------ 2 root root 4096 Sep 24 19:08 COREL
drwx------ 2 root root   40 Sep 24 19:08 EXCEL
drwx------ 2 root root 4096 Sep 24 19:08 PARADOX
drwx------ 2 root root   52 Sep 24 19:08 PM
drwx------ 2 root root 4096 Sep 24 19:08 PWRPNT
drwx------ 2 root root   55 Sep 24 18:59 SEED
drwx------ 2 root root   91 Sep 24 19:08 WORD
drwx------ 2 root root   59 Sep 24 19:08 WORDPRO

./clients/client7/~dmtmp/ACCESS:
total 254
-rw------- 1 root root 260096 Sep 24 19:07 FASTENER.MDB

./clients/client7/~dmtmp/COREL:
total 2794
-rw------- 1 root root 260096 Sep 24 18:59 ARTISTIC.ACL
-rw------- 1 root root 260096 Sep 24 19:07 CDRBARS.CFG
-rw------- 1 root root 260096 Sep 24 19:07 CDRROLS.CFG
-rw------- 1 root root 260096 Sep 24 18:59 CORELDRW.CDT
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC1.CDR
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC2.CDR
-rw------- 1 root root 260096 Sep 24 18:59 MAILBOX2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 ROSE.CPT
-rw------- 1 root root 260096 Sep 24 18:59 SIGN2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TEAPOT2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TRAIN.CDR

./clients/client7/~dmtmp/EXCEL:
total 508
-rw------- 1 root root 260096 Sep 24 19:07 PCMAGCD.XLS
-rw------- 1 root root 260096 Sep 24 19:07 SALES.XLS

./clients/client7/~dmtmp/PARADOX:
total 5081
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.DB
-rw------- 1 root root 260096 Sep 24 18:59 COURSES.FSL
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.PX
-rw------- 1 root root    543 Sep 24 19:08 COURSES.VAL
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.X04
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.Y04
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.DB
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.PX
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.VAL
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.X03
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.Y03
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.DB
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.FSL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.MB
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.PX
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.TV
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.VAL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG1
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG1

./clients/client7/~dmtmp/PM:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 EVENTS.DOC
-rw------- 1 root root 260096 Sep 24 18:59 MOVED.DOC
-rw------- 1 root root 260096 Sep 24 18:59 T1.XLS

./clients/client7/~dmtmp/PWRPNT:
total 1429
-rw------- 1 root root  85026 Sep 24 19:07 NEWPCB.PPT
-rw------- 1 root root  77076 Sep 24 19:07 NEWTIPS.PPT
-rw------- 1 root root 260096 Sep 24 19:07 PCBENCHM.PPT
-rw------- 1 root root 260096 Sep 24 18:59 PPTOOLS1.PPA
-rw------- 1 root root 260096 Sep 24 19:07 TIPS.PPT
-rw------- 1 root root 260096 Sep 24 18:59 TRIDOTS.POT
-rw------- 1 root root 260096 Sep 24 18:59 ZD16.BMP

./clients/client7/~dmtmp/SEED:
total 3168
-rw------- 1 root root 1867776 Sep 24 19:08 LARGE.FIL
-rw------- 1 root root 1048576 Sep 24 19:08 MEDIUM.FIL
-rw------- 1 root root  327680 Sep 24 19:08 SMALL.FIL

./clients/client7/~dmtmp/WORD:
total 796
-rw------- 1 root root 260096 Sep 24 18:59 BASEMACH.DOC
-rw------- 1 root root 260096 Sep 24 18:59 CHAP10.DOC
-rw------- 1 root root 260096 Sep 24 18:59 FACTS.DOC
-rw------- 1 root root  19054 Sep 24 19:08 HANDOUT.DOC
-rw------- 1 root root  14984 Sep 24 19:08 TIPS.DOC

./clients/client7/~dmtmp/WORDPRO:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BENCHS.LWP
-rw------- 1 root root 260096 Sep 24 18:59 NEWS1_1.LWP
-rw------- 1 root root 260096 Sep 24 18:59 RESULTS.XLS

./clients/client8:
total 5124
drwx------ 11 root root    4096 Sep 24 18:59 ~dmtmp
-rw-------  1 root root 1048576 Sep 24 18:59 filler.000
-rw-------  1 root root 1048576 Sep 24 18:59 filler.001
-rw-------  1 root root 1048576 Sep 24 18:59 filler.002
-rw-------  1 root root 1048576 Sep 24 18:59 filler.003
-rw-------  1 root root 1048576 Sep 24 18:59 filler.004

./clients/client8/~dmtmp:
total 12
drwx------ 2 root root   25 Sep 24 19:08 ACCESS
drwx------ 2 root root 4096 Sep 24 19:08 COREL
drwx------ 2 root root   40 Sep 24 19:08 EXCEL
drwx------ 2 root root 4096 Sep 24 19:08 PARADOX
drwx------ 2 root root   52 Sep 24 19:08 PM
drwx------ 2 root root 4096 Sep 24 19:08 PWRPNT
drwx------ 2 root root   55 Sep 24 18:59 SEED
drwx------ 2 root root   91 Sep 24 19:08 WORD
drwx------ 2 root root   59 Sep 24 19:08 WORDPRO

./clients/client8/~dmtmp/ACCESS:
total 254
-rw------- 1 root root 260096 Sep 24 19:07 FASTENER.MDB

./clients/client8/~dmtmp/COREL:
total 2794
-rw------- 1 root root 260096 Sep 24 18:59 ARTISTIC.ACL
-rw------- 1 root root 260096 Sep 24 19:07 CDRBARS.CFG
-rw------- 1 root root 260096 Sep 24 19:07 CDRROLS.CFG
-rw------- 1 root root 260096 Sep 24 18:59 CORELDRW.CDT
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC1.CDR
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC2.CDR
-rw------- 1 root root 260096 Sep 24 18:59 MAILBOX2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 ROSE.CPT
-rw------- 1 root root 260096 Sep 24 18:59 SIGN2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TEAPOT2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TRAIN.CDR

./clients/client8/~dmtmp/EXCEL:
total 508
-rw------- 1 root root 260096 Sep 24 19:07 PCMAGCD.XLS
-rw------- 1 root root 260096 Sep 24 19:07 SALES.XLS

./clients/client8/~dmtmp/PARADOX:
total 5080
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.DB
-rw------- 1 root root 260096 Sep 24 18:59 COURSES.FSL
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.PX
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.X04
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.Y04
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.DB
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.PX
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.VAL
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.X03
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.Y03
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.DB
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.FSL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.MB
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.PX
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.TV
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.VAL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG1
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG1

./clients/client8/~dmtmp/PM:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 EVENTS.DOC
-rw------- 1 root root 260096 Sep 24 18:59 MOVED.DOC
-rw------- 1 root root 260096 Sep 24 18:59 T1.XLS

./clients/client8/~dmtmp/PWRPNT:
total 1429
-rw------- 1 root root  85026 Sep 24 19:07 NEWPCB.PPT
-rw------- 1 root root  77076 Sep 24 19:07 NEWTIPS.PPT
-rw------- 1 root root 260096 Sep 24 19:07 PCBENCHM.PPT
-rw------- 1 root root 260096 Sep 24 18:59 PPTOOLS1.PPA
-rw------- 1 root root 260096 Sep 24 19:07 TIPS.PPT
-rw------- 1 root root 260096 Sep 24 18:59 TRIDOTS.POT
-rw------- 1 root root 260096 Sep 24 18:59 ZD16.BMP

./clients/client8/~dmtmp/SEED:
total 3168
-rw------- 1 root root 1867776 Sep 24 19:08 LARGE.FIL
-rw------- 1 root root 1048576 Sep 24 19:08 MEDIUM.FIL
-rw------- 1 root root  327680 Sep 24 19:08 SMALL.FIL

./clients/client8/~dmtmp/WORD:
total 796
-rw------- 1 root root 260096 Sep 24 18:59 BASEMACH.DOC
-rw------- 1 root root 260096 Sep 24 18:59 CHAP10.DOC
-rw------- 1 root root 260096 Sep 24 18:59 FACTS.DOC
-rw------- 1 root root  19054 Sep 24 19:08 HANDOUT.DOC
-rw------- 1 root root  14984 Sep 24 19:08 TIPS.DOC

./clients/client8/~dmtmp/WORDPRO:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BENCHS.LWP
-rw------- 1 root root 260096 Sep 24 18:59 NEWS1_1.LWP
-rw------- 1 root root 260096 Sep 24 18:59 RESULTS.XLS

./clients/client9:
total 5124
drwx------ 11 root root    4096 Sep 24 18:59 ~dmtmp
-rw-------  1 root root 1048576 Sep 24 18:59 filler.000
-rw-------  1 root root 1048576 Sep 24 18:59 filler.001
-rw-------  1 root root 1048576 Sep 24 18:59 filler.002
-rw-------  1 root root 1048576 Sep 24 18:59 filler.003
-rw-------  1 root root 1048576 Sep 24 18:59 filler.004

./clients/client9/~dmtmp:
total 12
drwx------ 2 root root   25 Sep 24 19:08 ACCESS
drwx------ 2 root root 4096 Sep 24 19:08 COREL
drwx------ 2 root root   40 Sep 24 19:08 EXCEL
drwx------ 2 root root 4096 Sep 24 19:08 PARADOX
drwx------ 2 root root   52 Sep 24 19:08 PM
drwx------ 2 root root 4096 Sep 24 19:08 PWRPNT
drwx------ 2 root root   55 Sep 24 18:59 SEED
drwx------ 2 root root   91 Sep 24 19:08 WORD
drwx------ 2 root root   59 Sep 24 19:08 WORDPRO

./clients/client9/~dmtmp/ACCESS:
total 254
-rw------- 1 root root 260096 Sep 24 19:07 FASTENER.MDB

./clients/client9/~dmtmp/COREL:
total 2794
-rw------- 1 root root 260096 Sep 24 18:59 ARTISTIC.ACL
-rw------- 1 root root 260096 Sep 24 19:07 CDRBARS.CFG
-rw------- 1 root root 260096 Sep 24 19:07 CDRROLS.CFG
-rw------- 1 root root 260096 Sep 24 18:59 CORELDRW.CDT
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC1.CDR
-rw------- 1 root root 260096 Sep 24 18:59 GRAPHIC2.CDR
-rw------- 1 root root 260096 Sep 24 18:59 MAILBOX2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 ROSE.CPT
-rw------- 1 root root 260096 Sep 24 18:59 SIGN2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TEAPOT2.CPT
-rw------- 1 root root 260096 Sep 24 18:59 TRAIN.CDR

./clients/client9/~dmtmp/EXCEL:
total 508
-rw------- 1 root root 260096 Sep 24 19:07 PCMAGCD.XLS
-rw------- 1 root root 260096 Sep 24 19:07 SALES.XLS

./clients/client9/~dmtmp/PARADOX:
total 5087
-rw------- 1 root root   2048 Sep 24 19:08 __40D6B.DB
-rw------- 1 root root   4096 Sep 24 19:08 CHANGED.DB
-rw------- 1 root root 260096 Sep 24 19:08 COURSES.DB
-rw------- 1 root root 260096 Sep 24 18:59 COURSES.FSL
-rw------- 1 root root 260096 Sep 24 19:08 COURSES.PX
-rw------- 1 root root    543 Sep 24 19:08 COURSES.VAL
-rw------- 1 root root 260096 Sep 24 19:08 COURSES.X04
-rw------- 1 root root 260096 Sep 24 19:07 COURSES.Y04
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.DB
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.PX
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.VAL
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.X03
-rw------- 1 root root 260096 Sep 24 18:59 ENROLL.Y03
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.DB
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.FSL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.MB
-rw------- 1 root root 260096 Sep 24 19:07 STUDENTS.PX
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.TV
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.VAL
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.XG1
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG0
-rw------- 1 root root 260096 Sep 24 18:59 STUDENTS.YG1

./clients/client9/~dmtmp/PM:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 EVENTS.DOC
-rw------- 1 root root 260096 Sep 24 18:59 MOVED.DOC
-rw------- 1 root root 260096 Sep 24 18:59 T1.XLS

./clients/client9/~dmtmp/PWRPNT:
total 1429
-rw------- 1 root root  85026 Sep 24 19:07 NEWPCB.PPT
-rw------- 1 root root  77076 Sep 24 19:07 NEWTIPS.PPT
-rw------- 1 root root 260096 Sep 24 19:07 PCBENCHM.PPT
-rw------- 1 root root 260096 Sep 24 18:59 PPTOOLS1.PPA
-rw------- 1 root root 260096 Sep 24 19:07 TIPS.PPT
-rw------- 1 root root 260096 Sep 24 18:59 TRIDOTS.POT
-rw------- 1 root root 260096 Sep 24 18:59 ZD16.BMP

./clients/client9/~dmtmp/SEED:
total 3168
-rw------- 1 root root 1867776 Sep 24 19:08 LARGE.FIL
-rw------- 1 root root 1048576 Sep 24 19:08 MEDIUM.FIL
-rw------- 1 root root  327680 Sep 24 19:08 SMALL.FIL

./clients/client9/~dmtmp/WORD:
total 796
-rw------- 1 root root 260096 Sep 24 18:59 BASEMACH.DOC
-rw------- 1 root root 260096 Sep 24 18:59 CHAP10.DOC
-rw------- 1 root root 260096 Sep 24 18:59 FACTS.DOC
-rw------- 1 root root  19054 Sep 24 19:08 HANDOUT.DOC
-rw------- 1 root root  14984 Sep 24 19:08 TIPS.DOC

./clients/client9/~dmtmp/WORDPRO:
total 762
-rw------- 1 root root 260096 Sep 24 18:59 BENCHS.LWP
-rw------- 1 root root 260096 Sep 24 18:59 NEWS1_1.LWP
-rw------- 1 root root 260096 Sep 24 18:59 RESULTS.XLS

root@pranithk-vm1 - /mnt/client 
19:08:17 :) ⚡

Comment 7 Pranith Kumar K 2014-01-03 13:27:41 UTC
Shwetha,
     Please let us know if this is still happening.

Pranith

Comment 8 Vivek Agarwal 2015-12-03 17:19:23 UTC
Thank you for submitting this issue for consideration in Red Hat Gluster Storage. The release for which you requested us to review, is now End of Life. Please See https://access.redhat.com/support/policy/updates/rhs/

If you can reproduce this bug against a currently maintained version of Red Hat Gluster Storage, please feel free to file a new report against the current release.

Comment 10 Red Hat Bugzilla 2023-09-14 01:48:38 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


Note You need to log in before you can comment on or make changes to this bug.