Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 12-13-2018, 03:29 AM   #1
devtech8
Enthusiast
devtech8 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Dec 2018
Device: Fire HD, phone, laptop
Issues and questions with running calibre on Ubuntu 18

Been going through some tutorials, but having issues still.

Want to run calibre and/or server on a Ubuntu server and be able to access from local as well as eventually, remotely. For now, I cannot get it to load up the page for the menu item. Instead, when I run
Code:
calibre-server --port 18080 /raid/media/reading/
and then this (
Code:
calibre server listening on 0.0.0.0:18080
OPDS feeds advertised via BonJour at: 192.168.1.26 port: 18080
).

On another machine, I only get a loading page.

My ufw on Linux allows the port, so not sure where going wrong.

Thoughts please?
devtech8 is offline   Reply With Quote
Old 12-13-2018, 12:34 PM   #2
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,101
Karma: 8796704
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by devtech8 View Post
Been going through some tutorials, but having issues still.

Want to run calibre and/or server on a Ubuntu server and be able to access from local as well as eventually, remotely. For now, I cannot get it to load up the page for the menu item. Instead, when I run
Code:
calibre-server --port 18080 /raid/media/reading/
and then this (
Code:
calibre server listening on 0.0.0.0:18080
OPDS feeds advertised via BonJour at: 192.168.1.26 port: 18080
).

On another machine, I only get a loading page.

My ufw on Linux allows the port, so not sure where going wrong.

Thoughts please?
Try using in the address bar of your browser:

Code:
192.168.1.26 port: 18080/mobile
let us know the result.

What browser are you using?

bernie
gbm is offline   Reply With Quote
Advert
Old 12-13-2018, 03:29 PM   #3
devtech8
Enthusiast
devtech8 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Dec 2018
Device: Fire HD, phone, laptop
I did try that and have also tried chrome and firefox to access.
devtech8 is offline   Reply With Quote
Old 12-13-2018, 06:25 PM   #4
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,101
Karma: 8796704
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by devtech8 View Post
I did try that and have also tried chrome and firefox to access.
Try using:

Code:
192.168.1.26 port:18080/mobile
If that works then

Code:
192.168.1.26 port: 18080/
The next thing to try will be to change the port, I use 8095 for my server running Mint 19, with Firefox 64.

To verify calibre server is operating on your server open a terminal and use:
Code:
 sudo netstat -lntup
Will give you this:

