B

Tematy związane z oprogramowaniem, instalacją, konfiguracją
krzychos7
Posty: 38
Rejestracja: 23 lipca 2008, 20:06

Błędy przy instalacji gnome-core

Post autor: krzychos7 »

Podczas instalacji gnome-core pojawia mi się taki problem:

Kod: Zaznacz cały

Setting up bluez (4.96-3) ...Reloading system message bus config...Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused
invoke-rc.d: initscript dbus, action "force-reload" failed.
invoke-rc.d: initscript udev, action "reload" failed.
Starting bluetooth:Segmentation fault
invoke-rc.d: initscript bluetooth, action "start" failed.
dpkg: error processing bluez (--configure):
 subprocess installed post-installation script returned error exit status 139
dpkg: dependency problems prevent configuration of gnome-bluetooth:
 gnome-bluetooth depends on bluez (>= 4.36); however:
  Package bluez is not configured yet.
dpkg: error processing gnome-bluetooth (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gnome-shell:
 gnome-shell depends on gnome-bluetooth (>= 3.0.0); however:
  Package gnome-bluetooth is not configured yet.
dpkg: error processing gnome-shell (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gnome-session:
 gnome-session depends on gnome-shell (>= 3.0); however:
  Package gnome-shell is not configured yet.
dpkg: error processing gnome-session (--configure):
 dependency problems - leaving unconfigured
dpkg: dependencconfigured to not write apport reports
                                                     configured to not write apport reports
           configured to not write apport reports
                                                 configured to not write apport reports
       configured to not write apport reports
                                             configured to not write apport reports
   y problems prevent configuration of gnome-user-share:
 gnome-user-share depends on gnome-bluetooth; however:
  Package gnome-bluetooth is not configured yet.
dpkg: error processing gnome-user-share (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gnome-core:
 gnome-core depends on gnome-bluetooth (>= 3.0); however:
  Package gnome-bluetooth is not configured yet.
 gnome-core depends on gnome-session (>= 3.0); however:
  Package gnome-session is not configured yet.
 gnome-core depends on gnome-shell (>= 3.0); however:
  Package gnome-shell is not configured yet.
 gnome-core depends on gnome-user-share (>= 3.0); however:
  Package gnome-user-share is not configured yet.
dpkg: error processing gnome-core (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 bluez
 gnome-bluetooth
 gnome-shell
 gnome-session
 gnome-user-share
 gnome-core
Error connecting: Error connecting: Connection refused
E: Sub-process /usr/bin/dpkg returned an error code (1)
Niestety nie znalazłem sposobu by to rozwiązać.
Wydaje mi się że winą jest bluez. Czy można zainstalować gnome pomijając obsługę bluetooth?
krzychos7
Posty: 38
Rejestracja: 23 lipca 2008, 20:06

Post autor: krzychos7 »

Faktycznie ciut na szybko napisałem i zapomniałem o podstawach.
Jądro: 2.6.35.7
Architektura: ARM (armel)
/etc/apt/sources.list:

Kod: Zaznacz cały

deb [URL]http://ftp.de.debian.org/debian/[/URL] squeeze main
deb [URL]http://ftp.de.debian.org/debian/[/URL] testing main
deb [URL]http://ftp.debian.org/debian/[/URL] squeeze main contrib non-free
deb-src [URL]http://ftp.debian.org/debian/[/URL] squeeze main contrib non-free
deb-src [URL]http://ftp.de.debian.org/debian/[/URL] testing main
deb-src [URL]http://ftp.de.debian.org/debian/[/URL] squeeze main
Najbardziej odpowiadałoby mi pominięcie pakietów bluetooth gdyż nie będę ich używał.
fnmirk
Senior Member
Posty: 8295
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

Dostałeś również rozwiązanie (drugi odnośnik). Wszystko masz w dokumentacji na swoim komputerze.

Dodane:
Edytuj jako root plik (jak go nie masz to go utwórz):

Kod: Zaznacz cały

/etc/apt/apt.conf/00recommends
I wypełnij taką treścią:

Kod: Zaznacz cały

APT::Install-Recommends "false";
Aptitude::Recommends-Important "false";
krzychos7
Posty: 38
Rejestracja: 23 lipca 2008, 20:06

Post autor: krzychos7 »

Rzeczywiście niedokładnie przeczytałem.
Ale to i tak mi nie pomogło. Wciąż chciał instalować bluez zarówno apt-get jak i aptitude.
Udało mi się za to w trochę inny sposób. Pobrałem ręcznie paczki deb z http://packages.debian.org i zainstalowałem z opcją --force-all.
ODPOWIEDZ