0

Error at start Ubooquity

Ruben 6 years ago 0

Hello everyone, i tried to Install Ubooquity in my Nas DS612+ using Putty with this: 

https://vaemendis.github.io/ubooquity-doc/pages/tutorials/install-on-synology.html

and this tutorial:

https://www.chrisanthropic.com/blog/2016/ubooquity-comics-server-on-synology-nas/

and i have always the same problem when i tried to run the cmd : start ubooquity


ruben.san.pal@Pandore:/etc/init$ start ubooquity
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.30" (uid=1026 pid=20964 comm="start ubooquity ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init ")

i modify the ubooquity.conf files using my parameter : volume1/Comics, and also Java8. I don't know if i need to modificate other thing to start ubooquity.

Thank you very much for your help, i tried to use other topics but i don't find this error.

I can give other information if you needed 

Thanks ! 

0

Ubooquity 2.1.2 - Theme Issue

atipike 6 years ago updated 6 years ago 2

Hi,

I'm a new one in the Ubooquity World and I try to understand Ubooquity.

I have an issue with themes. I can't install any theme. I followed instructions (here : https://vaemendis.net/ubooquity/static10/themes). When I installed different themes. I have these results : https://ibb.co/ntKALL

I don't understand why I have this issue. Anyone can please explain me ?

Thank you =)

0
Planned

Set path of cookie if proxy prefix is used

Alpe 6 years ago updated 6 years ago 2

The way the "Reverse proxy prefix" works, I think it makes sense that the cookie "UbooquityAdminSession" be set with that prefix too as Path instead of "/".

0
Under review

Downloading Semi-Working

Scott Townsend 6 years ago updated by orshak 6 years ago 7

Wondering if anyone else has run into this.  I'm pretty sure its a weird Chrome quirk, as Firefox doesn't have the same results.  Also I'm running the latest Stable build 2.1.1.

(In Chrome)When you use the Comic side of the application and click to download, Chrome tries to display the cbr/cbz file.  If I right click > save link as, it will actually download the cbr/cbz.  I tested on the Ebook side and don't get this result, I can download the epub.  


(In Firefox)Click to download and it will prompt for download location for both Comics and Ebooks.

Anyone else run into this and if so, do you find a solution/workaround?

0

Where do I find -->

Richard Leonard 6 years ago 0

The current (up-to-date) version(s?) of the Comixology theme?

Browsing through many of the threads, I find references to all sorts of scripts --- where might these be found?

Thank you in Advance...

Rich

0

Ubooquity and VPN

kola 6 years ago updated by Think Strategy 6 years ago 1

Can anyone help me if its possible to set up Ubooquity while using a VPN? (i using nordVPN).

Thank you!!

0
Fixed

directory scan hangs on two files

Noah Haskell 6 years ago updated by Tom 6 years ago 4

I've got a problem where the scanner hangs on a couple of my files (literally just 2 out of thousands). It just doesn't progress and gives me no new error messages, just saying that it's attempting to scan the files. I can send you the files if that would help you discover why it's freezing.

0
Answered

Ubooquity Synology Set up Problem

Laxarus 6 years ago updated by Tom 6 years ago 4

Hello guys,

I've been trying to set up Ubooquity with my Synology but with no luck. I am using "User Defined Script" for DSM 6 with Java 8. I am getting error "/usr/bin/env: bash: No such file or directory". I have tried everything but st,

My current ubooquity.sh is below:

#!/usr/bin/env bash
#title : ubooquity.sh
#description : Launch ubooquity server. shell script in task manager
#date : 20170807
#==============================================================================
### JAVA VARIABLES ###
# Java installation directory
JAVA_DIR=/var/packages/java8/target/j2sdk-image/jre/bin
# Maximum size of the Java runtime memory allocation pool. Default: 64MB
MEM=512m
### UBOOQUITY VARIABLES ###
# Ubooquity binary location
UBOOQUITY_BIN=/volume1/Internal/Ubooquity/Ubooquity.jar
# Ubooquity working directory
WORK_DIR=/volume1/Gulibu/
# Ubooquity process ID file location
PID_FILE=$WORK_DIR/ubooquity.pid
# Ubooquity library port
LIB_PORT=2202
# Ubooquity administration port
ADMIN_PORT=2203
### ENVIRONMENT VARIABLES ###
# Character encoding
ENCO=UTF-8
# Locale selection
LANG=en_US.$ENCO
### SCRIPT ###
# Workaround to read special characters properly
export LANG
# Kill previous process
if [ -f $PID_FILE ]; then
pkill -F $PID_FILE > /dev/null 2>&1
fi
# Launch ubooquity
printf "Starting Ubooquity server...\n"
$JAVA_DIR/java -jar -Dfile.encoding=$ENCO -Xmx$MEM $UBOOQUITY_BIN \
--adminport $ADMIN_PORT --libraryport $LIB_PORT \
--workdir $WORK_DIR \
--remoteadmin --headless & UBOOQUITY_PID=$!
echo $UBOOQUITY_PID > $PID_FILE
printf "Ubooquity is now running (pid: %d).\n" $UBOOQUITY_PID
exit 0

0
Under review

Crashes when advancing pages too fast

Peter Pflibsen 6 years ago updated by Tom 6 years ago 1

When viewing a PDF book, and advancing pages quickly with right arrow, ubooquity crashes.

0
Under review

Ubooquity doesn't seem to remember my reading history

Praveen Reddy 6 years ago updated by lostndessence 5 years ago 7

I'm running Ubooquity on my Synology DS3617xs NAS via a Docker container.  The image I'm using is the linuxserver/ubooquity one.  

My primary reason for using Ubooquity is for its comic streaming capabilities.  I have a large number of CBR's and CBZ's.

Can someone please advise on how I can get Ubooquity to remember my reading history?  For some reason, it doesn't.