Page 1 of 2

QNAP QTS-5.0.1

PostPosted: Fri May 20, 2022 2:31 pm
by sutrus
Hello,
The new version of QTS 5.0.1 has just been released.
Serviio is limited in the installer to QTS_MAX_VERSION="5.0.0"
Is it possible to release a new version?

Thank you

Re: QNAP QTS-5.0.1

PostPosted: Mon Jun 06, 2022 2:00 pm
by Albibox
HI all
on QNAP ARM based TS-431 with new firmware 5.0.0.1, Servio has been disabled because the package has no digital signature.
Is it possible to realease a new Serviio_2.2.1_arm-x41.qpkg packet digitally signed?
It should be a very simple task to do.
Thanks in advance
Albibox

Re: QNAP QTS-5.0.1

PostPosted: Mon Jun 06, 2022 4:29 pm
by sutrus
Digital signature checking can be turned off in the App Center settings.
There is also a more complex way to bypass the QTS_MAX_VERSION limit of an already installed serviio.
A new installation with a QTS_MAX_VERSION limit cannot be bypassed without releasing a new version.

Re: QNAP QTS-5.0.1

PostPosted: Thu Jun 09, 2022 11:53 am
by ianfretwell
"There is also a more complex way to bypass the QTS_MAX_VERSION limit of an already installed serviio."

Cool - could you actually tell us how then please ?

Re: QNAP QTS-5.0.1

PostPosted: Thu Jun 09, 2022 3:42 pm
by sutrus
The way is through SSH. Install Winscp or a similar program.
This allows you to manage files as if they were Windows files.
Edit the QTS_MAX_VERSION entries in the qpkg.conf file.
The file can be found in the /etc/config folder.

Re: QNAP QTS-5.0.1

PostPosted: Tue Sep 13, 2022 5:17 am
by Groover99
Same issue. Solved by

downgrade QTS to 5.0.0.1891 build 20211221
install serviio 2.2.1
upgrade QTS

Re: QNAP QTS-5.0.1

PostPosted: Fri Sep 16, 2022 5:22 am
by ksergey2012
Qnap TS-453D QTS-5.0.1 also Serviio 2.2.1 - not working! I would like to know when the update will be?

Re: QNAP QTS-5.0.1

PostPosted: Fri Sep 16, 2022 12:00 pm
by farly
Same issue. Solved by

downgrade QTS to 5.0.0.2131 build 20220815 and waiting to new version of Serviio

Re: QNAP QTS-5.0.1

PostPosted: Sat Sep 17, 2022 1:13 pm
by AnubisAmpu
Hello all, please see bellow the fix for running serviio with QTS5.0.1 , it is not Qnap fault , the Serviio package was build with a max allowed limit for QTS 5.0.0, please see bellow how to fix :

connect to your qnap system via SSH ( putty )

go to config folder :

cd /etc/config


create a backup of your qpkg.conf file

cp qpkg.conf qpkg.conf.old


now edit the qpkg file :

vi qpkg.conf


this file contains all your installed packages details , go down till you find

[Serviio]

Status = complete

Name = Serviio

Build = 20211104

Display_Name = Serviio

Version = 2.2.1

Author = Petr Nejedly

QPKG_File = Serviio.qpkg

Date = 2022-02-09

Shell = /share/CACHEDEV1_DATA/.qpkg/Serviio/serviio.sh

Install_Path = /share/CACHEDEV1_DATA/.qpkg/Serviio

WebUI = /console

Web_Port = 23423

Web_SSL_Port = 23523

RC_Number = 171

FW_Ver_Min = 4.1.0

FW_Ver_Max = 5.0.0

Enable = FALSE

Delete the line : FW_Ver_Max = 5.0.0

save the file , go to app center click refresh and start Serviio

Enjoy

Re: QNAP QTS-5.0.1

PostPosted: Sat Sep 17, 2022 3:50 pm
by ksergey2012
And if you deleted Serviio, then what to do? I tried to install Serviio v.1 which didn't install either. As a result, I deleted everything and now nothing is installed and, of course, there is no configuration file.

Re: QNAP QTS-5.0.1

PostPosted: Sat Sep 17, 2022 3:57 pm
by ksergey2012
Probably the right thing to do would be to ask whoever oversees this project to rebuild the Serviio package.

Re: QNAP QTS-5.0.1

PostPosted: Sat Sep 17, 2022 4:48 pm
by AnubisAmpu
ksergey2012 wrote:And if you deleted Serviio, then what to do? I tried to install Serviio v.1 which didn't install either. As a result, I deleted everything and now nothing is installed and, of course, there is no configuration file.


Go back to QTS 5 , install serviio , upgrade QTS , apply procedure ...... works

Re: QNAP QTS-5.0.1

PostPosted: Sat Sep 17, 2022 4:55 pm
by farly
AnubisAmpu > works great, thank you.

Re: QNAP QTS-5.0.1

PostPosted: Sat Sep 17, 2022 9:41 pm
by Muttetjeff
Thanks a lot it work for me too... ;)

Re: QNAP QTS-5.0.1

PostPosted: Sun Sep 18, 2022 2:40 am
by jharris2
OK, I'm missing something - probably something pretty basic ... two issues:

  • When I try to copy the file the QNAP gives message "cannot create regular file `qpkg.conf.old': Permission denied".
  • When I follow the instructions from @AnubisAmpu, I receive a message ""qpkg.conf" E212: Can't open file for writing"
What is the obvious part that I'm missing??

Thanks!

Re: QNAP QTS-5.0.1

PostPosted: Sun Sep 18, 2022 3:26 am
by jharris2
Problem solved - I needed to log in using the admin account, not an account in the administrator group. Not sure why that made a difference but it worked and Serviio is running again.

Thank you, @AnubisAmpu!

Re: QNAP QTS-5.0.1

PostPosted: Mon Sep 19, 2022 3:42 pm
by Kopasz
Thank You very much AnubisAmpu! Based on Your instructions my Serviio server is working like a charm again. :)

Re: QNAP QTS-5.0.1

PostPosted: Wed Sep 21, 2022 2:21 pm
by Albibox
thanks sutrus! set it to 5.0.9 (for now), app started again on my QNAP arm TS-431P

Re: QNAP QTS-5.0.1

PostPosted: Sun Sep 25, 2022 1:01 pm
by gasparirob
Edited qpkg.conf via WinSCP.
It works!!!

thanks AnubisAmpu

Re: QNAP QTS-5.0.1

PostPosted: Tue Sep 27, 2022 3:05 pm
by RLoef
Thanks, This worked for me :D