From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 17:52:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B505C16A4CE for ; Sat, 30 Oct 2004 17:52:54 +0000 (GMT) Received: from mail2.swebase.com (mail2.swebase.com [213.80.38.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0D1A43D64 for ; Sat, 30 Oct 2004 17:52:53 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from WorldClient ([127.0.0.1]) (authenticated user nocturnal@swehack.se) by mail2.swebase.com (mail2.swebase.com [127.0.0.1]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 61-md50000000195.tmp for ; Sat, 30 Oct 2004 19:51:27 +0200 Received: from [213.80.36.9] via WorldClient with HTTP; Sat, 30 Oct 2004 19:51:27 +0200 Date: Sat, 30 Oct 2004 19:51:27 +0200 From: "nocturnal" To: freebsd-questions@freebsd.org Message-ID: X-Mailer: WorldClient 6.8.5 X-Spam-Processed: mail2.swebase.com, Sat, 30 Oct 2004 19:51:27 +0200 (not processed: message from valid local sender) X-MDRemoteIP: 127.0.0.1 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Subject: sysctl.conf values reseting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 17:52:54 -0000 Hi While i had one value(kern.ps_showallprocs) in sysctl.conf all was fine but then i added a few extra values and now each time i boot i see the sysctl values in sysctl.conf being reset to their defaults. This is my sysctl.conf: ------------ kern.ps_showallprocs = 0 kern.ipc.shmmax = 67108864 kern.ipc.shmall = 32768 hw.snd.pcm0.vchans = 4 hw.snd.maxautovchans = 4 ------------