-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Milestone
Description
This is similar to the issue raised previously in https://github.com/jumpstarter-dev/jumpstarter/issues/495 . With the new hardware added to the server, these boxes need an extension on the timeout. It won't timeout usually 1 in 4 attempts.
~ :zap:remote ➤ j storage busybox-shell
BaseFlasherClient - INFO - Setting up flasher bundle files in exporter
UbootConsoleClient - INFO - Power cycling target...
DigitalOutputClient - INFO - Starting power cycle sequence
DigitalOutputClient - INFO - Waiting 2 seconds...
DigitalOutputClient - INFO - Power cycle sequence complete
UbootConsoleClient - INFO - Waiting for U-Boot prompt...
UbootConsoleClient - INFO - Running DHCP to obtain network configuration...
UbootConsoleClient - INFO - Running command checked: printenv autoload
UbootConsoleClient - INFO - Running command checked: setenv autoload 'no'
UbootConsoleClient - INFO - Running command checked: dhcp
UbootConsoleClient - INFO - Running command checked: setenv autoload
UbootConsoleClient - INFO - Running command checked: printenv ipaddr
UbootConsoleClient - INFO - Running command checked: printenv gatewayip
UbootConsoleClient - INFO - Running command checked: printenv netmask
BaseFlasherClient - INFO - discovered dhcp details: ip_address='10.xxx.xxx.xxx' gateway='10.xxx.xxx.xxx' netmask='255.255.255.0'
UbootConsoleClient - INFO - Running command checked: setenv serverip '10.xxx.xxx.xxx'
UbootConsoleClient - INFO - Running command: tftpboot 0x58000000 flasher-automotive.itb
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ /home/xxx/.local/jumpstarter/bin/j:8 in <module> │
│ │
│ 5 from jumpstarter_cli.j import j │
...
...
│ │ │ TIMEOUT: Timeout exceeded. │ │ │
│ │ │ <pexpect.fdpexpect.fdspawn object at 0x7efc7011a120> │ │ │
│ │ │ searcher: searcher_string: │ │ │
│ │ │ 0: b'=>' │ │ │
using version 0.7.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done