[GH-ISSUE #1836] modoboa_dmarc.Report: (auth.E005) The permission codenamed 'view_report' clashes with a builtin permission for model 'modoboa_dmarc.Report'. #1442

Closed
opened 2026-02-27 11:17:08 +03:00 by kerem · 2 comments
Owner

Originally created by @roniemartinez on GitHub (Feb 14, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1836

Impacted versions

  • Modoboa: 1.14.1
  • installer used: No
  • Webserver: Nginx

Steps to reproduce

Manual installation:

modoboa-admin.py deploy instance --extensions all --collectstatic --domain <domain> --dburl <dburl>

Current behavior

Throws the following errors:

SystemCheckError: System check identified some issues:

ERRORS:
modoboa_dmarc.Report: (auth.E005) The permission codenamed 'view_report' clashes with a builtin permission for model 'modoboa_dmarc.Report'.

['/usr/bin/python3.6', 'manage.py', 'migrate', '--noinput'] failed, check your configuration
SystemCheckError: System check identified some issues:

ERRORS:
modoboa_dmarc.Report: (auth.E005) The permission codenamed 'view_report' clashes with a builtin permission for model 'modoboa_dmarc.Report'.

['/usr/bin/python3.6', 'manage.py', 'load_initial_data', '--admin-username', 'admin'] failed, check your configuration
SystemCheckError: System check identified some issues:

ERRORS:
modoboa_dmarc.Report: (auth.E005) The permission codenamed 'view_report' clashes with a builtin permission for model 'modoboa_dmarc.Report'.

Expected behavior

No errors!!

Originally created by @roniemartinez on GitHub (Feb 14, 2020). Original GitHub issue: https://github.com/modoboa/modoboa/issues/1836 # Impacted versions * Modoboa: 1.14.1 * installer used: No * Webserver: Nginx # Steps to reproduce Manual installation: ``` modoboa-admin.py deploy instance --extensions all --collectstatic --domain <domain> --dburl <dburl> ``` # Current behavior Throws the following errors: ``` SystemCheckError: System check identified some issues: ERRORS: modoboa_dmarc.Report: (auth.E005) The permission codenamed 'view_report' clashes with a builtin permission for model 'modoboa_dmarc.Report'. ['/usr/bin/python3.6', 'manage.py', 'migrate', '--noinput'] failed, check your configuration SystemCheckError: System check identified some issues: ERRORS: modoboa_dmarc.Report: (auth.E005) The permission codenamed 'view_report' clashes with a builtin permission for model 'modoboa_dmarc.Report'. ['/usr/bin/python3.6', 'manage.py', 'load_initial_data', '--admin-username', 'admin'] failed, check your configuration SystemCheckError: System check identified some issues: ERRORS: modoboa_dmarc.Report: (auth.E005) The permission codenamed 'view_report' clashes with a builtin permission for model 'modoboa_dmarc.Report'. ``` # Expected behavior No errors!!
kerem closed this issue 2026-02-27 11:17:08 +03:00
Author
Owner

@tonioo commented on GitHub (Feb 27, 2020):

@roniemartinez Should be fixed now but it is not released yet. And you're not in the right repository.

<!-- gh-comment-id:591869313 --> @tonioo commented on GitHub (Feb 27, 2020): @roniemartinez Should be fixed now but it is not released yet. And you're not in the right repository.
Author
Owner

@roniemartinez commented on GitHub (Feb 27, 2020):

Thanks @tonioo

I knew I wasn't in the right repo. I submitted the issue here to be seen since the correct repo was not active (last commit was 2 years ago). Sorry about that.

<!-- gh-comment-id:591872770 --> @roniemartinez commented on GitHub (Feb 27, 2020): Thanks @tonioo I knew I wasn't in the right repo. I submitted the issue here to be seen since the correct repo was not active (last commit was 2 years ago). Sorry about that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1442
No description provided.