Advertisement
Guest User

Untitled

a guest
May 26th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/mailman/bin/check_perms", line 381, in ?
  3. checkall()
  4. File "/usr/lib/mailman/bin/check_perms", line 197, in checkall
  5. os.path.walk(d, checkwalk, STATE)
  6. File "/usr/lib/python2.4/posixpath.py", line 298, in walk
  7. walk(name, func, arg)
  8. File "/usr/lib/python2.4/posixpath.py", line 298, in walk
  9. walk(name, func, arg)
  10. File "/usr/lib/python2.4/posixpath.py", line 290, in walk
  11. func(arg, top, names)
  12. File "/usr/lib/mailman/bin/check_perms", line 110, in checkwalk
  13. mode, gid = statgidmode(path)
  14. File "/usr/lib/mailman/bin/check_perms", line 83, in statgidmode
  15. stat = os.stat(path)
  16. OSError: [Errno 13] Permission denied: '/var/lib/mailman/lists/-l/pending.pck'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement