Couldnt get a file descriptor referring to the console

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
tomotom
Posts: 330
Joined: 2006-09-22 13:37
 

Couldnt get a file descriptor referring to the console

Post by tomotom »

Hat jemand für das folgende (debian sarge) Phänomen eine Lösung? Es scheint seit etch raus ist zu bestehen. In der apt-get sources.list habe ich statt stable nun sarge eingetragen. Das scheint das Problem aber nicht zu beheben.
server01:# apt-get upgrade
...
Do you want to continue? [Y/n] y
Setting up console-common (0.7.69) ...
Looking for keymap to install:
de-latin1-nodeadkeys
Deferring virtual terminal setup until console accessible.
Couldnt get a file descriptor referring to the console
Couldnt get a file descriptor referring to the console
Couldnt get a file descriptor referring to the console
u.s.w.
PS: Der Threat gehört wohl eher zu Administrative Scripts, könnt ihn ja verschieben
tomotom
Posts: 330
Joined: 2006-09-22 13:37
 

Re: Couldnt get a file descriptor referring to the console

Post by tomotom »

Weiß keiner Rat?
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Couldnt get a file descriptor referring to the console

Post by Joe User »

Vermutlich stammt Dein console-common aus Etch und ist mit Sarge inkompatibel, was ja selbst beim achso hochgelobten Debian häufiger vorkommen soll :twisted:

Abhilfe: Komplett auf Etch upgraden, oder alle (versehentlich) upgegradeten Pakete wieder downgraden. Mit anderen Worten: Viel Spass ;)
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
tomotom
Posts: 330
Joined: 2006-09-22 13:37
 

Re: Couldnt get a file descriptor referring to the console

Post by tomotom »

Joe User wrote:Vermutlich stammt Dein console-common aus Etch und ist mit Sarge inkompatibel, was ja selbst beim achso hochgelobten Debian häufiger vorkommen soll :twisted:
Ja, sieht leider so aus ...
Joe User wrote: Abhilfe: Komplett auf Etch upgraden, oder alle (versehentlich) upgegradeten Pakete wieder downgraden. Mit anderen Worten: Viel Spass ;)
Ich versteh ja Deine Schadenfreude bei meinem Problem und vermutlich würde ich auch so an Deiner Stelle reagieren.

Ich habe volgendes versucht:
ensprechende abhängigen Pakete deinstalliert und die alten Pakete wieder installiert. Es hilft aber nicht. Die Maschine bootet nicht mal sauber bei der Fehlermeldung ... :evil:

Hast nicht ein guten Tipp zu den console-commom pakten?
tomotom
Posts: 330
Joined: 2006-09-22 13:37
 

Re: Couldnt get a file descriptor referring to the console

Post by tomotom »

Es ging doch, dass Paket zu deinstallieren und erneut zu installieren. Es musste nur auch das config file mit deinstalliert werden, denn dpkg -l console-common hatte
iF console-common 0.7.49
gezeigt.

In der Reihenfolge habe ich es gemacht:

Code: Select all

apt-get remove console-common
dpkg -P console-common
apt-get install console-common
und war alles wieder wunderbar ... :-D