#Watch file: watch -n0.1 cat /sys/kernel/debug/dri/0/radeon_pm_info #This program just logs that file which gives radeon power managment. #Watch command needs to be run in a separate process. >./DPMLog.log #Create file to be safe? I suck at bash. while true #Forever loop. do #Do this always. cat /sys/kernel/debug/dri/0/radeon_pm_info >> ./DPMLog.log #Add 2 new lines of info. tail -n 2000 ./DPMLog.log | sponge ./DPMLog.log #Limit to about 15 seconds of frames. Sponge is from moreutils. sleep 0.016 #Aboute 1 frame delay seems good for my PC. done #Done.
Standard input is empty
Standard output is empty
prog.sh: line 4: ./DPMLog.log: Permission denied prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied prog.sh: line 8: sponge: command not found tail: cannot open `./DPMLog.log' for reading: No such file or directory prog.sh: line 7: ./DPMLog.log: Permission denied pr