Univention Bugzilla – Attachment 5277 Details for
Bug 31752
UMC server does not reload UCR variables due to error in pyinotify.WatchManager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Simple test script
inotify_test.py (text/x-python), 226 bytes, created by
Janis Meybohm
on 2013-06-17 16:43:41 CEST
(
hide
)
Description:
Simple test script
Filename:
MIME Type:
Creator:
Janis Meybohm
Created:
2013-06-17 16:43:41 CEST
Size:
226 bytes
patch
obsolete
>#!/usr/bin/env python > >import pyinotify >from tempfile import mkstemp > >c = 500 >while c > 0: > wm = pyinotify.WatchManager() > trash, path = mkstemp() > wm.add_watch(path, pyinotify.ALL_EVENTS) > c -= 1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 31752
: 5277 |
5279