Author Topic: pluto-orbiter failed to install?  (Read 12519 times)

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: pluto-orbiter failed to install?
« Reply #15 on: December 03, 2009, 08:43:41 pm »
Yes, the installer archive has been updated a few hours ago. It contains a few fixes, especially with regards to the repo.

mike-b

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: pluto-orbiter failed to install?
« Reply #16 on: December 03, 2009, 08:56:01 pm »
Right, I've got past that now by adding in the avenard repos.

AVwizard went OK, and I setup the screen etc. Now when it starts I get a window with the title "Orbiter cannot register with the router. Please try again later". I've searched the forum and found some very old discussion on this, that said the fault was due to asterisk being disabled. On my machine asterisk is defnitely running. It might be that I've screwed up something else with my tinkering, so if it's not an easy fix I may be better to reinstall (at least I will be working with the very latest installer then as well).

janka

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: pluto-orbiter failed to install?
« Reply #17 on: December 03, 2009, 10:10:11 pm »
Great. I'm running the new installer now, and am past the point where the old one hang.

Onwards to the next problem... :-)

bongowongo

  • wants to work for LinuxMCE
  • **
  • Posts: 826
    • View Profile
Re: pluto-orbiter failed to install?
« Reply #18 on: December 04, 2009, 08:57:15 am »
Installing worked. To my knowledge no problems.
Trying DVD install next.

mike-b

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: pluto-orbiter failed to install?
« Reply #19 on: December 04, 2009, 10:54:52 pm »
Started from scratch (3rd time), and it worked this time (due to adding the extra repo).

Thanks for the help - I'll be back soon when I get stuck on the next bits!  :D

freaky

  • Regular Poster
  • **
  • Posts: 24
    • View Profile
Re: pluto-orbiter failed to install?
« Reply #20 on: December 07, 2009, 11:40:13 am »
Couldn't get it to work with internet installation also.

Seems to install everything fine, I even can run the AV Wizzard, but after rebooting all I get is a grey screen with the mouse pointer..... anybody has similar Problems?

freaky

pw44

  • Addicted
  • *
  • Posts: 666
    • View Profile
Re: pluto-orbiter failed to install?
« Reply #21 on: January 31, 2010, 10:19:30 am »
Got it today, installing from the net, using the latest installer script.

The following message is being displayed for the last 6 hours........

The following packages have unmet dependencies:
  pluto-orbiter: Depends: pluto-avwizard but it is not going to be installed
E: Broken packages
#### Package pluto-orbiter failed (/tmp/tmp.dfQgL30576) - We wait 10sec and try again - to stop retrying press Ctrl-C.
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:


Any way to fix it?
« Last Edit: January 31, 2010, 04:26:27 pm by pw44 »

pw44

  • Addicted
  • *
  • Posts: 666
    • View Profile
Re: pluto-orbiter failed to install?
« Reply #22 on: February 01, 2010, 01:48:09 am »

bizmanwe

  • First post!
  • Posts: 1
    • View Profile
Re: pluto-orbiter failed to install?
« Reply #23 on: February 02, 2010, 04:10:54 pm »
In my case the msttcorefonts package doesn't work.
The sourceforge mirrors where the font files are supposed to be isn't working.

I found a workaround to fix the package using the japanese sourceforge mirror, by editing:
/var/lib/dpkg/info/msttcorefonts.postinst

replacing it with this code:
Code: [Select]
#!/bin/bash

#Version: 1.0
#Info: Bash script to install mscorefonts without using
#currently broken msttcorefonts package for Ubuntu 8.10

#Original Author: Jonathan K.
#Website: http://www.friendlytechninja.vndv.com
#License: This is free to use and distribute (for free only) as long as
#credit is given to original author.

#Create temp and mscorefonts dir
sudo mkdir /usr/share/fonts/truetype/mscorefonts
mkdir /tmp/mscorefonts
cd /tmp/mscorefonts

#Download links
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/andale32.exe/download?use_mirror=jaist
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/arial32.exe/download?use_mirror=jaist
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/arialb32.exe/download?use_mirror=jaist
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/comic32.exe/download?use_mirror=jaist
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/courie32.exe/download?use_mirror=jaist
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/georgi32.exe/download?use_mirror=jaist
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/impact32.exe/download?use_mirror=jaist
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/times32.exe/download?use_mirror=jaist
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/trebuc32.exe/download?use_mirror=jaist
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/verdan32.exe/download?use_mirror=jaist
wget http://sourceforge.net/projects/corefonts/files/the%20fonts/final/webdin32.exe/download?use_mirror=jaist

