mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #2613] Stats do not work after fresh 2.0.1 install #1655
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#1655
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 @stefaweb on GitHub (Sep 23, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2613
Impacted versions
Current behavior
Hello,
Statistics pages do not display data.
In the web console, we see that the data seems empty and the parsing fails.
Error: Problem parsing d="MNaN,300CNaN,300,NaN,0,NaN,0SNaN,257.14285714285717,NaN,257.14285714285717SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300LNaN,300CNaN,300,NaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300SNaN,300,NaN,300Z"If we launch the cron manually, there is an error accessing the file.
@stefaweb commented on GitHub (Sep 23, 2022):
Still not found the problem.
Have a nice we.
@Spitfireap commented on GitHub (Sep 24, 2022):
Have you tried
chown -R modoboa:modoboa /srv/modoboa/rrdfiles?@stefaweb commented on GitHub (Sep 24, 2022):
Hi!
Already tried. No change.
If I run these commands, I got an error.
@Spitfireap commented on GitHub (Sep 24, 2022):
This looks like #1348
@stefaweb commented on GitHub (Sep 24, 2022):
I deleted the .rrd files and rebooted.
New files are created with same right.
The first command give the same error but not the second.
EDIT: same NaN wrong code in console.
@tonioo commented on GitHub (Sep 25, 2022):
@stefaweb Statistics does not work anymore in the old interface, that's something I must fix. But they work in the new one
@tonioo commented on GitHub (Sep 25, 2022):
@stefaweb And the logparser command must en run as root since it reads the mail.log file.
@stefaweb commented on GitHub (Sep 25, 2022):
HI @tonioo,
A problem with 2.0.2 upgrade.
And 2.0.2 not installed.
EDIT: 2.0.2 was finally installed. Just had to reboot. Statistics in GUIv1 works.
@tonioo commented on GitHub (Sep 26, 2022):
@stefaweb That's a different issue...