After updating 12.2.2 the status in the wallet: ENABLED
In dashman all green, only:
masternode started: NO
What could it be?
View attachment 5605
dashman sync
dashman sync status
dashman sync update -y
Many thanks, now it's all right!dashman needed updating to match the new 12.2.2 output
sentinel installed : /root/dashman/lib/dashman_functions.sh: line 1128: [: -gt: unary operator expected
NO
sentinel tests passed : /root/dashman/lib/dashman_functions.sh: line 1129: [: -eq: unary operator expected
NO
sentinel crontab enabled : /root/dashman/lib/dashman_functions.sh: line 1130: [: -gt: unary operator expected
NO
sentinel online : /root/dashman/lib/dashman_functions.sh: line 1131: [: -eq: unary operator expected
NO - sync incomplete
Exiting.
apt-get update
apt-get install git
git clone https://github.com/moocowmoo/dashman.git
cd dashman
./dashman install
./dashman install sentinel
got sentinel, but installed manually. Will try install through dashman.You need to install sentinel if you're running a masternode. A piece of documentation I keep meaning to add.
Code:./dashman install sentinel
will fix you right up.
I'll make a note to check for sentinel on an enabled masternode before trying the tests.
Let me know if this doesn't fix things!
You need to install sentinel if you're running a masternode. A piece of documentation I keep meaning to add.
Code:./dashman install sentinel
will fix you right up.
I'll make a note to check for sentinel on an enabled masternode before trying the tests.
Let me know if this doesn't fix things!
root@vultr:~/dashman# ./dashman install sentinel
missing dependency: python-virtualenv python-virtualenv
/root/dashman/lib/dashman_functions.sh: line 186: sudo: command not found
dashman version 0.1.26 (42-g31e3418) - Tue Mar 6 10:00:49 UTC 2018
gathering info, please wait... DONE!
--> Downloading sentinel... DONE!
--> installing dependencies...
--> virtualenv init... /root/dashman/lib/dashman_functions.sh: line 1219: virtualenv: command not found
--> virtualenv initialization failed
when running:
virtualvenv venv
Exiting.
root@vultr:~/dashman# apt-get install python-virtualenv
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-virtualenv is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
root@vultr:~/dashman#
"python-virtualenv is already the newest version." doesn't that mean that I alredy have virtualenv ?You need to find and install the package that contains `virtualenv`
what platform are you on?
unary operator expected