ooibc88 / blockbench

BLOCKBENCH: A Framework for Analyzing Private Blockchains. Blockbench contains workloads for measuring the data processing performance, and workloads for understanding the performance of different layers of Blockchain systems.
https://www.comp.nus.edu.sg/~dbsystem/fabricsharp/#/blockbench
Apache License 2.0
391 stars 174 forks source link

Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory" #67

Closed Xychun closed 5 years ago

Xychun commented 5 years ago

Getting the following output for the init-all.sh script:

INFO [08-19|14:27:25.131] Bumping default cache on mainnet provided=1024 updated=4096 WARN [08-19|14:27:25.131] Sanitizing cache to Go's GC limits provided=4096 updated=2994 INFO [08-19|14:27:25.132] Maximum peer count ETH=50 LES=0 total=50 INFO [08-19|14:27:25.132] Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory" INFO [08-19|14:27:25.133] Allocated cache and file handles database=/home/ubuntu/eth/geth/chaindata cache=16.00MiB handles=16 INFO [08-19|14:27:25.167] Persisted trie from memory database nodes=0 size=0.00B time=6.134µs gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B Fatal: Failed to write genesis block: database contains incompatible genesis (have d4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3, new fb23c23285ce7b06c7feec6a7844e328544b50963895a6b4bec61c54dec25023) Fatal: Failed to write genesis block: database contains incompatible genesis (have d4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3, new fb23c23285ce7b06c7feec6a7844e328544b50963895a6b4bec61c54dec25023) No private key file specified, an account will be generated INFO [08-19|14:27:25.229] Bumping default cache on mainnet provided=1024 updated=4096 WARN [08-19|14:27:25.229] Sanitizing cache to Go's GC limits provided=4096 updated=2994 INFO [08-19|14:27:25.230] Maximum peer count ETH=50 LES=0 total=50 INFO [08-19|14:27:25.230] Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory"

Xychun commented 5 years ago

$ sudo apt-get install pcscd $ sudo service pcscd start

solved the issue.