View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#590
Also it would be nice to get rid of unnecessary writes to ~/.feedingit/logging
I tried chmod -w and here is what I get:
Code:
Sending output to /home/user/.feedingit/logging/feedingit-20130406.log
Traceback (most recent call last):
  File "./FeedingIt.py", line 1549, in <module>
    debugging.init(dot_directory=".feedingit", program_name="feedingit")
  File "/opt/FeedingIt/debugging.py", line 83, in init
    filemode='a')
  File "/usr/lib/python2.5/logging/__init__.py", line 1240, in basicConfig
    hdlr = FileHandler(filename, mode)
  File "/usr/lib/python2.5/logging/__init__.py", line 770, in __init__
    stream = open(filename, mode)
IOError: [Errno 13] Permission denied: '/home/user/.feedingit/logging/feedingit-20130406.log'