From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 03:20:00 2004 Return-Path: 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 279E316A4CE for ; Fri, 6 Feb 2004 03:20:00 -0800 (PST) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 7DCDA43D41 for ; Fri, 6 Feb 2004 03:19:58 -0800 (PST) (envelope-from nospam@users.sourceforge.net) Received: (snipe 3820 invoked by alias); 6 Feb 2004 20:19:54 +0900(KST) Received: from nospam@users.sourceforge.net with SpamSniper2.76 (Processed in 0.011113 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 6 Feb 2004 20:19:54 +0900(KST) X-RCPTTO: freebsd-questions@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 i16BGi6T069260 for ; Fri, 6 Feb 2004 20:16:45 +0900 Message-ID: <4023785F.4010209@users.sourceforge.net> Date: Fri, 06 Feb 2004 20:19:59 +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-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: bug in bootpd for FreeBSD-Stable ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 11:20:00 -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 T128 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.