-
Notifications
You must be signed in to change notification settings - Fork 173
Description
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:
-
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
- after ~15-20 mins the raspi needs to be restarted
-
setting up docker-ce
- after ~15-20 mins,
ctrl+cto move on
- after ~15-20 mins,
-
setting up redis-server
- after ~15-20 mins,
ctrl+cto move on
- after ~15-20 mins,
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