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
- after reboot, resume upgrade:
sudo apt --configure -a
-
setting up docker-ce
- after ~15-20 mins,
ctrl+c to move on
-
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
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 -yupgrade gets hung up on (3) packages:
setting up containder.d
sudo shutdown -r nowsudo apt --configure -asetting up docker-ce
ctrl+cto move onsetting up redis-server
ctrl+cto move onAfter all other pkgs seemed to set up without hiccup, I tried to run the pkg upgrades one at a time:
sudo apt --configure container.ddocker-ce / redis-serverBut 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):
MyNode hardware (please complete the following information):