-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error! Unable to configure Docker image #78
Comments
Me too, i'm blocked at this point! |
Did you find a way around it yet? I have tried everything I could find on google. |
Not yet, tried everything and the older issues too. I'm trying now a clean installation again. |
An earlier commit worked... try this one: https://github.com/fruxefarms/FruxePi/tree/07fe41c897399c2cdc948feefd2d018d049c9a0f |
This is what i get on a log install. FruxePi v0.3-BETA Install Getting Latest Updates... Err http://deb.debian.org jessie/main armhf Packages Err http://deb.debian.org jessie/main armhf Packages |
Anybody have any luck?? I am having the same issue and have tried earlier versions to no avail. Am I doing something wrong?? It seems like that is the default message for the wrong architecture... |
I tried this commit and it did not work for me... |
i got around this using python3, although my websever doesn't work on reboot i gotta load the containers each time. sudo apt-get -y install python3-pip |
Don't understand why but executing this before the install script worked for me. |
Does your webserver load on reboot? Pi zero or 3? |
I am using a Pi3 B+, webserver starts after reboot takes almost one minute though. |
Hey guys, take a look at this https://github.com/jonnyparko/rasp-pi-server and contribute if possibly. Just started. Thinking of going to react or angular for it to be a mern/mean stack. |
Hi everyone! Unfortunately, I had no patience on researching & waiting, and chose to go the "hard way": doing the install proceedure manually. I couldn't get it done and I really don't understand why: I followed the whole proceedure "as built", and in the end, when I access :80, I got an "Apache" with my 'Fruxepi root folder'. Then, I decided to manually install docker, then using pip install docker-composer. I gave writing permission to docker, ran the "install.sh" and received the following error:
I've never used Apache before and my linux is knowlodge is basic, so I'm stuck here... Thanx. (I intend to use fruxepi to (besides auto-farming) reattach with linux and learn more about embedded systems, sorry if I made any confusion). |
Does anyone know if this will work on pi4 b? |
It's saying, something is already running a web server on that host, and it can't run because of it. Most likely when you installed apache it started it automatically for you. Just verify what is process is currently connected to port 80 and disable it. |
Run the install command with the -log flag, it will tell you what errors you're hitting, for me it required (Latest version of Raspbian on a Pi 4B) sudo apt install python-backports.ssl-match-hostname And replacing this line, |
@MattHoy Thank you so much for this!!! |
Trying to install program. Get Error! Unable to configure Docker images. I'm new to this and its stumped me.
The text was updated successfully, but these errors were encountered: