From owner-freebsd-alpha@FreeBSD.ORG Fri Mar 7 14:41:08 2008 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62D20106566C for ; Fri, 7 Mar 2008 14:41:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 1723A8FC28 for ; Fri, 7 Mar 2008 14:41:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id 8C6F91A4D7C; Fri, 7 Mar 2008 06:18:36 -0800 (PST) From: John Baldwin To: freebsd-alpha@freebsd.org Date: Fri, 7 Mar 2008 08:19:58 -0500 User-Agent: KMail/1.9.7 References: <20080227.183757.1703981930.furutaka@jb3.so-net.ne.jp> <20080302.013030.-1474632205.furutaka@jb3.so-net.ne.jp> <20080307.215206.-1474630673.furutaka@jb3.so-net.ne.jp> In-Reply-To: <20080307.215206.-1474630673.furutaka@jb3.so-net.ne.jp> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200803070819.58780.jhb@freebsd.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Subject: Re: Current problem reports assigned to freebsd-alpha@FreeBSD.org X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2008 14:41:08 -0000 On Friday 07 March 2008 07:52:06 am Kazuyoshi Furutaka wrote: > From: Kazuyoshi Furutaka > Subject: Re: Current problem reports assigned to freebsd-alpha@FreeBSD.org > Date: Sun, 02 Mar 2008 01:30:30 +0900 (JST) > > > > >> Not only that, but alpha/67626 (the X server one) was fixed at the > > > >> same time, at least on my machine. > > > > > > > > Which release version should I try? > > > > > > All my problems have gone away with 6.3-RELEASE, save one (I get > > > > > > >> periodic machine checks related to my second serial port. If I > > > >> disable it, they stop). All previous releases since 4.11 are > > > >> horribly unstable. > > > > > > -Nathan > > > > Is there anyone who knows why 6.3-RELEASE/ directory doesn't > > exist under ftp://ftp.freebsd.org/pub/FreeBSD/releases/alpha ??? > > ncftp ...FreeBSD/releases/alpha > ls > > 4.11 moved to ftp-archive 6.1 moved to ftp-archive > > 5.3 moved to ftp-archive 6.2-RELEASE/ > > 5.4 moved to ftp-archive ISO-IMAGES/ > > 5.5 moved to ftp-archive README.TXT > > 6.0 moved to ftp-archive > > I repeat: where can I find the 6.3-RELEASE/ directory > in some ftp sites? 6.3-RELEASE-alpha-disc[23].iso discs > only contain a "cdrom.inf" file and I can't install a > (binary packaged) X server as well as its associated > files. > > Thanks in advance. There weren't any pre-built packages for Alpha for 6.3, you will need to build X from ports. -- John Baldwin