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.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?
Try ./aeond --no-console so it won't attempt to read any input lines.
Thank you MAN!!! it works! Yesterday i f**k with it whole day and nothing! THANKS A LOT!!!