Modify ↓
Opened 13 years ago
Closed 13 years ago
#11008 closed defect (cantfix)
trac-admin fails to update reg key in post-commit hook
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 1.0-stable |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Post commit hooks fail when system event logging is enabled in Trac on Windows 7 x64 running Python 2.7:
post-commit hook failed (exit code 2) with output: Error: error: (5, 'RegSetValueEx', 'Access is denied.')
I have not tested other logging options so far, but have confirmed that switching off Trac logging resolves the problem.
Attachments (0)
Change History (2)
comment:1 by , 13 years ago
| Summary: | trac-admin fails to update reg key in post-hook commit → trac-admin fails to update reg key in post-commit hook |
|---|
comment:2 by , 13 years ago
| Resolution: | → cantfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



An InstallationIssue. Writing eventlog requires administrative privileges. Make sure that the account has the permissions or use other
log_typein[logging]section.