View Single Post
Old 06-18-2008, 08:10 PM   #1
Deputy-Dawg
Groupie
Deputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-books
 
Deputy-Dawg's Avatar
 
Posts: 153
Karma: 799
Join Date: Dec 2007
Device: sony prs505
calibre & cron problem

I am trying to set up cron to gather several feeds on a scheduled basis. The following command generates the feeds file for the Associated Press and stores the file as "associated press.lrf" in a folder called 'newspapers' on the desktop.

Code:
feeds2lrf  --output='desktop/newspapers/associated press.lrf' 'Associated Press'
When executed from the terminal on my MacBook Air it does exactly that. However when executed from within cron it does everything through the rationalizing of the fonts but does not save the file and there is no error message. It simply ceases after the rationalization of the fonts.

What have I missed?
Deputy-Dawg is offline   Reply With Quote