the logs have changed a little after the recent merge with master and after i performed another install. this time i did not reinstall a fresh os. it still restores to factory version and here are the logs:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
BlueOS 1.4.0-beta.6-4-gae544c8f
Available disk space: 24090MB
Total RAM size: 1815 MB
2024-11-18 17:32:10.099 | INFO | main:main:439 - Running BlueOS: tag=‘1.4.0-beta.6’, commit_number=‘4’, commit_hash=‘gae544c8f’
2024-11-18 17:32:10.226 | INFO | commonwealth.utils.commands:run_command:73 - Host: ‘find /boot/firmware/config.txt /boot/config.txt -type f -print -quit’ : returned 5
2024-11-18 17:32:10.227 | INFO | main:main:444 - config.txt found at
2024-11-18 17:32:10.355 | INFO | commonwealth.utils.commands:run_command:73 - Host: ‘find /boot/firmware/cmdline.txt /boot/cmdline.txt -type f -print -quit’ : returned 5
2024-11-18 17:32:10.356 | INFO | main:main:446 - cmdline.txt found at
2024-11-18 17:32:10.486 | INFO | commonwealth.utils.commands:run_command:73 - Host: ‘uname -a’ : returned 5
2024-11-18 17:32:10.487 | ERROR | commonwealth.utils.commands:run_command:79 - stderr: Permission denied, please try again.
2024-11-18 17:32:10.488 | ERROR | main:run_command_is_working:395 - CompletedProcess(args=[‘sshpass’, ‘ssh’, ‘-i’, ‘/root/.config/.ssh/id_rsa’, ‘-o’, ‘StrictHostKeyChecking=no’, ‘pi@localhost’, ‘uname -a’], returncode=5, stdout=‘’, stderr=‘Permission denied, please try again.\n’)
2024-11-18 17:32:10.488 | ERROR | main:main:449 - Critical error: Something is wrong with the host computer, run_command is not working.
2024-11-18 17:32:10.489 | ERROR | main:main:450 - Ignoring host computer configuration for now.
Using host’s resolv.conf instead of the one from the docker
Permission denied, please try again.
Permission denied, please try again.
pi@localhost: Permission denied (publickey,password).
SSH is not working, skipping cgroups preparation
Starting high priority services…
Service: autopilot: nice --19 /home/pi/services/ardupilot_manager/main.py with memory limit: 0 MB
Service: cable_guy: /home/pi/services/cable_guy/main.py with memory limit: 0 MB
Service: video: nice --19 mavlink-camera-manager --default-settings BlueROVUDP --mavlink tcpout:127.0.0.1:5777 --mavlink-system-id 1 --gst-feature-rank omxh264enc=0,v4l2h264enc=250,x264enc=260 --log-path /var/logs/blueos/services/mavlink-camera-manager --stun-server stun://stun.l.google.com:19302 --verbose with memory limit: 0 MB
Service: mavlink2rest: mavlink2rest --connect=udpout:127.0.0.1:14001 --server [::]:6040 --system-id 1 --component-id 194 with memory limit: 0 MB
Starting other services…
Service: kraken: nice -19 /home/pi/services/kraken/main.py with memory limit: 0 MB
Service: wifi: nice -19 /home/pi/services/wifi/main.py --socket wlan0 with memory limit: 0 MB
Service: beacon: /home/pi/services/beacon/main.py with memory limit: 250 MB
Service: bridget: nice -19 sudo -u blueos /home/pi/services/bridget/main.py with memory limit: 0 MB
Service: commander: /home/pi/services/commander/main.py with memory limit: 250 MB
Service: nmea_injector: nice -19 /home/pi/services/nmea_injector/nmea_injector/main.py with memory limit: 250 MB
Service: helper: /home/pi/services/helper/main.py with memory limit: 250 MB
Service: iperf3: iperf3 --server --port 5201 with memory limit: 250 MB
Service: linux2rest: linux2rest --log-path /var/logs/blueos/services/linux2rest --log-settings netstat=30,platform=10,serial-ports=10,system-cpu=10,system-disk=30,system-info=10,system-memory=10,system-network=10,system-process=60,system-temperature=10,system-unix-time-seconds=10 with memory limit: 250 MB
Service: filebrowser: nice -19 filebrowser --database /etc/filebrowser/filebrowser.db --baseurl /file-browser with memory limit: 250 MB
Service: versionchooser: /home/pi/services/versionchooser/main.py with memory limit: 250 MB
Service: pardal: nice -19 /home/pi/services/pardal/main.py with memory limit: 250 MB
Service: ping: nice -19 sudo -u blueos /home/pi/services/ping/main.py with memory limit: 0 MB
Service: user_terminal: cat /etc/motd with memory limit: 0 MB
Service: ttyd: nice -19 ttyd -p 8088 sh -c “/usr/bin/tmux attach -t user_terminal || /usr/bin/tmux new -s user_terminal” with memory limit: 250 MB
Service: nginx: nice -18 nginx -g “daemon off;” -c /home/pi/tools/nginx/nginx.conf with memory limit: 250 MB
Service: log_zipper: nice -20 /home/pi/services/log_zipper/main.py ‘/shortcuts/system_logs/\\/\*.log’ --max-age-minutes 60 with memory limit: 250 MB
Service: bag_of_holding: /home/pi/services/bag_of_holding/main.py with memory limit: 250 MB
BlueOS running!
salman@blueos:~ $ sudo docker logs blueos-bootstrap
2024-11-18 17:23:13.010 | INFO | main::14 - Running BlueOS Bootstrap None
2024-11-18 17:23:13.096 | INFO | bootstrap.bootstrap:run:276 - Starting bootstrap <Image: ‘bluerobotics/blueos-bootstrap:master’>
2024-11-18 17:23:18.166 | INFO | bootstrap.bootstrap:start:201 - Starting bluerobotics/blueos-core
2024-11-18 17:23:21.156 | INFO | bootstrap.bootstrap:start:226 - core (bluerobotics/blueos-core:factory) started
2024-11-18 17:23:21.157 | WARNING | bootstrap.bootstrap:run:284 - core is not running, starting…
2024-11-18 17:23:21.180 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 8.12526424900011: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb53bb950>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:23:26.203 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 13.14898052400008: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb550c750>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:23:31.252 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 18.19806385400011: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb557e6f0>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:23:36.301 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 23.246949616999927: Expecting value: line 1 column 1 (char 0)
2024-11-18 17:23:41.367 | INFO | bootstrap.bootstrap:is_version_chooser_online:255 - Version chooser is online
2024-11-18 17:27:31.446 | INFO | main::14 - Running BlueOS Bootstrap None
2024-11-18 17:27:31.526 | INFO | bootstrap.bootstrap:run:276 - Starting bootstrap <Image: ‘bluerobotics/blueos-bootstrap:master’>
2024-11-18 17:27:36.624 | INFO | bootstrap.bootstrap:start:201 - Starting bluerobotics/blueos-core
2024-11-18 17:27:38.378 | INFO | bootstrap.bootstrap:start:226 - core (bluerobotics/blueos-core:factory) started
2024-11-18 17:27:38.379 | WARNING | bootstrap.bootstrap:run:284 - core is not running, starting…
2024-11-18 17:27:38.390 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 6.910398015000002: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb535e730>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:27:57.959 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 11.94411766: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb535e670>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:28:02.997 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 16.982141268000003: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb53714f0>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:28:08.039 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 22.024162561: Expecting value: line 1 column 1 (char 0)
2024-11-18 17:28:13.131 | INFO | bootstrap.bootstrap:is_version_chooser_online:255 - Version chooser is online
2024-11-18 17:30:40.526 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 5.044666417000002: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb536d8d0>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:30:45.599 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 10.11753888200002: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb5376ff0>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:30:50.650 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 15.168775029000017: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb5384f50>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:30:55.776 | INFO | bootstrap.bootstrap:is_version_chooser_online:255 - Version chooser is online
2024-11-18 17:31:44.438 | INFO | main::14 - Running BlueOS Bootstrap None
2024-11-18 17:31:44.541 | INFO | bootstrap.bootstrap:run:276 - Starting bootstrap <Image: ‘bluerobotics/blueos-bootstrap:master’>
2024-11-18 17:31:49.643 | INFO | bootstrap.bootstrap:is_version_chooser_online:255 - Version chooser is online
2024-11-18 17:32:09.880 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 5.034960842000032: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb53375f0>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:32:14.935 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 10.089233699000033: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb533cf50>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:32:19.982 | WARNING | bootstrap.bootstrap:is_version_chooser_online:258 - Could not talk to version chooser for 15.13705423600004: HTTPConnectionPool(host=‘localhost’, port=80): Max retries exceeded with url: /version-chooser/v1.0/version/current (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xb5333210>: Failed to establish a new connection: [Errno 111] Connection refused’))
2024-11-18 17:32:25.043 | INFO | bootstrap.bootstrap:is_version_chooser_online:255 - Version chooser is online