NebulousLabs / Sia

Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia
https://sia.tech
MIT License
2.71k stars 442 forks source link

A critical error loading Sia has occured: Siad unexpectedly exited. "are you running another instance of siad?" #3180

Open taozao opened 5 years ago

taozao commented 5 years ago

A critical error loading Sia has occured: Siad unexpectedly exited. Error log: Sia Daemon v1.3.3

Git Revision 94ea84e

Loading... listen tcp 127.0.0.1:9980: bind: address already in use; are you running another instance of siad?

Error message read about unexpected exiting (similar to the previous post), mentioning "too many files" open. Then I clicked 'start siad' below the error message, and the above error message read in it's place saying the address was already in use, asking if I had another instance of siad running.

Environment

dubeyanuj639 commented 5 years ago

Because 9980 port is already running in your system. First stop that port after run ./siad You can check your running port by netstat command.