Installation impossible

Je n’arrive pas à installer à partir de l’iso CLDX-20241231.
Lorsque je clique sur l’icone ‘Installer Calculate Linux’ il ne se passe rien.
J’ai essayé dans le terminal

guest@calculate ~ $ cl-console-gui-install
https://127.0.0.1:2007/?wsdl
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/calculate/contrib/suds/transport/http.py", line 90, in send
    fp = self.u2open(u2request, timeout=request.timeout)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/calculate/contrib/suds/transport/http.py", line 144, in u2open
    return url.open(u2request, timeout=tm)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/request.py", line 521, in open
    response = meth(req, response)
               ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/request.py", line 630, in http_response
    response = self.parent.error(
               ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/request.py", line 559, in error
    return self._call_chain(*args)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
    result = func(*args)
             ^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/request.py", line 639, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/calculate/contrib/suds/client.py", line 756, in send
    reply = self.options.transport.send(request)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/calculate/contrib/suds/transport/http.py", line 107, in send
    raise TransportError(e.msg, e.code, e.fp)
suds.transport.TransportError: Internal Server Error

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.12/cl-console-gui-install", line 122, in <module>
    main()
  File "/usr/lib/python-exec/python3.12/cl-console-gui-install", line 51, in main
    ex = SelectedMethodWgt(app, args)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/calculate/consolegui/application/ConnectionTabs.py", line 78, in __init__
    if self.connect():
       ^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/calculate/consolegui/application/ConnectionTabs.py", line 100, in connect
    self.MethodWidget.connect_to_localhost(self.args.host, self.port)
  File "/usr/lib/python3.12/site-packages/calculate/consolegui/application/Box.py", line 117, in connect_to_localhost
    self.ConnectWidget.connect_to_host(host, port, auto=True)
  File "/usr/lib/python3.12/site-packages/calculate/consolegui/application/conf_connection.py", line 360, in connect_to_host
    client_post_cert(self.ClientObj.client, self.ClientObj.lang)
  File "/usr/lib/python3.12/site-packages/calculate/consolegui/application/session_function.py", line 57, in client_post_cert
    results = client.service.post_cert()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/calculate/contrib/suds/client.py", line 572, in __call__
    return client.invoke(args, kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/calculate/contrib/suds/client.py", line 714, in invoke
    result = self.send(soapenv, timeout=timeout)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/calculate/contrib/suds/client.py", line 761, in send
    return self.process_reply(content, e.httpcode, tostr(e))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/calculate/contrib/suds/client.py", line 831, in process_reply
    raise Exception((status, description))
Exception: (500, 'Internal Server Error')

Je précise que la connexion internet fonctionne puisque je poste ce message à partir de l’image ISO live.

  1. alt-ctrl-F2…
  2. #cl-install - then installation options (cl-install --help). I have already written about this error to the calculate.ru team. I believe it will be fixed soon, there is a talented community there. There are just not many of them and error handling is becoming a problem.
  3. Primary: #cl-setup-network --iface enp1s0:192.168.1.100:24 --route default:192.168.1.1 \ –dns 192.168.1.1 --hostname rksrv-1.
  4. SETTING DISK SPACE:
    Creating partitions: #cfdisk -
    /dev/sda1 -10g - type 82 (swap).
    /dev/sda2 -155g - type 83 (Linux), I assume it will be root,
    When saving partitions, specify yes, just “y” will not work.
  5. AND INSTALLATION SCRIPT:
    #cl-install --hostname mYnAME --iface enp1s0:192.168.1.100:24 --rout enp1s0:default:192.168.1.1

== o verter toda esta basura en una sola línea…

– Enjoy your work, friend!