ich bin zwar neu hier, aber nicht wirklich neu bei Debian. Im Moment bin ich aber ratlos.
Hintergrund ist, daß seit gestern, nach einer Systemaktualisierung, mein Java-Plugin nicht mehr will.
Die Fehlermeldung läuft darauf hinaus, daß er
Code: Alles auswählen
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/../../bin/pluginappletviewer
Und:
Code: Alles auswählen
# ls -la /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/../../bin/pluginappletviewer
ls: cannot access /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/../../bin/pluginappletviewer: No such file or directory
Debian sagt, die Datei gehört zum Paket "openjdk-6-jre":
http://packages.debian.org/de/lenny/amd ... e/filelist
Nun denn ...
Code: Alles auswählen
# apt-get remove --purge openjdk-6-jre
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libswt-gnome-gtk-3.4-jni nspluginwrapper ia32-libs-libnss3 ttf-indic-fonts libswt-gtk-3.4-jni
libcommons-cli-java ttf-punjabi-fonts ia32-libs-libidn11 ttf-devanagari-fonts libswt-gtk-3.4-java
ia32-libs-libssh2 ttf-gujarati-fonts ttf-telugu-fonts ttf-bengali-fonts ttf-malayalam-fonts
libqt3-mt-mysql ttf-tamil-fonts libswt-mozilla-gtk-3.4-jni rhino ia32-libs-libcurl3 ttf-baekmuk
libcommons-lang-java libmyth-0.22-0 ttf-kannada-fonts ttf-oriya-fonts ia32-libs-libnspr4
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
azureus* openjdk-6-jre* vuze*
0 upgraded, 0 newly installed, 3 to remove and 1 not upgraded.
After this operation, 12.5MB disk space will be freed.
Do you want to continue [Y/n]?
(Reading database ... 258026 files and directories currently installed.)
Removing vuze ...
Removing azureus ...
Purging configuration files for azureus ...
Removing openjdk-6-jre ...
Purging configuration files for openjdk-6-jre ...
Processing triggers for man-db ...
Processing triggers for menu ...
# apt-get install openjdk-6-jre
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libswt-gnome-gtk-3.4-jni nspluginwrapper ia32-libs-libnss3 ttf-indic-fonts libswt-gtk-3.4-jni
libcommons-cli-java ttf-punjabi-fonts ia32-libs-libidn11 ttf-devanagari-fonts libswt-gtk-3.4-java
ia32-libs-libssh2 ttf-gujarati-fonts ttf-telugu-fonts ttf-bengali-fonts ttf-malayalam-fonts
libqt3-mt-mysql ttf-tamil-fonts libswt-mozilla-gtk-3.4-jni rhino ia32-libs-libcurl3 ttf-baekmuk
libcommons-lang-java libmyth-0.22-0 ttf-kannada-fonts ttf-oriya-fonts ia32-libs-libnspr4
Use 'apt-get autoremove' to remove them.
Suggested packages:
icedtea6-plugin
The following NEW packages will be installed:
openjdk-6-jre
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 0B/236kB of archives.
After this operation, 631kB of additional disk space will be used.
Selecting previously deselected package openjdk-6-jre.
(Reading database ... 257978 files and directories currently installed.)
Unpacking openjdk-6-jre (from .../openjdk-6-jre_6b18-1.8.3-2~lenny1_amd64.deb) ...
Processing triggers for menu ...
Setting up openjdk-6-jre (6b18-1.8.3-2~lenny1) ...
Processing triggers for menu ...
# ls -la /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/../../bin/pluginappletviewer
ls: cannot access /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/../../bin/pluginappletviewer: No such file or directory
Nein, es geht mir nicht darum, Java wieder zum Laufen zu kriegen ... ich hab inzwischen auf Sun-Java gewechselt, und das läuft prima.
Aber eine Erklärung für dieses für mich sehr seltsame Verhalten, die hätte ich gerne.
Es fehlt generell die Datei "pluginappletviewer". Ich finde noch ein paar verwaiste Links, aber da, wo die Datei sein sollte, ist sie nicht. Ist das ein Bug bei Debian, oder habe ich etwas grundlegendes übersehen?
Hier noch meine sources.list:
Code: Alles auswählen
deb http://ftp.se.debian.org/debian lenny main contrib non-free
deb-src http://ftp.se.debian.org/debian lenny main contrib non-free
deb http://www.debian-multimedia.org lenny main
deb http://ftp.se.debian.org/debian lenny-proposed-updates contrib non-free main
deb-src http://ftp.se.debian.org/debian lenny-proposed-updates contrib non-free main
deb http://security.debian.org/ lenny/updates contrib non-free main
deb-src http://security.debian.org/ lenny/updates contrib non-free main
deb-src http://www.debian-multimedia.org lenny main
deb http://www.backports.org/debian lenny-backports main contrib non-free
deb-src http://www.backports.org/debian lenny-backports main contrib non-free
einen frohen Sonntag wünscht
NAB