From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 20 17:01:00 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F183F16A402 for ; Wed, 20 Feb 2008 17:01:00 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 79DEA13C468 for ; Wed, 20 Feb 2008 17:01:00 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2170307fgg.35 for ; Wed, 20 Feb 2008 09:00:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=q3ZVDpu5ZJOMCQDnwGWkcwxE7UAFnsVAgUiNYtB4pRU=; b=hi80LI+7ntZ7Y2+MRIAq6djmIGg/PnI3+IMBdXqnCEeboBCZhUtZILTOrN1DXnTpO4M1nmYHN4a0Dv74ZGiNeByylDLJnnjQNImI0ZoiW/7FYLEz56+ueEfg9kVaXLDWxnRbfVCjgMfR2YrJDFDyrBUf6fsegzlTZjRirmFiydU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ZZo2m3dl7Yej+LWnNJihZkqD9dFRFIpx2AJQSSOgju+TBrbL/N0PGJPTqG1b8TfA08H5f3Sh7odySJN9yKPh9WfrufSV0JMi+fNEQ4gYK9y6ZyyIqEap8n6JJrlA2o5JplHK50yI1gr/bdziLUdf7eM6h4el0Tq1X2vouRha3Hg= Received: by 10.86.72.15 with SMTP id u15mr8452725fga.11.1203526859535; Wed, 20 Feb 2008 09:00:59 -0800 (PST) Received: from ?192.168.12.92? ( [217.74.44.57]) by mx.google.com with ESMTPS id 3sm14136930fge.7.2008.02.20.09.00.57 (version=SSLv3 cipher=RC4-MD5); Wed, 20 Feb 2008 09:00:58 -0800 (PST) Message-ID: <47BC5CCA.8060003@gmail.com> Date: Wed, 20 Feb 2008 20:00:58 +0300 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Brooks Davis References: <47BBD9A2.4000706@gmail.com> <20080220161919.GA99421@lor.one-eyed-alien.net> In-Reply-To: <20080220161919.GA99421@lor.one-eyed-alien.net> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: [trouble] restart network & vlan`s interface X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 17:01:01 -0000 Brooks Davis wrote: > On Wed, Feb 20, 2008 at 10:41:22AM +0300, sam wrote: > >> >> please help me for writing /etc/rc.conf with vlan`s interfaces (without >> problem network sub-system restart) >> > > We don't really support running /etc/rc.d/netif restart without an interface > argument at this time. We should probably catch that case and report an > error until someone finds time to fix it. > > -- Brooks > i have this trouble with command: # /etc/netstart restart /Vladimir Ermakov