(solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04
13 posts
• Page 1 of 1
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.
Last edited by thenamelessthing on Tue Aug 13, 2013 3:00 pm, edited 1 time in total.
My Setup : BDT220 Panasonic Bluray player, TC-L55ET5 and TC-L42ET5 Panasonic TV. My home media server run Serviio 1.4.2 Pro under GNU/Linux Ubuntu 14.04 LTS server x64 and the hardware is Amd 1045t Phenom II X6, 6Gb DDR3 1333 mhz on SSD and data on soft raid 5 (3x1tb).
Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04
Petr
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04
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!
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!
My Setup : BDT220 Panasonic Bluray player, TC-L55ET5 and TC-L42ET5 Panasonic TV. My home media server run Serviio 1.4.2 Pro under GNU/Linux Ubuntu 14.04 LTS server x64 and the hardware is Amd 1045t Phenom II X6, 6Gb DDR3 1333 mhz on SSD and data on soft raid 5 (3x1tb).
Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04
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
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
What is the problem you have after doing what you did?
Petr
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04
No sound and servidroid always detect 1.2.1 version!
My Setup : BDT220 Panasonic Bluray player, TC-L55ET5 and TC-L42ET5 Panasonic TV. My home media server run Serviio 1.4.2 Pro under GNU/Linux Ubuntu 14.04 LTS server x64 and the hardware is Amd 1045t Phenom II X6, 6Gb DDR3 1333 mhz on SSD and data on soft raid 5 (3x1tb).
Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04
check serviio.jar in lib folder has really been overriden with the 1.3 version
Petr
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Re: How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.04
Problem solved! I have deleted my library folder and copied the library folder from 1.3!
My Setup : BDT220 Panasonic Bluray player, TC-L55ET5 and TC-L42ET5 Panasonic TV. My home media server run Serviio 1.4.2 Pro under GNU/Linux Ubuntu 14.04 LTS server x64 and the hardware is Amd 1045t Phenom II X6, 6Gb DDR3 1333 mhz on SSD and data on soft raid 5 (3x1tb).
Re: (solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.0
library or lib?
Petr
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Re: (solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.0
library!
I have follow the step: http://www.serviio.org/support?id=21#q8
But I think this step is wrong.
For working I have to overwrite the library folder...
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...
My Setup : BDT220 Panasonic Bluray player, TC-L55ET5 and TC-L42ET5 Panasonic TV. My home media server run Serviio 1.4.2 Pro under GNU/Linux Ubuntu 14.04 LTS server x64 and the hardware is Amd 1045t Phenom II X6, 6Gb DDR3 1333 mhz on SSD and data on soft raid 5 (3x1tb).
Re: (solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.0
But then you lose all your data, right?
Petr
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Re: (solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.0
Yes, but after a rescan Everything look fine..
My Setup : BDT220 Panasonic Bluray player, TC-L55ET5 and TC-L42ET5 Panasonic TV. My home media server run Serviio 1.4.2 Pro under GNU/Linux Ubuntu 14.04 LTS server x64 and the hardware is Amd 1045t Phenom II X6, 6Gb DDR3 1333 mhz on SSD and data on soft raid 5 (3x1tb).
Re: (solved) How to upgrade to 1.3 from 1.2.1 on Ubuntu 12.0
but it's not upgrade then, it's a clean reinstall
Petr
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
13 posts
• Page 1 of 1
Return to Serviio Support & Help
Who is online
Users browsing this forum: Google [Bot] and 16 guests
