Cómo resolver el error de Permiso denegado en Mac al configurar un nodo Tezos y ejecutar alphanet.sh
-
-
¿Estásintentandoejecutarmainnet o alphanet?Are you trying to run mainnet or alphanet ?
- 1
- 2019-02-23
- Ezy
-
¿Cuáles son lospermisos de alphanet.sh ahora?¿Hiciste chmod + x después de la actualización?What is the permissions of alphanet.sh now ? Did you chmod +x after the update ?
- 1
- 2019-02-23
- Ezy
-
debe hacer `chmod + x alphanet.sh` después de que se actualizóel script,perdió supermiso deejecución cuando se sobrescribió.Por cierto,curiosamente,`alphanet.sh` y`mainnet.sh` sonelmismo archivo,el código lee cuáleselnombre del archivopara hacer cosas diferentes.you need to do `chmod +x alphanet.sh` after the script was updated, it lost its executable permission when overwrittened. By the way, interestingly, `alphanet.sh` and `mainnet.sh` are the same file, the code reads what the name of the file to do different things.
- 1
- 2019-02-23
- Frank
-
Gracias @Frank,ejecutando chmodnuevamente después de la actualizaciónThanks @Frank, running chmod again after the update
- 1
- 2019-02-23
- user435
-
@Frank hey Frank,¿puedespublicaresto como respuesta ya queestaes la respuesta correcta?Tx!@Frank hey Frank can you please post this as answer since this is the right answer ? Tx!
- 2
- 2019-02-23
- Ezy
-
1 respuesta
- votos
-
- 2019-02-23
Deberá volver a hacer
chmod +x alphanet.sh
después de queel script se haya actualizado desde.alphanet.sh update_script
.Básicamente,el archivoperdió supermiso deejecución después de ser sobrescrito (¡ya quees un archivo completamentenuevo!).Por cierto,curiosamente,alphanet.sh
ymainnet.sh
sonelmismo archivo,el script lee cuáleselnombre del archivopara hacer cosas diferentes,comotomar un archivo diferente.contenedores Docker.You'll need to do
chmod +x alphanet.sh
again after the script was updated from.alphanet.sh update_script
. Basically, the file lost its executable permission after being overwrittened (since it's a whole new file!). By the way, interestingly,alphanet.sh
andmainnet.sh
are the same file, the script reads what the name of the file to do different things such as grabbing a different docker containers.
Estoyintentandoinstalar unnodo Tezosen Mac OS.
Ejecuté lo siguienteen secuenciaen un directorio de Tezos que creé:
Obtuveel siguiente resultado:
Así queejecuté:
Y obtuve:
Intenté curlen la URL original yejecutar start,pero ahora se deniegaelpermiso.