anheufung von fehlern

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Benutzeravatar
bolschewik
Beiträge: 77
Registriert: 22.03.2004 19:22:02
Wohnort: Wil (Schweiz)

anheufung von fehlern

Beitrag von bolschewik » 05.05.2004 21:27:59

hmm irgendwas stimmt nicht

Code: Alles auswählen

debian:/home/andreas# apt-get install nicotine
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  python-gtk2 python2.3-gtk2
Suggested packages:
  python-psyco python-gnome2
Recommended packages:
  python-pyvorbis python-geoip
The following NEW packages will be installed:
  nicotine python-gtk2 python2.3-gtk2
0 upgraded, 3 newly installed, 0 to remove and 109 not upgraded.
1 not fully installed or removed.
Need to get 691kB of archives.
After unpacking 2812kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 ftp://sunsite.cnlab-switch.ch unstable/main python2.3-gtk2 2.2.0-1 [362kB]
Get:2 ftp://sunsite.cnlab-switch.ch unstable/main python-gtk2 2.2.0-1 [29.9kB]
Get:3 ftp://sunsite.cnlab-switch.ch unstable/main nicotine 1.0.7-1 [299kB]
Fetched 691kB in 12s (54.1kB/s)
Xlib: connection to ":0.0" refused by server
Xlib: Client is not authorized to connect to Server
dpkg-preconfigure: cannot connect to X server :0.0
Selecting previously deselected package python2.3-gtk2.
(Reading database ... 90347 files and directories currently installed.)
Unpacking python2.3-gtk2 (from .../python2.3-gtk2_2.2.0-1_i386.deb) ...
Selecting previously deselected package python-gtk2.
Unpacking python-gtk2 (from .../python-gtk2_2.2.0-1_all.deb) ...
Selecting previously deselected package nicotine.
Unpacking nicotine (from .../nicotine_1.0.7-1_all.deb) ...
Setting up cdrecord (2.0+a27-1) ...
Xlib: connection to ":0.0" refused by server
Xlib: Client is not authorized to connect to Server
frontend: cannot connect to X server :0.0
dpkg: error processing cdrecord (--configure):
 subprocess post-installation script returned error exit status 1
Setting up python2.3-gtk2 (2.2.0-1) ...

Setting up python-gtk2 (2.2.0-1) ...
Setting up nicotine (1.0.7-1) ...

Errors were encountered while processing:
 cdrecord
E: Sub-process /usr/bin/dpkg returned an error code (1)
debian:/home/andreas#
das gleiche wenn ich apt-get install gkrellm2 mache

Benutzeravatar
myx
Beiträge: 1091
Registriert: 17.02.2002 21:19:19
Lizenz eigener Beiträge: GNU Free Documentation License
Wohnort: Berlin

Beitrag von myx » 05.05.2004 22:12:59

Da scheint root beim interaktiven Konfigurieren per debconf eines Paketes nicht auf X zugreifen (scheint ein frontend zu sein das auf X zugreifen will) zu dürfen und bricht das dann ab.
Das frontend kann eingestellt werden mit:

Code: Alles auswählen

dpkg-reconfigure debconf
was aber den selben Fehler erzeugen sollte ;)

Also

Code: Alles auswählen

dpkg-reconfigure -f readline debconf
Dort etwas auswählen was nichts mit X zu tun hat.

Oder aber root Zugriff auf X verschaffen, dazu gibt es massig Einträge hier im Forum.

Antworten