Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

/proc/device-tree/model not found on docker 1.13.1 #4

Closed
marbon87 opened this issue Feb 26, 2017 · 1 comment
Closed

/proc/device-tree/model not found on docker 1.13.1 #4

marbon87 opened this issue Feb 26, 2017 · 1 comment

Comments

@marbon87
Copy link
Contributor

marbon87 commented Feb 26, 2017

I updated my docker daemon to version 1.13.1 today and since then i cannot start the ccu2-image anymore, because the file /proc/device-tree/model does not exist in the container.

When i try to start the container, i get the following error(s):

Checking device
grep: /proc/device-tree/model: No such file or directory
grep: /proc/device-tree/model: No such file or directory
cat: can't open '/proc/device-tree/model': No such file or directory
Do not recognize HW  -> Exiting
Checking device
grep: /proc/device-tree/model: No such file or directory
grep: /proc/device-tree/model: No such file or directory
cat: can't open '/proc/device-tree/model': No such file or directory
Do not recognize HW  -> Exiting
Checking device
grep: /proc/device-tree/model: No such file or directory
grep: /proc/device-tree/model: No such file or directory
cat: can't open '/proc/device-tree/model': No such file or directory
Do not recognize HW  -> Exiting
Checking device
grep: /proc/device-tree/model: No such file or directory
grep: /proc/device-tree/model: No such file or directory
cat: can't open '/proc/device-tree/model': No such file or directory
Do not recognize HW  -> Exiting

I changed entrypoint.sh by removing the if-else-block for hardware detection at the top and then the container starts.

I am not sure if it has to do with docker 1.13.1 or my setup. Does anybody else has a problem with docker version 1.13.1?

@angelnu
Copy link
Owner

angelnu commented Apr 22, 2017

Fixed in latest version after I updated to 1.13 in my Orangepi

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants