Page 1 of 1

Can't open Serviio app in Synology DSM

PostPosted: Sun Oct 30, 2011 7:39 pm
by erikradix
As the title states, I can't open to the Serviio app in my DiskStation Manager.
I'm running a DS211J and just installed Serviio 0.6.0.1 v3.

Everything worked fine at first. The after viewing an mkv file on my Panasonic Viera I couldn't access my DSM at all. A window told me the hard drive was full and I couldn't log in unless I rebooted. So I rebooted the NAS and tried again a couple of times without any luck.
I then went into the Serviio app and stopped it from running and uninstalled it and JAVA 6.
Then I reinstalled everything, but now I can't open to the Serviio app in my DSM. (The window opens but it doesn't show anything.)
I can see the server on both my TV and on my PS3, but without any content.

What do I do?


/Erik

Re: Can't open Serviio app in Synology DSM

PostPosted: Tue Nov 01, 2011 8:24 am
by patters
Sorry, only just seen this. My guess is that you forgot the step in my instructions to change the transcoding temp folder from its default of /tmp to /volume1/@tmp.

To clean up after the mistake, you'll need to go into /tmp and remove the Serviio folder in there (which probably contains a .stf file that's several gigabytes in size).

Re: Can't open Serviio app in Synology DSM

PostPosted: Tue Nov 01, 2011 4:28 pm
by erikradix
Yeah, that's probably the cause of evil. I don't think I got that directory right.

I can't find the /tmp folder though... I've never even seen the folder.

Re: Can't open Serviio app in Synology DSM

PostPosted: Tue Nov 01, 2011 5:18 pm
by patters
You can't see it unless you connect via Telnet or SSH and use the command line.
So something like:

  Code:
rm -r /tmp/Serviio


Be very careful using rm -r - you can easily trash your system.

Re: Can't open Serviio app in Synology DSM

PostPosted: Tue Nov 01, 2011 9:49 pm
by erikradix
I tried the command but Terminal just told me the directory didn't exist.