From owner-freebsd-questions@FreeBSD.ORG Tue Aug 8 21:15:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A8016A4DE for ; Tue, 8 Aug 2006 21:15:53 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A698743D45 for ; Tue, 8 Aug 2006 21:15:52 +0000 (GMT) (envelope-from nagylzs@freemail.hu) Received: from [62.112.201.3] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1GAYvV-0001eh-4b for freebsd-questions@freebsd.org; Tue, 08 Aug 2006 23:15:49 +0200 Message-ID: <44D8FF22.4000805@freemail.hu> Date: Tue, 08 Aug 2006 23:16:18 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: make distribution fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 21:15:53 -0000 I was following the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-diskless.html I got this: messias# pwd /usr/src/etc messias# make distribution DESTDIR=/usr/local/diskless cd /usr/src/etc; install -o root -g wheel -m 644 amd.map apmd.conf auth.conf crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf dhclient.conf disktab fbtab ftpusers gettytab group hosts hosts.allow hosts.equiv hosts.lpd inetd.conf login.access login.conf mac.conf motd netconfig network.subr networks newsyslog.conf portsnap.conf pf.conf pf.os phones profile protocols rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless rc.sendmail rc.shutdown rc.subr remote rpc services shells snmpd.config sysctl.conf syslog.conf usbd.conf etc.i386/ttys /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config /usr/src/etc/../usr.bin/mail/misc/mail.rc /usr/src/etc/../usr.bin/locate/locate/locate.rc printcap /usr/local/diskless/etc; cap_mkdb -l /usr/local/diskless/etc/login.conf; install -o root -g wheel -m 755 netstart pccard_ether rc.suspend rc.resume /usr/local/diskless/etc; install -o root -g wheel -m 600 master.passwd nsmb.conf opieaccess /usr/local/diskless/etc; pwd_mkdb -L -i -p -d /usr/local/diskless/etc /usr/local/diskless/etc/master.passwd install: wrong number or types of arguments usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /usr/src/etc. messias# I found the same problem here: http://lists.freebsd.org/pipermail/freebsd-bugs/2006-April/018001.html but the PR database is busy, I cannot read the details. What am I doing wrong? Thanks, Laszlo