From owner-freebsd-current@freebsd.org Fri Mar 24 08:20:34 2017 Return-Path: Delivered-To: freebsd-current@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 8DBA6D1B0D2 for ; Fri, 24 Mar 2017 08:20:34 +0000 (UTC) (envelope-from zakharov.vv@gmail.com) Received: from mail-lf0-x22d.google.com (mail-lf0-x22d.google.com [IPv6:2a00:1450:4010:c07::22d]) (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 12BD41DD2 for ; Fri, 24 Mar 2017 08:20:34 +0000 (UTC) (envelope-from zakharov.vv@gmail.com) Received: by mail-lf0-x22d.google.com with SMTP id z15so2756812lfd.1 for ; Fri, 24 Mar 2017 01:20:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=vT55jfCkUbQR5Kwd2nqtMTbmez2k4RfWrR0RebYDtJY=; b=MqPW1+Vzl5HJ4HqeQSWZ/bHGlOBD5TH/M+eBxzs4dwazQbAzTHAvIY+jgSE97o84FA 89+x6pRmjaI3vOp64l63jkWHXUPJdkaCIWSf4VZ3rZp8+JTGAhdu7J9M5jNZUiAUZA8o BX+E7VuRMpiPmwqEzu90MxHFXtXitatrHbgt/RkRfJoxI83cqrnVyrBpqO3bJz2WWaOX SpKDK+nMriBrKPdRQQXw9vp/q8Et0JZi+v+m+UzcxSst4WW/Nv6GGLvmy7ga7o40wy+9 SpKgqCf/ETrudUJ9CKFgvHmAMpudW8N3EvKvvUI1EYr52iL/0keW4MnaJsLmenaIM8SG e3bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=vT55jfCkUbQR5Kwd2nqtMTbmez2k4RfWrR0RebYDtJY=; b=uO1MzucijQ/c5NN5DBEuW4swSlGvA01kVA6ArztcaxReWX2OCPiS6Msedm7UNA0gr0 g8GQYtKBu1yI8OLvHwx5rD1pvIKurMbnuKdFYLweCS76QKqA1LUkOUA5nz6yKi6e7Sys sCAuxLVlFnzAfPYtw8iWWCo49iYZC559WNJ790gSfmLyeCKW28FVBMlCg/5pvpaBf92b gibA9eigZbzBc0BUcQPNNyR7pHiYR9tvoD08ynIsm/mGWfSD0PYo/UKIT/VLtX87ucyI sz+eLl1JruTWOOmRQN5yXR5UgUiebohhRe1DkOUix9jPtjtdsJKcAFauokzbYdvxZ2hk 7Kig== X-Gm-Message-State: AFeK/H0s0kCAw8KB24i1CVgfLF6fnHJ+RB3zXeoMH9WTWdpJE6YUZgFHmadl9sbfWGh/kg== X-Received: by 10.25.44.16 with SMTP id s16mr3629721lfs.6.1490343632254; Fri, 24 Mar 2017 01:20:32 -0700 (PDT) Received: from localhost ([81.19.73.157]) by smtp.gmail.com with ESMTPSA id c28sm242611lfh.49.2017.03.24.01.20.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Mar 2017 01:20:31 -0700 (PDT) Date: Fri, 24 Mar 2017 11:20:31 +0300 From: Vladimir Zakharov To: freebsd-current@freebsd.org Subject: dchlient does not autostart anymore? Message-ID: <20170324082031.agbmfaqa6hxhoqoy@vzakharov> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Operating-System: FreeBSD 12.0-CURRENT amd64 X-PGP-Key: http://vzakharov.ru/pubkey.asc User-Agent: NeoMutt/20170306 (1.8.0) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2017 08:20:34 -0000 Hello! After upgrading from r315544 to r315880 network interface doesn't get IP address using DHCP on boot anymore. $ grep re0 /etc/rc.conf | grep -v "^#" ifconfig_re0="DHCP" "service netif restart" doesn't help either. Only manual dhclient starting. -- Regards, | "In theory there is no difference between theory Vladimir Zakharov | and practice. In practice there is."- Yogi Berra