#Extract all .tff files
cabextract *.exe -F*.ttf -L

#Rename files and move files
sudo cp andalemo.ttf /usr/share/fonts/truetype/mscorefonts/Andale_Mono.ttf
sudo cp ariali.ttf /usr/share/fonts/truetype/mscorefonts/Arial_Italic.ttf
sudo cp arialbd.ttf /usr/share/fonts/truetype/mscorefonts/Arial_Bold.ttf
sudo cp arialbi.ttf /usr/share/fonts/truetype/mscorefonts/Arial_Bold_Italic.ttf
sudo cp arial.ttf /usr/share/fonts/truetype/mscorefonts/Arial.ttf
sudo cp ariblk.ttf /usr/share/fonts/truetype/mscorefonts/Arial_Black.ttf
sudo cp comicbd.ttf /usr/share/fonts/truetype/mscorefonts/Comic_Sans_MS_Bold.ttf
sudo cp comic.ttf /usr/share/fonts/truetype/mscorefonts/Comic_Sans_MS.ttf
sudo cp cour.ttf /usr/share/fonts/truetype/mscorefonts/Courier_New.ttf
sudo cp courbd.ttf /usr/share/fonts/truetype/mscorefonts/Courier_New_Bold.ttf
sudo cp courbi.ttf /usr/share/fonts/truetype/mscorefonts/Courier_New_Bold_Italic.ttf
sudo cp couri.ttf /usr/share/fonts/truetype/mscorefonts/Courier_New_Italic.ttf
sudo cp georgiaz.ttf /usr/share/fonts/truetype/mscorefonts/Georgia_Bold_Italic.ttf
sudo cp georgiab.ttf /usr/share/fonts/truetype/mscorefonts/Georgia_Bold.ttf
sudo cp georgiai.ttf /usr/share/fonts/truetype/mscorefonts/Georgia_Italic.ttf
sudo cp georgia.ttf /usr/share/fonts/truetype/mscorefonts/Georgia.ttf
sudo cp impact.ttf /usr/share/fonts/truetype/mscorefonts/Impact.ttf
sudo cp times.ttf /usr/share/fonts/truetype/mscorefonts/Times_New_Roman.ttf
sudo cp timesbd.ttf /usr/share/fonts/truetype/mscorefonts/Times_New_Roman_Bold.ttf
sudo cp timesbi.ttf /usr/share/fonts/truetype/mscorefonts/Times_New_Roman_Bold_Italic.ttf
sudo cp timesi.ttf /usr/share/fonts/truetype/mscorefonts/Times_New_Roman_Italic.ttf
sudo cp trebuc.ttf /usr/share/fonts/truetype/mscorefonts/Trebuchet_MS.ttf
sudo cp trebucbd.ttf /usr/share/fonts/truetype/mscorefonts/Trebuchet_MS_Bold.ttf
sudo cp trebucbi.ttf /usr/share/fonts/truetype/mscorefonts/Trebuchet_MS_Bold_Italic.ttf
sudo cp trebucit.ttf /usr/share/fonts/truetype/mscorefonts/Trebuchet_MS_Italic.ttf
sudo cp verdanab.ttf /usr/share/fonts/truetype/mscorefonts/Verdana_Bold.ttf
sudo cp verdanai.ttf /usr/share/fonts/truetype/mscorefonts/Verdana_Italic.ttf
sudo cp verdanaz.ttf /usr/share/fonts/truetype/mscorefonts/Verdana_Bold_Italic.ttf
sudo cp verdana.ttf /usr/share/fonts/truetype/mscorefonts/Verdana.ttf
sudo cp webdings.ttf /usr/share/fonts/truetype/mscorefonts/Webdings.ttf

#Clean up
cd ~
rm -r /tmp/mscorefonts

after editing the file, I re-install the msttcorefonts package manually with
Code: [Select]
sudo apt-get install msttcorefonts before running the LinuxMCE install scripts.

But it appears that when installing the pluto-orbiter package the install script re-downloads the broken msttcorefonts package again, overwriting my msttcorefonts.postinst workaround.

..thus causing said error again.

I believe that by fixing the msttcorefonts package the issue can be resolved.

However I don't know how to do it.