Jump to content

Cannot install emby on my HS210 - getting unreachable


idobidob

Recommended Posts

idobidob

Hello, 

I just finished reseting and reinstalling my old HS-210 QNAP NAS (it was lying somewhere dusting for a long time). 
I upgraded the firmware to the latest 4.3.3.1432

 

Now, I know this is an old NAS with ARM-V5 CPU.

 

I tried installing latest emby ( `emby-server-qnap-mono_4.6.0.10_arm-x19.qpkg` ) that I downloaded from the site, but emby was not reachable. 

So I searched a little and installed QMONO `Qmono_5.10.0.160_arm-x19.qpkg`  

I even tried the `emby-server-qnap-mono_4.5.4.0_arm-x19.qpkg` stable version.

but my emby is not reachable.   :(

 

I searched for older versions but of either emby and mono but could not find any.

 

So i'd like to know:

  1. Is this a lost battle that I am fighting and should I give up on the dream of a decent media server on my NAS?
  2. If not, maybe my versions are wrong?

 

Thanks

Idob

 

 

 

Link to comment
Share on other sites

alucryd

Could you SSH into the NAS and post the output of the following commands?

uname -a
ls -la /lib/ld-*
cat /proc/cpuinfo

Thanks!

Edited by alucryd
Link to comment
Share on other sites

idobidob
23 hours ago, alucryd said:

Could you SSH into the NAS and post the output of the following commands?


uname -a
ls -la /lib/ld-*
cat /proc/cpuinfo

Thanks!

Thanks

Here are the values returned:

[~] # uname -a
Linux $$NAS-NAME$$ 3.4.6 #1 Tue Oct 6 12:36:41 CST 2020 armv5tel unknown
[~] #
[~] #
[~] #
[~] # ls -la /lib/ld-*
-rwxr-xr-x    1 admin    administ    122716 Dec  4  2008 /lib/ld-2.5.so*
lrwxrwxrwx    1 admin    administ         9 Oct  6 08:44 /lib/ld-linux.so.2 -> ld-2.5.so*
lrwxrwxrwx    1 admin    administ         9 Oct  6 08:44 /lib/ld-linux.so.3 -> ld-2.5.so*
[~] #
[~] #
[~] #
[~] #
[~] # cat /proc/cpuinfo
Processor name	: Feroceon 88F6282 rev 1 (v5l) @ 1.6 GHz
BogoMIPS	: 1587.60
Features	: swp half thumb fastmult edsp
CPU implementer	: 0x56
CPU architecture: 5TE
CPU variant	: 0x2
CPU part	: 0x131
CPU revision	: 1

Hardware	: Feroceon-KW ARM
Revision	: 0000
Serial		: 0000000000000000
[~] #

 

Link to comment
Share on other sites

alucryd

Thank you, these look very similar to a synology model where we got it working recently. Would you be able to expose your NAS via SSH so I can run some tests?

Link to comment
Share on other sites

idobidob
16 hours ago, alucryd said:

Thank you, these look very similar to a synology model where we got it working recently. Would you be able to expose your NAS via SSH so I can run some tests?

Sorry but this is a Home NAS, I have no idea how to expose this.
Can I run the tests and post them?

Link to comment
Share on other sites

On 1/11/2021 at 4:28 PM, idobidob said:

Unfortunately,  it did not work.
Thanks

Hi, what exactly happened when you tried it?

Link to comment
Share on other sites

alucryd

Could you try running the following and post the output?

/share/CACHEDEV1_DATA/.qpkg/EmbyServer/emby-server.sh start

 

Edited by alucryd
Link to comment
Share on other sites

idobidob
On 1/16/2021 at 3:13 PM, alucryd said:

Could you try running the following and post the output?



/share/CACHEDEV1_DATA/.qpkg/EmbyServer/emby-server.sh start

 

 

 

I get this:

[~] # /share/CACHEDEV1_DATA/.qpkg/EmbyServer/emby-server.sh start
-sh: /share/CACHEDEV1_DATA/.qpkg/EmbyServer/emby-server.sh: No such file or directory

 

this also found nothing - don't know if it should or not:

find / -name emby

 

Edited by idobidob
Link to comment
Share on other sites

idobidob
On 1/13/2021 at 9:16 PM, Luke said:

Hi, what exactly happened when you tried it?

Nothing unfortunately, 

same 'This site can’t be reached' page

Link to comment
Share on other sites

alucryd

That file should be there if the package is installed, do you have multiple volumes?

Please run:

find / -type f -name emby-server.sh

 

Link to comment
Share on other sites

idobidob
21 minutes ago, alucryd said:

That file should be there if the package is installed, do you have multiple volumes?

Please run:



find / -type f -name emby-server.sh

 

 

 

[~] # find / -type f -name emby-server.sh
find: /proc/13232/task/13349/fd/57: No such file or directory
/share/HDA_DATA/.qpkg/EmbyServer/emby-server.sh
[~] #

 

tried invoking with start

 

[~] # /share/HDA_DATA/.qpkg/EmbyServer/emby-server.sh start
/share/HDA_DATA/.qpkg/EmbyServer/emby-server.sh: line 18: kill: (15721) - No such process
[~] # Segmentation fault

 

Edited by idobidob
Link to comment
Share on other sites

alucryd

Oh so this older model does not behave like the current ones, it's possible my install directory discovery is not working properly. What's the output of this command?

getcfg EmbyServer Install_Path -f /etc/config/qpkg.conf

It should reply with `/share/HDA_DATA/.qpkg/EmbyServer`, if not this is the issue. If it does, I may have another idea, but this one will take some time, so it'll have to wait for the next weekend for me to tackle it.

Link to comment
Share on other sites

idobidob
1 hour ago, alucryd said:

Oh so this older model does not behave like the current ones, it's possible my install directory discovery is not working properly. What's the output of this command?


getcfg EmbyServer Install_Path -f /etc/config/qpkg.conf

It should reply with `/share/HDA_DATA/.qpkg/EmbyServer`, if not this is the issue. If it does, I may have another idea, but this one will take some time, so it'll have to wait for the next

weekend for me to tackle it.

 

It does so I have hope :)

 I'll wait.

Thank you very much

 

[~] # getcfg EmbyServer Install_Path -f /etc/config/qpkg.conf
/share/HDA_DATA/.qpkg/EmbyServer
[~] #

 

Link to comment
Share on other sites

alucryd

Thanks for being patient, I've got an updated version for you to try: https://github.com/MediaBrowser/Emby.Releases/releases/download/4.6.0.10/emby-server-qnap-mono_4.6.0.10_arm-x19.qpkg

The latest changes allowed for a particularly pesky armv7 NAS to work, so I hope the changes will help armv5 models as well.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...