Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2004 20:19:59 +0900
From:      Rob <nospam@users.sourceforge.net>
To:        freebsd-questions@freebsd.org
Subject:   bug in bootpd for FreeBSD-Stable ?
Message-ID:  <4023785F.4010209@users.sourceforge.net>

next in thread | raw e-mail | index | archive | help


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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4023785F.4010209>