You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the Zulip docker stack I shamelessly copied from @so-rose in response to an issue.
The services starts up and i'm able to access it but, logs show that 'zulip_events_email_senders' spawned repeatedly after exit status 1. Here is the snippet from the log:
Operations to perform:
Apply all migrations: analytics, auth, confirmation, contenttypes, otp_static, otp_totp, sessions, social_django, two_factor, zerver
Running migrations:
No migrations to apply.
Zulip migration succeeded.
Post setup scripts execution ...
No post-setup.d folder found. Continuing.
=== End Bootstrap Phase ===
=== Begin Run Phase ===
Certbot is not scheduled to run.
Starting Zulip using supervisor with "/etc/supervisor/supervisord.conf" config ...
2023-07-11 23:56:44,363 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2023-07-11 23:56:44,363 WARN No file matches via include "/etc/supervisor/conf.d/*.conf"
2023-07-11 23:56:44,363 INFO Included extra file "/etc/supervisor/conf.d/zulip/cron.conf" during parsing
2023-07-11 23:56:44,364 INFO Included extra file "/etc/supervisor/conf.d/zulip/go-camo.conf" during parsing
2023-07-11 23:56:44,364 INFO Included extra file "/etc/supervisor/conf.d/zulip/nginx.conf" during parsing
2023-07-11 23:56:44,364 INFO Included extra file "/etc/supervisor/conf.d/zulip/smokescreen.conf" during parsing
2023-07-11 23:56:44,364 INFO Included extra file "/etc/supervisor/conf.d/zulip/zulip-once.conf" during parsing
2023-07-11 23:56:44,364 INFO Included extra file "/etc/supervisor/conf.d/zulip/zulip.conf" during parsing
2023-07-11 23:56:44,364 INFO Included extra file "/etc/supervisor/conf.d/zulip/zulip_db.conf" during parsing
2023-07-11 23:56:44,369 INFO RPC interface 'supervisor' initialized
2023-07-11 23:56:44,370 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2023-07-11 23:56:44,370 INFO supervisord started with pid 13
...
2023-07-11 23:56:47,632 INFO success: zulip_events_user_presence entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-07-11 23:57:07,051 INFO exited: zulip_events_email_senders (exit status 1; not expected)
2023-07-11 23:57:08,055 INFO spawned: 'zulip_events_email_senders' with pid 258
2023-07-11 23:57:09,057 INFO success: zulip_events_email_senders entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-07-11 23:57:14,772 INFO exited: zulip_events_email_senders (exit status 1; not expected)
2023-07-11 23:57:15,776 INFO spawned: 'zulip_events_email_senders' with pid 262
2023-07-11 23:57:16,778 INFO success: zulip_events_email_senders entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-07-11 23:57:23,965 INFO exited: zulip_events_email_senders (exit status 1; not expected)
I thought this was an SMTP settings issue so I replaced the settings with :
I was able to generate the new org creation link by running su zulip -c /home/zulip/deployments/current/manage.py generate_realm_creation_link'` and create the organization. But I'm not able to add new users. What am I doing wrong?
I'm going to resolve this issue; we can use #300 if there are general improvements to make, and we can help debug your specific issue in #production help if need be.
I'm running the Zulip docker stack I shamelessly copied from @so-rose in response to an issue.
The services starts up and i'm able to access it but, logs show that 'zulip_events_email_senders' spawned repeatedly after exit status 1. Here is the snippet from the log:
I thought this was an SMTP settings issue so I replaced the settings with :
as explained in the docs.
I was able to generate the new org creation link by running
su zulip -c
/home/zulip/deployments/current/manage.py generate_realm_creation_link'` and create the organization. But I'm not able to add new users. What am I doing wrong?Here is my stack file for Zulip
The text was updated successfully, but these errors were encountered: