From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 11:49:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB2BC1065672 for ; Thu, 12 Jun 2008 11:49:16 +0000 (UTC) (envelope-from aline@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [204.13.164.18]) by mx1.freebsd.org (Postfix) with ESMTP id B47178FC17 for ; Thu, 12 Jun 2008 11:49:16 +0000 (UTC) (envelope-from aline@riseup.net) Received: from tern.riseup.net (unknown [10.0.1.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "ipsCA CLASEA1 Certification Authority" (not verified)) by mx1.riseup.net (Postfix) with ESMTP id BDB4C570B39 for ; Thu, 12 Jun 2008 04:31:10 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: aline@tern.riseup.net) with ESMTP id 4372514C096 From: Aline de Freitas To: freebsd-questions@freebsd.org Date: Thu, 12 Jun 2008 08:30:45 -0300 User-Agent: KMail/1.9.7 References: In-Reply-To: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806120830.48560.aline@riseup.net> Subject: Re: linux_sys_futex: unknown op 128 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 11:49:16 -0000 -----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-----