Skip to content

Instantly share code, notes, and snippets.

@kwannoel
Last active May 7, 2021 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwannoel/a83ade486e1cd69b844f2034ee5220f5 to your computer and use it in GitHub Desktop.
Save kwannoel/a83ade486e1cd69b844f2034ee5220f5 to your computer and use it in GitHub Desktop.
error dump
> ./scripts/run-ethereum-test-net.ss
Running: (echo geth --datadir /home/noel/.local/share/glow/geth --identity GlowPrivateEthereumTestNet --verbosity 4 --miner.etherbase 0x25c0bb1A5203AF87869951AEf7cF3FEdD8E330fC --nodiscover --maxpeers 0 --nousb --networkid 17 --nat any --vmdebug --unlock 0x25c0bb1A5203AF87869951AEf7cF3FEdD8E330fC account import --password /dev/null /tmp/croesus-tmp-WYZhrO.prv ; geth --datadir /home/noel/.local/share/glow/geth --identity GlowPrivateEthereumTestNet --verbosity 4 --miner.etherbase 0x25c0bb1A5203AF87869951AEf7cF3FEdD8E330fC --nodiscover --maxpeers 0 --nousb --networkid 17 --nat any --vmdebug --unlock 0x25c0bb1A5203AF87869951AEf7cF3FEdD8E330fC account import --password /dev/null /tmp/croesus-tmp-WYZhrO.prv) < /dev/null >> /home/noel/.local/share/glow//log/geth/geth.log 2>&1
Gerbil-ethereum v0.0-260-gb151403 on Gerbil-persist v0.0-19-g75d4c45, Gerbil-crypto ef0ef55, Gerbil-poo 5b2290f, Gerbil-utils v0.0-316-g3c748ed, Gerbil v0.16-178-g17fbcb95, Gambit v4.9.3-1389-g55b21ed9
In thread primordial:
0 std/misc/process#run-process__% ((if (procedure? _check-status229370_) _check-status229370_ std/misc/process#c...
_result229392_ == #!void
1 ##dynamic-env-bind
2 ##dynamic-wind
3 std/misc/process#run-process/batch__% (std/misc/process#run-process__% '#f close-output-port _check-status229313_ _e...
4 clan/temporary-files#use-temporary-file__%
5 ##dynamic-env-bind
6 ##dynamic-wind
7 start-geth "scripts/run-ethereum-test-net.ss"@165:3 (clan/temporary-files#call-with-temporary-file prefix: "croesus-tmp-" suffix: ...
8 start-geth "scripts/run-ethereum-test-net.ss"@165:3 (begin (clan/temporary-files#call-with-temporary-file prefix: "croesus-tmp-" s...
9 ##dynamic-env-bind
10 ##call-with-values
11 clan/exit#call-print-exit
12 ##dynamic-env-bind
13 ##start-main
14 ##kernel-handlers
*** ERROR IN std/misc/process#run-process__% -- Process exited with non-zero status
32512
(path: "sh" arguments: ("-c" "(echo geth --datadir /home/noel/.local/share/glow/geth --identity GlowPrivateEthereumTestNet --verbosity 4 --miner.etherbase 0x25c0bb1A5203AF87869951AEf7cF3FEdD8E330fC --nodiscover --maxpeers 0 --nousb -...
@fare
Copy link

fare commented May 7, 2021

This means your process exited with exit code 127. Why? Try to run the same process from the shell.

@fare
Copy link

fare commented May 7, 2021

Missing geth was the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment