pulb / mailnag

An extensible mail notification daemon
GNU General Public License v2.0
254 stars 32 forks source link

OSError: [Errno 13] Permission denied #191

Open nrdsp opened 5 years ago

nrdsp commented 5 years ago

Getting the above error, not sure what is going on here. Most probably not a bug but something badly configured in my system. Here is the full log:

INFO (2019-09-06 10:19:10): Successfully enabled plugin 'dbusplugin'.
INFO (2019-09-06 10:19:10): Successfully enabled plugin 'soundplugin'.
INFO (2019-09-06 10:19:10): Successfully enabled plugin 'userscriptplugin'.
INFO (2019-09-06 10:19:10): Successfully enabled plugin 'libnotifyplugin'.
INFO (2019-09-06 10:19:10): Successfully enabled plugin 'spamfilterplugin'. 
INFO (2019-09-06 10:19:10): Checking 1 email account(s).
ERROR (2019-09-06 10:19:10): Caught an exception.
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/Mailnag/common/subproc.py", line 64, in     start_subprocess
    p = subprocess.Popen(args, shell = shell)
  File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
    raise child_exception
OSError: [Errno 13] Permission denied