From owner-freebsd-questions@FreeBSD.ORG Fri May 8 15:44:57 2015 Return-Path: Delivered-To: freebsd-questions@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 0FF66B9F for ; Fri, 8 May 2015 15:44:57 +0000 (UTC) Received: from mail-pd0-x22b.google.com (mail-pd0-x22b.google.com [IPv6:2607:f8b0:400e:c02::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D525D197E for ; Fri, 8 May 2015 15:44:56 +0000 (UTC) Received: by pdea3 with SMTP id a3so89255067pde.3 for ; Fri, 08 May 2015 08:44:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=+8X14OZdAls15Ozrlnd/NYR6pyZV6p9nhcDJOCluv10=; b=KgD6kVjBzBBBtGdpOItdG9c+ArF0HahxAfJwrrJKj8qw4Sc2TuBGY8CFyU8IEbZhcW vQj7p71n6x/5Hts+hGIcvdJxUnvbDWB4gZZBImGLQNrJD7ecCl7qJiGM1Mxk0A+z91ag MhRQId4viaHnrdMiUwqLX/O9ICMYSZihRlE5FJlnFh69Kp3BoDvSnLJ4N+2gvcwEYNQg c5m/D1R7gxSMq30pid7gB1lCdrGmhnz1KxT1yNmW+b9fL02qUrqEzhZ7RPcnz2p6ALjk yRVJzBUUEdCFDg/4C1sMkKrCeDM6jOFwRrgUh1yAyySYxtwomxBnkIPIcJpBKlx0GQed tiFA== X-Received: by 10.66.146.6 with SMTP id sy6mr7321365pab.150.1431099846042; Fri, 08 May 2015 08:44:06 -0700 (PDT) Received: from [192.168.125.221] (aswan.sscsinc.com. [199.96.38.41]) by mx.google.com with ESMTPSA id bc14sm5595603pac.6.2015.05.08.08.44.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 May 2015 08:44:04 -0700 (PDT) Message-ID: <554CD9C5.9030705@gmail.com> Date: Fri, 08 May 2015 08:44:05 -0700 From: Motty Cruz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org, Motty Cruz Subject: FreeBSD 10.1 64bit devd.conf Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 15:44:57 -0000 Hello, I am trying to get devd.conf to monitor carp interface on FreeBSD 10.1, is is not working. I am trying to give angument to the script starfsslava.pl. notify 0 { match "system" "CARP"; match "subsystem" "[0-9]+@[0-9a-z]+"; match "type" "(MASTER)"; action "/usr/local/scripts/startfsslava.pl password"; }; any ideas? Thanks. Motty