PDA

View Full Version : [DEBIAN] Installazione 3.1 Unstable


Pigna
04-10-2005, 17:51
Ciao a tutti.

Sto' provando ad installare Debian 3.1 unstable su un portatile.
Ho fatto l'installazione della Debian 3.1 Stable senza problemi, poi ho modificato il file source.list e cambiate tutte le stringe da stable a unstable, ho lanciao apt-get update per aggiornare i mirror e poi apt-get dist-upgrade ed e' partito l'aggiornamento.

Dopo un po' che di lavoro e installazione dei vari pacchetti mi restituisce un errore dove mi suggerisce di lanciare apt -f install per risolverlo.
Lancio il comando che mi consiglia e mi ritorna l'errore di prima.

Errore:


Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
gstreamer0.8-cdparanoia libopenh323-1.15.3c2 libpt-1.8.3c2 libpt-plugins-oss
libpt-plugins-v4l2 sound-juicer totem totem-xine udev vino zenity
Suggested packages:
libopenh323-dev
The following packages will be REMOVED:
libopenh323-1.15.2 libpt-1.8.3
The following NEW packages will be installed:
gstreamer0.8-cdparanoia libopenh323-1.15.3c2 libpt-1.8.3c2 sound-juicer
The following packages will be upgraded:
libpt-plugins-oss libpt-plugins-v4l2 totem totem-xine udev vino zenity
7 upgraded, 4 newly installed, 2 to remove and 166 not upgraded.
587 not fully installed or removed.
Need to get 0B/5926kB of archives.
After unpacking 3564kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "it_IT",
LC_ALL = (unset),
LANG = "it_IT@euro"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
(Reading database ... 96760 files and directories currently installed.)
Preparing to replace udev 0.056-3 (using .../archives/udev_0.070-2_i386.deb) ...
udev requires a kernel >= 2.6.12, upgrade aborted.
dpkg: error processing /var/cache/apt/archives/udev_0.070-2_i386.deb (--unpack):
subprocess pre-installation script returned error exit status 1
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "it_IT",
LC_ALL = (unset),
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
gstreamer0.8-cdparanoia libopenh323-1.15.3c2 libpt-1.8.3c2 libpt-plugins-oss
libpt-plugins-v4l2 sound-juicer totem totem-xine udev vino zenity
Suggested packages:
libopenh323-dev
The following packages will be REMOVED:
libopenh323-1.15.2 libpt-1.8.3
The following NEW packages will be installed:
gstreamer0.8-cdparanoia libopenh323-1.15.3c2 libpt-1.8.3c2 sound-juicer
The following packages will be upgraded:
libpt-plugins-oss libpt-plugins-v4l2 totem totem-xine udev vino zenity
7 upgraded, 4 newly installed, 2 to remove and 166 not upgraded.
587 not fully installed or removed.
Need to get 0B/5926kB of archives.
After unpacking 3564kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "it_IT",
LC_ALL = (unset),
LANG = "it_IT@euro"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
(Reading database ... 96760 files and directories currently installed.)
Preparing to replace udev 0.056-3 (using .../archives/udev_0.070-2_i386.deb) ...
udev requires a kernel >= 2.6.12, upgrade aborted.
dpkg: error processing /var/cache/apt/archives/udev_0.070-2_i386.deb (--unpack):
subprocess pre-installation script returned error exit status 1
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "it_IT",
LC_ALL = (unset),


E mi si blocca qui :(

Come posso risolvere?

Non c'e' un modo + diretto per installare la Debian versione unstable?

idt_winchip
04-10-2005, 18:59
udev requires a kernel >= 2.6.12, upgrade aborted.

a quanto pare devi avere un kernel superiore a quella versione.

la sarge di default ha il 2.6.8...quindi ti consiglio di usare synaptic per scaricare l'ultima versione del kernel disponibile (con i repository unstable) installare il nuovo kernel..riavviare con quel kernel e riprovare.

ah! una cosa riguardo all'odioso:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "it_IT",
LC_ALL = (unset),
LANG = "it_IT@euro"

fai "apt-get install locales".
se ti dice che c'è già allora fai dpkg-reconfigure locales e segui le istruzioni a video (in poche parole devi scegliere la lingua italiana nelle impostazioni locali)

ciao ;)