[Show "Revision History"] [Show "General Page Infos"] [Show chart "Page hits and edits"]
General Information
Page size: 2775
SHA digest of this page's content is: C827114A11E782E51E11D4A81D077DCDC12F9B25
--> -->OSError
[Errno 13] Permission denied: '/local/web/wikis/cs148-07/data/user'
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/python2.6/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestModPy object>)
- 1205 self.page.send_page(self, msg=msg)
- 1206 else:
- 1207 handler(self.page.page_name, self)
- 1208
- 1209 # generate page footer (actions that do not want this footer use
- handler = <function do_info>
- self = <MoinMoin.request.RequestModPy object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.page_name = u'EdwardSuh/AssignmentOneQuestions'
/usr/lib/python2.6/site-packages/MoinMoin/wikiaction.py in do_info (pagename=u'EdwardSuh/AssignmentOneQuestions', request=<MoinMoin.request.RequestModPy object>)
- 422 request.write(hitcounts.linkto(pagename, request, 'page=' + wikiutil.url_quote_plus(pagename)))
- 423 elif show_general:
- 424 general(page, pagename, request)
- 425 else:
- 426 history(page, pagename, request)
- general = <function general>
- page = <MoinMoin.Page.Page instance>
- pagename = u'EdwardSuh/AssignmentOneQuestions'
- request = <MoinMoin.request.RequestModPy object>
/usr/lib/python2.6/site-packages/MoinMoin/wikiaction.py in general (page=<MoinMoin.Page.Page instance>, pagename=u'EdwardSuh/AssignmentOneQuestions', request=<MoinMoin.request.RequestModPy object>)
- 228
- 229 # show subscribers
- 230 subscribers = page.getSubscribers(request, include_self=1, return_users=1)
- 231 if subscribers:
- 232 request.write('<p>', _('The following users subscribed to this page:'))
- subscribers undefined
- page = <MoinMoin.Page.Page instance>
- page.getSubscribers = <bound method Page.getSubscribers of <MoinMoin.Page.Page instance>>
- request = <MoinMoin.request.RequestModPy object>
- include_self undefined
- return_users undefined
/usr/lib/python2.6/site-packages/MoinMoin/Page.py in getSubscribers (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestModPy object>, **kw={'include_self': 1, 'return_users': 1})
- 925 # Also, if the change is trivial (send email isn't ticked) only send email to users
- 926 # who want_trivial changes (typically Admins on public sites)
- 927 userlist = user.getUserList(request)
- 928 subscriber_list = {}
- 929 for uid in userlist:
- userlist undefined
- global user = <module 'MoinMoin.user' from '/usr/lib/python2.6/site-packages/MoinMoin/user.py'>
- user.getUserList = <function getUserList>
- request = <MoinMoin.request.RequestModPy object>
/usr/lib/python2.6/site-packages/MoinMoin/user.py in getUserList (request=<MoinMoin.request.RequestModPy object>)
- 30 import re, dircache
- 31 user_re = re.compile(r'^\d+\.\d+(\.\d+)?$')
- 32 files = dircache.listdir(request.cfg.user_dir)
- 33 userlist = [f for f in files if user_re.match(f)]
- 34 return userlist
- files undefined
- dircache = <module 'dircache' from '/usr/lib64/python2.6/dircache.pyc'>
- dircache.listdir = <function listdir>
- request = <MoinMoin.request.RequestModPy object>
- request.cfg = <wikiconfig.Config instance>
- request.cfg.user_dir = '/local/web/wikis/cs148-07/data/user'
/usr/lib64/python2.6/dircache.py in listdir (path='/local/web/wikis/cs148-07/data/user')
- 28 mtime = os.stat(path).st_mtime
- 29 if mtime != cached_mtime:
- 30 list = os.listdir(path)
- 31 list.sort()
- 32 cache[path] = mtime, list
- list = []
- global os = <module 'os' from '/usr/lib64/python2.6/os.pyc'>
- os.listdir = <built-in function listdir>
- path = '/local/web/wikis/cs148-07/data/user'
OSError
[Errno 13] Permission denied: '/local/web/wikis/cs148-07/data/user'
- args = (13, 'Permission denied')
- errno = 13
- filename = '/local/web/wikis/cs148-07/data/user'
- message = ''
- strerror = 'Permission denied'
System Details
- Date: Sat, 23 Nov 2024 04:09:17 +0000
- Platform: Linux graphics.stanford.edu 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
- Python: Python 2.6.6 (/usr/bin/python)
- MoinMoin: Release 1.5.8 (release)