Page 1 of 1

(solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04

PostPosted: Thu Aug 08, 2013 1:36 am
by thenamelessthing
Hi all, anybody can help me to upgrade at the 1.3 version? I don't want to crash my setup! The last time it was a little bit too messy for me.

Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04

PostPosted: Thu Aug 08, 2013 11:29 am
by zip

Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04

PostPosted: Tue Aug 13, 2013 2:56 am
by thenamelessthing
The update doesn't seem to work. I'm stock on the 1.2.1 version. I have no sound too after the upgrade!

I have follow the step below:

in my home directory I have do:

ps -ef | grep serviio

I see many serviio process.. so I stop serviio.
sudo /opt/serviio/serviio-1.x/bin/serviio.sh -stop

ps -ef | grep serviio
I doesn't see any serviio process


wget http://download.serviio.org/releases/se ... nux.tar.gz
tar -xvf serviio-1.3-linux.tar.gz
rm -R serviio-1.3/library
sudo cp -R serviio-1.3/* /opt/serviio/serviio-1.x/
I start serviio with /serviio.sh in /opt/serviio/serviio-1.x/bin


What I'm doing wrong??



Thanks you!

Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04

PostPosted: Tue Aug 13, 2013 6:59 am
by abubin
first..look around this forum for a startup script for serviio for ubuntu. This will make it much easier to start/stop serviio service.

As for the upgrade, so far the problems that I usually face is the serviio DB. According to the tutorial, we can keep the DB in order for serviio to preserve configuration and scanned files. However, if I don't delete them, my serviio service will not start. I had to actually remove everything. That means sort of like fresh installation. Then it will work. Try that.

Also, check in your system logs. Usually /var/log/messages or /var/log/syslog or /opt/serviio/serviio-1.x/log/serviio.log

Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04

PostPosted: Tue Aug 13, 2013 9:36 am
by zip
What is the problem you have after doing what you did?

Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04

PostPosted: Tue Aug 13, 2013 2:03 pm
by thenamelessthing
No sound and servidroid always detect 1.2.1 version!

Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04

PostPosted: Tue Aug 13, 2013 2:36 pm
by zip
check serviio.jar in lib folder has really been overriden with the 1.3 version

Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04

PostPosted: Tue Aug 13, 2013 2:58 pm
by thenamelessthing
Problem solved! I have deleted my library folder and copied the library folder from 1.3!

Re: (solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.0

PostPosted: Tue Aug 13, 2013 3:08 pm
by zip
library or lib?

Re: (solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.0

PostPosted: Tue Aug 13, 2013 3:27 pm
by thenamelessthing
library!

I have follow the step: http://www.serviio.org/support?id=21#q8

But I think this step is wrong.
Overwrite all files in the current Serviio location with the new ones but keep folder library intact


For working I have to overwrite the library folder...

Re: (solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.0

PostPosted: Tue Aug 13, 2013 3:32 pm
by zip
But then you lose all your data, right?

Re: (solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.0

PostPosted: Tue Aug 13, 2013 3:35 pm
by thenamelessthing
Yes, but after a rescan Everything look fine..

Re: (solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.0

PostPosted: Tue Aug 13, 2013 3:49 pm
by zip
but it's not upgrade then, it's a clean reinstall