Advertisement
Guest User

bhbhbh

a guest
Jul 25th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [*] I/O error (13): Permission denied
  2. Traceback (most recent call last):
  3.   File "./owtf.py", line 459, in <module>
  4.     core = core.Init(root_dir, owtf_pid)  # Initialise Framework.
  5.   File "/home/nero_luci/owtf/framework/core.py", line 509, in Init
  6.     return Core(root_dir, owtf_pid)
  7.   File "/home/nero_luci/owtf/framework/core.py", line 75, in __init__
  8.     self.pnh_log_file()
  9.   File "/home/nero_luci/owtf/framework/core.py", line 125, in pnh_log_file
  10.     with self.open(path, mode, owtf_clean=False):
  11.   File "/home/nero_luci/owtf/framework/core.py", line 496, in io_error
  12.     raise e
  13. IOError: [Errno 13] Permission denied: '/tmp/owtf/pnh.log'
  14.  
  15.  
  16.  
  17. 4 -rw-r--r-- 1 root root  114 Jul 25 15:17 logfile
  18. 4 drwxr-xr-x 2 root root 4096 Jul 25 14:26 old-5421
  19. 4 drwxr-xr-x 9 root root 4096 Jul 25 14:26 proxy-cache
  20. 4 -rw-r--r-- 1 root root   53 Jul 25 14:26 proxy.log
  21. 4 -rw-r--r-- 1 root root 1655 Jul 25 14:26 ui.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement