We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, can someone suggest why openbazaar2 stuck on start - see output below
go run $GOPATH/src/github.com/OpenBazaar/openbazaar-go/openbazaard.go start
_____ \ ______ ____ __ _____ _____________ _____ _______ / | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ / | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | / ___ / / _ >| /___ /(____ /_____ (____ (____ /| /|| / / / / / / /
OpenBazaar Server v0.11.1 [Press Ctrl+C to exit]
this is fist start and on config directory continuesly changed .openbazaar2.0/datastore/000011.log and logs in .openbazaar2.0/logs/
strace and lsof show that server working with files in .openbazaar2.0 directory. Can someone suggest why server start stuck
I also start download binary from https://github.com/OpenBazaar/openbazaar-go/releases/ and have same result My os ubuntu 16.04 and go version 1.8.3
same with version go version 1.9.1 root@ubuntu:~# go run $GOPATH/src/github.com/OpenBazaar/openbazaar-go/openbazaard.go start
OpenBazaar Server v0.11.1 [Press Ctrl+C to exit] Generating Ed25519 keypair...Done 2018/04/24 20:21:46 Initializing OpenBazaar node at /root/.openbazaar2.0
root@ubuntu:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.4 LTS Release: 16.04 Codename: xenial
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, can someone suggest why openbazaar2 stuck on start - see output below
go run $GOPATH/src/github.com/OpenBazaar/openbazaar-go/openbazaard.go start
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
___ / / _ >| /___ /(____ /_____ (____ (____ /|
/|| / / / / / / /
OpenBazaar Server v0.11.1
[Press Ctrl+C to exit]
this is fist start and on config directory continuesly changed
.openbazaar2.0/datastore/000011.log
and logs in
.openbazaar2.0/logs/
strace and lsof show that server working with files in .openbazaar2.0 directory.
Can someone suggest why server start stuck
I also start download binary from https://github.com/OpenBazaar/openbazaar-go/releases/ and have same result
My os ubuntu 16.04 and go version 1.8.3
same with version go version 1.9.1
root@ubuntu:~# go run $GOPATH/src/github.com/OpenBazaar/openbazaar-go/openbazaard.go start
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
___ / / _ >| /___ /(____ /_____ (____ (____ /|
/|| / / / / / / /
OpenBazaar Server v0.11.1
[Press Ctrl+C to exit]
Generating Ed25519 keypair...Done
2018/04/24 20:21:46 Initializing OpenBazaar node at /root/.openbazaar2.0
root@ubuntu:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
The text was updated successfully, but these errors were encountered: