You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/root/NeoPI/neopi.py", line 449, in
for data, filename in locator.search_file_path(args, valid_regex):
File "/root/NeoPI/neopi.py", line 309, in search_file_path
if (valid_regex.search(file) and os.path.getsize(filename) > SMALLEST):
File "/usr/lib/python2.7/genericpath.py", line 49, in getsize
return os.stat(filename).st_size
OSError: [Errno 2] No such file or directory: '/backup2/home.com.0/etc/squirrelmail/conf.pl'
The text was updated successfully, but these errors were encountered:
In this case "/backup2/home.com.0/etc/squirrelmail/conf.pl" was a bad symlink
root@Linux:~# /root/NeoPI/neopi.py -A -a /backup2/home.com.0/
(()\ ))\ ( /())())
(()/(())())())
| | ()) (() _ _ |
| .` / -) _ \ /| |
||_/| || Ver. *.USEGIT
Traceback (most recent call last):
File "/root/NeoPI/neopi.py", line 449, in
for data, filename in locator.search_file_path(args, valid_regex):
File "/root/NeoPI/neopi.py", line 309, in search_file_path
if (valid_regex.search(file) and os.path.getsize(filename) > SMALLEST):
File "/usr/lib/python2.7/genericpath.py", line 49, in getsize
return os.stat(filename).st_size
OSError: [Errno 2] No such file or directory: '/backup2/home.com.0/etc/squirrelmail/conf.pl'
The text was updated successfully, but these errors were encountered: