mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #3243] Mail traffic suddenly is empty, no refreshed statistics #1810
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1810
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blu-IT on GitHub (May 1, 2024).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3243
Impacted versions
Steps to reproduce
Log into Modoboa and click on statistics.
Current behavior
Mailtraffic statistis remain empty since 30.04.2024 2 AM, but mails are still send and receivied.
I tried manually
/srv/modoboa/env/bin/python /srv/modoboa/manage.py logparser && /srv/modoboa/env/bin/python /srv/modoboa/manage.py update_statisticsbut get this error
/srv/modoboa/env/bin/python: can't open file '/srv/modoboa/manage.py': [Errno 2] No such file or directoryControlled parameter settings for mail.log: /var/mail.log -> these are correct and haven't been changed.
Controlled /srv/modoboa/rrdfiles:
Expected behavior
Actual statistics are displayed.
Any idea?
@Spitfireap commented on GitHub (May 2, 2024):
The complete path is
/srv/modoboa/instance/manage.py. You forgotinstance. Can you try again with this ?@blu-IT commented on GitHub (May 6, 2024):
@Spitfireap Thanks for the hint!
Today I checked the statistics again and before I could try the correct command as you send, I saw that since last night they work again - without touching anything! They stopped for nearly 4 days and now they work again. Very strange!
I'll close this issue and if it happens again, I'll report.
Thanks again!