Έχω έναν VPS ο οποίος άρχισε να μου παρουσιάζει προβλήματα μετά την αναβάθμιση σε 12.04. Ένα από αυτά είναι, όταν προσπαθώ να τρέξω sudo apt-get update και μετά sudo apt-get upgrade, μου εμφανίζει τα εξής:
έγραψε:You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
insserv : Depends: libc6 (>= 2.14) but 2.13-20ubuntu5.1 is installed
libc-dev-bin : Depends: libc6 (> 2.15) but 2.13-20ubuntu5.1 is installed
libc6 : Depends: libc-bin (= 2.13-20ubuntu5.1)
libc6-dev : Depends: libc6 (= 2.15-0ubuntu10) but 2.13-20ubuntu5.1 is installed
libdbus-1-3 : Depends: libc6 (>= 2.14) but 2.13-20ubuntu5.1 is installed
Recommends: dbus
libdrm2 : Depends: libc6 (>= 2.14) but 2.13-20ubuntu5.1 is installed
libnih-dbus1 : Depends: libnih1 (= 1.0.3-4ubuntu9) but 1.0.3-4ubuntu2 is installed
libplymouth2 : Depends: libc6 (>= 2.14) but 2.13-20ubuntu5.1 is installed
nscd : Depends: libc6 (> 2.15) but 2.13-20ubuntu5.1 is installed
plymouth : Depends: libc6 (>= 2.14) but 2.13-20ubuntu5.1 is installed
Recommends: plymouth-theme-ubuntu-text but it is not installed or
plymouth-theme
E: Unmet dependencies. Try using -f.
Προσπαθώντας να τρέξω apt-get -f install, μου δίνει τα εξής:
έγραψε:WARNING: this version of the GNU libc requires kernel version
2.6.24 or later. Please upgrade your kernel before installing
glibc.
The installation of a 2.6 kernel _could_ ask you to install a new libc
first, this is NOT a bug, and should *NOT* be reported. In that case,
please add lenny sources to your /etc/apt/sources.list and run:
apt-get install -t lenny linux-image-2.6
Then reboot into this new kernel, and proceed with your upgrade
dpkg: error processing /var/cache/apt/archives/libc6_2.15-0ubuntu10_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/libc6_2.15-0ubuntu10_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ζήτησα από τον hosting provider την αναβάθμιση του kernel σε 3.2.14 αλλά μου είπαν ότι αυτό δεν αλλάζει και είναι στάνταρ για όλο το μηχάνημα.
Έχετε να μου προτείνετε κάτι γιατί έχω φτάσει σε αδιέξοδο με τις λίγες γνώσεις μου.
Ευχαριστώ.