View Single Post
Old 02-03-2010, 01:09 PM   #4
booksonthemove
Connoisseur
booksonthemove began at the beginning.
 
Posts: 72
Karma: 16
Join Date: Sep 2009
Location: UK
Device: Sony PRS-600 with latest Calibre and Linux Ubuntu-9.10
here's the output:

Code:
john@john-laptop:/opt/calibre$ calibre-debug -g

** (<unknown>:4515): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
link  hasn't been detected!
link  hasn't been detected!
Traceback (most recent call last):
  File "/tmp/init.py", line 48, in <module>
  File "/home/kovid/build/calibre/src/calibre/debug.py", line 100, in main
  File "/home/kovid/build/calibre/src/calibre/gui2/main.py", line 137, in main
  File "/home/kovid/build/calibre/src/calibre/gui2/main.py", line 55, in run_gui
  File "/home/kovid/build/calibre/src/calibre/gui2/ui.py", line 579, in __init__
  File "/home/kovid/build/calibre/src/calibre/gui2/dialogs/scheduler.py", line 207, in __init__
  File "/home/kovid/build/calibre/src/calibre/web/feeds/recipes/model.py", line 129, in __init__
  File "/home/kovid/build/calibre/src/calibre/web/feeds/recipes/collection.py", line 128, in __init__
  File "lxml.etree.pyx", line 2538, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48266)
  File "parser.pxi", line 1536, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:71653)
  File "parser.pxi", line 1415, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:70514)
  File "parser.pxi", line 938, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:67438)
  File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:63820)
  File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:64741)
  File "parser.pxi", line 576, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64256)
lxml.etree.XMLSyntaxError: None
john@john-laptop:/opt/calibre$
Additionally, these are now running:
Code:
john@john-laptop:/opt/calibre$ ps waux|grep calibre
john      4495  0.0  0.0   4004   580 pts/0    S    18:07   0:00 /bin/sh /opt/calibre/calibre-parallel
john      4498  0.5  0.8 226168 25912 pts/0    S    18:07   0:00 /opt/calibre/loader
john      4500  0.0  0.0   4004   580 pts/0    S    18:07   0:00 /bin/sh /opt/calibre/calibre-parallel
john      4503  0.5  0.8 226172 25908 pts/0    S    18:07   0:00 /opt/calibre/loader
john      4524  0.0  0.0   4004   576 pts/0    S    18:08   0:00 /bin/sh /opt/calibre/calibre-parallel
john      4527  0.6  0.8 226168 25908 pts/0    S    18:08   0:00 /opt/calibre/loader
john      4601  0.0  0.0   7340   888 pts/0    R+   18:10   0:00 grep --color=auto calibre
but the GUI isn't

Last edited by booksonthemove; 02-03-2010 at 01:12 PM. Reason: ps waux | grep calibre
booksonthemove is offline   Reply With Quote