Post
Topic
Re: [ANN] AEON [2017-03-29: important update to 0.9.9.0]
by
aciddom
on 31/03/2017, 23:10:35 UTC
hi everybody, have a problem wit starting aeond as a daemon in background on ubuntu server
trying to start with next command
start-stop-daemon -S -b -x ./aeond
and get this

2017-Mar-31 22:52:48.891968 Initializing core rpc server...
2017-Mar-31 22:52:48.891982 Binding on 127.0.0.1:11181
2017-Mar-31 22:52:48.892062 Core rpc server initialized OK on port: 11181
2017-Mar-31 22:52:48.892073 Initializing core...
2017-Mar-31 22:52:48.892095 Loading blockchain...
2017-Mar-31 22:52:48.892117 Can't load blockchain storage from file, generating$
2017-Mar-31 22:52:48.919301 Blockchain initialized. last block: 0, d1731.h17.m5$
2017-Mar-31 22:52:48.919336 Core initialized OK
2017-Mar-31 22:52:48.919387 Starting core rpc server...
2017-Mar-31 22:52:48.919398 Run net_service loop( 2 threads)...
2017-Mar-31 22:52:48.919445 [SRV_MAIN]Core rpc server started ok
2017-Mar-31 22:52:48.919456 [SRV_MAIN]Starting p2p net loop...
2017-Mar-31 22:52:48.919479 [SRV_MAIN]Run net_service loop( 10 threads)...
2017-Mar-31 22:52:48.919865 Failed to read line.
2017-Mar-31 22:52:48.919889 Failed to read line.
2017-Mar-31 22:52:48.919902 Failed to read line.


if i start it normaly it's starting and begin synchronizing
compiled final upadate 0.9.9.0
can somebody tell what is wrong?