On 22.11.2010, at 21:06, m2skis wrote: > Can anyone give us a hint on the cause. Are there any cleanup > processes for /tmp/mwcache?
As you are using /tmp/, there might be some other tool like tmpreaper. But you are right, the traceback suggests that some cleanup tool is deleting the directory: > Traceback (most recent call last): > File "/data/sdit/mwrender/current/lib/python2.6/wsgiref/ > handlers.py", line 93, in run > self.result = application(self.environ, self.start_response) > File "/data/sdit/mwrender/current/lib/python2.6/site-packages/ > mwlib-0.12.13-py2.6-linux-x86_64.egg/mwlib/serve.py", line 178, in > __call__ > response = self.dispatch(request) > File "/data/sdit/mwrender/current/lib/python2.6/site-packages/ > mwlib-0.12.13-py2.6-linux-x86_64.egg/mwlib/serve.py", line 197, in > dispatch > collection_id = self.new_collection(request.params) > File "/data/sdit/mwrender/current/lib/python2.6/site-packages/ > mwlib-0.12.13-py2.6-linux-x86_64.egg/mwlib/serve.py", line 252, in > new_collection > os.mkdir(colldir) > OSError: [Errno 2] No such file or directory: '/tmp/mwcache/ > 77/778942501014fb17' Even if you were using mw-serve-ctl --purge-cache to clean your mw-serve cache directory, it shouldn't delete the parent directory /tmp/mwcache/77/. If this is easily reproducible, it's still quite strange, because this particular error should be a rare race condition. -- Johannes Beigel -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
