Coder Social home page Coder Social logo

Comments (8)

adrianherrera avatar adrianherrera commented on September 28, 2024

from magma.

anzosasuke avatar anzosasuke commented on September 28, 2024

I can't seem to create a temporary file. I think my docker permission is correct. to fix docker permission went through all of this https://phoenixnap.com/kb/docker-permission-denied

#10 [ 7/20] COPY --chown=magma:magma .//magma /magma/magma/
#10 CACHED

#11 [ 3/20] RUN mkdir -p /home && 	groupadd -g 1000 magma && 	useradd -l -u 1000 -K UMASK=0000 -d /home -g magma magma && 	chown magma:magma /home
#11 CACHED

#12 [ 8/20] RUN /magma/magma/preinstall.sh
#12 CACHED

#13 [ 9/20] RUN /magma/magma/prebuild.sh
#13 0.323 Cannot create temporary file in ./: Permission denied
#13 0.430 /magma/magma/prebuild.sh: line 14:     8 Aborted                 (core dumped) $CC $CFLAGS -D"MAGMA_STORAGE=\"$MAGMA_STORAGE\"" -c "$MAGMA/src/storage.c" -fPIC -I "$MAGMA/src/" -o "$OUT/pre_storage.o" $LDFLAGS
#13 ERROR: process "/bin/sh -c ${MAGMA}/prebuild.sh" did not complete successfully: exit code: 134

from magma.

adrianherrera avatar adrianherrera commented on September 28, 2024

If you run groups, are you a member of the docker group? What command are you running here?

from magma.

anzosasuke avatar anzosasuke commented on September 28, 2024

I do have my name in groups.
When running ./run.sh, I am getting this error.

from magma.

adrianherrera avatar adrianherrera commented on September 28, 2024

from magma.

anzosasuke avatar anzosasuke commented on September 28, 2024

groups: "anzo adm cdrom sudo dip plugdev lpadmin lxd sambashare docker"
docker is also in the group.

from magma.

adrianherrera avatar adrianherrera commented on September 28, 2024

Can you create files in the current directory you're running ./run.sh from? I'm not sure how much more I can help.

from magma.

anzosasuke avatar anzosasuke commented on September 28, 2024

Yeah i can create files or folders in that directory. I wanted the binary files. I would be grateful if you could provide me with the binaries if it isn't too much trouble for you.

from magma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.