You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm running 'nanobox run' on windows (virtualbox). here is my folder content:
C:\Users\XXX\src\graymatter>dir
Volume in drive C has no label.
Volume Serial Number is B05D-D93E
Directory of C:\Users\XXX\src\
08/26/2017 11:30 AM
.
08/26/2017 11:30 AM ..
08/26/2017 11:13 AM 1,265 .gitignore
08/26/2017 11:13 AM .idea
08/26/2017 11:13 AM 2,435 application.py
08/26/2017 11:13 AM 238 boxfile.yml
08/26/2017 11:13 AM brain
08/26/2017 11:13 AM etc
08/26/2017 11:13 AM 12 README.md
08/26/2017 11:13 AM 68 requirements.txt
however, nanobox complains:
Building runtime :
Starting docker container :
Preparing environment for build :
- Copying ssh keys into the build environment...
- Setting up directories and permissions...
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: MISSING BOXFILE.YML !!!
Nanobox is looking for a boxfile.yml config file. You might want to
check out our getting-started guide on configuring your app:
https://guides.nanobox.io/
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Error : failed to execute hook (fetch) on c36d97eea87ed81d5bb2cf513c595f45a7b0360151e81010d7647a3ae1b0e546: util:Exec:/opt/nanobox/hooks/fetch: bad exit code(1):
Context : failed to build the code -> failed to run the (build)fetch hook
The text was updated successfully, but these errors were encountered:
I've seen this before when there were mount issues. It failed to properly mount the code in. If this is still happening, can you provide information requested in this comment.
Also, for sanity, can you please paste the output of nanobox version and nanobox config ls.
If this is still an issue, you could try nanobox config set mount-type native and run again. As obvious from that linked issue, we have had little support debugging this issue.
i'm running 'nanobox run' on windows (virtualbox). here is my folder content:
C:\Users\XXX\src\graymatter>dir
Volume in drive C has no label.
Volume Serial Number is B05D-D93E
Directory of C:\Users\XXX\src\
08/26/2017 11:30 AM
.08/26/2017 11:30 AM ..
08/26/2017 11:13 AM 1,265 .gitignore
08/26/2017 11:13 AM .idea
08/26/2017 11:13 AM 2,435 application.py
08/26/2017 11:13 AM 238 boxfile.yml
08/26/2017 11:13 AM brain
08/26/2017 11:13 AM etc
08/26/2017 11:13 AM 12 README.md
08/26/2017 11:13 AM 68 requirements.txt
however, nanobox complains:
Building runtime :
Starting docker container :
Preparing environment for build :
- Copying ssh keys into the build environment...
- Setting up directories and permissions...
Error : failed to execute hook (fetch) on c36d97eea87ed81d5bb2cf513c595f45a7b0360151e81010d7647a3ae1b0e546: util:Exec:/opt/nanobox/hooks/fetch: bad exit code(1):
Context : failed to build the code -> failed to run the (build)fetch hook
The text was updated successfully, but these errors were encountered: