Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post-install fail if openldap is too slow to start #447

Closed
yunohost-bot opened this issue Jul 8, 2016 · 8 comments
Closed

post-install fail if openldap is too slow to start #447

yunohost-bot opened this issue Jul 8, 2016 · 8 comments
Labels
👾 bug Something isn't working
Milestone

Comments

@yunohost-bot
Copy link

Original Redmine Issue: 447

Author Name: Bram


Currently, during the post install if openldap is too slow to restart, all regen-conf scripts and more things fails to execute and the post installation failed.

We should either:

  • have a wait on hook_exec
  • drop using admin for hook_exec (I have a patch for that)
  • wait during the post-install for openldap to be started
@yunohost-bot
Copy link
Author

Original Redmine Comment

Author: Bram


Post install logs:

123318 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./09-nslcd" post 1 0 /etc/nslcd.conf 7>&1'...
123340 WARNING sudo: unknown user: admin
123341 WARNING sudo: unable to initialize policy plugin
123430 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/09-nslcd
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/09-nslcd
123431 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./12-metronome" post 1 0 /etc/metronome/conf.d/ttipgameover.net.cfg.lua,/etc/metronome/metronome.cfg.lua 7>&1'...
123453 WARNING sudo: unknown user: admin
123453 WARNING sudo: unable to initialize policy plugin
123542 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/12-metronome
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/12-metronome
123543 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./15-nginx" post 1 0 /etc/nginx/conf.d/ttipgameover.net.conf,/etc/nginx/conf.d/yunohost_admin.conf.inc,/etc/nginx/conf.d/yunohost_panel.conf.inc,/etc/nginx/conf.d/yunohost_api.conf.inc,/etc/nginx/conf.d/yunohost_admin.conf,/etc/nginx/conf.d/ssowat.conf,/etc/nginx/conf.d/global.conf,/etc/nginx/conf.d/ttipgameover.net.d/yunohost_local.conf 7>&1'...
123567 WARNING sudo: unknown user: admin
123568 WARNING sudo: unable to initialize policy plugin
123652 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/15-nginx
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/15-nginx
123652 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./19-postfix" post 1 0 /etc/postfix/smtp_reply_filter,/etc/postfix/master.cf,/etc/postfix/main.cf,/etc/postfix/ldap-aliases.cf,/etc/postfix/ldap-accounts.cf,/etc/postfix/sender_canonical,/etc/postfix/header_checks,/etc/postfix/ldap-domains.cf 7>&1'...
123673 WARNING sudo: unknown user: admin
123674 WARNING sudo: unable to initialize policy plugin
123760 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/19-postfix
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/19-postfix
123760 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./25-dovecot" post 1 0 /etc/dovecot/dovecot-ldap.conf,/etc/dovecot/dovecot.conf,/etc/dovecot/global_script/dovecot.sieve 7>&1'...
123781 WARNING sudo: unknown user: admin
123782 WARNING sudo: unable to initialize policy plugin
123868 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/25-dovecot
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/25-dovecot
123869 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./28-rmilter" post 1 0 /etc/systemd/system/rmilter.socket,/etc/rmilter.conf 7>&1'...
123889 WARNING sudo: unknown user: admin
123890 WARNING sudo: unable to initialize policy plugin
123977 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/28-rmilter
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/28-rmilter
123977 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./31-rspamd" post 1 0 /etc/rspamd/local.d/metrics.conf,/etc/dovecot/global_script/rspamd.sieve 7>&1'...
123998 WARNING sudo: unknown user: admin
123999 WARNING sudo: unable to initialize policy plugin
124085 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/31-rspamd
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/31-rspamd
124086 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./34-mysql" post 1 0 /etc/mysql/my.cnf 7>&1'...
124107 WARNING sudo: unknown user: admin
124108 WARNING sudo: unable to initialize policy plugin
124198 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/34-mysql
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/34-mysql
124198 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./37-avahi-daemon" post 1 0 /etc/avahi/avahi-daemon.conf 7>&1'...
124220 WARNING sudo: unknown user: admin
124221 WARNING sudo: unable to initialize policy plugin
124306 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/37-avahi-daemon
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/37-avahi-daemon
124307 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./40-glances" post 1 0 /etc/default/glances 7>&1'...
124327 WARNING sudo: unknown user: admin
124328 WARNING sudo: unable to initialize policy plugin
124414 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/40-glances
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/40-glances
124415 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./43-dnsmasq" post 1 0 /etc/dnsmasq.d/ttipgameover.net 7>&1'...
124438 WARNING sudo: unknown user: admin
124439 WARNING sudo: unable to initialize policy plugin
124523 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/43-dnsmasq
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/43-dnsmasq
124523 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./46-nsswitch" post 1 0 /etc/nsswitch.conf 7>&1'...
124544 WARNING sudo: unknown user: admin
124545 WARNING sudo: unable to initialize policy plugin
124631 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/46-nsswitch
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/46-nsswitch
124632 INFO Executing command 'sudo -n -u admin -H sh -c BASH_XTRACEFD=7 /bin/bash -x "./52-fail2ban" post 1 0 /etc/fail2ban/filter.d/yunohost.conf,/etc/fail2ban/jail.conf 7>&1'...
124653 WARNING sudo: unknown user: admin
124654 WARNING sudo: unable to initialize policy plugin
124741 ERROR Script execution failed: /usr/share/yunohost/hooks/conf_regen/52-fail2ban
Traceback (most recent call last):
  File "/usr/lib/moulinette/yunohost/hook.py", line 281, in hook_callback
    no_trace=no_trace, raise_on_error=True)
  File "/usr/lib/moulinette/yunohost/hook.py", line 370, in hook_exec
    errno.EIO, m18n.n('hook_exec_failed', path=path))
