mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
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#1073
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 @hrx777 on GitHub (Jan 5, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1345
See https://github.com/modoboa/modoboa/issues/983
@tonioo commented on GitHub (Jan 8, 2018):
That's really strange... Can you check that your file ends with a newline? What happens if you reintroduce variables?
@kryskool commented on GitHub (Apr 7, 2018):
ping @hrx777
@makakken commented on GitHub (Jul 10, 2018):
i think the problem still exists:
fresh install using the installer on debian 9.4
is there any solution for that?
@tonioo commented on GitHub (Jul 11, 2018):
@makakken Thank you for the logs. There is indeed a missing newline in the letsencrypt crontab, I'll fix it. About the modoboa crontab, can you paste the content somewhere? The "bad username" error is explicit but I'd like to know which one...
@makakken commented on GitHub (Jul 11, 2018):
@tonioo sorry, deleted the test cloud-node ;) currently try to install on ubuntu 18.04. node. if the error still persists, i'll post the content of /etc/cron.d/modoboa
@makakken commented on GitHub (Jul 11, 2018):
how nice, error still exists with ubuntu 18.04 fresh install on cloud-node.
content of cron.d/modoboa
@makakken commented on GitHub (Jul 11, 2018):
i checked all the usernames, they exist in the passwd file: root, vmail, opendkim
@makakken commented on GitHub (Jul 11, 2018):
@tonioo i cannot see any errors, do you?
@tonioo commented on GitHub (Jul 11, 2018):
@makakken no... Can you check if the file contains strange characters? (using cat -v for example) Have you tried to restart the cron daemon?
@makakken commented on GitHub (Jul 11, 2018):
cat -v /etc/cron.d/modoboa
@makakken commented on GitHub (Jul 11, 2018):
@tonioo no strange characters i think
@tonioo commented on GitHub (Jul 11, 2018):
No indeed... And reloading the daemon? I wonder if there could be an issue if opendkim and vmail users are added after the cron daemon has been started...
@makakken commented on GitHub (Jul 11, 2018):
i think you're right, after restarting the daemon, no errors:
Jul 11 11:31:33 mail cron[6264]: (CRON) INFO (pidfile fd = 3) Jul 11 11:31:33 mail cron[6264]: (CRON) INFO (Skipping @reboot jobs -- not system startup)@tonioo commented on GitHub (Jul 11, 2018):
Great! I'll fix it in the installer.
@makakken commented on GitHub (Jul 11, 2018):
all processes seem to work now.
@tonioo commented on GitHub (Jul 11, 2018):
Fixed by
github.com/modoboa/modoboa-installer@9eed99d884andgithub.com/modoboa/modoboa-installer@d845ce78d0.