Spoiler:
Code:
sudo netstat -lntup
[sudo] password for xxxxxxxx: 
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 10.2.49.1:53            0.0.0.0:*               LISTEN      2063/dnsmasq        
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      762/systemd-resolve 
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      794/cupsd           
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      1987/smbd           
tcp        0      0 0.0.0.0:9981            0.0.0.0:*               LISTEN      959/tvheadend       
tcp        0      0 0.0.0.0:9982            0.0.0.0:*               LISTEN      959/tvheadend       
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      1987/smbd           
tcp6       0      0 fe80::40:4aff:fe03:2:53 :::*                    LISTEN      2063/dnsmasq        
tcp6       0      0 ::1:631                 :::*                    LISTEN      794/cupsd           
tcp6       0      0 :::445                  :::*                    LISTEN      1987/smbd           
tcp6       0      0 :::8095                 :::*                    LISTEN      19875/calibre       
tcp6       0      0 :::139                  :::*                    LISTEN      1987/smbd           
udp        0      0 239.255.255.250:1900    0.0.0.0:*                           959/tvheadend       
udp        0      0 0.0.0.0:55648           0.0.0.0:*                           959/tvheadend       
udp        0      0 10.2.49.1:53            0.0.0.0:*                           2063/dnsmasq        
udp        0      0 127.0.0.53:53           0.0.0.0:*                           762/systemd-resolve 
udp        0      0 0.0.0.0:67              0.0.0.0:*                           2063/dnsmasq        
udp        0      0 0.0.0.0:68              0.0.0.0:*                           2113/dhclient       
udp        0      0 192.168.1.9:123         0.0.0.0:*                           1231/ntpd           
udp        0      0 10.2.49.1:123           0.0.0.0:*                           1231/ntpd           
udp        0      0 127.0.0.1:123           0.0.0.0:*                           1231/ntpd           
udp        0      0 0.0.0.0:123             0.0.0.0:*                           1231/ntpd           
udp        0      0 192.168.1.255:137       0.0.0.0:*                           1217/nmbd           
udp        0      0 192.168.1.9:137         0.0.0.0:*                           1217/nmbd           
udp        0      0 10.2.49.255:137         0.0.0.0:*                           1217/nmbd           
udp        0      0 10.2.49.1:137           0.0.0.0:*                           1217/nmbd           
udp        0      0 0.0.0.0:137             0.0.0.0:*                           1217/nmbd           
udp        0      0 192.168.1.255:138       0.0.0.0:*                           1217/nmbd           
udp        0      0 192.168.1.9:138         0.0.0.0:*                           1217/nmbd           
udp        0      0 10.2.49.255:138         0.0.0.0:*                           1217/nmbd           
udp        0      0 10.2.49.1:138           0.0.0.0:*                           1217/nmbd           
udp        0      0 0.0.0.0:138             0.0.0.0:*                           1217/nmbd           
udp        0      0 0.0.0.0:631             0.0.0.0:*                           888/cups-browsed    
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           19875/calibre       
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           780/avahi-daemon: r 
udp        0      0 0.0.0.0:38524           0.0.0.0:*                           780/avahi-daemon: r 
udp6       0      0 fe80::40:4aff:fe03:2:53 :::*                                2063/dnsmasq        
udp6       0      0 fe80::660d:27e1:b17:123 :::*                                1231/ntpd           
udp6       0      0 2604:2d80:8830:84ec:123 :::*                                1231/ntpd           
udp6       0      0 2604:2d80:8830:84ec:123 :::*                                1231/ntpd           
udp6       0      0 fe80::40:4aff:fe03::123 :::*                                1231/ntpd           
udp6       0      0 ::1:123                 :::*                                1231/ntpd           
udp6       0      0 :::123                  :::*                                1231/ntpd           
udp6       0      0 :::33214                :::*                                780/avahi-daemon: r 
udp6       0      0 :::5353                 :::*                                780/avahi-daemon: r


You can see that my calibre is on port 8095 and is listening.
bernie

Last edited by gbm; 12-13-2018 at 06:50 PM.
gbm is offline   Reply With Quote
Old 12-13-2018, 11:09 PM   #5
devtech8
Enthusiast
devtech8 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Dec 2018
Device: Fire HD, phone, laptop
Alright, maybe something is messed up on install. None of this works for me. I mean, I can see it running when I run
Code:
sudo netstat -lntup
.

Is there any means for me to figure if I have this setup and running correctly and whatnot? I can access other services on my server, so may be something specific to this that is somehow messed up.
devtech8 is offline   Reply With Quote
Advert
Old 12-13-2018, 11:45 PM   #6
devtech8
Enthusiast
devtech8 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Dec 2018
Device: Fire HD, phone, laptop
Additionally, what I see on any machine trying to access my Calibre is this:



I have used several tutorials to get this setup correctly, and all seems good. So not sure why having this problem.
devtech8 is offline   Reply With Quote
Old 12-15-2018, 11:08 PM   #7
devtech8
Enthusiast
devtech8 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Dec 2018
Device: Fire HD, phone, laptop
Anyone have any ideas?
devtech8 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre 2.61 running on Ubuntu 16.04 doesn't transfer books to device Aquaris 10 M 10 RayArdia Devices 2 07-09-2016 06:16 PM
Calibre issues after switching to Ubuntu MATE? EdwardTrunk Devices 4 04-02-2016 09:32 PM
library issues with calibre in ubuntu lostinlinux Library Management 4 06-24-2013 02:30 PM
Development Ubuntu running on Galaxy Tab glow enTourage eDGe 1 07-01-2011 02:38 AM
Calibre-Server - Ubuntu 10.10 - Running but not serving dcmarquardt Calibre 10 04-05-2011 07:33 PM


All times are GMT -4. The time now is 05:56 AM.


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