Come risolvere l'errore di autorizzazione negata su Mac durante la configurazione di un nodo Tezos e l'esecuzione di alphanet.sh
-
-
Staitentando dieseguiremainnet o alphanet?Are you trying to run mainnet or alphanet ?
- 1
- 2019-02-23
- Ezy
-
Quali sono le autorizzazioni di alphanet.sh adesso?Haifatto chmod + x dopo l'aggiornamento?What is the permissions of alphanet.sh now ? Did you chmod +x after the update ?
- 1
- 2019-02-23
- Ezy
-
devifare `chmod + x alphanet.sh` dopo che lo script è stato aggiornato,hapersoi suoipermessieseguibili quando è stato sovrascritto.Aproposito,èinteressantenotare che `alphanet.sh`e`mainnet.sh` sono lo stessofile,il codice legge qual èilnome delfileperfare cose diverse.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
-
Grazie @Frank,eseguendo dinuovo chmod dopo l'aggiornamentoThanks @Frank, running chmod again after the update
- 1
- 2019-02-23
- user435
-
@Frank hey Frankpuoiperfavorepostare questo come rispostapoiché questa è la rispostagiusta?Tx!@Frank hey Frank can you please post this as answer since this is the right answer ? Tx!
- 2
- 2019-02-23
- Ezy
-
1 risposta
- voti
-
- 2019-02-23
Dovrai ripetere
chmod +x alphanet.sh
dopo che lo script è stato aggiornato da.alphanet.sh update_script
.Fondamentalmente,ilfile haperso la sua autorizzazioneeseguibile dopoessere stato sovrascritto (poiché è unfile completamentenuovo!).Aproposito,èinteressantenotare chealphanet.sh
emainnet.sh
sono lo stessofile,lo script leggeilnome delfileperfare cose diverse come afferrarne uno diversocontainer 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.
Sto cercando diinstallare unnodo Tezos su Mac OS.
Hoeseguito quanto seguein sequenzain una directory Tezos che ho creato:
Ho ottenutoil seguente output:
Così hoeseguito:
E ha ottenuto:
Hoprovato aeseguireil curl sull'URL originaleedeseguire l'avvio,ma ora l'autorizzazione ènegata.