From owner-freebsd-small Mon May 28 18:49: 6 2001 Delivered-To: freebsd-small@freebsd.org Received: from lotl.clari.net.au (lotl.clari.net.au [203.26.127.210]) by hub.freebsd.org (Postfix) with ESMTP id 0CB8537B423 for ; Mon, 28 May 2001 18:49:03 -0700 (PDT) (envelope-from stephen@clari.net.au) Received: from theforce.clari.net.au (theforce.clari.net.au [203.8.14.120]) by lotl.clari.net.au (8.9.3/8.9.1) with SMTP id LAA87404 for ; Tue, 29 May 2001 11:48:27 +1000 (EST) (envelope-from stephen@clari.net.au) Content-Type: text/plain; charset="iso-8859-1" From: Stephen Cimarelli To: freebsd-small@freebsd.org Subject: Buils problem picobsd on 4.3 release Date: Tue, 29 May 2001 11:53:23 +1000 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01052911532303.00841@theforce.clari.net.au> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All i'm tring to build a picobsd IPSEC router on a FreeBSD 4.3 release system and get the error below. Does anybody have instructions/tips picoBSD + IPSEC? ipsec_strerror.o' is up to date. traceroute.lo: In function `main': traceroute.lo(.text+0x79c): undefined reference to `ipsec_strerror' traceroute.lo(.text+0x7ce): undefined reference to `ipsec_strerror' traceroute.lo(.text+0x978): undefined reference to `ipsec_strerror' traceroute.lo(.text+0x9aa): undefined reference to `ipsec_strerror' traceroute.lo: In function `setpolicy': traceroute.lo(.text+0xe6d): undefined reference to `ipsec_set_policy' traceroute.lo(.text+0xe82): undefined reference to `ipsec_get_policylen' traceroute.lo(.text+0xea8): undefined reference to `ipsec_strerror' setkey.lo: In function `yyparse': /usr/obj-pico/picobsd/usr/src/usr.sbin/setkey/y.tab.c(.text+0x20c6): undefined reference to `ipsec_set_policy' /usr/obj-pico/picobsd/usr/src/usr.sbin/setkey/y.tab.c(.text+0x2112): undefined reference to `ipsec_get_policylen' setkey.lo: In function `pfkey_spdump': /usr/src/usr.sbin/setkey/../../lib/libipsec/pfkey_dump.c(.text+0x7471): undefined reference to `ipsec_dump_policy' *** Error code 1 Stop in /usr/src/release/picobsd/build/build_dir-tunnel/crunch. ---> fail: Error <1> error code Error while building tunnel. ---> Aborting ./picobsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Mon May 28 19:23:12 2001 Delivered-To: freebsd-small@freebsd.org Received: from lotl.clari.net.au (lotl.clari.net.au [203.26.127.210]) by hub.freebsd.org (Postfix) with ESMTP id AFE5937B42C for ; Mon, 28 May 2001 19:23:08 -0700 (PDT) (envelope-from stephen@clari.net.au) Received: from theforce.clari.net.au (theforce.clari.net.au [203.8.14.120]) by lotl.clari.net.au (8.9.3/8.9.1) with SMTP id MAA90286 for ; Tue, 29 May 2001 12:22:46 +1000 (EST) (envelope-from stephen@clari.net.au) Content-Type: text/plain; charset="iso-8859-1" From: Stephen Cimarelli To: freebsd-small@FreeBSD.ORG Subject: Re: Buils problem picobsd on 4.3 release Date: Tue, 29 May 2001 12:27:43 +1000 X-Mailer: KMail [version 1.2] References: <01052911532303.00841@theforce.clari.net.au> In-Reply-To: <01052911532303.00841@theforce.clari.net.au> MIME-Version: 1.0 Message-Id: <01052912274300.00840@theforce.clari.net.au> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Fixed, missing libipsec :( On Tue, 29 May 2001 11:53, Stephen Cimarelli wrote: > Hi All > > i'm tring to build a picobsd IPSEC router on a FreeBSD 4.3 release system > and get the error below. > > Does anybody have instructions/tips picoBSD + IPSEC? > > > ipsec_strerror.o' is up to date. > traceroute.lo: In function `main': > traceroute.lo(.text+0x79c): undefined reference to `ipsec_strerror' > traceroute.lo(.text+0x7ce): undefined reference to `ipsec_strerror' > traceroute.lo(.text+0x978): undefined reference to `ipsec_strerror' > traceroute.lo(.text+0x9aa): undefined reference to `ipsec_strerror' > traceroute.lo: In function `setpolicy': > traceroute.lo(.text+0xe6d): undefined reference to `ipsec_set_policy' > traceroute.lo(.text+0xe82): undefined reference to `ipsec_get_policylen' > traceroute.lo(.text+0xea8): undefined reference to `ipsec_strerror' > setkey.lo: In function `yyparse': > /usr/obj-pico/picobsd/usr/src/usr.sbin/setkey/y.tab.c(.text+0x20c6): > undefined reference to `ipsec_set_policy' > /usr/obj-pico/picobsd/usr/src/usr.sbin/setkey/y.tab.c(.text+0x2112): > undefined reference to `ipsec_get_policylen' > setkey.lo: In function `pfkey_spdump': > /usr/src/usr.sbin/setkey/../../lib/libipsec/pfkey_dump.c(.text+0x7471): > undefined reference to `ipsec_dump_policy' > *** Error code 1 > > Stop in /usr/src/release/picobsd/build/build_dir-tunnel/crunch. > ---> fail: Error <1> error code > Error while building tunnel. > ---> Aborting ./picobsd > > 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 Fri Jun 1 9:56:16 2001 Delivered-To: freebsd-small@freebsd.org Received: from web5104.mail.yahoo.com (web5104.mail.yahoo.com [216.115.106.74]) by hub.freebsd.org (Postfix) with SMTP id 9DCFF37B422 for ; Fri, 1 Jun 2001 09:56:14 -0700 (PDT) (envelope-from vlaero@yahoo.com.au) Message-ID: <20010601165614.15133.qmail@web5104.mail.yahoo.com> Received: from [203.101.93.80] by web5104.mail.yahoo.com; Sat, 02 Jun 2001 02:56:14 EST Date: Sat, 2 Jun 2001 02:56:14 +1000 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: picobsd available for download? To: small@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Are there versions of PicoBSD available for download anywhere? The website has an old .04 version and it's been that way for years. Are there plans to make images available anywhere? I'm interested in a recent version of the NET floppy. Thanks, _____________________________________________________________________________ http://messenger.yahoo.com.au - Yahoo! Messenger - Voice chat, mail alerts, stock quotes and favourite news and lots more! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Fri Jun 1 17: 0:34 2001 Delivered-To: freebsd-small@freebsd.org Received: from manifestation.org (cphiber.COM [205.142.78.243]) by hub.freebsd.org (Postfix) with ESMTP id 6486337B423 for ; Fri, 1 Jun 2001 17:00:32 -0700 (PDT) (envelope-from s@manifestation.org) Received: (from s@localhost) by manifestation.org (8.11.3/8.10.1) id f52024V08625; Fri, 1 Jun 2001 17:02:04 -0700 (PDT) Date: Fri, 1 Jun 2001 17:02:04 -0700 From: s To: Paul Jansen Cc: small@FreeBSD.ORG Subject: Re: picobsd available for download? Message-ID: <20010601170204.A28725@manifestation.org> References: <20010601165614.15133.qmail@web5104.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010601165614.15133.qmail@web5104.mail.yahoo.com>; from vlaero@yahoo.com.au on Sat, Jun 02, 2001 at 02:56:14AM +1000 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i dont think people actually use picobsd anymore :) On Sat, Jun 02, 2001 at 02:56:14AM +1000, Paul Jansen wrote: > Are there versions of PicoBSD available for download > anywhere? The website has an old .04 version and it's > been that way for years. > Are there plans to make images available anywhere? > I'm interested in a recent version of the NET floppy. > > Thanks, > > > _____________________________________________________________________________ > http://messenger.yahoo.com.au - Yahoo! Messenger > - Voice chat, mail alerts, stock quotes and favourite news and lots more! > > 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 Fri Jun 1 17:12:39 2001 Delivered-To: freebsd-small@freebsd.org Received: from web13502.mail.yahoo.com (web13502.mail.yahoo.com [216.136.175.81]) by hub.freebsd.org (Postfix) with SMTP id 32DB937B422 for ; Fri, 1 Jun 2001 17:12:37 -0700 (PDT) (envelope-from dyeske@yahoo.com) Message-ID: <20010602001232.55263.qmail@web13502.mail.yahoo.com> Received: from [64.81.49.127] by web13502.mail.yahoo.com; Fri, 01 Jun 2001 17:12:32 PDT Date: Fri, 1 Jun 2001 17:12:32 -0700 (PDT) From: David Yeske Subject: Re: picobsd available for download? To: freebsd-small@freebsd.org In-Reply-To: <20010601170204.A28725@manifestation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG plenty of people use picobsd, or they use it to roll their own embedded distro... David --- s wrote: > > i dont think people actually use picobsd anymore :) > > On Sat, Jun 02, 2001 at 02:56:14AM +1000, Paul Jansen wrote: > > Are there versions of PicoBSD available for download > > anywhere? The website has an old .04 version and it's > > been that way for years. > > Are there plans to make images available anywhere? > > I'm interested in a recent version of the NET floppy. > > > > Thanks, > > > > > > _____________________________________________________________________________ > > http://messenger.yahoo.com.au - Yahoo! Messenger > > - Voice chat, mail alerts, stock quotes and favourite news and lots more! > > > > 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 __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Sat Jun 2 7:35:47 2001 Delivered-To: freebsd-small@freebsd.org Received: from femail5.sdc1.sfba.home.com (femail5.sdc1.sfba.home.com [24.0.95.85]) by hub.freebsd.org (Postfix) with ESMTP id 46B3037B423 for ; Sat, 2 Jun 2001 07:35:45 -0700 (PDT) (envelope-from shansen@earthlink.net) Received: from p2 ([24.9.137.53]) by femail5.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010602143544.QHPU17209.femail5.sdc1.sfba.home.com@p2>; Sat, 2 Jun 2001 07:35:44 -0700 From: "Skip Hansen" To: Paul Jansen Date: Sat, 2 Jun 2001 07:37:06 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: picobsd available for download? Reply-To: shansen@earthlink.net Cc: small@freebsd.org Message-ID: <3B1897A2.2736.28B795@localhost> In-reply-to: <20010601165614.15133.qmail@web5104.mail.yahoo.com> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG PicoBSD was merged into the standard release quite some time ago which is probably why the release on the web site haven't been updated recently. I built my single floppy firewall from the FreeBSD 3.2 release tree If you installed full sources you should find it in /usr/src/release/picobsd assuming it hasn't moved since the 3.2 days. I never upgraded from 3.2 since it works fine and I've read that it's pretty much impossible to get the current PicoBSD to fit on a single 1.44mb floppy. On the other hand if I were starting to day I'd just use a CD-R, I've had more problems with floppies than anything else. Skip > Are there versions of PicoBSD available for download > anywhere? The website has an old .04 version and it's > been that way for years. > Are there plans to make images available anywhere? > I'm interested in a recent version of the NET floppy. > > Thanks, > > > _____________________________________________________________________________ > http://messenger.yahoo.com.au - Yahoo! Messenger > - Voice chat, mail alerts, stock quotes and favourite news and lots more! > > 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 Jun 2 8:51:38 2001 Delivered-To: freebsd-small@freebsd.org Received: from dsl3i239.cruzio.com (dsl3i239.cruzio.com [205.179.211.239]) by hub.freebsd.org (Postfix) with ESMTP id DB05837B424 for ; Sat, 2 Jun 2001 08:51:36 -0700 (PDT) (envelope-from brucem@dsl3i239.cruzio.com) Received: (from brucem@localhost) by dsl3i239.cruzio.com (8.11.3/8.11.3) id f52Fd0600458 for freebsd-small@freebsd.org; Sat, 2 Jun 2001 08:39:00 -0700 (PDT) (envelope-from brucem) Date: Sat, 2 Jun 2001 08:39:00 -0700 (PDT) From: "Bruce R. Montague" Message-Id: <200106021539.f52Fd0600458@dsl3i239.cruzio.com> To: freebsd-small@freebsd.org Subject: 4.3 picobsd fits on a floppy Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The PicoBSD release kit included in /usr/src/release/picobsd under FreeBSD 4.3-stable builds systems that easily fit on a single floppy. re: > I never upgraded from 3.2 since it works fine and I've read that > it's pretty much impossible to get the current PicoBSD to fit on a > single 1.44mb floppy. - bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message