Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 01-05-2011, 03:26 PM   #1
KendyfortheState
Junior Member
KendyfortheState began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2010
Device: Windows smartphone
Calibre stopped working on Kubuntu 10.10

Platform is Kubuntu 10.10 64-bit, library resides on an NFS share.

Calibre was working fine up until about a week ago. I may have run updates on Kubuntu in the intervening time, as well as updating Calibre via the python script.

Today I tried to open it and the splash screen came up for a few seconds and then went away. Tried to run from command prompt and got a seg fault, but I think this was due to the fact that Calibre processes were still running.

Went into system monitor and killed it, then ran the python script to update, then tried to run again. It just hangs same as before.

Went into the .config directory and deleted the calibre folder, ran the python install script again and then ran calibre from the command prompt.

The welcome wizard started and asked me to input all the info... I pointed to the NFS share as the library location and set up the smtp stuff and clicked OK... Calibre appeared to hang at this point, though I figured it might be rebuilding the database so let it run for a couple hours, but no change. the command prompt is stuck at 'Trying to open ksycoca from...'.

Finally killed it, deleted the config directory again and re-ran the wizard, this time pointing to a local destination for the library, and it completed ok and Calibre opened up. So I conclude that something has changed in Calibre that won't allow it to access files over nfs any more. Any Ideas?
KendyfortheState is offline   Reply With Quote
Old 01-05-2011, 03:54 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
run it as

calibre-debug -g
kovidgoyal is online now   Reply With Quote
Advert
Old 01-05-2011, 04:06 PM   #3
KendyfortheState
Junior Member
KendyfortheState began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2010
Device: Windows smartphone
No change

Calibre start up, but as soon as I rerun the welcome wizard and point to the NFS share it hangs again.

What is "ksycoca4"?



rob@rob-kubuntu:~$ calibre-debug -g
libprs500(7045)/ KSharedDataCache::Private::mapSharedMemory: Opening cache "/var/tmp/kdecache-rob/icon-cache.kcache" page size is 4096
libprs500(7045)/ KSharedDataCache::Private::mapSharedMemory: Attached to cache, determining if it must be initialized
libprs500(7045)/ KSharedDataCache::Private::mapSharedMemory: Cache fully initialized -- attached to memory mapping
libprs500(7045)/ KSharedDataCache::Private::mapSharedMemory: 3878912 bytes available out of 10485760
Starting up...
Started up in 0.531444072723
get_metadata cache: 2 calls, 50.00% misses
libprs500(7045)/ KSycocaPrivate:penDatabase: Trying to open ksycoca from "/var/tmp/kdecache-rob/ksycoca4"
KendyfortheState is offline   Reply With Quote
Old 01-05-2011, 04:19 PM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Using an NFS share for the library is not supported. You're on your own with that.

ksycocoa is irrelevant
kovidgoyal is online now   Reply With Quote
Old 01-05-2011, 04:32 PM   #5
KendyfortheState
Junior Member
KendyfortheState began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2010
Device: Windows smartphone
NFS Share

I read in this forum a few months ago that nfs was the only format that was supported, which is why I set it up that way... previous to that I had been using a Samba share until it stopped working one day. What is the best way to keep my library on a remote server so that it can be backed up?
KendyfortheState is offline   Reply With Quote
Advert
Old 01-05-2011, 04:33 PM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
1) Use the content server

2) Use rsync with a script to launch calibre
kovidgoyal is online now   Reply With Quote
Old 01-05-2011, 04:43 PM   #7
KendyfortheState
Junior Member
KendyfortheState began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2010
Device: Windows smartphone
Thanks for the assistance... this is a really useful program!
KendyfortheState is offline   Reply With Quote
Old 01-05-2011, 04:44 PM   #8
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
No problem, I use (2) myself.
kovidgoyal is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DR1000 HELP!! my stylus stopped working splendor iRex 7 06-16-2010 11:35 AM
Calibre stopped working message in Vista. HistoryWes Calibre 1 07-30-2009 07:43 PM
Calibre view failure with mobi under Kubuntu joneall Calibre 2 07-19-2009 10:31 AM
Stopped working? pshrynk Calibre 8 02-14-2009 04:43 PM
libprs500/calibre stopped working Gamgee72 Calibre 7 05-05-2008 08:39 AM


All times are GMT -4. The time now is 08:57 PM.


MobileRead.com is a privately owned, operated and funded community.