MoulinetteError: [Errno 5] Script execution failed: /usr/share/yunohost/hooks/conf_regen/52-fail2ban
124742 SUCCESS YunoHost successfully configured
124742 DEBUG action [2804.1] ended after 34.245s
124743 DEBUG lock has been released

daemon.log

Jul  8 13:31:36 guest php5-common: php5_invoke: Enable module pdo for fpm SAPI
Jul  8 13:31:36 guest php5-common: php5_invoke: Enable module pdo for cli SAPI
Jul  8 13:31:36 guest php5-common: php5_invoke: Enable module opcache for fpm SAPI
Jul  8 13:31:36 guest php5-common: php5_invoke: Enable module opcache for cli SAPI
Jul  8 13:31:36 guest php5-json: php5_invoke: Enable module json for fpm SAPI
Jul  8 13:31:36 guest php5-json: php5_invoke: Enable module json for cli SAPI
Jul  8 13:31:36 guest php5-cli: php5_invoke json: already enabled for cli SAPI
Jul  8 13:31:36 guest php5-cli: php5_invoke opcache: already enabled for cli SAPI
Jul  8 13:31:36 guest php5-cli: php5_invoke pdo: already enabled for cli SAPI
Jul  8 13:31:37 guest php5-fpm: php5_invoke json: already enabled for fpm SAPI
Jul  8 13:31:37 guest php5-fpm: php5_invoke opcache: already enabled for fpm SAPI
Jul  8 13:31:37 guest php5-fpm: php5_invoke pdo: already enabled for fpm SAPI
Jul  8 13:31:37 guest php5-intl: php5_invoke: Enable module intl for fpm SAPI
Jul  8 13:31:37 guest php5-intl: php5_invoke: Enable module intl for cli SAPI
Jul  8 13:31:38 guest php5-ldap: php5_invoke: Enable module ldap for fpm SAPI
Jul  8 13:31:38 guest php5-ldap: php5_invoke: Enable module ldap for cli SAPI
Jul  8 13:31:38 guest php5-mysql: php5_invoke: Enable module mysql for fpm SAPI
Jul  8 13:31:38 guest php5-mysql: php5_invoke: Enable module mysql for cli SAPI
Jul  8 13:31:38 guest php5-mysql: php5_invoke: Enable module mysqli for fpm SAPI
Jul  8 13:31:38 guest php5-mysql: php5_invoke: Enable module mysqli for cli SAPI
Jul  8 13:31:39 guest php5-mysql: php5_invoke: Enable module pdo_mysql for fpm SAPI
Jul  8 13:31:39 guest php5-mysql: php5_invoke: Enable module pdo_mysql for cli SAPI
Jul  8 13:31:41 guest glances[629]: Starting Glances server: glances Not starting glances: disabled by /etc/default/glances..
Jul  8 13:31:41 guest metronome[749]: Starting Metronome XMPP Server: metronomecertmanager         #033[1;31merror#033[0m#011SSL/TLS: Failed to load '/etc/metronome/certs/localhost.key': Check that the path is correct, and the file exists. (for *)
Jul  8 13:31:41 guest metronome[749]: general             #033[1minfo#033[0m#011Hello and welcome to Metronome version 3.7.9
Jul  8 13:31:41 guest metronome[749]: general             #033[1minfo#033[0m#011Metronome is using the epoll backend for connection handling
Jul  8 13:31:41 guest metronome[749]: certmanager         #033[1;31merror#033[0m#011SSL/TLS: Failed to load '/etc/metronome/certs/example.com.key': Previous error (see logs), or other system error. (for conference.example.com)
Jul  8 13:31:41 guest metronome[749]: certmanager         #033[1;31merror#033[0m#011SSL/TLS: Failed to load '/etc/metronome/certs/example.com.key': Previous error (see logs), or other system error. (for conference.example.com)
Jul  8 13:31:41 guest metronome[749]: portmanager         #033[1minfo#033[0m#011Activated service 's2s'
Jul  8 13:31:41 guest metronome[749]: certmanager         #033[1;31merror#033[0m#011SSL/TLS: Failed to load '/etc/metronome/certs/localhost.key': Check that the path is correct, and the file exists. (for localhost)
Jul  8 13:31:41 guest metronome[749]: certmanager         #033[1;31merror#033[0m#011SSL/TLS: Failed to load '/etc/metronome/certs/localhost.key': Previous error (see logs), or other system error. (for localhost)
Jul  8 13:31:41 guest metronome[749]: .
Jul  8 13:31:44 guest postfix[1002]: Starting Postfix Mail Transport Agent: postfix.
Jul  8 13:31:48 guest slapd[2529]: Stopping OpenLDAP: slapd.
Jul  8 13:31:48 guest nslcd[27712]: [27709e] <group/member="openldap"> ldap_result() failed: Can't contact LDAP server
Jul  8 13:31:48 guest nslcd[27712]: [27709e] <group/member="openldap"> ldap_abandon() failed to abandon search: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:48 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:48 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:49 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:49 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:50 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:50 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:51 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:51 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:52 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:52 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:53 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:53 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:54 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:54 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:55 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:55 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:56 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:56 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:57 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:57 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:57 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:57 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:58 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:58 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:31:59 guest nslcd[27712]: [27709e] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:59 guest nslcd[27712]: [27709e] <group/member="openldap"> no available LDAP server found: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:31:59 guest slapd[2535]: Starting OpenLDAP: slapd.
Jul  8 13:32:00 guest nslcd[27712]: [ea1109] <group/member="www-data"> no available LDAP server found: Server is unavailable: Transport endpoint is not connected
Jul  8 13:32:00 guest nslcd[27712]: [ea1109] <group/member="www-data"> no available LDAP server found: Server is unavailable: Transport endpoint is not connected
Jul  8 13:32:00 guest nslcd[27712]: [b7e0aa] <group/member="www-data"> no available LDAP server found: Server is unavailable
Jul  8 13:32:00 guest nslcd[27712]: [b7e0aa] <group/member="www-data"> no available LDAP server found: Server is unavailable
Jul  8 13:32:00 guest nslcd[27712]: [0f59dc] <group/member="www-data"> no available LDAP server found: Server is unavailable
Jul  8 13:32:00 guest nslcd[27712]: [0f59dc] <group/member="www-data"> no available LDAP server found: Server is unavailable
Jul  8 13:32:00 guest nslcd[27712]: [eb5bd4] <group/member="www-data"> no available LDAP server found: Server is unavailable
Jul  8 13:32:00 guest nslcd[27712]: [eb5bd4] <group/member="www-data"> no available LDAP server found: Server is unavailable
Jul  8 13:32:00 guest dbus[455]: [system] Reloaded configuration
Jul  8 13:32:01 guest nslcd[27712]: [4211f2] <group/member="www-data"> no available LDAP server found: Server is unavailable
Jul  8 13:32:01 guest nslcd[27712]: [4211f2] <group/member="www-data"> no available LDAP server found: Server is unavailable
Jul  8 13:32:01 guest nslcd[27712]: [6dd9ac] <group/member="www-data"> no available LDAP server found: Server is unavailable
Jul  8 13:32:01 guest nslcd[27712]: [6dd9ac] <group/member="www-data"> no available LDAP server found: Server is unavailable
Jul  8 13:32:02 guest slapd[2753]: Stopping OpenLDAP: slapd.
Jul  8 13:32:02 guest nslcd[27712]: [885e1b] <group/member="openldap"> no available LDAP server found: Server is unavailable
Jul  8 13:32:02 guest nslcd[27712]: [885e1b] <group/member="openldap"> no available LDAP server found: Server is unavailable
Jul  8 13:32:02 guest slapd[2759]: Starting OpenLDAP: slapd.
Jul  8 13:32:02 guest nslcd[27712]: caught signal SIGTERM (15), shutting down
Jul  8 13:32:02 guest nslcd[27712]: version 0.9.4 bailing out
Jul  8 13:32:02 guest nslcd[2775]: Stopping LDAP connection daemon: nslcd.
Jul  8 13:32:02 guest nslcd[2792]: version 0.9.4 starting
Jul  8 13:32:02 guest nslcd[2792]: accepting connections
Jul  8 13:32:02 guest nslcd[2783]: Starting LDAP connection daemon: nslcd.
Jul  8 13:35:49 guest fail2ban[3877]: Stopping authentication failure monitor: fail2ban.
Jul  8 13:35:50 guest fail2ban[3890]: Starting authentication failure monitor: fail2ban.
Jul  8 13:36:02 guest yunohost[3936]: No UPnP device found
Jul  8 13:36:02 guest yunohost[3936]: Port 1900 is already closed for IPv4 connections
Jul  8 13:36:02 guest yunohost[3936]: Port 1900 is already closed for IPv6 connections
Jul  8 13:36:03 guest fail2ban[4023]: Stopping authentication failure monitor: fail2ban.
Jul  8 13:36:03 guest fail2ban[4036]: Starting authentication failure monitor: fail2ban.
Jul  8 13:36:03 guest yunohost[3936]: Firewall successfully reloaded
Jul  8 13:36:04 guest fail2ban[4138]: Stopping authentication failure monitor: fail2ban.
Jul  8 13:36:05 guest fail2ban[4151]: Starting authentication failure monitor: fail2ban.
Jul  8 13:36:05 guest yunohost[3936]: Firewall successfully reloaded
Jul  8 13:36:05 guest yunohost[3936]: opened_ports:
Jul  8 13:36:05 guest yunohost[3936]: - 22
Jul  8 13:36:05 guest yunohost[3936]: - 25
Jul  8 13:36:05 guest yunohost[3936]: - 53
Jul  8 13:36:05 guest yunohost[3936]: - 80
Jul  8 13:36:05 guest yunohost[3936]: - 443
Jul  8 13:36:05 guest yunohost[3936]: - 465
Jul  8 13:36:05 guest yunohost[3936]: - 587
Jul  8 13:36:05 guest yunohost[3936]: - 993
Jul  8 13:36:05 guest yunohost[3936]: - 5222
Jul  8 13:36:05 guest yunohost[3936]: - 5269
Jul  8 13:36:05 guest yunohost[3936]: - 5353
Jul  8 13:36:08 guest avahi-daemon[27898]: Files changed, reloading.
Jul  8 13:36:08 guest avahi-daemon[27898]: No service file found in /etc/avahi/services.
Jul  8 13:36:09 guest slapd[4435]: Stopping OpenLDAP: slapd.
Jul  8 13:36:09 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> ldap_result() failed: Can't contact LDAP server
Jul  8 13:36:09 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> ldap_abandon() failed to abandon search: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:36:09 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:36:09 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:36:10 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:36:10 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:36:11 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:36:11 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:36:12 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected
Jul  8 13:36:12 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> no available LDAP server found, sleeping 1 seconds
Jul  8 13:36:13 guest nslcd[2792]: [7c2ff4] <group/member="openldap"> failed to bind to LDAP server ldap://localhost/: Can't contact LDAP server: Transport endpoint is not connected

@yunohost-bot
Copy link
Author

Properties Change

Author: Bram

@yunohost-bot
Copy link
Author

Properties Change

Author: moul

@yunohost-bot
Copy link
Author

Original Redmine Comment

Author: Bram


Attemp to fix YunoHost/yunohost#172

@yunohost-bot
Copy link
Author

Properties Change

Author: ljf

1 similar comment
@yunohost-bot
Copy link
Author

Properties Change

Author: ljf

@yunohost-bot
Copy link
Author

Original Redmine Comment

Author: alexAubin

Status Changed: Resolved


PR has been merged, flagging this as resolved.

@yunohost-bot
Copy link
Author

Properties Change

Author: moul

@yunohost-bot yunohost-bot added 👾 bug Something isn't working Category: Services labels May 24, 2018
@yunohost-bot yunohost-bot added this to the 2.5.x milestone May 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👾 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants