Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Troubleshooting cron job and db. #22

Closed
druw900 opened this issue Dec 3, 2017 · 1 comment
Closed

Troubleshooting cron job and db. #22

druw900 opened this issue Dec 3, 2017 · 1 comment

Comments

@druw900
Copy link

druw900 commented Dec 3, 2017

I'm not sure if this is the right place for this. I am having problems getting my setup working.

I first checked the db and it is empty.
MariaDB [nest_datagraph]> select * from status;
Empty set (0.00 sec)

I found this in the syslog.
Dec 3 16:00:02 raspberrypi CRON[18964]: (pi) CMD (/usr/bin/python /opt/nest-datagraph/backend/poller.py)
Dec 3 16:00:02 raspberrypi CRON[18960]: (CRON) info (No MTA installed, discarding output)

Any ideas? Thanks.

@druw900
Copy link
Author

druw900 commented Dec 3, 2017

UPDATE:

I installed postfix. DB is still empty. /var/log/syslog shows...

Dec 3 17:45:01 raspberrypi CRON[1146]: (pi) CMD (/usr/bin/python /opt/nest-datagraph/backend/poller.py)
Dec 3 17:45:01 raspberrypi postfix/pickup[32697]: 78F8C1F58F: uid=1000 from=
Dec 3 17:45:01 raspberrypi postfix/cleanup[1150]: 78F8C1F58F: message-id=20171203224501.78F8C1F58F@raspberrypi
Dec 3 17:45:01 raspberrypi postfix/qmgr[32698]: 78F8C1F58F: from=pi@raspberrypi, size=724, nrcpt=1 (queue active)
Dec 3 17:45:01 raspberrypi postfix/local[1155]: 78F8C1F58F: to=pi@raspberrypi, orig_to=, relay=local, delay=0.22, delays=0.15/0.04/0/0.02, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 3 17:45:01 raspberrypi postfix/qmgr[32698]: 78F8C1F58F: removed

@druw900 druw900 closed this as completed Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant