From owner-freebsd-questions@FreeBSD.ORG Tue Jun 4 23:35:41 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 92230652 for ; Tue, 4 Jun 2013 23:35:41 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 71F1812AF for ; Tue, 4 Jun 2013 23:35:41 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id mc8so922214pbc.32 for ; Tue, 04 Jun 2013 16:35:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=j3boLvHIFa8Iu5qKvDQqzXPqMfw1U7+97PSga10CIrc=; b=RVM4YqiVnP5h3my7Dw+JMBXEAb12EyODMogapUEUkA68x5IPLwt2GDdSR5dHg+B7N/ 3hCVQKpyZo3xNhmhiURZNSAUX9/zbJdvcHtHK2MSCunA/K/c1uW+E9ok3wXqlXiI3eOO YMw01aVKf9iXCgLPV6q/Y8RVWUeUjfKa8P4CnY9cBYQ188AdE4M+xKYHUJzIRrNqPLiO j1QiEwCZFdBahPe5YTWwnvVH09ZK/Wh8N5YBaiPT99KgjcKW0Rhhf9QdFQQDfyUr25vQ YeY2K3ckoLCgiXVAbn3ki26FQVT4QjwsudO79BOJPWZR/98lKU/8FEj6mhbhzK5uqcpC gkJw== MIME-Version: 1.0 X-Received: by 10.68.212.200 with SMTP id nm8mr1590756pbc.216.1370388941235; Tue, 04 Jun 2013 16:35:41 -0700 (PDT) Received: by 10.70.31.195 with HTTP; Tue, 4 Jun 2013 16:35:41 -0700 (PDT) In-Reply-To: References: <20130604033930.GA10393@uriel.asininetech.com> Date: Tue, 4 Jun 2013 18:35:41 -0500 Message-ID: Subject: Re: System Calls that do DNS From: Adam Vande More To: Doug Hardie Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions , staticsafe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 23:35:41 -0000 On Tue, Jun 4, 2013 at 12:21 AM, Doug Hardie wrote: > Unfortunately truss does not show anything more than ktrace. Normally most people use truss first, then fall back to ktrace ;) > Bind doesn't check the hosts files as far as I can tell. System requests obey nsswitch.conf(5) -- Adam Vande More