Installer Problems

From LinuxMCE
Revision as of 09:28, 1 April 2007 by Elmosgot (Talk | contribs) (2. Sorry, for the dutch error log)

Jump to: navigation, search

1. vim package

If your /var/log/mce-install* log file is ending with:

 The following packages have unmet dependencies.
 pluto-dcerouter: Depends: pluto-confirm-dependencies (>= 1.0) but it is not going to be installed
                  Depends: pluto-confirm-dependencies (< 1.1) but it is not going to be installed
                  Depends: pluto-createdevice (>= 1.0) but it is not going to be installed
                  Depends: pluto-createdevice (< 1.1) but it is not going to be installed
                  Depends: pluto-install-scripts (>= 1.0) but it is not going to be installed
                  Depends: pluto-install-scripts (< 1.1) but it is not going to be installed
                  Depends: pluto-local-database (>= 1.0) but it is not going to be installed
                  Depends: pluto-local-database (< 1.1) but it is not going to be installed
                  Depends: pluto-std-plugins (>= 1.0) but it is not going to be installed
                  Depends: pluto-std-plugins (< 1.1) but it is not going to be installed
                  Depends: pluto-system-database (>= 1.0) but it is not going to be installed
                  Depends: pluto-system-database (< 1.1) but it is not going to be installed
                  Depends: pluto-website-admin (>= 1.0) but it is not going to be installed
                  Depends: pluto-website-admin (< 1.1) but it is not going to be installed
                  Depends: pluto-boot-scripts (>= 1.0) but it is not going to be installed
                  Depends: pluto-boot-scripts (< 1.1) but it is not going to be installed
                  PreDepends: vim but it is not going to be installed
 E: Broken packages

If you will try to install the vim package 'apt-get install vim', you will get the error:

 The following packages have unmet dependencies.
 vim: Depends: vim-common (= 1:7.0-035+1ubuntu5) but 1:7.0-164+1ubuntu6~edgy1 is to be installed

Solution: Remove and install vim again:

 apt-get remove --purge vim-common ; apt-get install vim

Remove the 'edgy-backports' line from /etc/apt/sources.list

Once the vim package is updated/installed well, try again to install LinuxMCE.

2. Sorry, for the dutch error log

But I wasnt able to find a solution yet for this problem. There goes something wrong while it wants to configure.

dpkg: vereistenproblemen verhinderen de configuratie van pluto-dcerouter:
 pluto-dcerouter is afhankelijk van pluto-local-database (>= 1.0); maar:
  Pakket pluto-local-database is nog niet geconfigureerd.
 pluto-dcerouter is afhankelijk van pluto-local-database (<< 1.1); maar:
  Pakket pluto-local-database is nog niet geconfigureerd.
 pluto-dcerouter is afhankelijk van pluto-std-plugins (>= 1.0); maar:
  Pakket pluto-std-plugins is nog niet geconfigureerd.
 pluto-dcerouter is afhankelijk van pluto-std-plugins (<< 1.1); maar:
  Pakket pluto-std-plugins is nog niet geconfigureerd.
 pluto-dcerouter is afhankelijk van pluto-system-database (>= 1.0); maar:
  Pakket pluto-system-database is nog niet geconfigureerd.
 pluto-dcerouter is afhankelijk van pluto-system-database (<< 1.1); maar:
  Pakket pluto-system-database is nog niet geconfigureerd.
dpkg: fout bij afhandelen van pluto-dcerouter (--configure):
 vereistenproblemen - blijft ongeconfigureerd
Instellen van pluto-boot-scripts (1.0) ...

Instellen van pluto-createdevice (1.0) ...

Instellen van pluto-confirm-dependencies (1.0) ...
Instellen van pluto-install-scripts (1.0) ...
Instellen van pluto-website-admin (1.0) ...
ln: kan symbolische koppeling ``/usr/pluto/orbiter/floorplans naar ``/home/pluto/floorplans niet aanmaken: File exists
dpkg: fout bij afhandelen van pluto-website-admin (--configure):
 subproces post-installation script gaf een foutwaarde 1 terug
Fouten gevonden tijdens behandelen van:
 pluto-database-settings
 pluto-sqlcvs
 pluto-local-database
 pluto-media-database
 pluto-security-database
 pluto-system-database
 pluto-telecom-database
 pluto-std-plugins
 pluto-dcerouter
 pluto-website-admin

Seems to be that pluto-database-settings tries to acces mysql database with root with no password.

Solution: Reset temporary your mysql root password to none