From owner-freebsd-stable@FreeBSD.ORG Fri Dec 9 15:34:45 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 246A216A41F for ; Fri, 9 Dec 2005 15:34:45 +0000 (GMT) (envelope-from lexa@wincmd.ru) Received: from kunnilinux.birulevo.net (kunnilinux.birulevo.net [195.54.208.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA6C43D5E for ; Fri, 9 Dec 2005 15:34:44 +0000 (GMT) (envelope-from lexa@wincmd.ru) Received: (qmail 5451 invoked by uid 210); 9 Dec 2005 18:34:42 +0300 Received: from 10.4.22.222 by kunnilinux (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.87.1/1206. spamassassin: 3.1.0. perlscan: 1.25st. Clear:RC:1(10.4.22.222):. Processed in 0.05784 secs); 09 Dec 2005 15:34:42 -0000 Received: from unknown (HELO ?192.0.0.1?) (10.4.22.222) by kunnilinux.birulevo.net with SMTP; 9 Dec 2005 18:34:41 +0300 Message-ID: <4399A414.9040805@wincmd.ru> Date: Fri, 09 Dec 2005 18:34:44 +0300 From: Tarasov Alexey User-Agent: Thunderbird 1.5 (X11/20051110) MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Automatic installation problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2005 15:34:45 -0000 Hello! I'm trying to make full automatical FreeBSD installation. I have the following lines in my install.cfg: > command="echo sshd_enable="YES" >> /etc/rc.conf" > system > command="echo 'pass' | /usr/sbin/pw useradd -u user -h 0 -G wheel" > system But during installation I get some error messages: > DEBUG: dispatch: calling resword 'system' > echo sshd_enable=YES >> /etc/rc.conf: not found I am using FreeBSD 6.0-RELEASE. -- Best regards, Tarasov Alexey.