From owner-freebsd-current@FreeBSD.ORG Thu Feb 21 13:14:12 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7A23D194 for ; Thu, 21 Feb 2013 13:14:12 +0000 (UTC) (envelope-from daniel@digsys.bg) Received: from smtp-sofia.digsys.bg (smtp-sofia.digsys.bg [193.68.3.230]) by mx1.freebsd.org (Postfix) with ESMTP id 0461217A for ; Thu, 21 Feb 2013 13:14:11 +0000 (UTC) Received: from dcave.digsys.bg (dcave.digsys.bg [192.92.129.5]) (authenticated bits=0) by smtp-sofia.digsys.bg (8.14.5/8.14.5) with ESMTP id r1LDE65v090128 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 21 Feb 2013 15:14:06 +0200 (EET) (envelope-from daniel@digsys.bg) Message-ID: <51261D9E.6080507@digsys.bg> Date: Thu, 21 Feb 2013 15:14:06 +0200 From: Daniel Kalchev User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.12) Gecko/20130125 Thunderbird/10.0.12 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: FreeBSD Testing Facility References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 13:14:12 -0000 On 21.02.13 15:04, Mehmet Erol Sanliturk wrote: > Dear All , > > During development of FreeBSD , testing is very vital . > > To my knowledge ( which may not be correct ) , at present , > Tinderbox is used to only compilation correctness , > means "Syntax" is tested . > > I have downloaded > > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/ISO-IMAGES/10.0/FreeBSD-10.0-CURRENT-amd64-20130216-r246877-release.iso > > > and tried to install it on an Intel DG965WH main board . > > During the first booting , it generated a panic message and entered into > debug mode . > > For me it has crashed , because I do not know what to do in debug mode . > > > > On this main board , it is possible to completely install and successfully > run > > Windows 7 , > Fedora 15 , 17 , 18 , > Mageia > OpenSuSE I stopped right here. None of the software you compare FreeBSD-current to is an development build. On the other hand, you downloaded an cutting-edge development build of FreeBSD (not released software) and expected it to be stable. It is not. This is why it is not released. It might not always break, but it might also damage your data and (possibly) hardware too. Unless you agree to accept these risks, you should not play with development versions of software. Having said that, the DG965WH is quite old hardware and any stable version of FreeBSD should work just fine there. You are unlikely to see any benefit of the unreleased versions that are still in development, such as supporting "very new" hardware etc. Sorry if any of this sounds too hard, but it is reflecting reality. This mailing list, freebsd-current exists to facilitate discussion between those, who know they are running highly unstable, still in development version of FreeBSD that needs lots of work to become more stable. Daniel