pjeby comments on Anti-akrasia remote monitoring experiment - Less Wrong

45 Post author: cousin_it 27 September 2010 11:34PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (114)

You are viewing a single comment's thread. Show more comments above.

Comment author: datadataeverywhere 08 August 2011 09:01:45PM 0 points [-]

Thank you for posting this. I want to do almost exactly this, and set up another task running that will zip up all the images and send them off to my referee.

Unfortunately, I haven't gotten this to work. I'm not very familiar with cron, and I don't know how to debug it. My script works as intended when run manually, but halts (dies? I don't know) when run from cron (at import). I haven't managed to get any error reporting, either by redirecting the script output or the import output. I also haven't been able to get import to run directly from cron, even by using absolute paths and no variables. I suspect these are problems you haven't run across, but if you have, I'd appreciate your advice.

Comment author: gwern 08 August 2011 09:38:37PM 0 points [-]

Cron does its error reporting through local email, so when I'm debugging, I'd check /var/mail/gwern. You may need to've chosen 'local delivery' when configuring your install on a Debian system.