From owner-freebsd-questions@FreeBSD.ORG Thu Feb 13 08:27:13 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D630166 for ; Thu, 13 Feb 2014 08:27:13 +0000 (UTC) Received: from mail-we0-x244.google.com (mail-we0-x244.google.com [IPv6:2a00:1450:400c:c03::244]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EDEEC17A5 for ; Thu, 13 Feb 2014 08:27:12 +0000 (UTC) Received: by mail-we0-f196.google.com with SMTP id q58so407372wes.7 for ; Thu, 13 Feb 2014 00:27:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ggEJocwePJtlzIsuCOCdao+Vw5ROeWSlPRmxJIsnPTA=; b=PkK6oPhFoTjPUfu5ftdkywwx1JNUULmx/5ST22P9XWA4oreGlVUEJM4gs9/kVek22b z2QTWRuUTSpF+QYj+yWDlQDvTXE4MAt/UHhFJGDrCXtv0ksgKxugjr71+7+geegT8x0+ 0ANYwMtB5X9ng8LGL0Vi8GEPJXwn6cEyr3Ha6K1MkurQyUG9MQfwpkTiOD4fiAU2zKTm DKPAXKf2x2q23Fsi9360a+7AFNw6F7fHCVR5toN0gQmzrwAmDATs6MyaREHmcTg+U8Gj j2Xvog8VJNV8G/lJcQYZQmc3OwgvCYBvBtX7sKd30jcne4hFWxH5Kl03+qKZ6bo+tPfn hgLw== MIME-Version: 1.0 X-Received: by 10.180.188.141 with SMTP id ga13mr5240663wic.55.1392280031438; Thu, 13 Feb 2014 00:27:11 -0800 (PST) Received: by 10.216.108.133 with HTTP; Thu, 13 Feb 2014 00:27:11 -0800 (PST) Date: Thu, 13 Feb 2014 11:57:11 +0330 Message-ID: Subject: mute kernel in startup messages From: Ge ek To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 08:27:13 -0000 hi . i'm going to mute kernel messages in start up BUT without using "-m -q" in boot.config file or boot_mute="YES" in /boot/loader.conf actually i have a kernel module that i need to show its messages but when i use boot_mute="YES" , all kernel messages would disappeared and my module so . by the way , i can't move my module to init section and it should be in kernel . any idea ?