From owner-freebsd-ports@FreeBSD.ORG Fri Mar 13 10:59:05 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 135DA573 for ; Fri, 13 Mar 2015 10:59:05 +0000 (UTC) Received: from eu1sys200aog101.obsmtp.com (eu1sys200aog101.obsmtp.com [207.126.144.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65AC1686 for ; Fri, 13 Mar 2015 10:59:03 +0000 (UTC) Received: from mail-wi0-f178.google.com ([209.85.212.178]) (using TLSv1) by eu1sys200aob101.postini.com ([207.126.147.11]) with SMTP ID DSNKVQLC74Y644xmKVvdJ5ARu48bRcwRgmO7@postini.com; Fri, 13 Mar 2015 10:59:04 UTC Received: by wibbs8 with SMTP id bs8so5161176wib.0 for ; Fri, 13 Mar 2015 03:58:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:cc:reply-to :in-reply-to; bh=pAMKE5FCdmcP8Ga9ihEDnHD+SliFcTmVyEakgno5Nh0=; b=Wk05DyGSv2G3th0uSy5Tq9E9vG2l1cWpM/m86dWfrcSdIRrPCtrInYeSUZhZHvZGij w4Ck83eNOq/vLVey8sZDwYbaS+mXbUZ6wrTv7Ht8WuekkFRC+wwYR3cORusb1KH1JYpT zSvWsOMisf2TTCovKBEGX1G2doALaOvrmmzXD/C9EjA0c1R8X35J5h1aAy6DSWUZxUtl i72EUzOU6fGXPGHM8XO1Nsqa+tHIqTp9m4hPFmlcEoCbFsrfllGmg73QhBrS+0wGRdX1 asavVisYXTTxMNt1oYHO/imhpKzSAmugsnzjPmKEwivUENqje5W6KiBLhV0Swt5P1fVc 02tA== X-Received: by 10.180.35.97 with SMTP id g1mr20432547wij.17.1426243948246; Fri, 13 Mar 2015 03:52:28 -0700 (PDT) X-Gm-Message-State: ALoCoQkpuvlayJH+dxbbL+73uwAYj9SeYrR8kvO7/Nzw3V1tvettCNmuz3jAwYSI6svSaaexOjOe1qOZCMdXbrHMmn7IRODjBShJMqg4qm30hXlCZe1c8C0p2S3UuTbgIyDLzsXG70Ye0TMsBUpqauGh2A759/KPrQ== X-Received: by 10.180.35.97 with SMTP id g1mr20432526wij.17.1426243948141; Fri, 13 Mar 2015 03:52:28 -0700 (PDT) Received: from mech-as221.men.bris.ac.uk (misc-users-pat-19-131.isys.bris.ac.uk. [137.222.19.131]) by mx.google.com with ESMTPSA id bx3sm2282356wjc.21.2015.03.13.03.52.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Mar 2015 03:52:27 -0700 (PDT) Date: Fri, 13 Mar 2015 03:52:27 -0700 (PDT) X-Google-Original-Date: Fri, 13 Mar 2015 10:52:25 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id t2DAqPsE059618 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 13 Mar 2015 10:52:26 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id t2DAqP0v059617; Fri, 13 Mar 2015 10:52:25 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201503131052.t2DAqP0v059617@mech-as221.men.bris.ac.uk> To: mexas@bris.ac.uk, ohauer@gmx.de Subject: SOLVED: WAS: Re: <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory Reply-To: mexas@bris.ac.uk In-Reply-To: <5502B3A6.7040405@gmx.de> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2015 10:59:05 -0000 >From ohauer@gmx.de Fri Mar 13 10:49:53 2015 > >There is a way to clean old dmesg messages (param -c) > >show dmesg once and clean the message buffer. ># dmesg -c > >A second call with dmesg will display nothing until something new is logged to the buffer (reboot, eventlog ...) Thank you $ sysctl -a | grep "compat.linux.osre" compat.linux.osrelease: 2.6.18 $ NOw I need to get back to my original problem - why firefox flash does not work... Anton