Page 1 of 1

Doesn't seem to be any useful guides for Ubuntu Server

PostPosted: Sun Apr 15, 2012 6:05 am
by henrybs14
Maybe I'm not the best user with Ubuntu server,
But I've at least managed to setup time machine backup for my mac, and file sharing for windows, as well as static ip, ssh, and format and mount 2 extra hdds, so I figure i've got the basics down.

But If someone could point me in the direction of some guides that would be great,

So far I've managed to get the program installed with the other programs needed like I think it was ffmpeg,
but when I query the serviio service I get stop/start, nothing about it running,

So I'm not sure where to move on from here, like set up folder locations

I checked weather serviio worked on my windows 7 desktop with my samsung tv over the network, which it worked well enough just couldn't fastforward the video files, which I'm sure I can figure out with some more reading in the forums

Re: Doesn't seem to be any useful guides for Ubuntu Server

PostPosted: Sun Apr 15, 2012 6:47 am
by guiyou65
I found this post :
[url]
http://wiki.serviio.org/doku.php?id=how ... all:ubuntu
[/url]
Working perfectly for me.
I installed serviio on /var/opt/serviio
And changed the path in the serviio.conf file.
I only have a problem with pause/forward/rewind but seems to be my sony tv fault (see my post on forum)

Re: Doesn't seem to be any useful guides for Ubuntu Server

PostPosted: Sun Apr 15, 2012 8:23 am
by henrybs14
Ok fixed the part where it wasn't starting the application, a miss type on my part for starting the service,
Ok so I start up the remote server on my windows 7 desktop after typing in my server's ip address, but serviio doesn't want to start after I've put in the ip address thing

Re: Doesn't seem to be any useful guides for Ubuntu Server

PostPosted: Sun Apr 15, 2012 8:33 am
by will
Where did you type in the IP Address?

On your windows machine, you will want -Dserviio.remoteHost=SERVER_IP in your C:\Program Files (x86)\Serviio\bin\ServiioConsole.exe.vmoptions file

You should only need to user the bind IP address field in the console if you have two network cards on your server (but you need to get the console to point at the server before you can set that)

You could always install one of the webui's, they are perfect for headless servers viewforum.php?f=17

Re: Doesn't seem to be any useful guides for Ubuntu Server

PostPosted: Mon Jun 18, 2012 5:34 pm
by something
I have a sshfs mount to my dns and serviio when installed as a service in ubuntu/xubuntu no longer read files from that mount. I had to add "-o allow_other" to the sshfs mount options. Then it worked.