linux-c6-flashplugin11 = FATAL: kernel too old

kraekers

Well-Known Member
Moinsen,

ich versuche gerade das linux-c6-flashplugin11 zum Laufen zu bewegen.
Wenn ich den nspluginwrapper absetze, wirft mir mein FreeBSD 10.1 (i386) ein
FATAL: kernel too old zurück.

Was mache ich falsch, was habe ich evtl. bei linux_base-c6 zu beachten? Bin mit
der neuen Linux Version noch nicht so ganz im Einklang.

Code:
$ nspluginwrapper -v -a -i
Auto-install plugins from /usr/local/lib/browser_plugins
Looking for plugins in /usr/local/lib/browser_plugins
Auto-install plugins from /usr/local/lib/browser_plugins/linux-c6-flashplugin
Looking for plugins in /usr/local/lib/browser_plugins/linux-c6-flashplugin
FATAL: kernel too old
FATAL: kernel too old
Auto-install plugins from /usr/local/lib/browser_plugins/symlinks/linux-firefox
Looking for plugins in /usr/local/lib/browser_plugins/symlinks/linux-firefox
FATAL: kernel too old
FATAL: kernel too old
Auto-install plugins from /home/Kraeker/.mozilla/plugins
Looking for plugins in /home/Kraeker/.mozilla/plugins

Vielen Dank im Voraus.

Beste Grüße
kraekers
 
Das steht in in UPDATING. :) Kurz gesagt musst du die Kernelversion des Linuxulators erhöhen, da sonst Linux libc die Mitarbeit verweigert:
Code:
20141209:
  AFFECTS: users of emulators/linux_base-f10 and emulators/linux_base-c6
  AUTHOR: xmj@freebsd.org

  The CentOS ports infrastructure has replaced Fedora 10 as default.

  1. Please delete all remaining f10 ports/packages:

  # pkg delete -f linux_base-f10 linux-f10-\*

  2. Persistently update the Linux kernel version in /etc/sysctl.conf:

  compat.linux.osrelease=2.6.18

  This step is necessary on all FreeBSD versions, apart from 11.0-CURRENT
  (after revision 271982).

  3. Reinstall all software depending on Linux emulation.
  As an example, reinstall linux-firefox:

  # portmaster -r linux-firefox
  or
  # portupgrade -f www/linux-firefox
  or
  # pkg install linux-firefox

  If difficulties are encountered, please follow the UPDATING entry 20140922
  but skip step 2 (OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS
  in /etc/make.conf). In case these steps do not fix the issues, please submit
  an issue report in Bugzilla and send an email to FreeBSD's emulation@ mailing
  list.

  Users who need to continue using Fedora 10 base and userland should do the
  following instead:

  1. Add these lines to /etc/make.conf:

  OVERRIDE_LINUX_BASE_PORT=f10
  OVERRIDE_LINUX_NONBASE_PORTS=f10

  2. Downgrade the Linux kernel version in /etc/sysctl.conf on FreeBSD versions
  newer than and including 11.0-CURRENT (after revision 271982).

  compat.linux.osrelease=2.6.16

  This is all that is needed to continue using an existing Fedora 10 Linux base
  and userland.
 
Back
Top