From owner-freebsd-small Mon Jun 3 20:18:33 2002 Delivered-To: freebsd-small@freebsd.org Received: from web9702.mail.yahoo.com (web9702.mail.yahoo.com [216.136.129.138]) by hub.freebsd.org (Postfix) with SMTP id 8480E37B404 for ; Mon, 3 Jun 2002 20:18:30 -0700 (PDT) Message-ID: <20020604031830.32557.qmail@web9702.mail.yahoo.com> Received: from [141.154.34.73] by web9702.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 20:18:30 PDT Date: Mon, 3 Jun 2002 20:18:30 -0700 (PDT) From: c/o Peter Gatsoulis Reply-To: pg@eth1.com Subject: apps won't run under pico To: freebsd-small@freebsd.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 I have a few personal apps which i've compiled and run under 4.5 I boot pico fr floppy. under pico they will not run. is it because pico runs fbsd ver 3.0?? errors range but always mention ELF or ELF binary compatability etc .. or some lib so.1 etc how do i fix this problem? pls answer to my email also thanx.. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Mon Jun 3 22:47:28 2002 Delivered-To: freebsd-small@freebsd.org Received: from workhorse.imach.com (barbwire.iMach.com [206.127.77.82]) by hub.freebsd.org (Postfix) with ESMTP id 56F5037B405 for ; Mon, 3 Jun 2002 22:47:25 -0700 (PDT) Received: from localhost (forrestc@localhost) by workhorse.imach.com (8.11.6/8.11.6) with ESMTP id g545lNR49624; Mon, 3 Jun 2002 23:47:23 -0600 (MDT) (envelope-from forrestc@imach.com) Date: Mon, 3 Jun 2002 23:47:23 -0600 (MDT) From: "Forrest W. Christian" To: pg@eth1.com Cc: freebsd-small@FreeBSD.ORG Subject: Re: apps won't run under pico In-Reply-To: <20020604031830.32557.qmail@web9702.mail.yahoo.com> Message-ID: <20020603234521.T47693-100000@workhorse.imach.com> 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 On Mon, 3 Jun 2002, c/o Peter Gatsoulis wrote: > I have a few personal apps which i've compiled and run > under 4.5 > > I boot pico fr floppy. > under pico they will not run. > > is it because pico runs fbsd ver 3.0?? > errors range but always mention ELF or ELF binary > compatability etc .. or some lib so.1 etc This could be any one of a thousand things. How, specifically did you build the picobsd floppies (i.e. downloaded floppy images from somewhere, compiled it yourself, etc.). Excluding version differences, the lib errors indicate a non-static compile of your programs. - Forrest W. Christian (forrestc@imach.com) AC7DE ---------------------------------------------------------------------- The Innovation Machine Ltd. P.O. Box 5749 http://www.imach.com/ Helena, MT 59604 Home of PacketFlux Technogies and BackupDNS.com (406)-442-6648 ---------------------------------------------------------------------- Protect your personal freedoms - visit http://www.lp.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Tue Jun 4 6:47:31 2002 Delivered-To: freebsd-small@freebsd.org Received: from web9706.mail.yahoo.com (web9706.mail.yahoo.com [216.136.129.241]) by hub.freebsd.org (Postfix) with SMTP id 3C03137B406 for ; Tue, 4 Jun 2002 06:47:26 -0700 (PDT) Message-ID: <20020604134726.89547.qmail@web9706.mail.yahoo.com> Received: from [141.154.34.73] by web9706.mail.yahoo.com via HTTP; Tue, 04 Jun 2002 06:47:26 PDT Date: Tue, 4 Jun 2002 06:47:26 -0700 (PDT) From: c/o Peter Gatsoulis Reply-To: pg@eth1.com Subject: Re: apps won't run under pico To: "Forrest W. Christian" Cc: freebsd-small@FreeBSD.ORG In-Reply-To: <20020603234521.T47693-100000@workhorse.imach.com> 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 thanx for responding our compiles of our personal apps were done on 4.5 w/ flags -O for optimization and -o to produce a specific file name. These personal apps are batch programs which do not make use of any special libs, only the libraries associated with the gcc runtime and support files. These personal apps use less than 40 megs on machines that are diskless booting pico but these diskless machines have modre than 384 MB of RAM. The way we're using pico is that we downloaded the latest version from the picoBSD site and just burned it to floppy then booted each diskless machine. thanx again for any assistance. --- "Forrest W. Christian" wrote: > On Mon, 3 Jun 2002, c/o Peter Gatsoulis wrote: > > > I have a few personal apps which i've compiled and > run > > under 4.5 > > > > I boot pico fr floppy. > > under pico they will not run. > > > > is it because pico runs fbsd ver 3.0?? > > errors range but always mention ELF or ELF binary > > compatability etc .. or some lib so.1 etc > > This could be any one of a thousand things. How, > specifically did you > build the picobsd floppies (i.e. downloaded floppy > images from somewhere, > compiled it yourself, etc.). > > Excluding version differences, the lib errors > indicate a non-static > compile of your programs. > > - Forrest W. Christian (forrestc@imach.com) AC7DE > ---------------------------------------------------------------------- > The Innovation Machine Ltd. > P.O. Box 5749 > http://www.imach.com/ > Helena, MT 59604 > Home of PacketFlux Technogies and BackupDNS.com > (406)-442-6648 > ---------------------------------------------------------------------- > Protect your personal freedoms - visit > http://www.lp.org/ > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Tue Jun 4 7:21:38 2002 Delivered-To: freebsd-small@freebsd.org Received: from hotmail.com (f203.law9.hotmail.com [64.4.9.203]) by hub.freebsd.org (Postfix) with ESMTP id 06A8C37B406 for ; Tue, 4 Jun 2002 07:21:28 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 4 Jun 2002 07:21:27 -0700 Received: from 68.4.57.222 by lw9fd.law9.hotmail.msn.com with HTTP; Tue, 04 Jun 2002 14:21:27 GMT X-Originating-IP: [68.4.57.222] From: "Chuck T." To: pg@eth1.com, freebsd-small@FreeBSD.ORG Subject: Re: apps won't run under pico Date: Tue, 04 Jun 2002 07:21:27 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 04 Jun 2002 14:21:27.0973 (UTC) FILETIME=[1D70C550:01C20BD3] 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 >thanx for responding > >our compiles of our personal apps were done on 4.5 w/ >flags -O for optimization and -o to produce a specific >file name. > >These personal apps are batch programs which do not >make use of any special libs, only the libraries >associated with the gcc runtime and support files. The gcc runtime routines are shared libraries which are not available under PicoBSD. Link your programs with -static and you'll have better luck. The Pico images on the web site are very old, they haven't been updated since Pico was merged into the main FreeBSD source tree. You'd be much better off building an image yourself. You might find thewall.sf.net of interest, it's a FreeBSD/PicoBSD based firewall that's built from the 4.5 release sources. > >These personal apps use less than 40 megs on machines >that are diskless booting pico but these diskless >machines have modre than 384 MB of RAM. > >The way we're using pico is that we downloaded the >latest version from the picoBSD site and just burned >it to floppy then booted each diskless machine. > >thanx again for any assistance. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Tue Jun 4 7:51:40 2002 Delivered-To: freebsd-small@freebsd.org Received: from web9705.mail.yahoo.com (web9705.mail.yahoo.com [216.136.129.143]) by hub.freebsd.org (Postfix) with SMTP id E9C3737B401 for ; Tue, 4 Jun 2002 07:51:15 -0700 (PDT) Message-ID: <20020604145115.52891.qmail@web9705.mail.yahoo.com> Received: from [141.154.34.73] by web9705.mail.yahoo.com via HTTP; Tue, 04 Jun 2002 07:51:15 PDT Date: Tue, 4 Jun 2002 07:51:15 -0700 (PDT) From: c/o Peter Gatsoulis Reply-To: pg@eth1.com Subject: Re: apps won't run under pico To: "Chuck T." , freebsd-small@FreeBSD.ORG In-Reply-To: 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 Thanx for responding; I will indeed follow the link you provided, when U say below to build the images myself is there a how to or something I'd love to do this based on 4.5 and include only the items I need such as nfs support, telnetd, ifconfig etc and exlude a lot of the stuff that i find fluff for me anyways .. --- "Chuck T." wrote: > >thanx for responding > > > >our compiles of our personal apps were done on 4.5 > w/ > >flags -O for optimization and -o to produce a > specific > >file name. > > > >These personal apps are batch programs which do not > >make use of any special libs, only the libraries > >associated with the gcc runtime and support files. > > The gcc runtime routines are shared libraries which > are not available under > PicoBSD. Link your programs with -static and you'll > have better luck. The > Pico images on the web site are very old, they > haven't been updated since > Pico was merged into the main FreeBSD source tree. > You'd be much better off > building an image yourself. > > You might find thewall.sf.net of interest, it's a > FreeBSD/PicoBSD based > firewall that's built from the 4.5 release sources. > > > > >These personal apps use less than 40 megs on > machines > >that are diskless booting pico but these diskless > >machines have modre than 384 MB of RAM. > > > >The way we're using pico is that we downloaded the > >latest version from the picoBSD site and just > burned > >it to floppy then booted each diskless machine. > > > >thanx again for any assistance. > > > _________________________________________________________________ > MSN Photos is the easiest way to share and print > your photos: > http://photos.msn.com/support/worldwide.aspx > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Tue Jun 4 17:44:33 2002 Delivered-To: freebsd-small@freebsd.org Received: from pooh.ASARian.org (pooh.ASARian.org [216.21.171.83]) by hub.freebsd.org (Postfix) with ESMTP id 172D537B40D for ; Tue, 4 Jun 2002 17:44:29 -0700 (PDT) Received: from localhost (fuzzy@localhost.ASARian.org [127.0.0.1]) by pooh.ASARian.org (8.11.6/8.11.6) with ESMTP id g550isJ31224 for ; Tue, 4 Jun 2002 20:44:54 -0400 (EDT) (envelope-from fuzzy@pooh.ASARian.org) Date: Tue, 4 Jun 2002 20:44:54 -0400 (EDT) From: Fuzzy To: freebsd-small@freebsd.org Subject: getting picobsd Message-ID: X-No-Archive: Yes Organization: ASARian Inc. 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 I'm currently running FreeBSD 4.4-release and would like create the net version of picobsd based on my current sources. the websites seem to be saying this is possible. could someone tell me where to start? I looked in the ports directory, but only found /usr/ports/picobsd/ssh-picobsd for a ssh client, but not the build setup. thanks Fuz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Tue Jun 4 18:13: 0 2002 Delivered-To: freebsd-small@freebsd.org Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 9E45237B403 for ; Tue, 4 Jun 2002 18:12:57 -0700 (PDT) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id 35BEFA804; Wed, 5 Jun 2002 11:12:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id 3445E542D; Wed, 5 Jun 2002 11:12:56 +1000 (EST) Date: Wed, 5 Jun 2002 11:12:56 +1000 (EST) From: Andrew To: Fuzzy Cc: freebsd-small@freebsd.org Subject: Re: getting picobsd In-Reply-To: Message-ID: <20020605111238.D56458-100000@starbug.ugh.net.au> X-WonK: *wibble* 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 On Tue, 4 Jun 2002, Fuzzy wrote: > could someone tell me where to start? I looked in the ports /usr/src/release/picobsd Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Wed Jun 5 4:16:47 2002 Delivered-To: freebsd-small@freebsd.org Received: from darkstar.wavenet.com.br (ipcorp-C8B16E82.ssa.terraempresas.com.br [200.177.110.130]) by hub.freebsd.org (Postfix) with ESMTP id C625537B401 for ; Wed, 5 Jun 2002 04:16:43 -0700 (PDT) Received: (from root@localhost) by darkstar.wavenet.com.br (8.12.2/8.12.2) id g55BIafe060533 for small@freebsd.org; Wed, 5 Jun 2002 08:18:36 -0300 (BRT) Received: from jcrr (wv-acc2-ssa-C8B06E01.brdterra.com.br [200.176.110.1]) by darkstar.wavenet.com.br (8.12.2/8.12.2av) with SMTP id g55BIYoE060526 for ; Wed, 5 Jun 2002 08:18:35 -0300 (BRT) Message-ID: <001601c20c82$e6513a40$4200a8c0@intranet.wavenet.com.br> From: "Joao Carlos" To: Subject: Modifications Date: Wed, 5 Jun 2002 08:19:45 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Virus-Scanned: by AMaViS perl-10 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 May I change any configuration in PicoBSD with vi and save it on the floppy? How? Thanks, Joao Carlos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Wed Jun 5 16:23:20 2002 Delivered-To: freebsd-small@freebsd.org Received: from rack.purplecat.net (rack.purplecat.net [208.133.44.46]) by hub.freebsd.org (Postfix) with ESMTP id 3BDEC37B408 for ; Wed, 5 Jun 2002 16:23:15 -0700 (PDT) Received: (qmail 49091 invoked from network); 5 Jun 2002 23:23:13 -0000 Received: from unknown (HELO micron) (208.150.25.130) by rack.purplecat.net with SMTP; 5 Jun 2002 23:23:13 -0000 From: "Peter Brezny" To: Subject: net flavor won't build Date: Wed, 5 Jun 2002 19:23:28 -0400 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal 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'm stuck... /usr/lib/libedit.a(editline.o): In function `el_gets': editline.o(.text+0x67d2): undefined reference to `tgoto' editline.o(.text+0x698d): undefined reference to `tgoto' editline.o(.text+0x6aae): undefined reference to `tgoto' editline.o(.text+0x6bb3): undefined reference to `tgoto' editline.o(.text+0x6eb5): undefined reference to `tgetent' editline.o(.text+0x6f79): undefined reference to `tgetflag' editline.o(.text+0x6f90): undefined reference to `tgetflag' editline.o(.text+0x6fab): undefined reference to `tgetflag' editline.o(.text+0x6fc3): undefined reference to `tgetflag' editline.o(.text+0x6fde): undefined reference to `tgetnum' editline.o(.text+0x6ff6): undefined reference to `tgetnum' editline.o(.text+0x7026): undefined reference to `tgetstr' editline.o(.text+0x7bd8): undefined reference to `tgetstr' editline.o(.text+0x7d77): undefined reference to `tgoto' editline.o(.text+0x7e76): undefined reference to `tgoto' *** Error code 1 Stop in /usr/src/release/picobsd/build/build_dir-hph2.cnf/crunch. ---> fail: Error <1> error code in <> Error while building hph2.cnf. ---> Aborting ./picobsd Any ideas? TIA Peter Brezny Skyrunner.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Thu Jun 6 9:22:56 2002 Delivered-To: freebsd-small@freebsd.org Received: from mail.cruzio.com (dsl3-63-249-66-210.cruzio.com [63.249.66.210]) by hub.freebsd.org (Postfix) with ESMTP id 5DA1D37B405 for ; Thu, 6 Jun 2002 09:22:52 -0700 (PDT) Received: (from brucem@localhost) by mail.cruzio.com (8.11.3/8.11.3) id g56Ga6b00639; Thu, 6 Jun 2002 09:36:06 -0700 (PDT) (envelope-from brucem) Date: Thu, 6 Jun 2002 09:36:06 -0700 (PDT) From: "Bruce R. Montague" Message-Id: <200206061636.g56Ga6b00639@mail.cruzio.com> To: jcrr@wavenet.com.br, small@freebsd.org Subject: modifying picobsd config files.. 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 re: > May I change any configuration in PicoBSD with vi and save it In the page at: http://www.cse.ucsc.edu/~brucem/pico_notes.htm http://alumni.cse.ucsc.edu/~brucem/pico_notes.htm See the section: "How do I edit PicoBSD /etc scripts?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Thu Jun 6 10:15:30 2002 Delivered-To: freebsd-small@freebsd.org Received: from newmail.skyrunner.net (newmail.skyrunner.net [208.133.44.6]) by hub.freebsd.org (Postfix) with ESMTP id D5F9537B406 for ; Thu, 6 Jun 2002 10:15:22 -0700 (PDT) Received: from micron (athena.skyrunner.net [208.150.25.130]) by newmail.skyrunner.net (8.11.2/8.11.0/SuSE Linux 8.11.0-0.4) with SMTP id g56HFvv27940 for ; Thu, 6 Jun 2002 13:15:57 -0400 From: "Peter Brezny" To: Subject: picobsd net version won't build, probably something simple? Date: Thu, 6 Jun 2002 13:15:26 -0400 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal 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've updated a system to 4.5-stable as of last night hoping that the net version of picobsd would build on its own. With no modifications to it's default config I'm still getting this error attempting to build. Any ideas what to do from here to get it to work? I've read through the docs, provided with picobsd, especially the how2build.html, but it appears that it should work. TIA, Peter /usr/src/bin/sh/var.c: In function `setvareq': /usr/src/bin/sh/var.c:312: warning: field width is not type int (arg 2) /usr/src/usr.bin/passwd/../../usr.sbin/pwd_mkdb/pw_scan.c: In function `pw_scan': /usr/src/usr.bin/passwd/../../usr.sbin/pwd_mkdb/pw_scan.c:106: warning: unsigned int format, long unsigned int ar g (arg 3) /usr/src/usr.bin/passwd/../../usr.sbin/pwd_mkdb/pw_scan.c:124: warning: unsigned int format, long unsigned int ar g (arg 3) ===> rtquery ===> rtquery /usr/lib/libedit.a(editline.o): In function `el_gets': editline.o(.text+0x67d2): undefined reference to `tgoto' editline.o(.text+0x698d): undefined reference to `tgoto' editline.o(.text+0x6aae): undefined reference to `tgoto' editline.o(.text+0x6bb3): undefined reference to `tgoto' editline.o(.text+0x6eb5): undefined reference to `tgetent' editline.o(.text+0x6f79): undefined reference to `tgetflag' editline.o(.text+0x6f90): undefined reference to `tgetflag' editline.o(.text+0x6fab): undefined reference to `tgetflag' editline.o(.text+0x6fc3): undefined reference to `tgetflag' editline.o(.text+0x6fde): undefined reference to `tgetnum' editline.o(.text+0x6ff6): undefined reference to `tgetnum' editline.o(.text+0x7026): undefined reference to `tgetstr' editline.o(.text+0x7bd8): undefined reference to `tgetstr' editline.o(.text+0x7d77): undefined reference to `tgoto' editline.o(.text+0x7e76): undefined reference to `tgoto' *** Error code 1 Stop in /usr/src/release/picobsd/build/build_dir-net/crunch. ---> fail: Error <1> error code in <> Error while building net. ---> Aborting ./picobsd Peter Brezny Skyrunner.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Thu Jun 6 10:27:41 2002 Delivered-To: freebsd-small@freebsd.org Received: from rack.purplecat.net (rack.purplecat.net [208.133.44.46]) by hub.freebsd.org (Postfix) with ESMTP id 2524837B403 for ; Thu, 6 Jun 2002 10:27:37 -0700 (PDT) Received: (qmail 21096 invoked from network); 6 Jun 2002 17:27:35 -0000 Received: from unknown (HELO micron) (208.150.25.130) by rack.purplecat.net with SMTP; 6 Jun 2002 17:27:35 -0000 From: "Peter Brezny" To: Subject: isp doesn't build out of the box either... Date: Thu, 6 Jun 2002 13:27:40 -0400 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal 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 /usr/src/usr.bin/passwd/../../usr.sbin/pwd_mkdb/pw_scan.c:106: warning: unsigned int format, long unsigned int ar g (arg 3) /usr/src/usr.bin/passwd/../../usr.sbin/pwd_mkdb/pw_scan.c:124: warning: unsigned int format, long unsigned int ar g (arg 3) ===> rtquery ===> rtquery telnetd.lo: In function `telnet': telnetd.lo(.text+0x4696): undefined reference to `getent' telnetd.lo(.text+0x46c4): undefined reference to `Getstr' telnetd.lo(.text+0x46e3): undefined reference to `Getstr' telnetd.lo(.text+0x4702): undefined reference to `Getstr' *** Error code 1 Stop in /usr/src/release/picobsd/build/build_dir-isp/crunch. ---> fail: Error <1> error code in <> Error while building isp. ---> Aborting ./picobsd Peter Brezny Skyrunner.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Thu Jun 6 12: 3:30 2002 Delivered-To: freebsd-small@freebsd.org Received: from idiom.com (idiom.com [216.240.32.1]) by hub.freebsd.org (Postfix) with ESMTP id CD3F237B401 for ; Thu, 6 Jun 2002 12:03:24 -0700 (PDT) Received: from localhost (billy@localhost) by idiom.com (8.9.3/8.9.3) with ESMTP id MAA82630; Thu, 6 Jun 2002 12:03:23 -0700 (PDT) Date: Thu, 6 Jun 2002 12:03:23 -0700 (PDT) From: To: Peter Brezny Cc: freebsd-small@FreeBSD.ORG Subject: Re: net flavor won't build In-Reply-To: Message-ID: 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 What version of freebsd are you on? I've had good luck building pico on 4.5-RELEASE. You might try sup'ing to that version and building with it. -billy On Wed, 5 Jun 2002, Peter Brezny wrote: > I'm stuck... > > /usr/lib/libedit.a(editline.o): In function `el_gets': > editline.o(.text+0x67d2): undefined reference to `tgoto' > editline.o(.text+0x698d): undefined reference to `tgoto' > editline.o(.text+0x6aae): undefined reference to `tgoto' > editline.o(.text+0x6bb3): undefined reference to `tgoto' > editline.o(.text+0x6eb5): undefined reference to `tgetent' > editline.o(.text+0x6f79): undefined reference to `tgetflag' > editline.o(.text+0x6f90): undefined reference to `tgetflag' > editline.o(.text+0x6fab): undefined reference to `tgetflag' > editline.o(.text+0x6fc3): undefined reference to `tgetflag' > editline.o(.text+0x6fde): undefined reference to `tgetnum' > editline.o(.text+0x6ff6): undefined reference to `tgetnum' > editline.o(.text+0x7026): undefined reference to `tgetstr' > editline.o(.text+0x7bd8): undefined reference to `tgetstr' > editline.o(.text+0x7d77): undefined reference to `tgoto' > editline.o(.text+0x7e76): undefined reference to `tgoto' > *** Error code 1 > > Stop in /usr/src/release/picobsd/build/build_dir-hph2.cnf/crunch. > ---> fail: Error <1> error code in <> > Error while building hph2.cnf. > ---> Aborting ./picobsd > > Any ideas? > > TIA > > Peter Brezny > Skyrunner.net > > > > 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 Thu Jun 6 15:53: 1 2002 Delivered-To: freebsd-small@freebsd.org Received: from wotsit.thingy.com (wotsit.thingy.com [212.21.100.67]) by hub.freebsd.org (Postfix) with SMTP id BD99F37B404 for ; Thu, 6 Jun 2002 15:52:56 -0700 (PDT) Received: (qmail 10083 invoked from network); 6 Jun 2002 22:52:41 -0000 Received: from unknown (HELO jubjub) (212.19.79.186) by wotsit.thingy.com with SMTP; 6 Jun 2002 22:52:41 -0000 Message-ID: <005f01c20dad$179e0350$fa37a8c0@jubjub> From: "Howard Jones" To: Subject: Console Graphics? Date: Thu, 6 Jun 2002 23:54:17 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone have any experience of using console (non-X) graphics libraries with Pico/FreeBSD? I have a DoM-booting FreeBSD system that I'd like to be able to run graphical apps on without having X - I'm thinking about kiosk-style stuff, although this is a personal project (diskless settop box for my TV). Ideally, I'd also be able to get something like a VNC or RDP viewer for that library, so that the system can pretend to be a windows box, too. All the things I've found so far are either really old (poor modern drivers) or really new (half finished). What do other people use? GGI? SVGAlib? something else? Thanks for any pointers, Howie [Actually, if anyone *is* doing kiosk-type stuff with PC hardware driving regular TV monitors, I'd love to know what video cards you're using - I've yet to find a video card that can produce output anything like as sharp, crisp and non-shimmery as my Playstation 2 or Dreamcast, for sensible money.] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Thu Jun 6 16:37:25 2002 Delivered-To: freebsd-small@freebsd.org Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 4E74637B407 for ; Thu, 6 Jun 2002 16:37:19 -0700 (PDT) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id 61E83A804; Fri, 7 Jun 2002 09:37:18 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id 5E5EA542D; Fri, 7 Jun 2002 09:37:18 +1000 (EST) Date: Fri, 7 Jun 2002 09:37:18 +1000 (EST) From: Andrew To: Howard Jones Cc: freebsd-small@freebsd.org Subject: Re: Console Graphics? In-Reply-To: <005f01c20dad$179e0350$fa37a8c0@jubjub> Message-ID: <20020607093624.S71955-100000@starbug.ugh.net.au> X-WonK: *wibble* 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 On Thu, 6 Jun 2002, Howard Jones wrote: > Does anyone have any experience of using console (non-X) graphics libraries > with Pico/FreeBSD? I played with libvgl for a while. I could never quite get it to do what I wanted and went back to ASCII art :-) I didn't spend too long on it however. Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Fri Jun 7 6:37:10 2002 Delivered-To: freebsd-small@freebsd.org Received: from insomnia.spc.org (insomnia.spc.org [195.224.94.183]) by hub.freebsd.org (Postfix) with SMTP id 0E4C537B401 for ; Fri, 7 Jun 2002 06:37:08 -0700 (PDT) Received: (qmail 9527 invoked by uid 1031); 7 Jun 2002 13:27:36 -0000 Date: Fri, 7 Jun 2002 13:27:36 +0000 From: Bruce M Simpson To: Troy Thoele Cc: freebsd-small@FreeBSD.ORG Subject: Re: Pro's and Con's of FreeBSD vs Linux for embedded systems? Message-ID: <20020607132736.A16359@spc.org> Mail-Followup-To: Bruce M Simpson , Troy Thoele , freebsd-small@FreeBSD.ORG References: <> <200205301419.g4UEJfS21335@portal.txcyber.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205301419.g4UEJfS21335@portal.txcyber.com>; from thoele@txcyber.com on Thu, May 30, 2002 at 09:19:41AM -0500 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 Troy, You might be interested in ClosedBSD (www.closedbsd.org). I have been in the process of getting the buildworld weeded out. Currently it builds against the RELENG_4_5 tree. Our objective is to supply a ready-to-roll firewall, NAT, proxy and 802.11 AP solution with an easy configuration interface. CVS repository up soon. Of course, as soon as I began working on ClosedBSD, I found a love interest, and work got busy, so I am being pulled in 6 directions at once trying to get everything to happen! :)) BMS On Thu, May 30, 2002 at 09:19:41AM -0500, Troy Thoele wrote: > I now run a multitude of FreeBSD 4.5 servers, but I've just about given up > with Pico development. It looks like Pico isn't staying current with the > mainstream FreeBSD development. This is unfortunate, as some of us (me) > aren't too good with programming, and if something is broken, I generally > need outside help to fix it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Fri Jun 7 17:42: 3 2002 Delivered-To: freebsd-small@freebsd.org Received: from web20808.mail.yahoo.com (web20808.mail.yahoo.com [216.136.226.197]) by hub.freebsd.org (Postfix) with SMTP id 8CADD37B407 for ; Fri, 7 Jun 2002 17:41:57 -0700 (PDT) Message-ID: <20020608004157.83772.qmail@web20808.mail.yahoo.com> Received: from [64.171.24.204] by web20808.mail.yahoo.com via HTTP; Fri, 07 Jun 2002 17:41:57 PDT Date: Fri, 7 Jun 2002 17:41:57 -0700 (PDT) From: Al Snore Subject: Re: Pro's and Con's of FreeBSD vs Linux for embedded systems? To: freebsd-small@FreeBSD.ORG In-Reply-To: <20020607132736.A16359@spc.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1020207156-1023496917=:82817" 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 --0-1020207156-1023496917=:82817 Content-Type: text/plain; charset=us-ascii Bruce, How about using cBSD as a simple file server sitting on a Win2K/XP network? That should be organic to Closed BSD, correct? thanks Bruce M Simpson wrote: Troy, You might be interested in ClosedBSD (www.closedbsd.org). I have been in the process of getting the buildworld weeded out. Currently it builds against the RELENG_4_5 tree. Our objective is to supply a ready-to-roll firewall, NAT, proxy and 802.11 AP solution with an easy configuration interface. CVS repository up soon. Of course, as soon as I began working on ClosedBSD, I found a love interest, and work got busy, so I am being pulled in 6 directions at once trying to get everything to happen! :)) BMS On Thu, May 30, 2002 at 09:19:41AM -0500, Troy Thoele wrote: > I now run a multitude of FreeBSD 4.5 servers, but I've just about given up > with Pico development. It looks like Pico isn't staying current with the > mainstream FreeBSD development. This is unfortunate, as some of us (me) > aren't too good with programming, and if something is broken, I generally > need outside help to fix it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message --------------------------------- Do You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World Cup --0-1020207156-1023496917=:82817 Content-Type: text/html; charset=us-ascii

