I do not succeed installing DSM 6.1.6-15266 on my DS713+:
Unknown error occurs (21).
This has happened repeatedly since Thursday/Friday midnight.
Update: rebooted, re-downloaded the update, update succeeded.
I do not succeed installing DSM 6.1.6-15266 on my DS713+:
Unknown error occurs (21).
This has happened repeatedly since Thursday/Friday midnight.
Update: rebooted, re-downloaded the update, update succeeded.
do not put the Plan 9 utilities’ directory a the beginning of your PATH!
“9base is a port of various original Plan 9 tools for Unix, based on plan9port“:
Optware-ng one my Synology NAS has a 9base package:
root@DiskStation $ ipkg files 9base /opt/lib/9base/bin/... /opt/lib/9base/lib/... /opt/share/man/man1/...
Linux package management systems for embedded systems.
The utilities:
The repositories: Optware, Optware-ng, Entware, Entware-ng:
I am not following their advice regarding /opt/etc/init.d.
CAVEAT: (On the Synology NASes) the command line utilities outside /opt experience trouble getting loaded libraries from /opt/lib through LD_LIBRARY_PATH, so I remove /opt/lib from there in my startup script.
| Synology model | CPU | /proc/cpuinfo | uname –machine | Entware | Entware-ng | Optware-ng |
| synology_apollolake_218+ | x86_64 | ./. | x86-64 | |||
| synology_cedarview_713+ | x86_64 | ./. | x86-64 | |||
| synology_armada370_ds115j | armv7l | ./. | armv7 | |||
| synology_88f6282_112+ | armv5tel | – | armv5 | |||
| synology_qoriq_213+ | Freescale QorlQ P1022 | e500v2 | ppc | – | PowerPC e500v2 |
I actually mean “pdftohtml -xml” – which creates XML from PDF, and this is my command line:
$ pdftohtml -xml -i -nomerge -hidden FILE.pdf
resp.:
$ pdftohtml -xml -i -nomerge -hidden FILE.pdf FILE.pdftohtml.xml
Sometimes I need to run “pdftohtml -xml” (on the command line) on a file living on my NAS – it is really an essential utility for me.
CAVEAT: Be sure you have poppler-utils installed, not xpdf – xpdf’s pdftohtml is far outdated (their numbering schemes are different):
root@DiskStation:~# /opt/bin/opkg install xpdf
Installing xpdf (4.00-1) to root...
Downloading http://pkg.entware.net/binaries/x86-64/xpdf_4.00-1_x86-64.ipk
Configuring xpdf.
root@DiskStation:~# /opt/bin/opkg search /opt/bin/pdftohtml
xpdf - 4.00-1
root@DiskStation:~# /opt/bin/pdftohtml --help
pdftohtml version 4.00
root@DiskStation:~# /opt/bin/opkg remove xpdf
Removing package xpdf from root...
root@DiskStation:~# /opt/bin/opkg install poppler-utils
Installing poppler-utils (0.53.0-1) to root...
Downloading http://pkg.entware.net/binaries/x86-64/poppler-utils_0.53.0-1_x86-64.ipk
Configuring poppler-utils.
root@DiskStation:~# /opt/bin/opkg search /opt/bin/pdftohtml
poppler-utils - 0.53.0-1
root@DiskStation:~# /opt/bin/pdftohtml --help
pdftohtml version 0.53.0
Apparently there are numerous attempts to log into my NAS (with invalid passwords) from the WAN side. Synology offers a feature to block IP addresses after a couple of invalid attempts and also log that blocking, and I am making use of that feature. After quite some months I got worried by the overwhelming number of such attempts. Today I disabled password authentication all together. I (and “everybody”) can still log in through the web GUI DSM interface.
… models with less than 4GB of memory cannot run virtual machines …
My Synology DS713+ had a couple of package updates, MariaDB being one of them.
I am running hibiscus-server, which has its own database on a MariaDB (MySQL) server there.
On restarting that hibiscus server the connection to the MariaDB server keeps failing:
detected error: java.rmi.RemoteException: connection to database.jdbc:mysql://localhost:3306/hibiscus?useUnicode=Yes&characterEncoding=ISO8859_1 failed; nested exception is: java.sql.SQLException: The server time zone value 'CEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
Looks like I have to investigate the problem with the server time zone.
I will keep watching my $HOME/.jameica/jameica.log .
Update 2017-04-26:
This article helped me reconnecting to my database:
The connection string suggested there looks like this:
The part in bold font got added.
I had to modify my connection string within this configuration file:
I appended the bold part shown above to the hibiscus connection string.
CAVEAT: The “=” signs need quoting – as already being done for other pieces within the old connection string.
The packages will not receive any future updates and will be disabled after the system update.
- Intrusion Prevention
I am at loss. How to ensure intrusion prevention from now on? Is the firewall (control panel / security) good enough?
https://www.synology.com/en-uk/releaseNote/DS713+ (Version: 6.1-15047)
Known Issues & Limitations
- Ended support for Intrusion Prevention since DSM 6.1. This package will be removed from Package Center.