From owner-freebsd-small Sun Jan 14 6:36:25 2001 Delivered-To: freebsd-small@freebsd.org Received: from onyx.extra.dp.ua (onyx.extra.dp.ua [195.248.182.33]) by hub.freebsd.org (Postfix) with ESMTP id 8A3F637B400 for ; Sun, 14 Jan 2001 06:36:01 -0800 (PST) Received: (from white@localhost) by onyx.extra.dp.ua (8.10.0/8.10.0/Who.Cares) id f0EEZfr20211; Sun, 14 Jan 2001 16:35:41 +0200 (EET) Date: Sun, 14 Jan 2001 16:35:41 +0200 From: Alexander Prohorenko To: Luigi Rizzo Cc: freebsd-small@freebsd.org Subject: Re: PicoBSD build problems Message-ID: <20010114163541.D19412@extra.dp.ua> References: <20010113222758.A3015@extra.dp.ua> <200101140052.f0E0qH389942@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.9i In-Reply-To: <200101140052.f0E0qH389942@iguana.aciri.org>; from rizzo@aciri.org on Sat, Jan 13, 2001 at 04:52:17PM -0800 Organization: Extra Solutions X-Operating-System: SunOS 5.7 i86pc Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 13, 2001 at 04:52:17PM -0800, Luigi Rizzo wrote: > > I'm experiencing problems building PicoBSD on 4.2-20001127-STABLE. > > Everything was just fine on 4.1-STABLE, but something wrong happens now. > that code assumes that you have done a make world. There are > more recent versions (late december-early january) which fix that. I've tried another 4.2-STABLE and had no problems at all. Except the following one :) How can I understand this and what can I do now? ==> Preparing 1440kB floppy filesystem... 18 sectors per track 1440+0 records in 1440+0 records out 1474560 bytes transferred in 0.210034 secs (7020577 bytes/sec) Warning: Block size restricts cylinders per group to 6. Warning: 1216 sector(s) in last cylinder unallocated /dev/rvn0c: 2880 sectors in 1 cylinders of 1 tracks, 4096 sectors 1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 64 i/g) super-block backups (for fsck -b #) at: 32 MFS filesystem signature not found in kernel The process stops here. -- Alexander Prohorenko, Extra Solutions http://extra.com.ua "Good day to be alive, sir" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Sun Jan 14 7:16:14 2001 Delivered-To: freebsd-small@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id 4C78737B400 for ; Sun, 14 Jan 2001 07:15:56 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 8AAB131B7; Sun, 14 Jan 2001 15:15:30 +0000 (GMT) Date: Sun, 14 Jan 2001 15:15:30 +0000 From: Josef Karthauser To: Alexander Prohorenko Cc: Luigi Rizzo , freebsd-small@FreeBSD.ORG Subject: Re: PicoBSD build problems Message-ID: <20010114151529.A93105@tao.org.uk> References: <20010113222758.A3015@extra.dp.ua> <200101140052.f0E0qH389942@iguana.aciri.org> <20010114163541.D19412@extra.dp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010114163541.D19412@extra.dp.ua>; from white@extra.dp.ua on Sun, Jan 14, 2001 at 04:35:41PM +0200 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 14, 2001 at 04:35:41PM +0200, Alexander Prohorenko wrote: > On Sat, Jan 13, 2001 at 04:52:17PM -0800, Luigi Rizzo wrote: > > > I'm experiencing problems building PicoBSD on 4.2-20001127-STABLE. > > > Everything was just fine on 4.1-STABLE, but something wrong happens now. > > that code assumes that you have done a make world. There are > > more recent versions (late december-early january) which fix that. > > I've tried another 4.2-STABLE and had no problems at all. Except the > following one :) > > How can I understand this and what can I do now? > > ==> Preparing 1440kB floppy filesystem... > 18 sectors per track > 1440+0 records in > 1440+0 records out > 1474560 bytes transferred in 0.210034 secs (7020577 bytes/sec) > Warning: Block size restricts cylinders per group to 6. > Warning: 1216 sector(s) in last cylinder unallocated > /dev/rvn0c: 2880 sectors in 1 cylinders of 1 tracks, 4096 sectors > 1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 64 i/g) > super-block backups (for fsck -b #) at: > 32 > MFS filesystem signature not found in kernel This needs a little work to fix in -current, and back to -stable. Recently the /boot/loader was removed from the PICOBSD build to free up space on the floppy image. This meant that we had to put the MFS filesystem back into the kernel, rather than use the loader to pull the image off the disk. The kernel needs an 'options MD_ROOT_SIZE X" adding to its config file before it builds, and the full mechansim to organise this hasn't been build into the ./build process yet. (We're working on it - patches welcome :O) Which picobsd build are you making? Have a look in the PICOBSD file in its directory and add an option, as above, if it's not there. The X stands for the memory file system size, and should be the same as you use in the ./build config screen. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Sun Jan 14 7:56:31 2001 Delivered-To: freebsd-small@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 06B0637B401 for ; Sun, 14 Jan 2001 07:56:15 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.1/8.11.1) id f0EFu8V94399; Sun, 14 Jan 2001 07:56:08 -0800 (PST) (envelope-from rizzo) From: Luigi Rizzo Message-Id: <200101141556.f0EFu8V94399@iguana.aciri.org> Subject: Re: PicoBSD build problems In-Reply-To: <20010114163541.D19412@extra.dp.ua> from Alexander Prohorenko at "Jan 14, 2001 4:35:41 pm" To: white@extra.dp.ua (Alexander Prohorenko) Date: Sun, 14 Jan 2001 07:56:08 -0800 (PST) Cc: rizzo@aciri.org, freebsd-small@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've tried another 4.2-STABLE and had no problems at all. Except the > following one :) > > How can I understand this and what can I do now? in the kernel config file you have to put the following line: options MD_ROOT_SIZE=2200 # same as def_sz where the number (2200) should be the mfs_image_size, same as the one in the line #PicoBSD 2200 init 4096 32768 I think i committed to -stable the fix for the 'bridge' floppy type, but i probably forgot the other types. cheers luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone: (510) 666 2927 ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Mon Jan 15 0:42:37 2001 Delivered-To: freebsd-small@freebsd.org Received: from spammie.svbug.com (unknown [198.79.110.2]) by hub.freebsd.org (Postfix) with ESMTP id 9D42D37B401 for ; Mon, 15 Jan 2001 00:42:19 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id AAA02533; Mon, 15 Jan 2001 00:41:52 -0800 (PST) (envelope-from jessem@spammie.svbug.com) Message-Id: <200101150841.AAA02533@spammie.svbug.com> Date: Mon, 15 Jan 2001 00:41:51 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: stray irq 7- what does that mean ? To: chad@DCFinc.com Cc: ast@marabu.ch, small@FreeBSD.ORG In-Reply-To: <200012302122.OAA29660@freeway.dcfinc.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 30 Dec, Chad R. Larson wrote: > As I recall, Adrian Steinmann wrote: >> It means that you have not disabled the parallel port in the BIOS > > Not necessarily. Motherboard/BIOS combinations that follow the > Intel recommendations will route any interrupt for which a vector > has not been programmed to interrupt 7. There's supposed to be code > in the IRQ 7 handler that ignores interrupts not requested by the > parallel port. Ours prints that message. > You can also check the FAQ. This problem is very common. http://www.freebsd.org/FAQ/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Mon Jan 15 4:43:25 2001 Delivered-To: freebsd-small@freebsd.org Received: from hammerhead.fks.lan (tc5-1-8.cyberport.net [208.168.122.199]) by hub.freebsd.org (Postfix) with ESMTP id E5D9237B698 for ; Mon, 15 Jan 2001 04:43:03 -0800 (PST) Received: from localhost (myke@localhost) by hammerhead.fks.lan (8.9.3/8.9.3) with ESMTP id FAA37724; Mon, 15 Jan 2001 05:41:24 -0700 (MST) (envelope-from myke@fks.bt) X-Authentication-Warning: hammerhead.fks.lan: myke owned process doing -bs Date: Mon, 15 Jan 2001 05:41:22 -0700 (MST) From: Mike Holling X-Sender: To: "T.Yamaoka" Cc: Subject: Re: crunchgen with dhcp In-Reply-To: <200101131310.WAA20023@pop.do4.enjoy.ne.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > who can build isc-dhcpd with crunchgen? I want dhcpd on 1FD. I did this some time ago, around January 1998. Don't remember running into any problems, just had to pull the revelant bits out of the dhcpd port and tweak the makefiles until it worked with crunchgen. I had a picobsd with both dhcp client and server, and a bit of glue code that would use the nameservers discovered by the dhcp client for NATted LAN workstations configured by the dhcp server. - Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Mon Jan 15 4:56:27 2001 Delivered-To: freebsd-small@freebsd.org Received: from oz.avantec.ch (oz.avantec.ch [194.191.40.26]) by hub.freebsd.org (Postfix) with ESMTP id D4AA337B69B for ; Mon, 15 Jan 2001 04:56:08 -0800 (PST) Received: from tilink.ch (localhost.avantec.ch [127.0.0.1]) by oz.avantec.ch (8.11.1/8.9.3) with ESMTP id f0FD5f804777 for ; Mon, 15 Jan 2001 13:05:41 GMT (envelope-from mike@tilink.ch) Message-ID: <3A62F5A5.54C3784B@tilink.ch> Date: Mon, 15 Jan 2001 13:05:41 +0000 From: Michele Lucini Organization: AVANTEC Communication AG X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-small@freebsd.org Subject: Building a small system Content-Type: multipart/mixed; boundary="------------B9146D1B84ABA9BE024CC7BA" Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------B9146D1B84ABA9BE024CC7BA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi guys! I would like to build a small system to replace my full-bown PC which I'm using now as a generic router, printserver, firewall, VPN gateway, etc.... The main criteria of the new system I'd like to build is that it has to consume as little power as possible (no 250W+ sucker...). Does anybody know some kind of "shoebox" system which contains following I/O ports/slots: 1 Serial (to be used as console) 1 Parallel (the thing should act as print server either) 1 Ethernet (onboard if possible) 1 ISA or PCCARD port (to insert a wireless LAN card) 1 PCI port (for an ISDN card) ...and some storage space. Does anybody have any good places where I should start looking for such hardware? Any hints are very welcome! Thanks a lot & bye! --------------B9146D1B84ABA9BE024CC7BA Content-Type: text/x-vcard; charset=us-ascii; name="mike.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Michele Lucini Content-Disposition: attachment; filename="mike.vcf" begin:vcard n:Lucini;Michele tel;fax:+41-1-2401314 tel;work:+41-1-2401313 x-mozilla-html:FALSE org:AVANTEC Communication AG adr:;;Hermann Greulichstr. 60;Zurich;;8004;Switzerland version:2.1 email;internet:lucini@avantec.ch title:Mr. x-mozilla-cpt:;-26496 fn:Michele Lucini end:vcard --------------B9146D1B84ABA9BE024CC7BA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Mon Jan 15 11:51:30 2001 Delivered-To: freebsd-small@freebsd.org Received: from smtp.attica.net.nz (mail.attica.net.nz [202.180.64.33]) by hub.freebsd.org (Postfix) with SMTP id A757537B699 for ; Mon, 15 Jan 2001 11:51:12 -0800 (PST) Received: (qmail 8943 invoked from network); 15 Jan 2001 19:51:00 -0000 Received: from 202-180-75-120.iff0.attica.net.nz (HELO davep200.afterswish.com) (202.180.75.120) by mail.attica.net.nz with SMTP; 15 Jan 2001 19:51:00 -0000 Message-Id: <5.0.0.25.1.20010116084517.01b40270@pop3.i4free.co.nz> X-Sender: dmpreece@pop3.i4free.co.nz X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Tue, 16 Jan 2001 08:46:01 +1300 To: Michele Lucini From: David Preece Subject: Re: Building a small system Cc: freebsd-small@freebsd.org In-Reply-To: <3A62F5A5.54C3784B@tilink.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 13:05 15/01/01 +0000, you wrote: >Does anybody know some kind of "shoebox" system which contains following >I/O ports/slots: >Does anybody have any good places where I should start looking for such >hardware? There are loads of suppliers for these, try starting at www.emjembedded.com Dave :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Tue Jan 16 11:59:29 2001 Delivered-To: freebsd-small@freebsd.org Received: from virtual.sysadmin-inc.com (lists.sysadmin-inc.com [209.16.228.140]) by hub.freebsd.org (Postfix) with ESMTP id C60E537B402 for ; Tue, 16 Jan 2001 11:59:11 -0800 (PST) Received: from wkst ([209.16.228.145]) by virtual.sysadmin-inc.com (8.9.1/8.9.1) with SMTP id OAA12438 for ; Tue, 16 Jan 2001 14:59:37 -0500 Reply-To: From: "Peter Brezny" To: Subject: FW: picobsd as firewall/router for small private network Date: Tue, 16 Jan 2001 14:58:21 -0800 Message-ID: <000501c0800f$d3799800$46010a0a@sysadmininc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG No replies so i'll post it again. I know it can be done, but has anyone put together a nice stream lined picobsd package similar to Charles Steinkuehler's EigerStein disk image (which really does it all, i've left info about the image at the bottom of the mail). But in brief, once you change 2 lines in a text file to get your network cards to be recognized, your done, and the system has a dhcp client (if your cable modem has a dynamic ip) and a dhcp server for your internal network, not to mention a dns cache to make things all that much easier. A run through the install doc provided gives you all the info you need and takes no time at all. This is great and all, however, I don't really know anything about linux, and would much rather have a bsd ipfw based firewall to work with so i know what's going on and can modify it to meet my needs. If anyone has done this, a disk image for cd or floppy, Please let me know. If nobody has, and someone wants to, i'll be glad to help any way I can. I know very little about pico bsd, but I have managed to come up with a pretty good ipfw rule set for small networks. TIA. Peter Brezny purplecat.net http://lrp.steinkuehler.net/ New to LRP and linux: I suggest you start with my EigerStein disk image. Overall, I think it is the easiest to use, since it will automatically configure machines on your internal network. It also provides a local DNS cache, which reduces your reliance on your ISP's server and can speed up internet access. The main drawback is the 1680K disk format, but the image is self-extracting, making it easy to work with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Tue Jan 16 12: 2:51 2001 Delivered-To: freebsd-small@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 6554437B401 for ; Tue, 16 Jan 2001 12:02:33 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.1/8.11.1) id f0GK2VH19249; Tue, 16 Jan 2001 12:02:31 -0800 (PST) (envelope-from rizzo) From: Luigi Rizzo Message-Id: <200101162002.f0GK2VH19249@iguana.aciri.org> Subject: Re: FW: picobsd as firewall/router for small private network In-Reply-To: <000501c0800f$d3799800$46010a0a@sysadmininc.com> from Peter Brezny at "Jan 16, 2001 2:58:21 pm" To: peter@sysadmin-inc.com Date: Tue, 16 Jan 2001 12:02:31 -0800 (PST) Cc: freebsd-small@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I know it can be done, but has anyone put together a nice stream lined > picobsd package similar to Charles Steinkuehler's EigerStein disk image not yet... the config stuff is mostly there in my dummynet images, but dhcp client and server, and dns cache are still missing. If you can suggest some packages to use i might have a look at it. cheers luigi > (which really does it all, i've left info about the image at the bottom of > the mail). But in brief, once you change 2 lines in a text file to get your > network cards to be recognized, your done, and the system has a dhcp client > (if your cable modem has a dynamic ip) and a dhcp server for your internal > network, not to mention a dns cache to make things all that much easier. > > A run through the install doc provided gives you all the info you need and > takes no time at all. This is great and all, however, I don't really know > anything about linux, and would much rather have a bsd ipfw based firewall > to work with so i know what's going on and can modify it to meet my needs. > > If anyone has done this, a disk image for cd or floppy, Please let me know. > If nobody has, and someone wants to, i'll be glad to help any way I can. I > know very little about pico bsd, but I have managed to come up with a pretty > good ipfw rule set for small networks. > > TIA. > > > Peter Brezny > purplecat.net > > http://lrp.steinkuehler.net/ > > New to LRP and linux: > I suggest you start with my EigerStein disk image. Overall, I think it is > the easiest to use, since it will automatically configure machines on your > internal network. It also provides a local DNS cache, which reduces your > reliance on your ISP's server and can speed up internet access. The main > drawback is the 1680K disk format, but the image is self-extracting, making > it easy to work with. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-small" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-small" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Sat Jan 20 14: 1: 3 2001 Delivered-To: freebsd-small@freebsd.org Received: from redux.tunix.com (modemcable058.22-203-24.nowhere.mc.videotron.ca [24.203.22.58]) by hub.freebsd.org (Postfix) with ESMTP id ECB8737B400 for ; Sat, 20 Jan 2001 14:00:39 -0800 (PST) Received: from bluewave ([142.133.80.33]) by redux.tunix.com (Netscape Messaging Server 4.15) with SMTP id G7HEH200.R0B for ; Sat, 20 Jan 2001 17:00:38 -0500 Message-ID: <001001c0832b$bd7a11a0$2150858e@tunix.com> From: "Samy Touati" To: Subject: pico kernel 4.2 won't run Date: Sat, 20 Jan 2001 16:55:44 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C08301.D460E620" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01C08301.D460E620 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Hi, I installed the sources for fbsd 4.2 release, and I'm trying to build a = pico kernel based on the custom directory. I made some changes in the crunched binaries to remove some unwanted = binaries. Everything build fine kernel included, but when I boot my first floppy, = the kernel load and I got the message uncompressing kernel, then everything hangs. I added the option to define the size of the MFS in the kernel without = any change. Using a 4.2 rel of fbsd for doing this is it the right thing to do ? Thanks. Samy. ------=_NextPart_000_000D_01C08301.D460E620 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable
Hi,
 
I installed the sources for fbsd 4.2 = release, and=20 I'm trying to build a pico kernel
based on the custom = directory.
I made some changes in the crunched = binaries to=20 remove some unwanted binaries.
Everything build fine kernel included, = but when I=20 boot my first floppy, the kernel load and I got the
message uncompressing kernel, then = everything=20 hangs.
I added the option to define the size = of the MFS in=20 the kernel without any change.
Using a 4.2 rel of fbsd for doing this = is it the=20 right thing to do ?
 
Thanks.
 
Samy.
 
------=_NextPart_000_000D_01C08301.D460E620-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message