OpenBazaar / OpenBazaar-Server

(Deprecated) OpenBazaar 1.0 Server daemon for communication with OpenBazaar-Client
MIT License
608 stars 173 forks source link

"sudo python openbazaard.py stop" doesn't stop the server on Ubuntu #457

Closed Rocks333 closed 7 years ago

Rocks333 commented 8 years ago

Fresh ubuntu 14.04 install. Fresh install of OB

~/OpenBazaar-Server$ sudo python openbazaard.py stop OpenBazaar server stopping... pidfile /tmp/openbazaard.pid does not exist. Daemon not running?

and then it's still in the processes viewable in htop

running the command few times doesn't help

Rocks333 commented 8 years ago

nobody?

hoffmabc commented 8 years ago

If you're trying to stop it and the pid is missing and there's no process then it's stopped. I am not sure what you're asking for.

Rocks333 commented 8 years ago

There IS process and it is working. I can even connect to the server. I'm asking how to effectively stop it and why the stop doesn't work I guess.

Rocks333 commented 8 years ago

so no one else is unable to stop it with "sudo python openbazaard.py stop" ?

hoffmabc commented 7 years ago

That's because you're running it in daemon mode yo. I'm closing this as it works intended if you start in daemon mode. Otherwise no .pid file gets created.