Bloqué en "rescue mode"

What type of hardware yunohost log share 20250703-084415-regen_conf-dnsmasqare you using: VPS bought online
What YunoHost version are you running: 12.0.17
How are you able to access your server: SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: rescue mode

Describe your issue

bonjour,

OVH a procédé au déménagement physique de mon VPS Kimsufi. Depuis, je ne peux y accéder qu’en rescue mode (il n’est pas accessible par le réseau sinon).

Je peux monter le disque et faire un chroot. Lorsque je lance un diagnostique, j’ai ça :

# yunohost diagnosis run
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/psutil/_common.py", line 399, in wrapper
    return cache[key]
           ~~~~~^^^^^
KeyError: (('/proc',), frozenset())

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/psutil/_pslinux.py", line 285, in <module>
    set_scputimes_ntuple("/proc")
  File "/usr/lib/python3/dist-packages/psutil/_common.py", line 401, in wrapper
    ret = cache[key] = fun(*args, **kwargs)
                       ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/psutil/_pslinux.py", line 268, in set_scputimes_ntuple
    with open_binary('%s/stat' % procfs_path) as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/psutil/_common.py", line 728, in open_binary
    return open(fname, "rb", buffering=FILE_READ_BUFFER_SIZE)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/proc/stat'
Error: Diagnosis failed for category 'basesystem':
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 185, in diagnosis_run
    code, report = diagnoser.diagnose(force=force)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 433, in diagnose
    items = list(self.run())
            ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/00-basesystem.py", line 73, in run
    kernel_version = read_file("/proc/sys/kernel/osrelease").strip()
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/moulinette/utils/filesystem.py", line 54, in read_file
    raise MoulinetteError("file_not_exist", path=file_path)
moulinette.core.MoulinetteError: File does not exist: '/proc/sys/kernel/osrelease'

Error: Diagnosis failed for category 'ip':
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 185, in diagnosis_run
    code, report = diagnoser.diagnose(force=force)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 433, in diagnose
    items = list(self.run())
            ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/10-ip.py", line 69, in run
    good_resolvconf = self.good_resolvconf()
                      ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/10-ip.py", line 231, in good_resolvconf
    content = read_file("/etc/resolv.conf").strip().split("\n")
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/moulinette/utils/filesystem.py", line 54, in read_file
    raise MoulinetteError("file_not_exist", path=file_path)
