FAQ  •  Register  •  Login

nas 320 help servio

<<

tinytitan1

Serviio newbie

Posts: 2

Joined: Sun Feb 19, 2012 3:28 pm

Post Sun Feb 19, 2012 3:33 pm

nas 320 help servio

hi i am a moron and hard to read complicated stuff could someone give me a step by step how to get servio to work on my nas drive please so i can use my samsung hd 3d tv to play the movies and everything? thanks damon
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Sun Feb 19, 2012 3:40 pm

Re: nas 320 help servio

Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

tinytitan1

Serviio newbie

Posts: 2

Joined: Sun Feb 19, 2012 3:28 pm

Post Sun Feb 19, 2012 4:16 pm

Re: nas 320 help servio

i dont even get the fun plug what am i mena download and how and put where?
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Sun Feb 19, 2012 4:28 pm

Re: nas 320 help servio

tinytitan1 wrote:i dont even get the fun plug what am i mena download and how and put where?


follow the guide all the information is there.
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

tinytitan

Streaming enthusiast

Posts: 33

Joined: Thu Sep 29, 2011 10:44 am

Post Mon Feb 20, 2012 11:31 pm

Re: nas 320 help servio

dont get it omg how hard is that. still cant get it to work. is there a chance of a program someone could make simple install?
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Mon Feb 20, 2012 11:49 pm

Re: nas 320 help servio

http://nas-tweaks.net/82/installing-and ... -fun_plug/

howto for fun plugin, installing on a NAS isnt easy but its has been made as easy as possible for you, follow that to instll fun plug then just install the serviio package i linked above (follow the howto)
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

tinytitan

Streaming enthusiast

Posts: 33

Joined: Thu Sep 29, 2011 10:44 am

Post Tue Feb 21, 2012 12:09 pm

Re: nas 320 help servio

some how i installed the fun plug and set password and somehow installed the servio thing ish and it kept says acsess deniyed and how to i remove the serviop files? to start again?
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Tue Feb 21, 2012 12:16 pm

Re: nas 320 help servio

tinytitan wrote:some how i installed the fun plug and set password and somehow installed the servio thing ish and it kept says acsess deniyed and how to i remove the serviop files? to start again?


password once u have installed serviio is " serviio "
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

tinytitan

Streaming enthusiast

Posts: 33

Joined: Thu Sep 29, 2011 10:44 am

Post Tue Feb 21, 2012 12:33 pm

Re: nas 320 help servio

yea it didnt work when i install the fun plug to make the ff directory do i do all the linex stuff? to change the password then how do i install the servio from the download?
<<

tinytitan

Streaming enthusiast

Posts: 33

Joined: Thu Sep 29, 2011 10:44 am

Post Tue Feb 21, 2012 12:37 pm

Re: nas 320 help servio

first of all pwconv just gos back to start line?
seem the first bit is even wrong any idea

Change root password

We proceed with updating /etc/shadow by using the program pwconv. It uses /etc/passwd to generate the necessary lines in the shadow-file.







pwconv < should happen?

Now we need to change the password of user “root” to prevent unauthorized access.
Run the passwd command and enter a new password twice (note that Linux passwords are case-sensitive):







passwd < comes up with change of password

Next, activate the root-user which is disabled by default:







usermod -s /ffp/bin/sh root < nothing happens? what should happen?


And change the home-directory of root to a permanent one:







mkdir -p /ffp/home/root/
usermod -d /ffp/home/root/ root < use both lines?, nothing happens what should happen?


Now check if everything went right using:







login < logs in to the nas? but nothing else?


If this was successful, proceed to the next step, otherwise return to “passwd“.

Store the password in the NAS. This step is essential, otherwise your password will be cleared on the next reboot! Please check the following section before executing the command itself:
•Note: For the D-Link DNS-343, you need a different store-passwd.sh script. See DNS-343 store-passwd.sh
•Note: For the D-Link DNS-320/DNS-325/DNS-345, you need a different store-passwd.sh script. See this entry for further details

Now execute the command:







store-passwd.sh < nothing happens?
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Tue Feb 21, 2012 1:18 pm

