From owner-freebsd-chat@FreeBSD.ORG Sun Apr 6 14:44:23 2008 Return-Path: Delivered-To: freebsd-chat@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B3C8106566B for ; Sun, 6 Apr 2008 14:44:23 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) by mx1.freebsd.org (Postfix) with ESMTP id D96A38FC22 for ; Sun, 6 Apr 2008 14:44:22 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de ([10.1.1.7]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id m36EKCIc015359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 Apr 2008 16:20:12 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [10.1.1.14]) by cicely5.cicely.de (8.13.4/8.13.4) with ESMTP id m36EK6hR076649 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 6 Apr 2008 16:20:07 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.13.4/8.13.3) with ESMTP id m36EK5su045726; Sun, 6 Apr 2008 16:20:05 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.13.4/8.13.3/Submit) id m36EK5cr045725; Sun, 6 Apr 2008 16:20:05 +0200 (CEST) (envelope-from ticso) Date: Sun, 6 Apr 2008 16:20:05 +0200 From: Bernd Walter To: d@delphij.net Message-ID: <20080406142004.GD15954@cicely12.cicely.de> References: <47F6C1BD.1090806@delphij.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47F6C1BD.1090806@delphij.net> X-Operating-System: FreeBSD cicely12.cicely.de 5.4-STABLE alpha User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED=-1.8, BAYES_00=-2.599 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on cicely12.cicely.de Cc: FreeBSD-Chat mailing list Subject: Re: Program to copy data from a bad disk? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 14:44:23 -0000 On Fri, Apr 04, 2008 at 05:03:09PM -0700, LI Xin wrote: > Hi, > > Recently my hard drive goes bad again, which has a lot of bad sectors > for unknown reasons. I am looking for some software that is capable of > doing a sector-to-sector copy of the hard drive. > > I have tried dd but with conv=noerror,sync it would just fill 0's for > the whole block size (say, in order to get best speed you will want > bs=128k or even larger, but that means that you will lose data when 1 > of these 256 sectors is bad). Is there any program that is smarter > which do a sector-to-sector copy for these failed blocks and use larger > transfer buffer for others? PHK's recoverdisk(1) -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm. From owner-freebsd-chat@FreeBSD.ORG Sun Apr 6 15:00:08 2008 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 322101065670 for ; Sun, 6 Apr 2008 15:00:08 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id D220C8FC13 for ; Sun, 6 Apr 2008 15:00:07 +0000 (UTC) (envelope-from des@des.no) Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 5BA2520C7; Sun, 6 Apr 2008 17:00:06 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: d@delphij.net References: <47F6C1BD.1090806@delphij.net> Date: Sun, 06 Apr 2008 17:00:05 +0200 In-Reply-To: <47F6C1BD.1090806@delphij.net> (LI Xin's message of "Fri\, 04 Apr 2008 17\:03\:09 -0700") Message-ID: <868wzr58qy.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-Chat mailing list Subject: Re: Program to copy data from a bad disk? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 15:00:08 -0000 LI Xin writes: > Recently my hard drive goes bad again, which has a lot of bad sectors > for unknown reasons. I am looking for some software that is capable > of doing a sector-to-sector copy of the hard drive. src/tools/tools/recoverdisk DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-chat@FreeBSD.ORG Sun Apr 6 20:27:16 2008 Return-Path: Delivered-To: freebsd-chat@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 465821065678 for ; Sun, 6 Apr 2008 20:27:16 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (cl-162.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id C901F8FC28 for ; Sun, 6 Apr 2008 20:27:15 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.2/8.14.2) with ESMTP id m36KRAhd028580; Sun, 6 Apr 2008 15:27:10 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.2/8.14.2/Submit) id m36KRA58028579; Sun, 6 Apr 2008 15:27:10 -0500 (CDT) (envelope-from brooks) Date: Sun, 6 Apr 2008 15:27:10 -0500 From: Brooks Davis To: d@delphij.net Message-ID: <20080406202709.GA28511@lor.one-eyed-alien.net> References: <47F6C1BD.1090806@delphij.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <47F6C1BD.1090806@delphij.net> User-Agent: Mutt/1.5.17 (2007-11-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Sun, 06 Apr 2008 15:27:11 -0500 (CDT) Cc: FreeBSD-Chat mailing list Subject: Re: Program to copy data from a bad disk? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 20:27:16 -0000 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 04, 2008 at 05:03:09PM -0700, LI Xin wrote: > Hi, >=20 > Recently my hard drive goes bad again, which has a lot of bad sectors for= =20 > unknown reasons. I am looking for some software that is capable of doing= a=20 > sector-to-sector copy of the hard drive. >=20 > I have tried dd but with conv=3Dnoerror,sync it would just fill 0's for t= he=20 > whole block size (say, in order to get best speed you will want bs=3D128k= or=20 > even larger, but that means that you will lose data when 1 of these 256= =20 > sectors is bad). Is there any program that is smarter which do a=20 > sector-to-sector copy for these failed blocks and use larger transfer=20 > buffer for others? recoverdisk(1). -- Brooks --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iD8DBQFH+TIdXY6L6fI4GtQRAsaFAJ9iMmBDN6C5JUVTj1Yl4uCSfS30bACfdG9x bK307E5WIegudEC3QDutcfs= =/YIJ -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- From owner-freebsd-chat@FreeBSD.ORG Sun Apr 6 21:53:48 2008 Return-Path: Delivered-To: chat@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1335E106564A for ; Sun, 6 Apr 2008 21:53:48 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id C11F68FC0A for ; Sun, 6 Apr 2008 21:53:47 +0000 (UTC) (envelope-from des@des.no) Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 665AB20BB; Sun, 6 Apr 2008 23:34:34 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Michael Hernandez References: <86abkcpbbo.fsf@ds4.des.no> <344B0FA4-EC20-4D44-ACCE-1255B96CD1CC@gmail.com> Date: Sun, 06 Apr 2008 23:34:33 +0200 In-Reply-To: <344B0FA4-EC20-4D44-ACCE-1255B96CD1CC@gmail.com> (Michael Hernandez's message of "Wed\, 2 Apr 2008 11\:08\:05 -0400") Message-ID: <86myo63bx2.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: chat@FreeBSD.org Subject: Re: Newbie Update - & thanks! :) X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 21:53:48 -0000 Michael Hernandez writes: > I have always hated that with any distribution of Linux - it seems you > can get a stable (1.4.x release for example) of something, but once > many bugs are fixed upstream - perhaps in a 1.6.x release... you'll > never see those changes unless you cast package management aside and > build it yourself, or wait until the next distro release. It depends entirely on which distribution you choose. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-chat@FreeBSD.ORG Mon Apr 7 01:28:59 2008 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 808541065670 for ; Mon, 7 Apr 2008 01:28:59 +0000 (UTC) (envelope-from mariamayer.online@freenet.de) Received: from mout3.freenet.de (mout3.freenet.de [IPv6:2001:748:100:40::2:5]) by mx1.freebsd.org (Postfix) with ESMTP id EBEC38FC1C for ; Mon, 7 Apr 2008 01:28:58 +0000 (UTC) (envelope-from mariamayer.online@freenet.de) Received: from [195.4.92.11] (helo=1.mx.freenet.de) by mout3.freenet.de with esmtpa (Exim 4.69) (envelope-from ) id 1JigAL-00048z-9O for freebsd-chat@freebsd.org; Mon, 07 Apr 2008 03:28:57 +0200 Received: from [194.74.163.97] (port=2085 helo=Golden) by 1.mx.freenet.de with esmtpa (ID mariamayer.online@freenet.de) (port 587) (Exim 4.69 #12) id 1JigAL-0007Nq-1A for freebsd-chat@freebsd.org; Mon, 07 Apr 2008 03:28:57 +0200 Date: Mon, 7 Apr 2008 02:28:58 +0100 X-Mailer: IBM email Message-ID: <20080407012858515.15A0535353DC41B8@Golden> From: mariamayer.online@freenet.de To: freebsd-chat@freebsd.org Sender: mariamayer.online@freenet.de Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: YOUR NAME HAS BEEN LISTED X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 01:28:59 -0000 UK ESSEX PROMO 05th April, 2008 Dear Winner, This is to inform you that your email ID has won you the sum of £500,000.00 (five hundred thousand pounds) in the new year UK ESSEX PROMOTION conducted with the computer balloting system and your email won with the winning numbers stated below; Coupon Number: H88H78 Online Number: 65/76/90 Ticket Number: 965/435/7855 PIN: UK765XX This is a millennium scientific computer game in which email addresses were used and it is a promotional program aimed at encouraging internet users; therefore you do not need to buy ticket to enter for the game. The lottery is sponsored by a regional organization belonging to the World Lottery Association (WLA) which represents 147 lotteries from 81countries, with combined annual revenues in excess of US$102 billion. In your best interest, we request that you keep the entire details of your award strictly from public notice until the process of transferring your claims has been completed. This is in accordance with section 13(1) (n) of the national gambling act as adopted in 1993 and amended on 3rd July 1996 by the constitutional assembly. This is to protect winners and to avoid misappropriation of funds. PAYMENT OF PRIZE AND CLAIM Winners shall be paid in accordance with his/her Settlement Centre. Your Prize Award must be claimed no later than 15 days from date of Draw Notification. Any prize not claimed within this period will be forfeited. In pursuant to your prize collection, kindly contact the processing officer in charge of your region by completing the form below for due verification, then send via fax or email to the processing officer with information below for guildance on how to notarize your file to enable us make payment of your prize money to you. Essex Program Claims Department Tel/Fax: +(44) 704 090 0534, 700 607 9654 Contact Person: Joe M. Anderson E-Mail: joemanderson@searchmachine.com (1)NAME OF BENEFICIARY:_______________________________________________ (2)ADDRESS:__________________________________________________________ (3)TELEPHONE:_________________________________________________________ (4)FAX:________________________________________________________________ (5)OCCUPATION:_______________________________________________________ (6)NATIONALITY:_______________________________________________________ (7)CITY:_______________________________________________________________ (8)COUNTRY:___________________________________________________________ (9)COUPON NUMBERS:____________________________________________________ (10)TICKET NUMBERS:____________________________________________________ (11)WINNER'S EMAIL ADDRESS:____________________________________________ I WANT TO BE PAID BY: a/BANK TRANSFER. b/PERSONAL COLLECTION. Send your details by fax if you find it difficult sending an email. Congratulations from all our staff. Sincerely Yours, Maria Mayer. International Co-ordinator Copyright (c) 2008 Euro Millions Inc. From owner-freebsd-chat@FreeBSD.ORG Tue Apr 8 13:35:13 2008 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 269141065670 for ; Tue, 8 Apr 2008 13:35:13 +0000 (UTC) (envelope-from cmc3list-bsd@yahoo.com) Received: from smtp112.sbc.mail.mud.yahoo.com (smtp112.sbc.mail.mud.yahoo.com [68.142.198.211]) by mx1.freebsd.org (Postfix) with SMTP id C85578FC0C for ; Tue, 8 Apr 2008 13:35:12 +0000 (UTC) (envelope-from cmc3list-bsd@yahoo.com) Received: (qmail 45332 invoked from network); 8 Apr 2008 13:08:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=P4RSqqbTpGOPEUtooWz42S0G59gnAvHNeea0dqoFABHmr9EZnceV6p5yOAv/hUkYqFL9yWbJ7HgAKZLChcfzC/cEiTeFyRtlHxX5vaciC1TqhAUDPrHhZ1s885+pGP1lewsjTHR/K9KAi36n7dSXTPH1D9Wg5RdBdXJY8ZazTJo= ; Received: from unknown (HELO zihua.cmconn.net) (cmc3goat@swbell.net@71.145.173.72 with plain) by smtp112.sbc.mail.mud.yahoo.com with SMTP; 8 Apr 2008 13:08:31 -0000 X-YMail-OSG: t2NNU4sVM1lUOYWl9296wOioRP3ovd0uPlujBl5eBxq8QzoxoSYVSdjARRZkPVH1.2VxopLYfA-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <47FB7013.2010702@yahoo.com> Date: Tue, 08 Apr 2008 08:16:03 -0500 From: Chris Conn User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: FreeBSD Chat Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: daemon news and other sites X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 13:35:13 -0000 So call me a little slow... what happened to BSD news? I used to go there to find out what was going on with FreeBSD. Chris in Austin From owner-freebsd-chat@FreeBSD.ORG Tue Apr 8 14:29:24 2008 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEC5E1065675 for ; Tue, 8 Apr 2008 14:29:24 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id AC7CC8FC20 for ; Tue, 8 Apr 2008 14:29:24 +0000 (UTC) (envelope-from dan@langille.org) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id C988B5083F; Tue, 8 Apr 2008 15:29:19 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9auZrOLBnRSl; Tue, 8 Apr 2008 15:29:17 +0100 (BST) Received: from [192.168.2.23] (ismtp.afilias.com [216.217.55.254]) by nyi.unixathome.org (Postfix) with ESMTPSA id 879E15082E; Tue, 8 Apr 2008 15:29:16 +0100 (BST) In-Reply-To: <47FB7013.2010702@yahoo.com> References: <47FB7013.2010702@yahoo.com> Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <20C19F8C-B773-4D84-B42C-0043BA980C7D@langille.org> Content-Transfer-Encoding: 7bit From: Dan Langille Date: Tue, 8 Apr 2008 10:28:38 -0400 To: Chris Conn X-Mailer: Apple Mail (2.753) Cc: FreeBSD Chat Subject: Re: daemon news and other sites X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 14:29:25 -0000 On Apr 8, 2008, at 9:16 AM, Chris Conn wrote: > So call me a little slow... what happened to BSD news? > I used to go there to find out what was going on with FreeBSD. A select few, mostly centered around NYCBUG are working to revive it. -- Dan Langille -- http://www.langille.org/ dan@langille.org From owner-freebsd-chat@FreeBSD.ORG Tue Apr 8 16:24:07 2008 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 569901065674 for ; Tue, 8 Apr 2008 16:24:07 +0000 (UTC) (envelope-from reed@reedmedia.net) Received: from c-0500.emailmediator.com (c-0500.emailmediator.com [64.85.162.118]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3BF8FC14 for ; Tue, 8 Apr 2008 16:24:07 +0000 (UTC) (envelope-from reed@reedmedia.net) Received: from pool-71-123-170-155.dllstx.dsl-w.verizon.net ([71.123.170.155] helo=reedmedia.net) by c-0500.emailmediator.com with esmtpa (Exim 4.67) (envelope-from ) id 1JjG0D-0003kJ-Kx; Tue, 08 Apr 2008 11:44:53 -0400 Received: from reed@reedmedia.net by reedmedia.net with local (mailout 0.17) id 10789-1207669400; Tue, 08 Apr 2008 10:43:21 -0500 Date: Tue, 8 Apr 2008 10:43:20 -0500 (CDT) From: "Jeremy C. Reed" To: Chris Conn In-Reply-To: <47FB7013.2010702@yahoo.com> Message-ID: References: <47FB7013.2010702@yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: FreeBSD Chat Subject: Re: daemon news and other sites X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 16:24:07 -0000 > So call me a little slow... what happened to BSD news? > I used to go there to find out what was going on with FreeBSD. If any volunteers want to work on bsdnewsletter.com as an alternative, please let me know.