From owner-svn-src-all@freebsd.org Fri Sep 11 18:47:46 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 861CD9CD035; Fri, 11 Sep 2015 18:47:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (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 184471EB7; Fri, 11 Sep 2015 18:47:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igcpb10 with SMTP id pb10so51735685igc.1; Fri, 11 Sep 2015 11:47:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=q3dR+oesc4XbdZ5u5sEo++AorLtitSSEcfhAMO4pZik=; b=X4H+r6Ax7uANRUITgIWwPUH0qHso5XkuFTbJ17aNKFCVU9WI+8B3MXLQ3IO7Hh6SrG PtT18G9Gq9/sEMi/cqyNVVswUbJzu8fb7AXnyep2OQ6AcD4JW4hDQai4UzXWbRXvof6C chuibk8nCcefXT3MpBqW5e3M1uHnkUL1ltoyj8vj/uzsuGjJYMK9BBTzZWjqPfpTEzEc k9KbkH4BvivAZbi2KoLDOlq4AhcuFAQTnMSGqf/p2NE6cQjMtSYAYbcxu5wgT5Du5Bpv +ek1TjaJcd6COaKRTfQAdhSHv7J2Ex0ZHFueaFj3hy0TVE6Wwt5Oe3746o15lVoLUc7G jRBg== MIME-Version: 1.0 X-Received: by 10.50.40.8 with SMTP id t8mr6495489igk.37.1441997265090; Fri, 11 Sep 2015 11:47:45 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.28.208 with HTTP; Fri, 11 Sep 2015 11:47:44 -0700 (PDT) In-Reply-To: <20150911164741.GQ3158@zxy.spb.ru> References: <201509100405.t8A45xrJ070199@repo.freebsd.org> <20150910175324.GW33167@funkthat.com> <55F1E06F.7000008@FreeBSD.org> <20150910211417.GY33167@funkthat.com> <20150911164741.GQ3158@zxy.spb.ru> Date: Fri, 11 Sep 2015 11:47:44 -0700 X-Google-Sender-Auth: JhVxCyS6A8Q7pdqQodpBp20HM-E Message-ID: Subject: Re: svn commit: r287606 - head/sys/kern From: Adrian Chadd To: Slawa Olhovchenkov Cc: John-Mark Gurney , "src-committers@freebsd.org" , Ed Maste , "svn-src-all@freebsd.org" , Eric van Gyzen , "svn-src-head@freebsd.org" , Warner Losh Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 18:47:46 -0000 Hi, That would be nice. Maybe after this particular bug is fixed though. -a On 11 September 2015 at 09:47, Slawa Olhovchenkov wrote: > On Thu, Sep 10, 2015 at 03:11:39PM -0700, Adrian Chadd wrote: > >> Hi, >> >> Fixed a couple of bugs, and: >> >> https://reviews.freebsd.org/D3630 > > May be you also can be sanitize and standartize enviroment for > services started from init and from sheell? > > Currently some enviroment will be different if service started manual, > from interactive shell and if all worked in this cases something may > be broken after reboot. Rebooting for debug is not cute.