-
Notifications
You must be signed in to change notification settings - Fork 0
Notes Server
maynard242 edited this page Jul 23, 2017
·
1 revision
- (Also possible to disable root ssh login, I did just password login)
sudo passwd -l root
- Data appears to be saved in a mongoDB
- Can be access with
mongo
-
show abs
will list the 3 databases
- Solution: need to change ownership for the
/var/log/mhn/mhn.log
- To do this:
cd /var/log/mhn/
sudo chown www-data mhn.log
sudo supervisorctl start mhn-celery-worker
cd /opt/mhn/scripts
[mhn-server] sudo ./disable_collector.sh