Created
September 20, 2024 20:26
-
-
Save poperigby/6eded2b1dfe2af41b099cfdd2903c36b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2024-09-20 13:25:59 -0700] [3213105] [ERROR] Failed to connect to systemd journal: [Errno 97] Address family not supported by protocol | |
Traceback (most recent call last): | |
File "/nix/store/77q9alrkkmihmpayjkv3xzif6a0v9dgl-radicale-3.2.3/lib/python3.12/site-packages/radicale/log.py", line 148, in _try_emit_journal | |
journal_socket = socket.socket( | |
^^^^^^^^^^^^^^ | |
File "/nix/store/h3i0acpmr8mrjx07519xxmidv8mpax4y-python3-3.12.5/lib/python3.12/socket.py", line 233, in __init__ | |
_socket.socket.__init__(self, family, type, proto, fileno) | |
OSError: [Errno 97] Address family not supported by protocol | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] Logging of backtrace is disabled in this loglevel | |
[2024-09-20 13:25:59 -0700] [3213105] [DEBUG] Logging of backtrace is disabled by option in this loglevel | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] Loaded default config | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] Loaded config file '/run/secrets-rendered/radicale-config' | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] Starting Radicale | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] auth type is 'radicale.auth.ldap' | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] storage type is 'radicale.storage.multifilesystem' | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] rights type is 'radicale.rights.owner_only' | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] web type is 'radicale.web.internal' | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] hook type is 'radicale.hook.none' | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] permit delete of collection: True | |
[2024-09-20 13:25:59 -0700] [3213105] [DEBUG] getaddrinfo of 'localhost:5232': [(<AddressFamily.AF_INET6: 10>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('::1', 5232, 0, 0)), (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 5232))] | |
[2024-09-20 13:25:59 -0700] [3213105] [DEBUG] try to create server socket on '[::1]:5232' | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] Listening on '[::1]:5232' | |
[2024-09-20 13:25:59 -0700] [3213105] [DEBUG] try to create server socket on '127.0.0.1:5232' | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] Listening on '127.0.0.1:5232' | |
[2024-09-20 13:25:59 -0700] [3213105] [INFO] Radicale server ready | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-1 (process_request_thread)] [INFO] PROPFIND request for '/' received from 127.0.0.1 (forwarded for '192.168.1.1') using 'Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0' | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-1 (process_request_thread)] [DEBUG] Request header: suppressed by config/option [logging] request_header_on_debug | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-1 (process_request_thread)] [DEBUG] Base prefix (from HTTP_X_SCRIPT_NAME): '/radicale' | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-1 (process_request_thread)] [DEBUG] Sanitized path: '/' | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-1 (process_request_thread)] [DEBUG] Groups '' | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-1 (process_request_thread)] [INFO] Access to '/' denied for anonymous user | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-1 (process_request_thread)] [DEBUG] Asking client for authentication | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-1 (process_request_thread)] [DEBUG] Response content: suppressed by config/option [logging] response_content_on_debug | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-1 (process_request_thread)] [INFO] PROPFIND response status for '/' in 0.001 seconds: 401 Unauthorized | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-2 (process_request_thread)] [INFO] PROPFIND request for '/' received from 127.0.0.1 (forwarded for '192.168.1.1') using 'Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0' | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-2 (process_request_thread)] [DEBUG] Request header: suppressed by config/option [logging] request_header_on_debug | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-2 (process_request_thread)] [DEBUG] Base prefix (from HTTP_X_SCRIPT_NAME): '/radicale' | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-2 (process_request_thread)] [DEBUG] Sanitized path: '/' | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-2 (process_request_thread)] [DEBUG] _login3 ldap://localhost:3890, uid=radicale,ou=people,dc=haddock,dc=cc | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-2 (process_request_thread)] [DEBUG] _login3 bind as uid=radicale,ou=people,dc=haddock,dc=cc | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-2 (process_request_thread)] [DEBUG] _login3 user 'cassidy' can not be find | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-2 (process_request_thread)] [DEBUG] Groups '' | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-2 (process_request_thread)] [WARNING] Failed login attempt from 127.0.0.1 (forwarded for '192.168.1.1'): 'cassidy' | |
[2024-09-20 13:26:09 -0700] [3213105/Thread-2 (process_request_thread)] [DEBUG] Sleeping 1.053 seconds | |
[2024-09-20 13:26:11 -0700] [3213105/Thread-2 (process_request_thread)] [DEBUG] Asking client for authentication | |
[2024-09-20 13:26:11 -0700] [3213105/Thread-2 (process_request_thread)] [DEBUG] Response content: suppressed by config/option [logging] response_content_on_debug | |
[2024-09-20 13:26:11 -0700] [3213105/Thread-2 (process_request_thread)] [INFO] PROPFIND response status for '/' in 1.182 seconds: 401 Unauthorized |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment