From owner-freebsd-stable@FreeBSD.ORG Fri Feb 6 22:55:48 2004 Return-Path: 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 52DE216A4CE for ; Fri, 6 Feb 2004 22:55:48 -0800 (PST) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 2050143D41 for ; Fri, 6 Feb 2004 22:55:46 -0800 (PST) (envelope-from nospam@users.sourceforge.net) Received: (snipe 6661 invoked by alias); 7 Feb 2004 07:52:11 +0900(KST) Received: from nospam@users.sourceforge.net with SpamSniper2.76 (Processed in 0.010777 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 7 Feb 2004 07:52:11 +0900(KST) X-RCPTTO: freebsd-stable@freebsd.org, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id i16Mn06T071990 for ; Sat, 7 Feb 2004 07:49:00 +0900 Message-ID: <40241A9C.5020900@users.sourceforge.net> Date: Sat, 07 Feb 2004 07:52:12 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040119 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: bug in bootpd for FBSD-stable ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 06:55:48 -0000 Hi, I'm using bootpd, to boot diskless PC. According to handbook and many other resources, adding swap to a diskless PC can work with T128 and T129 options in /etc/bootptab file. So that's what I tried: ----------------------------------------------- .default:\ hn:ht=1:vm=rfc1048:\ sm=255.255.255.0:\ sa=147.46.44.181:\ gw=147.46.44.1:\ hd="":\ bf="kernel":\ T128="147.46.44.181:/home":\ T129=64000:\ rp="147.46.44.181:/tftpboot": diskless:\ ha=0050fce9306f:\ tc=.default: ----------------------------------------------- But then I get in /var/log/messages this line: Feb 6 20:06:45 cisr bootpd[842]: in entry named ".default", symbol "T128": bad syntax Feb 6 20:06:45 cisr bootpd[842]: can't find tc=".default" Why is this well-documented feature not working for bootpd on FreeBSD-stable? Regards, Rob.