Bruce,

 

  How about using cBSD as a simple file server sitting on a Win2K/XP network?
That should be organic to Closed BSD, correct?

 

thanks

  Bruce M Simpson <bms@spc.org> wrote:

Troy,

You might be interested in ClosedBSD (www.closedbsd.org). I have been in the
process of getting the buildworld weeded out. Currently it builds against
the RELENG_4_5 tree. Our objective is to supply a ready-to-roll firewall,
NAT, proxy and 802.11 AP solution with an easy configuration interface.

CVS repository up soon. Of course, as soon as I began working on ClosedBSD,
I found a love interest, and work got busy, so I am being pulled in 6
directions at once trying to get everything to happen! :))

BMS

On Thu, May 30, 2002 at 09:19:41AM -0500, Troy Thoele wrote:
> I now run a multitude of FreeBSD 4.5 servers, but I've just about given up
> with Pico development. It looks like Pico isn't staying current with the
> mainstream FreeBSD development. This is unfortunate, as some of us (me)
> aren't too good with programming, and if something is broken, I generally
> need outside help to fix it.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-small" in the body of the message



Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup --0-1020207156-1023496917=:82817-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Fri Jun 7 19:26:37 2002 Delivered-To: freebsd-small@freebsd.org Received: from wrath.cs.utah.edu (wrath.cs.utah.edu [155.99.198.100]) by hub.freebsd.org (Postfix) with ESMTP id F0DE837B405 for ; Fri, 7 Jun 2002 19:26:34 -0700 (PDT) Received: from famine.cs.utah.edu (famine.cs.utah.edu [155.99.198.114]) by wrath.cs.utah.edu (8.11.6/8.11.6) with ESMTP id g582QYL18301 for ; Fri, 7 Jun 2002 20:26:34 -0600 (MDT) Received: by famine.cs.utah.edu (Postfix, from userid 1122) id 0EEFD23A7A; Fri, 7 Jun 2002 20:26:34 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by famine.cs.utah.edu (Postfix) with ESMTP id 09883279C6 for ; Fri, 7 Jun 2002 20:26:34 -0600 (MDT) Date: Fri, 7 Jun 2002 20:26:34 -0600 (MDT) From: Mark Hartner To: freebsd-small@FreeBSD.ORG Subject: small lcd monitor Message-ID: 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 Does anyone have suggestions for a small LCD monitor, something that can take a regular HD-15 connection? We'd like something inexpensive and small, say 8" or smaller, and be able to run X at at least 640x480. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Fri Jun 7 21:49:59 2002 Delivered-To: freebsd-small@freebsd.org Received: from web20801.mail.yahoo.com (web20801.mail.yahoo.com [216.136.226.190]) by hub.freebsd.org (Postfix) with SMTP id 9179537B405 for ; Fri, 7 Jun 2002 21:49:55 -0700 (PDT) Message-ID: <20020608044955.49173.qmail@web20801.mail.yahoo.com> Received: from [64.171.24.204] by web20801.mail.yahoo.com via HTTP; Fri, 07 Jun 2002 21:49:55 PDT Date: Fri, 7 Jun 2002 21:49:55 -0700 (PDT) From: Al Snore Subject: Re: small lcd monitor To: Mark Hartner , freebsd-small@FreeBSD.ORG In-Reply-To: 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 Mark, Not exactly what you might be looking for, but inexpensive as heck are these 5.6" LCD's, however they work off of NTSC. http://shop3.outpost.com/product/3137660 --- Mark Hartner wrote: > Does anyone have suggestions for a small LCD > monitor, something that can > take a regular HD-15 connection? We'd like something > inexpensive and > small, say 8" or smaller, and be able to run X at at > least 640x480. > > Mark > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-small" in the body of the message __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Fri Jun 7 22:13:23 2002 Delivered-To: freebsd-small@freebsd.org Received: from jupiter.linuxengine.net (jupiter.linuxengine.net [209.61.188.254]) by hub.freebsd.org (Postfix) with ESMTP id 8A79137B404 for ; Fri, 7 Jun 2002 22:13:19 -0700 (PDT) Received: from jupiterweb.commercevault.com (jupiterweb.commercevault.com [209.61.179.16] (may be forged)) by jupiter.linuxengine.net (8.11.6/8.11.0) with ESMTP id g585DD821193; Sat, 8 Jun 2002 00:13:13 -0500 Date: Sat, 8 Jun 2002 00:13:13 -0500 (CDT) From: John Utz X-X-Sender: john@jupiter.linuxengine.net To: Al Snore Cc: Mark Hartner , Subject: Re: small lcd monitor In-Reply-To: <20020608044955.49173.qmail@web20801.mail.yahoo.com> Message-ID: 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 Damn! On Fri, 7 Jun 2002, Al Snore wrote: > > > Mark, > > Not exactly what you might be looking for, but > inexpensive as heck are these 5.6" LCD's, however they > work off of NTSC. > > http://shop3.outpost.com/product/3137660 i cant imagine for the life of me that it would cost more than a buck or two in either direction to make these vga compatible. i'd love to use this for my server. > > > --- Mark Hartner wrote: > Does anyone have > suggestions for a small LCD > monitor, something that > can > take a regular HD-15 connection? We'd like > something > inexpensive and > small, say 8" or > smaller, and be able to run X at at > least 640x480. > > > Mark > > > To Unsubscribe: send mail to > majordomo@FreeBSD.org > with "unsubscribe > freebsd-small" in the body of the message > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-small" in the body of the message > -- John L. Utz III john@utzweb.net Idiocy is the Impulse Function in the Convolution of Life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message From owner-freebsd-small Fri Jun 7 22:25:26 2002 Delivered-To: freebsd-small@freebsd.org Received: from web20807.mail.yahoo.com (web20807.mail.yahoo.com [216.136.226.196]) by hub.freebsd.org (Postfix) with SMTP id 2B02037B409 for ; Fri, 7 Jun 2002 22:25:21 -0700 (PDT) Message-ID: <20020608052520.67532.qmail@web20807.mail.yahoo.com> Received: from [64.171.24.204] by web20807.mail.yahoo.com via HTTP; Fri, 07 Jun 2002 22:25:20 PDT Date: Fri, 7 Jun 2002 22:25:20 -0700 (PDT) From: Al Snore Subject: Re: small lcd monitor To: freebsd-small@FreeBSD.ORG In-Reply-To: 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 Here's something thats really, really cool. Get one of these GameVue LCD's for about $55 Get one of these Mini-ITX's w/800 Mhz C3 for $80 https://www.pcprogress.com/products.asp?orderid=33355845586574953794478&cat=39 Its the VIAEPIA800, a small 7"x7" full board/cpu by Via, described here: http://www.viavpsd.com/product/epia_mini_itx_spec.jsp?motherboardId=21 Add one of these for $13 http://www.pcengines.com/cfdisk5a.jpg Now, if only I knew more about bsd....... BTW, if you hate noise, then you want one of these for this little system, AC to DC brick, then DC to internal ATX breakout board: http://www.idot.com/TheStore/Desktop/559Spec.asp?Product.id=559&Cate.id=14&Product.status=green I've got a couple, if anyone wants to experiment please let me know. I think its kind of cool. --- John Utz wrote: > Damn! > > On Fri, 7 Jun 2002, Al Snore wrote: > > > > > > > Mark, > > > > Not exactly what you might be looking for, but > > inexpensive as heck are these 5.6" LCD's, however > they > > work off of NTSC. > > > > http://shop3.outpost.com/product/3137660 > > i cant imagine for the life of me that it would cost > more than a buck or > two in either direction to make these vga > compatible. i'd love to use this > for my server. > > > > > > > --- Mark Hartner wrote: > Does anyone have > > suggestions for a small LCD > monitor, something > that > > can > take a regular HD-15 connection? We'd like > > something > inexpensive and > small, say 8" or > > smaller, and be able to run X at at > least > 640x480. > > > > Mark > > > To Unsubscribe: send mail to > > majordomo@FreeBSD.org > with "unsubscribe > > freebsd-small" in the body of the message > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! - Official partner of 2002 FIFA World Cup > > http://fifaworldcup.yahoo.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-small" in the body of > the message > > > > -- > > John L. Utz III > john@utzweb.net > > Idiocy is the Impulse Function in the Convolution of > Life > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.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 8 1:52:55 2002 Delivered-To: freebsd-small@freebsd.org Received: from web20807.mail.yahoo.com (web20807.mail.yahoo.com [216.136.226.196]) by hub.freebsd.org (Postfix) with SMTP id 17E7337B401 for ; Sat, 8 Jun 2002 01:52:53 -0700 (PDT) Message-ID: <20020608085252.85148.qmail@web20807.mail.yahoo.com> Received: from [64.171.24.204] by web20807.mail.yahoo.com via HTTP; Sat, 08 Jun 2002 01:52:52 PDT Date: Sat, 8 Jun 2002 01:52:52 -0700 (PDT) From: Al Snore Subject: Re: small lcd monitor To: freebsd-small@FreeBSD.ORG In-Reply-To: <20020608052520.67532.qmail@web20807.mail.yahoo.com> 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 Of coruse, if you want something with VGA, how about taking a crack at one of these? http://www.ubid.com/actn/opn/getpage.asp?AuctionId=100372505 Check it, it ends Sat Jun 8, 2002 10:50 am PT __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.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 8 10:12: 5 2002 Delivered-To: freebsd-small@freebsd.org Received: from hotmail.com (f260.law9.hotmail.com [64.4.8.135]) by hub.freebsd.org (Postfix) with ESMTP id E3A5637B406 for ; Sat, 8 Jun 2002 10:12:03 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 8 Jun 2002 10:12:03 -0700 Received: from 68.4.57.222 by lw9fd.law9.hotmail.msn.com with HTTP; Sat, 08 Jun 2002 17:12:03 GMT X-Originating-IP: [68.4.57.222] From: "Chuck T." To: badpacket94501@yahoo.com, freebsd-small@FreeBSD.ORG Subject: Re: small lcd monitor Date: Sat, 08 Jun 2002 10:12:03 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Jun 2002 17:12:03.0919 (UTC) FILETIME=[9C312DF0:01C20F0F] 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 Many people that have bought "reconditioned" 3com Audreys from Ubid have been very unhappy with the results. Many reported missing power supplies, some reported cracked LCDs. No personal experience here, but I've seen too many reports to ignore. By the way the Audrey screen is ok, but the keyboard is a bad joke. At least with the old I-opener you could plug in a standard keyboard. >Of coruse, if you want something with VGA, how about >taking a crack at one of these? > >http://www.ubid.com/actn/opn/getpage.asp?AuctionId=100372505 _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.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 8 14: 9: 1 2002 Delivered-To: freebsd-small@freebsd.org Received: from web20802.mail.yahoo.com (web20802.mail.yahoo.com [216.136.226.191]) by hub.freebsd.org (Postfix) with SMTP id D888937B403 for ; Sat, 8 Jun 2002 14:08:58 -0700 (PDT) Message-ID: <20020608210858.47484.qmail@web20802.mail.yahoo.com> Received: from [64.171.24.204] by web20802.mail.yahoo.com via HTTP; Sat, 08 Jun 2002 14:08:58 PDT Date: Sat, 8 Jun 2002 14:08:58 -0700 (PDT) From: Al Snore Subject: Re: small lcd monitor To: freebsd-small@FreeBSD.ORG In-Reply-To: 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 I wasn't aware of that. Of course, I haven't been following all the hacking goings on at http://www.linux-hacker.net/cgi-bin/UltraBoard/UltraBoard.pl either though. These guys have the low down on -everything- hackable pretty much. And a good place for hot deals, besides fatwallet/anandtech. I only mention this as there seem to be a number of hacker types here. And, I mean 'hacker' as in its orginal meaning, not the GenX type :) --- "Chuck T." wrote: > Many people that have bought "reconditioned" 3com > Audreys from Ubid have > been very unhappy with the results. Many reported > missing power supplies, > some reported cracked LCDs. No personal experience > here, but I've seen too > many reports to ignore. > > By the way the Audrey screen is ok, but the keyboard > is a bad joke. At least > with the old I-opener you could plug in a standard > keyboard. > > >Of coruse, if you want something with VGA, how > about > >taking a crack at one of these? > > > >http://www.ubid.com/actn/opn/getpage.asp?AuctionId=100372505 > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: > http://messenger.msn.com > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.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 8 17:25:12 2002 Delivered-To: freebsd-small@freebsd.org Received: from hotmail.com (f116.law9.hotmail.com [64.4.9.116]) by hub.freebsd.org (Postfix) with ESMTP id E89E237B408 for ; Sat, 8 Jun 2002 17:25:10 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 8 Jun 2002 17:25:10 -0700 Received: from 68.4.57.222 by lw9fd.law9.hotmail.msn.com with HTTP; Sun, 09 Jun 2002 00:25:10 GMT X-Originating-IP: [68.4.57.222] From: "Chuck T." To: badpacket94501@yahoo.com, freebsd-small@FreeBSD.ORG Subject: Re: small lcd monitor Date: Sat, 08 Jun 2002 17:25:10 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Jun 2002 00:25:10.0924 (UTC) FILETIME=[1DA774C0:01C20F4C] 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 wasn't aware of that. Of course, I haven't been >following all the hacking goings on at >http://www.linux-hacker.net/cgi-bin/UltraBoard/UltraBoard.pl >either though. I have an Audrey and I-Opener thanks to those guys. I almost bought a MSN companion, but I finally figured out that I already had enough Internet appliances I don't use gathering dust and didn't need other one. I'd still like to get FreeBSD running on the Audrey just "because it's there", but I haven't had much time to devote to that project lately. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message