Installtion of Staringx using automated virtual install
Using this guide as a reference to install https://docs.starlingx.io/deploy_install_guides/release/virtual/automated_in... Starlingx duplex configuration. After running the python script, It went to the step to install controller-0 and failed at: ``` The following rsync command can take a while, please be patient running: rsync -ar /instboot/ostree_repo / running: ostree pull --url file:///ostree_repo --repo=/sysroot/ostree/repo debian starlingx Writing objects: 59251 2025-11-20 14:32:22,273: Did not find expected text 2025-11-20 14:32:22,289: Connection failed for controller-0 with Traceback (most recent call last): File "/home/rider/virtual-deployment/virtualbox/pybox/./install_vbox.py", line 210, in install_controller_0 serial.expect_bytes( File "/home/rider/virtual-deployment/virtualbox/pybox/utils/serial.py", line 153, in expect_bytes stream.expect_bytes(f"{text}".encode('utf-8'), timeout=timeout) File "/home/rider/venv/lib/python3.12/site-packages/streamexpect.py", line 518, in expect_bytes return self.expect(BytesSearcher(b), timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/rider/venv/lib/python3.12/site-packages/streamexpect.py", line 668, in expect incoming = self._stream_adapter.poll(end - time.time()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/rider/venv/lib/python3.12/site-packages/streamexpect.py", line 499, in poll raise ExpectTimeout() streamexpect.ExpectTimeout 2025-11-20 14:32:22,349: So ignore the exception and wait for controller-0 to be installed again. 2025-11-20 14:32:22,352: Completed installation of controller-0. ```
participants (1)
-
partharora1010@gmail.com