Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Docker issue when attempting to install pydPiper
#1
Hi Folks:

I have had a Mode system running fine for several months.  For various reasons, I decided to do a fresh install when I encountered a problem installing Docker.  Does anyone have any suggestions as to what the issue may be?  I have attached the error message below:

+ sh -c apt-get update -qq >/dev/null
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
Enabling docker

Failed to enable unit: Unit file docker.service does not exist.
Failed to start docker.service: Unit docker.service not found.
sudo: docker: command not found
Reply
#2
Hi @Wallyboy
Of course modifying the Moode build is not going to be supported by the project but I'm guessing you just haven't installed docker yet thus the docker binary and systemd unit doesn't exist.
The command line input/output you posted didn't contain any command to install docker.
Reply
#3
(09-21-2021, 03:56 PM)vinnn Wrote: Hi @Wallyboy
Of course modifying the Moode build is not going to be supported by the project but I'm guessing you just haven't installed docker yet thus the docker binary and systemd unit doesn't exist.
The command line input/output you posted didn't contain any command to install docker.

I guess I should have included the preceding part of the quote indicating that it was part of the docker install response.  See below:


pi@moode:~/pydPiper $ sudo ./install_docker.sh
Installing Docker from the convenience script

# Executing docker install script, commit: 93d2499759296ac1f9c510605fef85052a2c32be
+ sh -c apt-get update -qq >/dev/null
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
Enabling docker

Failed to enable unit: Unit file docker.service does not exist.
Failed to start docker.service: Unit docker.service not found.
sudo: docker: command not found
Testing docker

sudo: docker: command not found
Reply
#4
(09-22-2021, 01:31 PM)Wallyboy Wrote: I guess I should have included the preceding part of the quote indicating that it was part of the docker install response.  See below:


pi@moode:~/pydPiper $ sudo ./install_docker.sh
Installing Docker from the convenience script

# Executing docker install script, commit: 93d2499759296ac1f9c510605fef85052a2c32be
+ sh -c apt-get update -qq >/dev/null
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
Enabling docker

Failed to enable unit: Unit file docker.service does not exist.
Failed to start docker.service: Unit docker.service not found.
sudo: docker: command not found
Testing docker

sudo: docker: command not found

Why wouldn't you just install docker from the raspbian repo?
e.g.

Code:
sudo apt install docker
sudo systemctl enable --now docker
Reply
#5
(09-22-2021, 05:01 PM)vinnn Wrote:
(09-22-2021, 01:31 PM)Wallyboy Wrote: I guess I should have included the preceding part of the quote indicating that it was part of the docker install response.  See below:


pi@moode:~/pydPiper $ sudo ./install_docker.sh
Installing Docker from the convenience script

# Executing docker install script, commit: 93d2499759296ac1f9c510605fef85052a2c32be
+ sh -c apt-get update -qq >/dev/null
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
Enabling docker

Failed to enable unit: Unit file docker.service does not exist.
Failed to start docker.service: Unit docker.service not found.
sudo: docker: command not found
Testing docker

sudo: docker: command not found

Why wouldn't you just install docker from the raspbian repo?
e.g.

Code:
sudo apt install docker
sudo systemctl enable --now docker

I was following the setup guide for pydPiper posted on this forum.  I also tried your suggestion with the same results
Reply
#6
The results couldn't be the same, did apt return an error when you ran sudo apt install docker?
Reply
#7
(09-23-2021, 09:42 AM)vinnn Wrote: The results couldn't be the same, did apt return an error when you ran sudo apt install docker?

Cross posting happening... Wink

https://moodeaudio.org/forum/showthread....1#pid36741

https://moodeaudio.org/forum/showthread....2#pid36742
----------
bob
Reply
#8
(09-23-2021, 10:36 AM)DRONE7 Wrote:
(09-23-2021, 09:42 AM)vinnn Wrote: The results couldn't be the same, did apt return an error when you ran sudo apt install docker?

Cross posting happening... Wink

https://moodeaudio.org/forum/showthread....1#pid36741

https://moodeaudio.org/forum/showthread....2#pid36742

Problem solved by DRONE7.  See above posts.
Thanks all.
Reply


Forum Jump: