Here it is the issue:
(venv) demo@cat2:~/caterva2-deploy$ source venv/bin/activate
(venv) demo@cat2:~/caterva2-deploy$ cat2-admin --statedir _caterva2/state adduser user@example.com foobar11
User 'user@example.com' added successfully.
Password: foobar11
^CTraceback (most recent call last):
File "/usr/lib/python3.13/threading.py", line 1542, in _shutdown
_thread_shutdown()
KeyboardInterrupt:
whereas on my laptop:
faltet@MacBook-Air-de-Francesc ~/i/caterva2 (main)> cat2-admin --statedir _caterva2/state adduser user@example.com foobar11 (caterva2)
User 'user@example.com' added successfully.
Password: foobar11
so, it is likely some dependency that has break the behaviour.
Here it is the issue:
whereas on my laptop:
so, it is likely some dependency that has break the behaviour.