ich weiss nichtt mehr weiter. Darum frage ich mal hier.
Ich hab ganz neu nen Server augesetzt. Weil ich php5 brauche habe ich unstable in die Sources-List geschrieben. Er macht auch alles. Nur plötzlich will er jedes Mal wenn ich was installieren will mir den Kernel entfernen.
Habe jetzt schon x-mal alles neu gemacht, und glaube das der Fehler damit anfängt sobald ich unstable in der List habe. Weiss jemand warum er das macht?? Ich möchte php immer bequem per apt-get updaten, da ich gerne da die neuste Version hättem desw. habe ich es nicht kompiliert.
Hier mal exakt was ich nach der install gemacht habe
Code: Alles auswählen
System neu aufsetzen, garnichts ändern ausser:
apt-get install ssh
apt-get install vim
Apache2 Prefork MPM installieren
apt-get install apache2-mpm-prefork
Php5 cgi Installieren
echo "deb http://http.us.debian.org/debian/ unstable main contrib non-free" >> /etc/apt/sources.list
apt-get update
apt-get install php5-cgi
Code: Alles auswählen
melchior:~# apt-get install php5-cgi
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
coreutils libc6 libc6-dev libdb4.4 libkrb53 libselinux1 libsepol1 libssl0.9.8 libxml2 locales
php5-common tzdata ucf
Suggested packages:
glibc-doc krb5-doc krb5-user php-pear
Recommended packages:
xml-core debconf-utils
The following packages will be REMOVED:
base-config initrd-tools kernel-image-2.4.27-3-386
The following NEW packages will be installed:
libdb4.4 libssl0.9.8 libxml2 php5-cgi php5-common tzdata ucf
The following packages will be upgraded:
coreutils libc6 libc6-dev libkrb53 libselinux1 libsepol1 locales
7 upgraded, 7 newly installed, 3 to remove and 201 not upgraded.
Need to get 24.5MB of archives.
After unpacking 4461kB disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://http.us.debian.org unstable/main tzdata 2007d-1 [354kB]
Get:2 http://http.us.debian.org unstable/main libc6-dev 2.3.6.ds1-13 [2716kB]
Get:3 http://http.us.debian.org unstable/main locales 2.3.6.ds1-13 [4004kB]
Get:4 http://http.us.debian.org unstable/main libc6 2.3.6.ds1-13 [4700kB]
Get:5 http://http.us.debian.org unstable/main libsepol1 1.14-3 [114kB]
Get:6 http://http.us.debian.org unstable/main libselinux1 1.32-3 [59.2kB]
Get:7 http://http.us.debian.org unstable/main coreutils 5.97-5.3 [3137kB]
Get:8 http://http.us.debian.org unstable/main libdb4.4 4.4.20-8 [464kB]
Get:9 http://http.us.debian.org unstable/main libssl0.9.8 0.9.8e-4 [2730kB]
Get:10 http://http.us.debian.org unstable/main libkrb53 1.4.4-7 [408kB]
Get:11 http://http.us.debian.org unstable/main libxml2 2.6.27.dfsg-1 [755kB]
Get:12 http://http.us.debian.org unstable/main php5-common 5.2.0-10 [213kB]
Get:13 http://http.us.debian.org unstable/main ucf 2.0020 [57.7kB]
Get:14 http://http.us.debian.org unstable/main php5-cgi 5.2.0-10 [4754kB]
Fetched 24.5MB in 6m14s (65.4kB/s)
Preconfiguring packages ...
(Reading database ... 21573 files and directories currently installed.)
Removing base-config ...
Removing kernel-image-2.4.27-3-386 ...
You are running a kernel (version 2.4.27-3-386) and attempting to remove
the same version. This is a potentially disastrous action. Not only
will /boot/vmlinuz-2.4.27-3-386 be removed, making it impossible to boot
it, (you will have to take action to change your boot loader to boot
a new kernel), it will also remove all modules under the directory
/lib/modules/2.4.27-3-386. Just having a copy of the kernel image is not
enough, you will have to replace the modules too.
I repeat, this is very dangerous. If at all in doubt, answer
no. If you know exactly what you are doing, and are prepared to
hose your system, then answer Yes.
Remove the running kernel image (not recommended) [No]?
gruß und danke!
melchior