Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 01-11-2014, 02:32 AM   #1
fiver22
Member
fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.
 
Posts: 17
Karma: 471552
Join Date: Sep 2010
Device: ipod touch, pc, kindle, stanza, shubook, hp touchpad , moon+
calibre 6828 bus error on launch

Hiyo,
I run Linux (Crunchbang converted to Debian Testing
Code:
fiver22@m0nster:/home/fiver22  $ uname -a
Linux m0nster 3.12-1-amd64 #1 SMP Debian 3.12.6-2 (2013-12-29) x86_64 GNU/Linux)
I've never had an issue w/ Calibre since I started using it ages and ages ago -always on linux. I use the defauly (/opt) location:
Code:
sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='/opt')"
However when updating to latest (The latest release of calibre is 1.19.0.) using the above method and the default install location all went well until I tried to launch calibre (I typically use Synapse as a launcher and have never had an issue before) -this time NOTHING happened so I ran
Code:
 calibre -v
from the terminal. This launched calibre with the following output
Code:
 fiver22@m0nster:/home/fiver22  $ calibre -v
usbmuxd_get_device_list: error opening socket!
So, I'm looking for advise on how to fix or how to provide more useful info.
Thank you!
fiver22 is offline   Reply With Quote
Old 01-11-2014, 02:46 AM   #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,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Run it as calibre-debug -g
kovidgoyal is offline   Reply With Quote
Old 01-11-2014, 04:36 AM   #3
fiver22
Member
fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.
 
Posts: 17
Karma: 471552
Join Date: Sep 2010
Device: ipod touch, pc, kindle, stanza, shubook, hp touchpad , moon+
Hello again,
I just tried running it via synapse launcher (http://launchpad.net/synapse-project) again -and this time it calibre launched without issue.
I am posting the output you asked for in case it tells you anything:
Code:
fiver22@m0nster:/home/fiver22  $ calibre-debug -g
calibre 1.19  isfrozen: True is64bit: True
Linux-3.12-1-amd64-x86_64-with-debian-jessie-sid Linux ('64bit', 'ELF')
('Linux', '3.12-1-amd64', '#1 SMP Debian 3.12.6-2 (2013-12-29)')
Python 2.7.5
Linux: ('debian', 'jessie/sid', '')
usbmuxd_get_device_list: error opening socket!
Starting up...
Started up in 1.12 seconds with 983 books
SMART_DEV (   0.00:  0.001) _attach_to_port try ip address "" on port 9090
SMART_DEV (   0.89:  0.802) startup_on_demand listening on port 9090
SMART_DEV (   0.93:  0.000) _attach_to_port try ip address "" on port 54982
SMART_DEV (   0.97:  0.000) startup_on_demand broadcast socket listening on port 54982
SMART_DEV (   2.00:  1.002) run All IP addresses {'lo': [{'peer': '127.0.0.1', 'netmask': '255.0.0.0', 'addr': '127.0.0.1'}], 'eth0': [{'broadcast': '192.168.2.255', 'netmask': '255.255.255.0', 'addr': '192.168.2.11'}]}
I am running usbmuxd 1.0.8-2 from http://packages.debian.org/jessie/usbmuxd
I see it's used to access the iPhone/iPod Touch via USB but am not sure why it's giving me trouble -as far as I know I've always had the package installed but where I'm running Testing it could have come in recently, I ran
Code:
ls /var/lib/dpkg/info/*.list -lh | grep usbmuxd
-rw-r--r-- 1 root root    0 Dec 27 22:16 /var/lib/dpkg/info/libusbmuxd1.list
-rw-r--r-- 1 root root  208 Dec 27 21:06 /var/lib/dpkg/info/libusbmuxd2.list
-rw-r--r-- 1 root root  303 Dec 28 00:05 /var/lib/dpkg/info/libusbmuxd-dev.list
-rw-r--r-- 1 root root  454 Dec 27 21:08 /var/lib/dpkg/info/usbmuxd.list
but I'm certain I've used calibre since those dates without issue.
Again, calibre is now launching normally but I suspect /something/ is a bit off -mind you I've never run calibre in debug mode so /maybe/ it always threw that error.

Is there any other information I could provide to you?
Thanks for your time.
fiver22 is offline   Reply With Quote
Old 01-11-2014, 04:42 AM   #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,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I see nothing suspicious in that debug output. usbmuxd failing shouldn't prevent calibre from running.
kovidgoyal is offline   Reply With Quote
Old 01-11-2014, 04:51 AM   #5
fiver22
Member
fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.fiver22 ought to be getting tired of karma fortunes by now.
 
Posts: 17
Karma: 471552
Join Date: Sep 2010
Device: ipod touch, pc, kindle, stanza, shubook, hp touchpad , moon+
Fair enough. Thank you for your time and thank you even more for calibre -it is by far my favorite f/oss!
I've donated a few times and hope others do the same -you deserve it.

Last edited by DoctorOhh; 01-11-2014 at 06:02 AM. Reason: Remove 0000 from about 60 rows down the message
fiver22 is offline   Reply With Quote
Reply

Tags
6828 bus error, calibre, error, launch, linux


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre Error message - won't launch crimedoc Devices 4 03-02-2013 12:26 AM
Calibre: Bus error migdus Calibre 7 08-15-2011 11:58 PM
calibre, version 0.8.8 ERROR: Error: Error communicating with device no such column: e-bookuser Devices 1 07-03-2011 04:09 PM
Error on launch Spankypoo Calibre 1 04-07-2011 08:06 PM
seg fault and usb bus error for prs500 on OpenSuSE 11 khassounah Calibre 4 12-30-2008 10:04 PM


All times are GMT -4. The time now is 01:32 PM.


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