Cluster and sd error mail and dovecot updating

Ns8

Hi everyone, I’m trying ns8 in testing and after the last update I think dovecot is not running due to error. The mail service is no longer working. Here is the error :slight_smile:

Traceback (most recent call last):
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/urllib3/connection.py", line 174, in _new_conn
    conn = connection.create_connection(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/urllib3/util/connection.py", line 95, in create_connection
    raise err
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/urllib3/util/connection.py", line 85, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
                       ^^^^^^^^^^^^^^^^^^^
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/urllib3/connectionpool.py", line 398, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/urllib3/connection.py", line 239, in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
  File "/usr/lib64/python3.11/http/client.py", line 1286, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib64/python3.11/http/client.py", line 1332, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib64/python3.11/http/client.py", line 1281, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib64/python3.11/http/client.py", line 1041, in _send_output
    self.send(msg)
  File "/usr/lib64/python3.11/http/client.py", line 979, in send
    self.connect()
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/urllib3/connection.py", line 205, in connect
    conn = self._new_conn()
           ^^^^^^^^^^^^^^^^
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/urllib3/connection.py", line 186, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f81e73512d0>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/requests/adapters.py", line 486, in send
    resp = conn.urlopen(
           ^^^^^^^^^^^^^
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen
    retries = retries.increment(
              ^^^^^^^^^^^^^^^^^^
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/urllib3/util/retry.py", line 592, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=9288): Max retries exceeded with url: /doveadm/v1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f81e73512d0>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/mail1/.config/actions/list-user-mailboxes/10list_user_mailboxes", line 16, in <module>
    rusers = mail.doveadm_query("user", {"userMask":"*"})
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/mail1/.config/pypkg/mail.py", line 269, in doveadm_query
    oresp = requests.post(f"http://127.0.0.1:{dport}/doveadm/v1", json=req, headers={"Authorization": "X-Dovecot-API " + atok}).json()
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/requests/api.py", line 115, in post
    return request("post", url, data=data, json=json, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/requests/api.py", line 59, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/requests/adapters.py", line 519, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9288): Max retries exceeded with url: /doveadm/v1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f81e73512d0>: Failed to establish a new connection: [Errno 111] Connection refused'))

In addition, in the mail app, the dovecot service is in the failed state, so the server reports an error in the user list tasks.




Search in the Logs page why Dovecot and Clamav do not start.

Attached, the image of the update proposed by NS8 … and after the email error.Hello and thank you, this

is what the logs say :slight_smile:

2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]   File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/requests/sessions.py", line 602, in get
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]     jresponse = ors.get(RSPAMD_API_ENDPOINT + 'maps', timeout=15.0).json()
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]   File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/requests/sessions.py", line 589, in request
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]     return self.request("GET", url, **kwargs)
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]   File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/requests/sessions.py", line 703, in send
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]     resp = self.send(prep, **send_kwargs)
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]     r = adapter.send(request, **kwargs)
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]   File "/usr/local/agent/pyenv/lib64/python3.11/site-packages/requests/adapters.py", line 519, in send
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1]     raise ConnectionError(e, request=request)
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1] requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=11334): Max retries exceeded with url: /maps (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f16a8f99a10>: Failed to establish a new connection: [Errno 111] Connection refused'))
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1] task/module/mail1/26d5318c-2709-4f28-b016-5f4dbf5db1d7: action "get-status" status is "completed" (0) at step validate-output.json
2024-03-07T15:45:42+01:00 [1:mail1:agent@mail1] task/module/mail1/f174589a-d4fe-4d45-b2cf-117559e6e431: action "get-filter-configuration" status is "aborted" (1) at step 10get_filter_configuration```

The log excerpt is a from the UI trying to contact Dovecot, which is stopped due to an error. Can you find the Dovecot error reason from the Logs page?

Hi, not now as I had to restore the complete server backup. Being a test server, I had to fully restore as I forgot to take a snapshot on the proxmox cluster. I’m trying again, and at the moment I only get an error on clamav and rspamd.

2024-03-07T16:24:00+01:00 [1:mail1:rspamd] time="2024-03-07T16:24:00+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:24:00+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:24:00+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:24:00+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:24:00+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 8.
2024-03-07T16:24:00+01:00 [1:mail1:systemd] rspamd.service: Start request repeated too quickly.
2024-03-07T16:24:00+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:26:42+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:26:42+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:26:53+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:26:53+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:29:17+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:29:17+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T17:14:13+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T17:14:13+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])

This is more interesting, you’re in the good direction: it is the evidence that rspamd is in a crash-loop. However it does not tell us why. Maybe previous lines report the error reason.

I’ll send you what I have…

2024-03-07T15:56:10+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T15:56:10+01:00 [1:mail1:rspamd] enabled
2024-03-07T15:56:10+01:00 [1:mail1:rspamd] time="2024-03-07T15:56:10+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T15:56:10+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T15:56:10+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T15:56:10+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T15:56:11+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 1.
2024-03-07T15:56:11+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T15:56:11+01:00 [1:mail1:rspamd] enabled
2024-03-07T15:56:12+01:00 [1:mail1:rspamd] time="2024-03-07T15:56:12+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T15:56:12+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T15:56:12+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T15:56:12+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T15:56:12+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 2.
2024-03-07T15:56:13+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T15:56:13+01:00 [1:mail1:rspamd] enabled
2024-03-07T15:56:13+01:00 [1:mail1:rspamd] time="2024-03-07T15:56:13+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T15:56:13+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T15:56:13+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T15:56:13+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T15:56:13+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 3.
2024-03-07T15:56:14+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T15:56:14+01:00 [1:mail1:rspamd] enabled
2024-03-07T15:56:14+01:00 [1:mail1:rspamd] time="2024-03-07T15:56:14+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T15:56:14+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T15:56:14+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T15:56:14+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T15:56:15+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 4.
2024-03-07T15:56:15+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T15:56:15+01:00 [1:mail1:rspamd] enabled
2024-03-07T15:56:16+01:00 [1:mail1:rspamd] time="2024-03-07T15:56:16+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T15:56:16+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T15:56:16+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T15:56:16+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T15:56:16+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 5.
2024-03-07T15:56:16+01:00 [1:mail1:systemd] rspamd.service: Start request repeated too quickly.
2024-03-07T15:56:16+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T15:56:34+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T15:56:34+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T15:56:38+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T15:56:38+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T15:56:49+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T15:56:49+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T15:57:11+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T15:57:11+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T15:57:21+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T15:57:21+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T15:57:29+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T15:57:29+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T15:58:26+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T15:58:26+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T15:58:36+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T15:58:36+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:01:49+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:01:49+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:02:01+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:02:01+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:02:34+01:00 [1:mail1:agent@mail1]     thm = mail.rspamd_api_get_thresholds()
2024-03-07T16:02:34+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 400, in rspamd_api_get_thresholds
2024-03-07T16:02:40+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:02:40+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:03:00+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:03:00+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:03:04+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:03:04+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:03:36+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:03:36+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:04:09+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:04:09+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:04:13+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:04:13+01:00 [1:mail1:agent@mail1]     for kmap, lmap in mail.rspamd_get_bypass_maps().items():
2024-03-07T16:04:43+01:00 [1:mail1:agent@mail1]     mvalues = mail.rspamd_api_get_vmap(map_name)
2024-03-07T16:04:43+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 365, in rspamd_api_get_vmap
2024-03-07T16:04:43+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 370, in rspamd_api_get_map_raw
2024-03-07T16:04:43+01:00 [1:mail1:agent@mail1]     return list(filter(str.strip, rspamd_api_get_map_raw(map_name).split("\n")))
2024-03-07T16:05:04+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:05:04+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:06:13+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:06:13+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:06:14+01:00 [1:mail1:rspamd] time="2024-03-07T16:06:14+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:06:14+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:06:14+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:06:14+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:14+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 1.
2024-03-07T16:06:15+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:06:15+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:06:16+01:00 [1:mail1:rspamd] time="2024-03-07T16:06:16+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:06:16+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:06:16+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:06:16+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:16+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 2.
2024-03-07T16:06:17+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:06:17+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:06:17+01:00 [1:mail1:rspamd] time="2024-03-07T16:06:17+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:06:17+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:06:17+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:06:17+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:17+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 3.
2024-03-07T16:06:19+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:06:19+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:06:19+01:00 [1:mail1:rspamd] time="2024-03-07T16:06:19+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:06:19+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:06:19+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:06:20+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:20+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 4.
2024-03-07T16:06:21+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:06:21+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:06:21+01:00 [1:mail1:rspamd] time="2024-03-07T16:06:21+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:06:21+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:06:21+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:06:21+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:21+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 5.
2024-03-07T16:06:22+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:06:22+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:06:22+01:00 [1:mail1:rspamd] time="2024-03-07T16:06:22+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:06:22+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:06:22+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:06:22+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:22+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 6.
2024-03-07T16:06:23+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:06:23+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:06:23+01:00 [1:mail1:rspamd] time="2024-03-07T16:06:23+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:06:23+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:06:23+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:06:23+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:23+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 7.
2024-03-07T16:06:24+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:06:24+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:06:24+01:00 [1:mail1:rspamd] time="2024-03-07T16:06:24+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:06:24+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:06:24+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:06:24+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:24+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 8.
2024-03-07T16:06:25+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:06:25+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:06:25+01:00 [1:mail1:rspamd] time="2024-03-07T16:06:25+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:06:25+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:06:25+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:06:25+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:25+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 9.
2024-03-07T16:06:26+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:06:26+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:06:26+01:00 [1:mail1:rspamd] time="2024-03-07T16:06:26+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:06:26+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:06:26+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:06:26+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:26+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 10.
2024-03-07T16:06:26+01:00 [1:mail1:systemd] rspamd.service: Start request repeated too quickly.
2024-03-07T16:06:26+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:06:44+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:06:44+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:19:09+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:19:09+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:20:02+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:20:02+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:23:46+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:23:46+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:23:50+01:00 [1:mail1:rspamd] time="2024-03-07T16:23:50+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:23:50+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:23:50+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:23:50+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:23:50+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 1.
2024-03-07T16:23:51+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:23:51+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:23:51+01:00 [1:mail1:rspamd] time="2024-03-07T16:23:51+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:23:51+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:23:51+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:23:51+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:23:52+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 2.
2024-03-07T16:23:53+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:23:53+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:23:53+01:00 [1:mail1:rspamd] time="2024-03-07T16:23:53+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:23:53+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:23:53+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:23:53+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:23:53+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 3.
2024-03-07T16:23:55+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:23:55+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:23:55+01:00 [1:mail1:rspamd] time="2024-03-07T16:23:55+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:23:55+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:23:55+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:23:55+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:23:55+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 4.
2024-03-07T16:23:56+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:23:56+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:23:56+01:00 [1:mail1:rspamd] time="2024-03-07T16:23:56+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:23:56+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:23:56+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:23:56+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:23:57+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 5.
2024-03-07T16:23:57+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:23:57+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:23:57+01:00 [1:mail1:rspamd] time="2024-03-07T16:23:57+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:23:57+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:23:57+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:23:58+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:23:58+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 6.
2024-03-07T16:23:59+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:23:59+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:23:59+01:00 [1:mail1:rspamd] time="2024-03-07T16:23:59+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:23:59+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:23:59+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:23:59+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:23:59+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 7.
2024-03-07T16:24:00+01:00 [1:mail1:rspamd] systemctl --user is-enabled clamav.service
2024-03-07T16:24:00+01:00 [1:mail1:rspamd] disabled
2024-03-07T16:24:00+01:00 [1:mail1:rspamd] time="2024-03-07T16:24:00+01:00" level=warning msg="Unmounting container \"rspamd\" while attempting to delete storage: unmounting \"/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged\": invalid argument"
2024-03-07T16:24:00+01:00 [1:mail1:rspamd] Error: removing storage for container "rspamd": unmounting "/home/mail1/.local/share/containers/storage/overlay/43f3bc462cedef6117fd4054ba16d5e4a19cd6e1e14a9aaa0181cb57ef9f7720/merged": invalid argument
2024-03-07T16:24:00+01:00 [1:mail1:systemd] rspamd.service: Control process exited, code=exited, status=125/n/a
2024-03-07T16:24:00+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:24:00+01:00 [1:mail1:systemd] rspamd.service: Scheduled restart job, restart counter is at 8.
2024-03-07T16:24:00+01:00 [1:mail1:systemd] rspamd.service: Start request repeated too quickly.
2024-03-07T16:24:00+01:00 [1:mail1:systemd] rspamd.service: Failed with result 'exit-code'.
2024-03-07T16:26:42+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:26:42+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:26:53+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:26:53+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T16:29:17+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T16:29:17+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T17:14:13+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T17:14:13+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T17:38:18+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T17:38:18+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps
2024-03-07T17:44:46+01:00 [1:mail1:agent@mail1]     odata["bypass_rules"] = sum([len(set(l)) for l in mail.rspamd_get_bypass_maps().values()])
2024-03-07T17:44:46+01:00 [1:mail1:agent@mail1]   File "/home/mail1/.config/pypkg/mail.py", line 337, in rspamd_get_bypass_maps

I already saw a similar issue. The workaround is to remove empty overlay dirs, then restart the module:

loginctl terminate-user mail1
rmdir -v /home/mail1/.local/share/containers/storage/overlay/*/merged
loginctl enable-linger mail1

  • Did you reboot the node after the update?
  • Rocky or Debian?
2 Likes

Thanks Davide it worked perfectly! I use rockylkinux because it is more similar and compatible. I had tried with Debian (disaster)!! I had restarted the server.

1 Like