Date: Tue, 26 Jan 2016 21:08:44 -0700 From: Ian Lepore <ian@freebsd.org> To: Jov <amutu@amutu.com> Cc: freebsd-arm@freebsd.org Subject: Re: [Bug 206658] Bus error for pfctl -sa on rpi2 r294499 snap Message-ID: <1453867724.42081.28.camel@freebsd.org> In-Reply-To: <CADyrUxPcndOaeUn_UcDN4F=N5XHsby-wQmLvRfUcYNTjNJPUiQ@mail.gmail.com> References: <bug-206658-7@https.bugs.freebsd.org/bugzilla/> <1453862939.42081.25.camel@freebsd.org> <CADyrUxPcndOaeUn_UcDN4F=N5XHsby-wQmLvRfUcYNTjNJPUiQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2016-01-27 at 11:28 +0800, Jov wrote: > I am downloading the src and try to test the patch. > How can I only compile the pfctl? I do not want to compile the whole > world > and kernel because the SD card is too slow. > If you're doing it on the rpi itself, just apply the patch, cd to /usr/src/sbin/pfctl and type make. You'll get this warning: Warning: Object directory not changed from original /usr/src/sbin/pfctl which you can ignore, then there'll be a new pfctl binary in the current directory ready to test. If it works you can do "make install" to replace the bad one, and I'll get the fix committed. -- Ian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1453867724.42081.28.camel>