raspberry-noaa-v2 icon indicating copy to clipboard operation
raspberry-noaa-v2 copied to clipboard

[Error]"Unable to install package: E:Could not open file /home/pi/raspberry-noaa-v2/software/satdump_1.2.1-1021e84b_bookworm_arm64.deb - open (2: No such file or directory)"}

Open KE8AFF opened this issue 6 months ago • 3 comments

pi@raspberrypi:~/raspberry-noaa-v2 $ ./install_and_upgrade.sh

  • Installing yaml and jsonschema Python modules... Reading package lists... Done Building dependency tree... Done Reading state information... Done python3-yaml is already the newest version (6.0-3+b2). python3-jsonschema is already the newest version (4.10.3-1). The following packages were automatically installed and are no longer required: libairspyhf1 libglfw3 libjemalloc2 libmbedtls14 libmbedx509-1 libnng1 Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  • Checking configuration files... SUCCESS: The configuration config/settings.yml conforms to the expected schema! ✓ Config check complete!
  • Configure ATRM rule and PHP Controller based on scheduling user... skipping, ATRM Rule is already set... skipping, AdminController.php : sudo pi ATRM is already set...
  • Running Ansible to install and/or update your raspberry-noaa-v2... [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible-core/2.14/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

PLAY [install raspberry-noaa-v2 core] *********************************************************************************************************************************************************************

TASK [get os release] ************************************************************************************************************************************************************************************* ok: [localhost]

TASK [common : Installing general dependencies] *********************************************************************************************************************************************************** ok: [localhost]

TASK [common : Install required Python packages using pip3 since they aren't available among the apt packages] ******************************************************************************************** changed: [localhost]

TASK [common : Install required Python packages using pip3] *********************************************************************************************************************************************** skipping: [localhost]

TASK [common : Installing predict on PCs] ***************************************************************************************************************************************************************** skipping: [localhost]

TASK [common : Installing predict on Raspberry Pi] ******************************************************************************************************************************************************** skipping: [localhost]

TASK [common : Installing SatDump] ************************************************************************************************************************************************************************ fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to install package: E:Could not open file /home/pi/raspberry-noaa-v2/software/satdump_1.2.1-1021e84b_bookworm_arm64.deb - open (2: No such file or directory)"}

PLAY RECAP ************************************************************************************************************************************************************************************************ localhost : ok=3 changed=1 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0

Error: Something failed with the install - please inspect the logs above pi@raspberrypi:~/raspberry-noaa-v2 $

KE8AFF avatar Aug 22 '24 00:08 KE8AFF