32319/fatal-starting-protocol-stack-datadir-already-another-process
When I run geth, i get the following error. How to solve this?
geth INFO [12-05|12:10:00.698] Maximum peer count ETH=25 LES=0 total=25 Fatal: Error starting protocol stack: datadir already used by another process
It seems like geth is already running. Find the process ID and kill that process.
$ ps PID TTY TIME CMD 27957 pts/0 00:00:00 bash 29453 pts/0 00:00:00 nano 34395 pts/0 00:00:00 geth 34436 pts/0 00:00:00 ps
$ kill -9 34395
Seems like there is already a geth instance ...READ MORE
No, variables stored by some chaincode (A) ...READ MORE
After changing chaincode in fabric-samples/chaincode/fabcar/go/fabcar.go (this is ...READ MORE
In the peer configuration, the port you ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
I have been working with Interacting a ...READ MORE
The default port for geth is 30303. ...READ MORE
please check from root, sudo -i geth attach READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.