kernel panic after update openjdk6-jre

Michal Sviba michal.sviba at gmail.com
Thu May 15 09:25:07 UTC 2014


ms10~#pkg info openjdk6-jre
openjdk6-jre-b28_7,1
Name           : openjdk6-jre
Version        : b28_7,1
Installed on   : Tue Apr 22 12:19:02 CEST 2014
Origin         : java/openjdk6-jre
Architecture   : freebsd:9:x86:64
Prefix         : /usr/local
Maintainer     : unknown
WWW            : http://openjdk.java.net/
Comment        : Oracle's Java 6 Runtime Environment under the GPL v2
Options        :
     ICEDTEA        : on
     IPV6           : on
     POLICY         : off
     SOUND          : off
     TZUPDATE       : on


ms10~#pkg upgrade | grep jdk
     Upgrading bootstrap-openjdk: r333271 -> r351880
     Upgrading openjdk6-jre: b28_7,1 -> b31_1,1
^C

ms10~#pkg install openjdk6-jre
Updating repository catalogue
The following 13 packages will be installed:

     Upgrading recordproto: 1.14.1 -> 1.14.2
     Upgrading libXfixes: 5.0.1 -> 5.0.1_2
     Upgrading inputproto: 2.0.2 -> 2.3
     Upgrading libXrender: 0.9.6 -> 0.9.8_2
     Upgrading fontconfig: 2.9.0,1 -> 2.11.0_2,1
     Upgrading dejavu: 2.33 -> 2.34_3
     Upgrading javavmwrapper: 2.4_3 -> 2.5
     Upgrading java-zoneinfo: 2013.i -> 2014.b
     Upgrading libXi: 1.4.5,1 -> 1.7.2_2,1
     Upgrading libXft: 2.3.1 -> 2.3.1_2
     Upgrading libXtst: 1.2.0 -> 1.2.2_2
     Upgrading open-motif: 2.3.4 -> 2.3.4_1
     Upgrading openjdk6-jre: b28_7,1 -> b31_1,1

The installation will require 852 kB more space

30 MB to be downloaded

Proceed with installing packages [y/N]: y
libXfixes-5.0.1_2.txz 100%   16KB  15.7KB/s  15.7KB/s   00:00
libXrender-0.9.8_2.txz 100%   28KB  28.4KB/s  28.4KB/s   00:00
fontconfig-2.11.0_2,1.txz 100%  328KB 327.8KB/s 327.8KB/s   00:01
dejavu-2.34_3.txz 100% 2222KB   2.2MB/s 602.0KB/s   00:01
javavmwrapper-2.5.txz 100%   18KB  17.6KB/s  17.6KB/s   00:00
java-zoneinfo-2014.b.txz 100%   76KB  76.0KB/s  76.0KB/s   00:00
libXi-1.7.2_2,1.txz 100%  121KB 121.0KB/s 121.0KB/s   00:00
libXft-2.3.1_2.txz 100%   57KB  56.8KB/s  56.8KB/s   00:01
libXtst-1.2.2_2.txz 100%   20KB  19.7KB/s  19.7KB/s   00:00
open-motif-2.3.4_1.txz 100% 8286KB   2.7MB/s   3.2MB/s   00:03
openjdk6-jre-b31_1,1.txz 100%   19MB   1.8MB/s 834.4KB/s   00:11
Checking integrity... done
[1/13] Upgrading recordproto from 1.14.1 to 1.14.2... done
[2/13] Upgrading libXfixes from 5.0.1 to 5.0.1_2... done
[3/13] Upgrading inputproto from 2.0.2 to 2.3... done
[4/13] Upgrading libXrender from 0.9.6 to 0.9.8_2... done
[5/13] Upgrading fontconfig from 2.9.0,1 to 2.11.0_2,1...Running 
fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 2 dirs
/usr/local/lib/X11/fonts/dejavu: caching, new cache contents: 21 fonts, 
0 dirs
/usr/local/lib/X11/fonts/local: caching, new cache contents: 0 fonts, 0 dirs
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 2 dirs
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
  done
[6/13] Upgrading dejavu from 2.33 to 2.34_3... done
[7/13] Upgrading javavmwrapper from 2.4_3 to 2.5... done
[8/13] Upgrading java-zoneinfo from 2013.i to 2014.b... done
[9/13] Upgrading libXi from 1.4.5,1 to 1.7.2_2,1... done
[10/13] Upgrading libXft from 2.3.1 to 2.3.1_2... done
[11/13] Upgrading libXtst from 1.2.0 to 1.2.2_2... done
[12/13] Upgrading open-motif from 2.3.4 to 2.3.4_1... done
[13/13] Upgrading openjdk6-jre from b28_7,1 to b31_1,1... done
Make sure that the freetype module is loaded.  If it is not, add the 
following
line to the "Modules" section of your X Windows configuration file:

     Load "freetype"

Add the following line to the "Files" section of X Windows configuration 
file:

     FontPath "/usr/local/lib/X11/fonts/dejavu/"

Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.






======================================================================

This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
procfs(5) mounted on /proc.

If you have not done it yet, please do the following:

     mount -t fdescfs fdesc /dev/fd
     mount -t procfs proc /proc

To make it permanent, you need the following lines in /etc/fstab:

     fdesc    /dev/fd        fdescfs        rw    0    0
     proc    /proc        procfs        rw    0    0

======================================================================

ms10~#java -version
Timeout, server ***.***.***.*** not responding.






-- 
  Hi! I'm a .signature virus! Copy me into your ~/.signature to help me
spread!


More information about the freebsd-java mailing list