Skip to content

APT UPDATE / UPGRADE after initial bootup fails #961

Description

@naphelge

Describe the bug
RasPI 4 8GB RAM
mynode_raspi45_0-3-34.img.gz
2 TB SSD
After installing img to mem card and initial boot up, user ssh-logs in via terminal and updates and upgrades packages: sudo apt update ; sudo apt upgrade -y

upgrade gets hung up on (3) packages:

  1. setting up containder.d

    • after ~15-20 mins the raspi needs to be restarted
      • sudo shutdown -r now
    • after reboot, resume upgrade: sudo apt --configure -a
  2. setting up docker-ce

    • after ~15-20 mins, ctrl+c to move on
  3. setting up redis-server

    • after ~15-20 mins, ctrl+c to move on

After all other pkgs seemed to set up without hiccup, I tried to run the pkg upgrades one at a time:
sudo apt --configure container.d docker-ce / redis-server

But they all just continue to hang and need to be killed

Expected behavior
I expected the updates / upgrades to run without issue. I assume updating/upgrading via apt on cli should be fine to do and even good practice to ensure pkgs are up-to-date.

Desktop (please complete the following information):

  • firefox
  • Version 141.0
  • but I am not having any webserver issues, just using cli thru ssh initially

MyNode hardware (please complete the following information):

  • Device: raspi 4 8 GB
  • Version

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions