View Single Post
Old 06-22-2010, 02:17 PM   #34
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,450
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Thank you for your willingness to help.
Quote:
Originally Posted by June View Post
I'll run calibre in debug mode tonight, and try stuff. I assume the log will be somewhere in the calibre directory?
Do I remember correctly that you are running some variant of Linux? Not that it matters, really, except that I don't want to keep saying things you already know.

The debug output is written to the terminal/cmd box. Most of the interesting stuff is to stdout (standard output), but some is to stderr (standard error). On all the OSes that calibre runs on, the command
calibre-debug -g >somefile 2>&1
without the quotes will send all the debug output to 'somefile'. If you want to see it, and if you are running linux, you could pipe it through 'tee'.
chaley is offline   Reply With Quote