Date: Thu, 12 Jun 2008 08:30:45 -0300 From: Aline de Freitas <aline@riseup.net> To: freebsd-questions@freebsd.org Subject: Re: linux_sys_futex: unknown op 128 Message-ID: <200806120830.48560.aline@riseup.net> In-Reply-To: <f84c38580806120355x144b260fj414390c4a2d55353@mail.gmail.com> References: <f84c38580806120355x144b260fj414390c4a2d55353@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Em Thursday 12 June 2008 07:55:55 Tsu-Fan Cheng escreveu: > hi all, > i have this weird log in my /var/log/messages, it keeps showing > > Jun 12 06:53:36 kernel: linux_sys_futex: unknown op > Jun 12 06:53:36 kernel: 128 > Jun 12 06:53:36 kernel: linux_sys_futex: unknown op 128 > > and it seems to have something to do with my flash plugin, as I kill > npviewer, this message goes away, does anyone know why?? thanks !! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" You may be running linux_base-f8 with 7.0-RELEASE, isn't it? linux_base-f8 uses some futex functions present only in STABLE. To get rid of it you could update to 7-STABLE, or, as I do, just copy linux_futex.c and linux_futex.h from CURRENT or STABLE into sys/compat/linux and rebuild your kernel, while keep using 7.0-RELEASE. - -- Aline de Freitas - Chave pública: ID DE632016 / keys.indymedia.org gpg --keyserver keys.indymedia.org --recv-keys DE632016 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhRCOgACgkQhLRvs95jIBb/9ACeL1s+OZcl8S0FE+esZdBJi7OA ZFIAmgKUaN0VsW4XIze8AV5x/xrmS7Tt =Ivf3 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806120830.48560.aline>