I noticed the linux installer print a message that seattle didn't start properly, but everything seems fine:
$ ./install.sh
System benchmark starting...
Benchmark complete and vessels created!
Preparing Seattle to run automatically at startup...
Attempting to add an entry to the crontab...
Seattle is setup to run at startup!
Generating the Node Manager RSA keys. This may take a few minutes...
Keys generated!
Starting seattle...
seattle was not properly started.
If you continue to see this error for unknown reasons, please contact the seattle development team.
seattle has been installed!
To learn more about useful, optional scripts related to running seattle, see the README file.
It may just be a timing issue as start_seattle.sh it's grep'ing ps output looking for a process just started in the background, so the process might not really be quite up and running yet. Maybe a "sleep 1" after starting the processes in the background would be a good idea.
I noticed the linux installer print a message that seattle didn't start properly, but everything seems fine:
It may just be a timing issue as start_seattle.sh it's grep'ing ps output looking for a process just started in the background, so the process might not really be quite up and running yet. Maybe a "sleep 1" after starting the processes in the background would be a good idea.