Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old April 2nd, 2008   #11
samuraix51
5 Cups of Ubuntu
 
Join Date: Mar 2007
Beans: 30
Re: Freevo won't start

Quote:
Originally Posted by BootROM View Post

Apparently this trick worked for installing a slightly older version on the freevo-users mailing list:
http://sourceforge.net/mailarchive/f...e=freevo-users
This worked for me, I just tried it and Freevo is working just fine now
samuraix51 is offline   Reply With Quote
Old April 2nd, 2008   #12
finster
5 Cups of Ubuntu
 
Join Date: Apr 2005
Beans: 27
Ubuntu Breezy 5.10
Re: Freevo won't start

Quote:
Originally Posted by samuraix51 View Post
This worked for me, I just tried it and Freevo is working just fine now
Many thanks for this link. Worked for me too. For anybody else, here's a summary of what I did: -

Remove broken version of freevo
Code:
sudo apt-get remove freevo freevo-data python-freevo
Then remove the ubuntu.geole.info sources from your /etc/apt/sources.list and add the following instead: -
Code:
deb http://debian.geole.info/ etch main contrib non-free
Then do : -

Code:
sudo apt-get update
sudo apt-get install freevo
Which should hopefully then install a working version. As the post says, it might be worth removing the geole.info repository after everything is working to make sure that an automatic upgrade doesn't break things again!

Hope this helps!

Last edited by finster; April 2nd, 2008 at 03:40 PM.. Reason: mistake
finster is offline   Reply With Quote
Old April 3rd, 2008   #13
BootROM
First Cup of Ubuntu
 
Join Date: Apr 2006
Location: Melbourne, Australia
Beans: 4
Ubuntu 7.10 Gutsy Gibbon
Re: Freevo won't start

Awesome to hear it's working.

Just wondering if anyone has been able to get Freevo version 1.8.0 working on Ubuntu 7.10 or 8.04 beta? I'm on the verge of giving up and just using the older version.
BootROM is offline   Reply With Quote
Old April 6th, 2008   #14
thib
First Cup of Ubuntu
 
Join Date: Jan 2006
Beans: 11
Re: Freevo won't start

This method doesn't work under hardy
thib is offline   Reply With Quote
Old April 11th, 2008   #15
hulluPeruna
First Cup of Ubuntu
 
Join Date: Oct 2006
My beans are hidden!
Re: Freevo won't start

I played around a little bit to find out that the only thing missing is the KAA libs.

I started with the non working version after the update from 1.7.x to Freevo 1.8.0rc2.

I uninstalled freevo using
Quote:
apt-get remove freevo
Than I followed the instructions to do a SourceInstallation for the missing libs. So I downloaded and installed the latest version of kaa-base, kaa-imlib2 and kaa-metadata from sourceforge.
After that I installed Freevo 1.8.0rc2 from the "deb http://ubuntu.geole.info/ gutsy universe multiverse" mirror.Couple modification on the Configuration and the system was up and running again.

HP
hulluPeruna is offline   Reply With Quote
Old April 14th, 2008   #16
psavva
Just Give Me the Beans!
 
Join Date: May 2006
Beans: 50
Ubuntu 10.04 Lucid Lynx
Re: Freevo won't start

You guys do realise that the RC version is a release candidate. It is still a beta version... Rather get the Stable release and dl the the next update as stable rather than RC. Just wait a little while longer It's worth it
psavva is offline   Reply With Quote
Old April 14th, 2008   #17
finster
5 Cups of Ubuntu
 
Join Date: Apr 2005
Beans: 27
Ubuntu Breezy 5.10
Re: Freevo won't start

Quote:
Originally Posted by psavva View Post
You guys do realise that the RC version is a release candidate. It is still a beta version... Rather get the Stable release and dl the the next update as stable rather than RC. Just wait a little while longer It's worth it
That's the problem - the version in the repositories is the RC version so an upgrade installs the non-working version The instructions above are to roll-back to the working version.
finster is offline   Reply With Quote
Old April 26th, 2008   #18
amr2205
Just Give Me the Beans!
 
amr2205's Avatar
 
Join Date: Dec 2005
Beans: 55
Ubuntu 7.10 Gutsy Gibbon
Thumbs down Re: Freevo won't start

Quote:
Originally Posted by finster View Post
Many thanks for this link. Worked for me too. For anybody else, here's a summary of what I did: -

Remove broken version of freevo
Code:
sudo apt-get remove freevo freevo-data python-freevo
Then remove the ubuntu.geole.info sources from your /etc/apt/sources.list and add the following instead: -
Code:
deb http://debian.geole.info/ etch main contrib non-free
Then do : -

Code:
sudo apt-get update
sudo apt-get install freevo
Which should hopefully then install a working version. As the post says, it might be worth removing the geole.info repository after everything is working to make sure that an automatic upgrade doesn't break things again!

Hope this helps!
It did the trick, thanks!
amr2205 is offline   Reply With Quote
Old April 30th, 2008   #19
hom
First Cup of Ubuntu
 
Join Date: Apr 2008
Beans: 1
Re: Freevo won't start

hi,

i install new xubuntu 8.04 and i hope for freevo, but if i can install it (rc2) dont start , user freevo can,t write on /home freevo/...

someone can give me all step for install old freevo version??

tk
hom is offline   Reply With Quote
Old April 30th, 2008   #20
oscaruc
First Cup of Ubuntu
 
Join Date: Apr 2008
Beans: 1
Kubuntu 8.04 Hardy Heron
Re: Freevo won't start

I've managed to run Freevo 1.8.0 in Hardy (8.04). It's a quite dirty workaround, but works for me. These are the steps I've followed:

1) Add the broken geole repository (Yes, add it!)
Code:
deb http://ubuntu.geole.info/ gutsy universe multiverse
2) Install freevo:
Code:
aptitude install freevo
3) It will download all dependencies and try to install and configure the freevo package.

4) It will fail when trying to configure it. Well, then
Code:
cd /var/lib/dpkg/info/
and delete the file of postinstallation script
Code:
rm freevo.postinst
The package won't be correctly configured but doesn't matter because we won't use it.

5) Execute
Code:
aptitude -f install
to allow the installation of remaining dependecies packages. At this point we have installed a broken freevo with all its dependencies.

6) Download from freevo.sourceforge.net the .tgz file with version 1.8.0, and uncompress it into a directory. If we execute the freevo binary it will return the following error:

Code:
Can't find all Python dependencies:
No module named utils
That's because Hardy uses python 2.5 and Freevo needs a package (PyXML) wich doesn't work directly on 2.5, and is not available.

7) Then, we need to install a similar package called python-xml:
Code:
aptitude install python-xml
The needed files are there, but in a different path that python and/or Freevo don't find.

8 ) Go to /usr/lib/python2.5/site-packages and link the installed package directory with the name Freevo expects:

Code:
cd /usr/lib/python2.5/site-packages
ln -s oldxml/_xmlplus/
After aaaaaall this, I finally can execute the binary file 'freevo' from the tgz.
oscaruc is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:46 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry