mastervol
mastervol
This seems somehow similar to my experience: https://github.com/Kareadita/Kavita/issues/1413. Although I am not using docker.
The CPU is STM Monaco ARM. Here is a description of the CPU: http://www.st.com/st-web-ui/static/active/en/resource/technical/document/data_brief/DM00094054.pdf. From what I can tell it is from the year 2013. Not sure if it helps...
I would say my cpu does not support AVX. `root@play:~# cat /proc/cpuinfo � processor : 0 model name : ARMv7 Processor rev 0 (v7l) BogoMIPS : 2996.63 Features : swp...
May I ask for a functionality or setting in the options to suppress the automatic cover search? Everytime books are added to the library, a cover search is executed as...
Ok thanks for the input. I checked https://archlinuxarm.org/packages/armv7h/libvips and https://archlinuxarm.org/packages/armv7h/libvips. When adding the file libvips.so.42 to the Kavita folder the application at least does not crash. I also tried the...
I added opkg as package manager. Unfortunately there are only the following packages https://pkg.entware.net/binaries/armv7/. I tried downloading netvips modules for arm7 manually which are missing other dependencies, which I tried...
I checked this already. Unfortunately there is no apt or similar packet manager for synology. Until someone from the syno community deploys a package for libvips. https://synocommunity.com/
Hm. Unfortunately another error. ``` root@stfuplay:/volume1/@appstore/komga/test# javac Sample.java root@stfuplay:/volume1/@appstore/komga/test# java -classpath ".:sqlite-jdbc-3.39.2.1-SNAPSHOT.jar" Sample Failed to load native library:sqlite-3.39.2.1-d8e0a70b-a93c-4cf3-a172-37a66fa2c994-libsqlitejdbc.so. osinfo: Linux/armv7 java.lang.UnsatisfiedLinkError: /tmp/sqlite-3.39.2.1-d8e0a70b-a93c-4cf3-a172-37a66fa2c994-libsqlitejdbc.so: /tmp/sqlite-3.39.2.1-d8e0a70b-a93c-4cf3-a172-37a66fa2c994-libsqlitejdbc.so: internal error Error opening connection root@stfuplay:/volume1/@appstore/komga/test# ```
I tried to use a different directory, still no luck. I can check if we can get support from the syno community, let me check the java projects there. ```...
``` root@stfuplay:/volume1# cd test root@stfuplay:/volume1/test# ls Sample.class sqlite-jdbc-3.39.2.0.jar sqlite-jdbc-3.39.2.1-SNAPSHOT.jar Sample.java sqlite-jdbc-3.39.2.1.jar wrapper root@stfuplay:/volume1/test# chmod 777 * -r chmod: cannot access '777': No such file or directory root@stfuplay:/volume1/test# chmod 777 *.*...