Dear jpade,
I guess I'm doing something wrong... Followed your instrusions in the TCL file, configured everything but still it doesn't work. I tried to run it manually by using:
Yes, I'm on gmail...
I guess I don't have SASL installed or some link to it is not there... I'm usually able to figure these small things by myself but I'm kinda stuck on this one
I have installed SASL using:sudo apt-get install postfix sasl2-bin
Trying to configure postfix to the best of my abilities, will update soon...Just saw I needed to do:
# Ubuntu: apt-get install tcllib tcl-tls
Solved this one...
I put the line in crontab and it looks like that:
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
2 * * * * root /home/dogger/Downloads/cgmon.tcl >/dev/null 2>&1
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
But, when I reboot the script doesn't work, any solution? It starts automatically but it takes it 3-70 minutes to start after my OS has completely booted, it sometimes starts only one GPU and sometimes it starts both, any insites on these matters?
I'm on Ubuntu 13.10, 2X290X with cgminer.
Also, if my account is password protected (I disabled it for the time being), will the reboot work or will it get stuck on the enter password to login screen?
Thank you for all your work
