mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1517] Errors at server boot (from cron) #1196
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#1196
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 (Jul 5, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1517
Impacted versions
Steps to reproduce
Boot or reboot the server. Repetitive.
Current behavior
When I boot the server, I receive few minutes later 3 mails from the server. They comes from cron.
Subjet:
$PYTHON $INSTANCE/manage.py generate_rights
$PYTHON $INSTANCE/manage.py handle_mailbox_operations
$PYTHON $INSTANCE/manage.py modo manage_dkim_keys
Seems that some modoboa services start before mariadb is UP.
django.db.utils.OperationalError: (2003, 'Can\'t connect to MySQL server on \'127.0.0.1\' (111 "Connection refused")')I've enclosed the 3 mails body (Traceback).
mail_cron_1.txt
mail_cron_2.txt
mail_cron_3.txt
@stefaweb commented on GitHub (Oct 2, 2018):
I close this as the messages at boot are left with last version.