Re: nas 320 help servio

tinytitan wrote:first of all pwconv just gos back to start line?
seem the first bit is even wrong any idea

Change root password

We proceed with updating /etc/shadow by using the program pwconv. It uses /etc/passwd to generate the necessary lines in the shadow-file.







pwconv < should happen?

Now we need to change the password of user “root” to prevent unauthorized access.
Run the passwd command and enter a new password twice (note that Linux passwords are case-sensitive):







passwd < comes up with change of password

Next, activate the root-user which is disabled by default:







usermod -s /ffp/bin/sh root < nothing happens? what should happen?


And change the home-directory of root to a permanent one:







mkdir -p /ffp/home/root/
usermod -d /ffp/home/root/ root < use both lines?, nothing happens what should happen?


Now check if everything went right using:







login < logs in to the nas? but nothing else?


If this was successful, proceed to the next step, otherwise return to “passwd“.

Store the password in the NAS. This step is essential, otherwise your password will be cleared on the next reboot! Please check the following section before executing the command itself:
•Note: For the D-Link DNS-343, you need a different store-passwd.sh script. See DNS-343 store-passwd.sh
•Note: For the D-Link DNS-320/DNS-325/DNS-345, you need a different store-passwd.sh script. See this entry for further details

Now execute the command:







store-passwd.sh < nothing happens?


if that the fun plug install you need to ask them as we have no information on it.
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

tinytitan

Streaming enthusiast

Posts: 33

Joined: Thu Sep 29, 2011 10:44 am

Post Tue Feb 21, 2012 1:24 pm

Re: nas 320 help servio

how do i remove the servio files on the nas? previus screwed it up
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Tue Feb 21, 2012 1:28 pm

Re: nas 320 help servio

tinytitan wrote:how do i remove the servio files on the nas? previus screwed it up


you cant till you get fun plug working correctly.
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

tinytitan

Streaming enthusiast

Posts: 33

Joined: Thu Sep 29, 2011 10:44 am

Post Tue Feb 21, 2012 2:55 pm

Re: nas 320 help servio

cant there forums have closed for some reason. its just not excepting to any the comands but change password
<<

tinytitan

Streaming enthusiast

Posts: 33

Joined: Thu Sep 29, 2011 10:44 am

Post Fri Feb 24, 2012 11:47 am

Re: nas 320 help servio

Edit the fun_plug script changing:
/mnt/HD_a2
to:
/mnt/HD/HD_a2

Make a copy of the fun_plug script with name: "fun_plug.ffp"

Then shutdown and reboot the device via its WebUI interface.

what dus this mean? as i have got the password to work
<<

tinytitan

Streaming enthusiast

Posts: 33

Joined: Thu Sep 29, 2011 10:44 am

Post Fri Feb 24, 2012 12:12 pm

Re: nas 320 help servio

and how do you now get the servio files deleted from the nas? i can get funplug working with a pass word but need a better guidence
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Fri Feb 24, 2012 1:32 pm

Re: nas 320 help servio

tinytitan wrote:and how do you now get the servio files deleted from the nas? i can get funplug working with a pass word but need a better guidence


as i said above we dont make fun plug if you require help with it you need to ask the makers.
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

tinytitan

Streaming enthusiast

Posts: 33

Joined: Thu Sep 29, 2011 10:44 am

Post Fri Feb 24, 2012 2:14 pm

Re: nas 320 help servio

not tALKING ABOUT FUN PLUG/ im talking about the servio directory thats left in the nas how do you remove it?
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Fri Feb 24, 2012 3:32 pm

Re: nas 320 help servio

Cerberus wrote:
tinytitan wrote:how do i remove the servio files on the nas? previus screwed it up


you cant till you get fun plug working correctly.


or simply FTP in and delete it.
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

tinytitan

Streaming enthusiast

Posts: 33

Joined: Thu Sep 29, 2011 10:44 am

Post Fri Feb 24, 2012 4:40 pm

Re: nas 320 help servio

ok i have got servio console in the web thing but its not saving anything or setting anything or showing devises?
Next

Return to NAS installation

Who is online

Users browsing this forum: No registered users and 21 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.