moulinette.core.MoulinetteError: File does not exist: '/etc/resolv.conf'

Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Diagnosis failed for category 'dnsrecords':
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 968, in _apply_method_s
    return func(self,*args,**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 270, in sasl_interactive_bind_s
    return self._ldap_call(self._l.sasl_interactive_bind_s,who,auth,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls),sasl_flags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 108, in connect
    con = _reconnect()
          ^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 104, in _reconnect
    self._connect(con)
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 88, in <lambda>
    self._connect = lambda con: con.sasl_non_interactive_bind_s("EXTERNAL")
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 280, in sasl_non_interactive_bind_s
    self.sasl_interactive_bind_s('',auth,serverctrls,clientctrls,sasl_flags)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 999, in sasl_interactive_bind_s
    res = self._apply_method_s(SimpleLDAPObject.sasl_interactive_bind_s,*args,**kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 972, in _apply_method_s
    self.reconnect(self._uri,retry_max=self._retry_max,retry_delay=self._retry_delay)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 938, in reconnect
    self._apply_last_bind()
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 907, in _apply_last_bind
    SimpleLDAPObject.simple_bind_s(self, None, None)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 248, in simple_bind_s
    msgid = self.simple_bind(who,cred,serverctrls,clientctrls)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 242, in simple_bind
    return self._ldap_call(self._l.simple_bind,who,cred,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 968, in _apply_method_s
    return func(self,*args,**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 270, in sasl_interactive_bind_s
    return self._ldap_call(self._l.sasl_interactive_bind_s,who,auth,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls),sasl_flags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 115, in connect
    con = _reconnect()
          ^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 104, in _reconnect
    self._connect(con)
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 88, in <lambda>
    self._connect = lambda con: con.sasl_non_interactive_bind_s("EXTERNAL")
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 280, in sasl_non_interactive_bind_s
    self.sasl_interactive_bind_s('',auth,serverctrls,clientctrls,sasl_flags)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 999, in sasl_interactive_bind_s
    res = self._apply_method_s(SimpleLDAPObject.sasl_interactive_bind_s,*args,**kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 972, in _apply_method_s
    self.reconnect(self._uri,retry_max=self._retry_max,retry_delay=self._retry_delay)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 938, in reconnect
    self._apply_last_bind()
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 907, in _apply_last_bind
    SimpleLDAPObject.simple_bind_s(self, None, None)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 248, in simple_bind_s
    msgid = self.simple_bind(who,cred,serverctrls,clientctrls)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 242, in simple_bind
    return self._ldap_call(self._l.simple_bind,who,cred,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 185, in diagnosis_run
    code, report = diagnoser.diagnose(force=force)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 433, in diagnose
    items = list(self.run())
            ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/12-dnsrecords.py", line 55, in run
    major_domains = domain_list(exclude_subdomains=True)["domains"]
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/domain.py", line 145, in domain_list
    domains = _get_domains(exclude_subdomains)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/domain.py", line 87, in _get_domains
    ldap = _get_ldap_interface()
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 45, in _get_ldap_interface
    _ldap_interface = LDAPInterface()
                      ^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 98, in __init__
    self.connect()
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 117, in connect
    raise YunohostError(
yunohost.utils.error.YunohostError: Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'

Warning: Found 2 item(s) that could be improved for Ports exposure.
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Diagnosis failed for category 'web':
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 968, in _apply_method_s
    return func(self,*args,**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 270, in sasl_interactive_bind_s
    return self._ldap_call(self._l.sasl_interactive_bind_s,who,auth,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls),sasl_flags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 108, in connect
    con = _reconnect()
          ^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 104, in _reconnect
    self._connect(con)
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 88, in <lambda>
    self._connect = lambda con: con.sasl_non_interactive_bind_s("EXTERNAL")
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 280, in sasl_non_interactive_bind_s
    self.sasl_interactive_bind_s('',auth,serverctrls,clientctrls,sasl_flags)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 999, in sasl_interactive_bind_s
    res = self._apply_method_s(SimpleLDAPObject.sasl_interactive_bind_s,*args,**kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 972, in _apply_method_s
    self.reconnect(self._uri,retry_max=self._retry_max,retry_delay=self._retry_delay)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 938, in reconnect
    self._apply_last_bind()
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 907, in _apply_last_bind
    SimpleLDAPObject.simple_bind_s(self, None, None)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 248, in simple_bind_s
    msgid = self.simple_bind(who,cred,serverctrls,clientctrls)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 242, in simple_bind
    return self._ldap_call(self._l.simple_bind,who,cred,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 968, in _apply_method_s
    return func(self,*args,**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 270, in sasl_interactive_bind_s
    return self._ldap_call(self._l.sasl_interactive_bind_s,who,auth,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls),sasl_flags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 115, in connect
    con = _reconnect()
          ^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 104, in _reconnect
    self._connect(con)
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 88, in <lambda>
    self._connect = lambda con: con.sasl_non_interactive_bind_s("EXTERNAL")
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 280, in sasl_non_interactive_bind_s
    self.sasl_interactive_bind_s('',auth,serverctrls,clientctrls,sasl_flags)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 999, in sasl_interactive_bind_s
    res = self._apply_method_s(SimpleLDAPObject.sasl_interactive_bind_s,*args,**kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 972, in _apply_method_s
    self.reconnect(self._uri,retry_max=self._retry_max,retry_delay=self._retry_delay)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 938, in reconnect
    self._apply_last_bind()
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 907, in _apply_last_bind
    SimpleLDAPObject.simple_bind_s(self, None, None)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 248, in simple_bind_s
    msgid = self.simple_bind(who,cred,serverctrls,clientctrls)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 242, in simple_bind
    return self._ldap_call(self._l.simple_bind,who,cred,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 185, in diagnosis_run
    code, report = diagnoser.diagnose(force=force)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 433, in diagnose
    items = list(self.run())
            ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/21-web.py", line 42, in run
    all_domains = domain_list()["domains"]
                  ^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/domain.py", line 145, in domain_list
    domains = _get_domains(exclude_subdomains)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/domain.py", line 87, in _get_domains
    ldap = _get_ldap_interface()
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 45, in _get_ldap_interface
    _ldap_interface = LDAPInterface()
                      ^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 98, in __init__
    self.connect()
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 117, in connect
    raise YunohostError(
yunohost.utils.error.YunohostError: Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'

Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Diagnosis failed for category 'mail':
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 968, in _apply_method_s
    return func(self,*args,**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 270, in sasl_interactive_bind_s
    return self._ldap_call(self._l.sasl_interactive_bind_s,who,auth,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls),sasl_flags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 108, in connect
    con = _reconnect()
          ^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 104, in _reconnect
    self._connect(con)
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 88, in <lambda>
    self._connect = lambda con: con.sasl_non_interactive_bind_s("EXTERNAL")
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 280, in sasl_non_interactive_bind_s
    self.sasl_interactive_bind_s('',auth,serverctrls,clientctrls,sasl_flags)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 999, in sasl_interactive_bind_s
    res = self._apply_method_s(SimpleLDAPObject.sasl_interactive_bind_s,*args,**kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 972, in _apply_method_s
    self.reconnect(self._uri,retry_max=self._retry_max,retry_delay=self._retry_delay)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 938, in reconnect
    self._apply_last_bind()
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 907, in _apply_last_bind
    SimpleLDAPObject.simple_bind_s(self, None, None)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 248, in simple_bind_s
    msgid = self.simple_bind(who,cred,serverctrls,clientctrls)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 242, in simple_bind
    return self._ldap_call(self._l.simple_bind,who,cred,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 968, in _apply_method_s
    return func(self,*args,**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 270, in sasl_interactive_bind_s
    return self._ldap_call(self._l.sasl_interactive_bind_s,who,auth,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls),sasl_flags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 115, in connect
    con = _reconnect()
          ^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 104, in _reconnect
    self._connect(con)
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 88, in <lambda>
    self._connect = lambda con: con.sasl_non_interactive_bind_s("EXTERNAL")
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 280, in sasl_non_interactive_bind_s
    self.sasl_interactive_bind_s('',auth,serverctrls,clientctrls,sasl_flags)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 999, in sasl_interactive_bind_s
    res = self._apply_method_s(SimpleLDAPObject.sasl_interactive_bind_s,*args,**kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 972, in _apply_method_s
    self.reconnect(self._uri,retry_max=self._retry_max,retry_delay=self._retry_delay)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 938, in reconnect
    self._apply_last_bind()
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 907, in _apply_last_bind
    SimpleLDAPObject.simple_bind_s(self, None, None)
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 248, in simple_bind_s
    msgid = self.simple_bind(who,cred,serverctrls,clientctrls)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 242, in simple_bind
    return self._ldap_call(self._l.simple_bind,who,cred,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/ldap/ldapobject.py", line 128, in _ldap_call
    result = func(*args,**kwargs)
             ^^^^^^^^^^^^^^^^^^^^
ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 2, 'ctrls': [], 'info': 'No such file or directory'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 185, in diagnosis_run
    code, report = diagnoser.diagnose(force=force)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 433, in diagnose
    items = list(self.run())
            ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/24-mail.py", line 48, in run
    self.mail_domains = domain_list()["domains"]
                        ^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/domain.py", line 145, in domain_list
    domains = _get_domains(exclude_subdomains)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/domain.py", line 87, in _get_domains
    ldap = _get_ldap_interface()
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 45, in _get_ldap_interface
    _ldap_interface = LDAPInterface()
                      ^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 98, in __init__
    self.connect()
  File "/usr/lib/python3/dist-packages/yunohost/utils/ldap.py", line 117, in connect
    raise YunohostError(
yunohost.utils.error.YunohostError: Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'

Error: Diagnosis failed for category 'services':
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 185, in diagnosis_run
    code, report = diagnoser.diagnose(force=force)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 433, in diagnose
    items = list(self.run())
            ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/30-services.py", line 34, in run
    all_result = service_status()
                 ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/service.py", line 362, in service_status
    output = {
             ^
  File "/usr/lib/python3/dist-packages/yunohost/service.py", line 363, in <dictcomp>
    s: _get_and_format_service_status(s, infos) for s, infos in services.items()
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/service.py", line 400, in _get_and_format_service_status
    raw_status, raw_service = _get_service_information_from_systemd(systemd_service)
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/service.py", line 375, in _get_service_information_from_systemd
    d = dbus.SystemBus()
        ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 192, in __new__
    return Bus.__new__(cls, Bus.TYPE_SYSTEM, mainloop=mainloop,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 99, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 120, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

Error: Diagnosis failed for category 'systemresources':
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 185, in diagnosis_run
    code, report = diagnoser.diagnose(force=force)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 433, in diagnose
    items = list(self.run())
            ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/50-systemresources.py", line 45, in run
    ram = psutil.virtual_memory()
          ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/psutil/__init__.py", line 1968, in virtual_memory
    ret = _psplatform.virtual_memory()
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/psutil/_pslinux.py", line 415, in virtual_memory
    with open_binary('%s/meminfo' % get_procfs_path()) as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/psutil/_common.py", line 728, in open_binary
    return open(fname, "rb", buffering=FILE_READ_BUFFER_SIZE)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/proc/meminfo'

Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Success! Everything looks OK for System configurations! (+ 1 ignored issue(s))
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for archivist : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for bookstack__2 : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for changedetection : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for diagramsnet : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for dolibarr : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for element : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for fail2ban-web : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for filepizza : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for findmydevice : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for freshrss : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for grammalecte : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for grist : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for languagetool : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for miniflux : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for monitorix : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for my_webapp : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for my_webapp__2 : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for my_webapp__3 : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for mytinytodo : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for n8n : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for nextcloud : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for ntfy : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for onlyoffice : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for pairdrop : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for pinkarrows : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for planka : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for readeck : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for readeck__2 : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for roundcube : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for roundcube__2 : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for rspamd : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for rspamdui : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for rustdesk-server : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for sogo : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for sshwifty : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for stirling-pdf : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for synapse : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for transmission : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for vaultwarden : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for yourls : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Warning: The LDAP service is down, attempt to restart it…
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Error: Failed to read info for zerobin : Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'
Success! Everything looks OK for Applications!
Warning: To see the issues found, you can go to the Diagnosis section of the webadmin, or run 'yunohost diagnosis show --issues --human-readable' from the command-line.

Sauf erreur de ma part, les erreurs liées à LDAP n’ont rien à voir avec l’inaccessibilité du serveur, je me trompe ?

Par ailleurs, comme il est indiqué File does not exist: ‘/etc/resolv.conf’ j’ai tenté yunohost tools regen-conf -d dnsmasq, en vain.

Bref, je suis un peu perdu et ne sais quels logs consulter pour avancer dans la caractérisation du problème…

Merci !

Share relevant logs or error messages

n/a

L’exécution de fsck sur la partition principale, et la correction d’erreurs que l’outil a permis de détecter, a résolu le problème.

1 Like