Code:
root@www:~# apt-get install mysql-server mysql-server-5.0
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso... Fatto
mysql-server è già alla versione più recente.
mysql-server-5.0 è già alla versione più recente.
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
2 non completamente installati o rimossi.
È necessario prendere 0B di archivi.
Dopo l'estrazione, verranno occupati 0B di spazio su disco.
Configuro mysql-server-5.0 (5.0.32-7etch5) ...
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: errore processando mysql-server-5.0 (--configure):
il sottoprocesso post-installation script ha restituito un codice di errore 1
dpkg: problemi con le dipendenze impediscono la configurazione di mysql-server:
mysql-server dipende da mysql-server-5.0; comunque:
Il pacchetto mysql-server-5.0 non è ancora configurato.
dpkg: errore processando mysql-server (--configure):
problemi con le dipendenze - lasciato non configurato
Sono occorsi degli errori processando:
mysql-server-5.0
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
I run Debian Etch it's probably the only common error with no solution i find in debian . Google is full of people having this problem but it's never the same solution . It happens once in a while but it does happen and i tryied with apt-get -f install , i commented all the non stable repositories , that's how my /etc/apt/sources.list looks now :
Code:
deb http://ftp.it.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.it.debian.org/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free
That's how was before
Code:
gabrix@www:~$ sudo cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 4.0 r3 _Etch_ - Official i386 NETINST Binary-1 20080218-14:15]/ etch contrib main
#deb cdrom:[Debian GNU/Linux 4.0 r3 _Etch_ - Official i386 NETINST Binary-1 20080218-14:15]/ etch contrib main
deb http://ftp.it.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.it.debian.org/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free
##BACKPORTS
#deb http://www.backports.org/debian/ etch-backports main contrib non-free
#deb-src http://www.backports.org/debian/ etch-backports main contrib non-free
##TOR
#deb http://mirror.noreply.org/pub/tor etch main
#deb-src http://mirror.noreply.org/pub/tor etch main
##MULTIMEDIA
#deb http://www.debian-multimedia.org etch main
#deb-src http://www.debian-multimedia.org etch main
##SKYPE
#deb http://download.skype.com/linux/repos/debian/ stable non-free
##OPERA
#deb http://deb.opera.com/opera/ etch non-free
##BERYL
#deb http://debian.beryl-project.org/ etch main
#deb-src http://debian.beryl-project.org/ etch main
##VIRTUALBOX
#deb http://www.virtualbox.org/debian etch non-free
### PLONE
#deb http://www.backports.org/debian etch-backports main
Please whatever else you need to solve the issue just ask , thanks !