From owner-freebsd-questions@FreeBSD.ORG Thu Apr 16 19:38:29 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 761AE770 for ; Thu, 16 Apr 2015 19:38:29 +0000 (UTC) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (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 3FD8EDC3 for ; Thu, 16 Apr 2015 19:38:29 +0000 (UTC) Received: by pabtp1 with SMTP id tp1so100002089pab.2 for ; Thu, 16 Apr 2015 12:38:28 -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:references :in-reply-to:content-type:content-transfer-encoding; bh=OTkNj4gV0iH1SVjfZlxIWCM6Bp5BvjTpHFGA2M3ExZk=; b=tAjOq0Ne9n7hP7UhgGgQPmabkj5zLJmIX2utb5++yAsTBII/7yM3zzDhjd2Sa5E9mn PJ3tmnVZeZdSY/0Zum03U1hP5VaMXla8+eFnQxNL7y1d+wbe9sX+xKebfshJ3yaNom+6 MLc7UzXH3AsTdLV3LTuk+DQYq4A4xIQas/7O1yF810n5tWRulQfuj9N0McZueNU8M5a5 lrmcKS1RczyheKZ0QC3lVbqltxo99mrcqakl5VIqGbMD2ES+AXmWcm2+wmXt4sl9WoKj dvET1OEsGSoyU4q7pVNHc3g5J9Lg2L0zmB4mCCr/8mdr6IG2Rpqyz9/konv5/0+bMdtM 4+7A== X-Received: by 10.68.177.226 with SMTP id ct2mr46066295pbc.105.1429213108736; Thu, 16 Apr 2015 12:38:28 -0700 (PDT) Received: from [192.168.125.221] (aswan.sscsinc.com. [199.96.38.41]) by mx.google.com with ESMTPSA id qb7sm7910864pbc.43.2015.04.16.12.38.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Apr 2015 12:38:27 -0700 (PDT) Message-ID: <55300FB2.3080903@gmail.com> Date: Thu, 16 Apr 2015 12:38:26 -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: Configure Devd.conf on FreeBSD 10.1 References: <55300EA0.1070006@gmail.com> In-Reply-To: <55300EA0.1070006@gmail.com> X-Forwarded-Message-Id: <55300EA0.1070006@gmail.com> 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: Thu, 16 Apr 2015 19:38:29 -0000 Hello, I can't figure out how to get devd to monitor Carp interface in FreeBSD 10.1 here is part of my /etc/devd.conf file: ##### Check status of CARP interface ######## notify 0 { match "system" "IFNET"; match "subsystem" "igb0_alias0"; match "type" "LINK_UP"; action "/usr/local/scripts/startfsmachine.pl"; }; I followed this howto: https://www.freebsd.org/doc/handbook/disks-hast.html did not work for me. any suggestions? Thanks, Motty