From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 2 01:57:21 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 468FE16A506 for ; Sun, 2 Jul 2006 01:57:21 +0000 (UTC) (envelope-from andrew@areilly.bpc-users.org) Received: from omta04sl.mx.bigpond.com (omta04sl.mx.bigpond.com [144.140.93.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38245444F3 for ; Sat, 1 Jul 2006 19:29:18 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from areilly.bpa.nu ([141.168.7.22]) by omta04sl.mx.bigpond.com with ESMTP id <20060701192917.ESHM7229.omta04sl.mx.bigpond.com@areilly.bpa.nu> for ; Sat, 1 Jul 2006 19:29:17 +0000 Received: (qmail 9111 invoked by uid 501); 1 Jul 2006 04:55:20 -0000 Date: Sat, 1 Jul 2006 14:55:20 +1000 From: Andrew Reilly To: Peter Jeremy Message-ID: <20060701045520.GA8222@duncan.reilly.home> References: <463aea570606240729u6b696c05vc1de0b1e03afae0f@mail.gmail.com> <20060624222706.GE747@turion.vk2pj.dyndns.org> <200606271242.50222.peter@wemm.org> <20060630032951.GR74776@tarc.po.cs.msu.su> <20060630033351.GA2475@tarc.po.cs.msu.su> <20060630090210.GD734@turion.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060630090210.GD734@turion.vk2pj.dyndns.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-amd64@freebsd.org Subject: Re: console in 1024x768 mode? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 01:57:21 -0000 On Fri, Jun 30, 2006 at 07:02:10PM +1000, Peter Jeremy wrote: > On Fri, 2006-Jun-30 07:33:51 +0400, Arseny Nasokin wrote: > >On Fri, Jun 30, 2006 at 07:29:52AM +0400, Arseny Nasokin wrote: > >> Can it be needed for something else, not only for VESA videomode emulating? > > > >yes, it can: binary drivers, such N-Vidia =) > > Building a vm86 emulator that can handle occasional calls to VESA BIOS > to change screen configuration is relatively easy - efficiency is > irrelevant and you could adapt a x86 disassembler with minimal effort. > > Building a VM86 emulator that can usefully execute a binary driver - > especially a performance-critical one like a video driver - is a > totally different undertaking. A static trans-code would probably work though. Since the operating system functionality and APIs are nominally the same, you might be able to get some way with an ia32->c, c->amd64 (or other) translation. Actually, given the similarity, it would be even more straightforward to do an ia32->asm->munge->asm->amd64 recompilation. Only computed branches, if any, would cause a problem, but that can be cadged with a hash table of valid entry points... It would be an interesting project, IMO. On the other hand, something like the freebsd-ia32-6.0 nvidia drivers are ia32, not 8086, so it *ought* to be possible to convince the kernel to run them natively, just the way ia32 binaries can be run now. Sure, there'd be shims and call gates, and that'd slow it down a bit, but it *might* work... I've often thought that it'd be neat to have qemu in the kernel, (or at least have the kernel know how to run it as an interpreter in user-land for the appropriately typed binaries) and be able to just run binaries from all sorts of processor architectures. Not terribly useful, but neat :-) I believe there's a qemu mode that lets individual linux executables (as opposed to whole operating systems) run that way, but don't know if that extends to FreeBSD executables, or if Linux has the necessary exec magic to just run them. Cheers, -- Andrew From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 2 11:47:15 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA3016A55F; Sun, 2 Jul 2006 11:47:15 +0000 (UTC) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F5544286; Sun, 2 Jul 2006 11:22:20 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [192.168.1.128] (e178003000.adsl.alicedsl.de [85.178.3.0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 6E42B3008DEE; Sun, 2 Jul 2006 13:22:19 +0200 (CEST) Message-ID: <44A7AC66.3070805@mail.uni-mainz.de> Date: Sun, 02 Jul 2006 13:22:14 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: Subject: Kill an stopped process X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 11:47:15 -0000 Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, in most cases xine, firefox oder thunderbird, show status 'STOP' in top and are unkillable! Trying to kill them as root (sending signal 9 throught 'kill' or 'killall') doesn't have any effect. Can anyone help and tell how to kill such a job? The only way getting rid of those processes is reboot the box and this can not be the right way. Thanks, oh From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 2 21:41:03 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58CE716A47B; Sun, 2 Jul 2006 21:41:03 +0000 (UTC) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.178.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FAA43E2C; Sun, 2 Jul 2006 21:41:02 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [192.168.1.128] (e178003000.adsl.alicedsl.de [85.178.3.0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate1.zdv.Uni-Mainz.DE (Postfix) with ESMTP id C76C33011B22; Sun, 2 Jul 2006 23:41:01 +0200 (CEST) Message-ID: <44A83D69.7010006@mail.uni-mainz.de> Date: Sun, 02 Jul 2006 23:40:57 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org, freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: Subject: dd on USB 2.0 device (OHCI) horrible slow X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 21:41:03 -0000 Hello. Tried today to delete and prepare a fresh installed external USB 2.0 drive as GELI provider, here is the result of an aborted dd: sotokan# dd if=/dev/random of=/dev/da0a.eli bs=16k ^C8388825+0 records in 8388824+0 records out 137442492416 bytes transferred in 33883.288406 secs (4056350 bytes/sec) system is a FreeBSD 6.1-STABEL/amd64 box, hardware ASUS A8N32-SLI Deluxe with AMD64 3500+ From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 3 00:04:06 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE7716A40F for ; Mon, 3 Jul 2006 00:04:06 +0000 (UTC) (envelope-from mcbrune@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8894D44406 for ; Mon, 3 Jul 2006 00:04:05 +0000 (GMT) (envelope-from mcbrune@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1473439uge for ; Sun, 02 Jul 2006 17:04:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HOga7nDjRvngFwzC0sw58VCSF+A+Lw1sUo8ZMsTfDB4BRxe6c1LIVYe1B+RY9250gl/+GCeUrQWgGPHNSEMGqK8LvjjwjyMihsQibJ4RrpLJePGygauqIi79N7UQN0EFYGGHLHbi+Nf4IDNJJmcSJ14UrMl/A6dW99Prxc4nuBE= Received: by 10.66.240.12 with SMTP id n12mr5221621ugh; Sun, 02 Jul 2006 16:56:46 -0700 (PDT) Received: by 10.66.221.2 with HTTP; Sun, 2 Jul 2006 16:56:46 -0700 (PDT) Message-ID: <562705370607021656xb9401dapdc5808df609d0e92@mail.gmail.com> Date: Sun, 2 Jul 2006 18:56:46 -0500 From: "Corey Brune" To: "O. Hartmann" In-Reply-To: <44A7AC66.3070805@mail.uni-mainz.de> MIME-Version: 1.0 References: <44A7AC66.3070805@mail.uni-mainz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: Kill an stopped process X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:04:06 -0000 On 7/2/06, O. Hartmann wrote: > > Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, > in most cases xine, firefox oder thunderbird, show status 'STOP' in top > and are unkillable! > Trying to kill them as root (sending signal 9 throught 'kill' or > 'killall') doesn't have any effect. > > Can anyone help and tell how to kill such a job? The only way getting > rid of those processes is reboot the box and this can not be the right > way. > > Thanks, > oh > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > A process cannot be killed in certain situations. For instance, if the process is waiting on a IO request, it will block all signals until the request is completed or fails. Could you mount /proc, and do a truss on the process? Also, which version of FreeBSD are you running? Thanks, Corey From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 3 07:47:23 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A32516A6CB; Mon, 3 Jul 2006 07:47:23 +0000 (UTC) (envelope-from ohartman@uni-mainz.de) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.178.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id A867143E6E; Mon, 3 Jul 2006 07:15:40 +0000 (GMT) (envelope-from ohartman@uni-mainz.de) Received: from [130.133.86.198] (telesto.geoinf.fu-berlin.de [130.133.86.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate1.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 07EBB3018949; Mon, 3 Jul 2006 09:15:39 +0200 (CEST) Message-ID: <44A8C415.1000603@uni-mainz.de> Date: Mon, 03 Jul 2006 09:15:33 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.4 (X11/20060606) MIME-Version: 1.0 To: Corey Brune References: <44A7AC66.3070805@mail.uni-mainz.de> <562705370607021656xb9401dapdc5808df609d0e92@mail.gmail.com> In-Reply-To: <562705370607021656xb9401dapdc5808df609d0e92@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: "O. Hartmann" , freebsd-questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: Kill an stopped process X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 07:47:23 -0000 Corey Brune wrote: > On 7/2/06, *O. Hartmann* > wrote: > > Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, > in most cases xine, firefox oder thunderbird, show status 'STOP' in top > and are unkillable! > Trying to kill them as root (sending signal 9 throught 'kill' or > 'killall') doesn't have any effect. > > Can anyone help and tell how to kill such a job? The only way getting > rid of those processes is reboot the box and this can not be the > right way. > > Thanks, > oh > _______________________________________________ > freebsd-questions@freebsd.org > mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org > " > > > A process cannot be killed in certain situations. For instance, if the > process is waiting on a IO request, it will block all signals until the > request is completed or fails. Could you mount /proc, and do a truss on > the process? Also, which version of FreeBSD are you running? > > Thanks, > Corey Hello Corey. As I wrote, the version of FreeBSD is 6.1-STABLE/AMD64 as newly built on yesterday. You're right, xine was obviously waiting for some kind of I/O. I was reading a music file from a DVD mounted via amd automounter and after a short spinup the connection was lost by some unknown reasons, maybe the amd or faulty amd setup. After a shutdown, the box got stuck at the point at whihc the kernel reports syncing done and then nothing happened for an eternity. Only a hardreset helped. In the meanwhile, I was capable of opening the DVD tray door and get the DVD. oh From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 3 08:06:17 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0383216A412; Mon, 3 Jul 2006 08:06:17 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D8CE43D48; Mon, 3 Jul 2006 08:06:15 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k6386DEY016848; Mon, 3 Jul 2006 11:06:13 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 3 Jul 2006 11:03:45 +0300 User-Agent: KMail/1.9.1 References: <44A7AC66.3070805@mail.uni-mainz.de> In-Reply-To: <44A7AC66.3070805@mail.uni-mainz.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607031103.46062.nvass@teledomenet.gr> Cc: "O. Hartmann" , freebsd-amd64@freebsd.org Subject: Re: Kill an stopped process X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 08:06:17 -0000 On Sunday 02 July 2006 14:22, O. Hartmann wrote: > Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, > in most cases xine, firefox oder thunderbird, show status 'STOP' in top > and are unkillable! they are stopped... > Trying to kill them as root (sending signal 9 throught 'kill' or > 'killall') doesn't have any effect. > > Can anyone help and tell how to kill such a job? The only way getting > rid of those processes is reboot the box and this can not be the right way. You should send a CONT(inue) and then something like TERM(inate). KILL should be your last choice, since it does what its name says(the process have no way of controlling this signal, it terminates immediately, given that's in a state were can be killed). KILL is rarely really needed. AFAIK this is not FreeBSD specific. I assume It is defined in POSIX. HTH, Nikos From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 3 11:02:49 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79A4E16A416 for ; Mon, 3 Jul 2006 11:02:49 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CAF543D45 for ; Mon, 3 Jul 2006 11:02:49 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63B2nWu069752 for ; Mon, 3 Jul 2006 11:02:49 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63B2lFR069748 for freebsd-amd64@freebsd.org; Mon, 3 Jul 2006 11:02:47 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 3 Jul 2006 11:02:47 GMT Message-Id: <200607031102.k63B2lFR069748@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 11:02:49 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2005/08/09] amd64/84693 amd64 Keyboard not recognized during first step o [2005/11/17] amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing o [2006/06/27] amd64/99561 amd64 system hangs in FreeBSD AMD64 when writti 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/07/28] amd64/69704 amd64 ext2/ext3 unstable in amd64 o [2004/07/28] amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o [2004/09/12] amd64/71644 amd64 [panic] amd64 5.3-BETA4 crash when heavy o [2004/10/28] amd64/73252 amd64 ad6: WARNING - READ_DMA interrupt was see o [2004/10/30] amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdo o [2004/11/07] amd64/73650 amd64 5.3-release panics on boot o [2004/11/10] amd64/73775 amd64 Kernel panic (trap 12) when booting with o [2004/12/05] amd64/74747 amd64 System panic on shutdown when process wil o [2005/01/12] amd64/76136 amd64 system halts before reboot o [2005/01/17] amd64/76336 amd64 racoon/setkey -D cases instant "Fatal Tra o [2005/03/04] amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/p o [2005/03/14] amd64/78848 amd64 [sis] sis driver on FreeBSD 5.x does not o [2005/04/12] amd64/79813 amd64 Will not install/run on amd64 nForce 4 pl o [2005/04/19] amd64/80114 amd64 kldload snd_ich causes interrupt storm wh o [2005/05/06] amd64/80691 amd64 amd64 kernel hangs on load o [2005/05/14] amd64/81037 amd64 SATA problem o [2005/05/28] amd64/81602 amd64 SATA crashes with parallel pcm access o [2005/06/09] amd64/82071 amd64 incorrect -march's parameter to build 32b o [2005/06/19] amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface o [2005/06/23] amd64/82555 amd64 Kernel Panic - after i connect to my "amd o [2005/07/05] amd64/83005 amd64 Memory Occupied during installation of th o [2005/08/12] amd64/84832 amd64 Installation crashes just at boot AMD64/ o [2005/08/14] amd64/84930 amd64 [msdosfs] something wrong with msdosfs on o [2005/08/29] amd64/85431 amd64 AMD64 has short but temporary freezes (ha o [2005/08/29] amd64/85451 amd64 [hang] 6.0-BETA3 lockups on AMD64 (PREEMP o [2005/09/13] amd64/86080 amd64 [radeon] [hang] radeon DRI causes system o [2005/09/23] amd64/86503 amd64 [atapicam] [panic] k3b crash the system l o [2005/10/09] amd64/87156 amd64 First Installation: Kernel crashes o [2005/10/11] amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Are o [2005/10/12] amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powe o [2005/10/12] amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD a [2005/10/12] amd64/87328 amd64 [boot] BTX halted error o [2005/10/12] amd64/87348 amd64 amd64+smp+startkde always crashing o [2005/10/15] amd64/87472 amd64 I downloaded 5.4 and went to install it, o [2005/10/16] amd64/87514 amd64 6.0-CURRENT freezes machine using >4GB on o [2005/10/19] amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron o [2005/10/25] amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock c o [2005/10/31] amd64/88299 amd64 swapcontext fails with errno 0 f [2005/11/06] amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not b f [2005/11/09] amd64/88746 amd64 Buffer problem with SSH2 under amd64 arch o [2005/11/10] amd64/88790 amd64 kernel panic on first boot (after the Fre o [2005/11/24] amd64/89501 amd64 System crashes on install using ftp on lo o [2005/11/24] amd64/89503 amd64 Cant Boot Installation Disk o [2005/11/25] amd64/89546 amd64 [geom] GEOM error o [2005/11/25] amd64/89549 amd64 [amd64] nve timeouts on 6.0-release o [2005/11/25] amd64/89550 amd64 [amd64] sym0: VTOBUS failed (6.0 Release) o [2005/12/05] amd64/89968 amd64 [ata] Asus A8N-E MediaShield RAID problem o [2006/01/06] amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr o [2006/01/08] amd64/91492 amd64 BTX halted o [2006/01/26] amd64/92337 amd64 FreeBsd 6.0 Release Intel Pro 1000 MT em1 o [2006/02/06] amd64/92889 amd64 [libc] xdr double buffer overflow o [2006/02/07] amd64/92991 amd64 FreeBSD(amd64) freezes when primary disk o [2006/02/16] amd64/93413 amd64 lpd does not remove lock file from /var/s o [2006/02/17] amd64/93469 amd64 uninitialised struct stat in lpd prevents o [2006/03/01] amd64/93961 amd64 [busdma] Problem in bounce buffer handlin o [2006/03/19] amd64/94677 amd64 panic in amd64 install at non-root user c o [2006/03/24] amd64/94896 amd64 Where support VESA Modes for AMD64 kernel o [2006/03/27] amd64/94989 amd64 BTX Halts on Sun Fire X2100 w/6.1-BETA4 ( o [2006/03/28] amd64/95056 amd64 Nvidia Nforce ETH Driver -> Timeout Error o [2006/03/31] amd64/95167 amd64 driver for SuperMicro H8DAR-T (Adaptec AI o [2006/04/06] amd64/95414 amd64 kernel crashes during install o [2006/04/16] amd64/95888 amd64 kernel: ad2: TIMEOUT - WRITE_DMA retrying o [2006/04/27] amd64/96400 amd64 FreeBSD 6.0 Bootin Conflict between Broad o [2006/05/10] amd64/97075 amd64 Panic, Trap 12 o [2006/05/16] amd64/97337 amd64 xorg reboots system if dri module is enab o [2006/05/27] amd64/98016 amd64 Buffer problem with SSH2 under amd64 o [2006/06/13] amd64/98893 amd64 cc error at -O2 on amd64/6-STABLE compili o [2006/06/26] amd64/99475 amd64 Mail attachement was modified 68 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/02/21] amd64/63188 amd64 [ti] ti(4) broken on amd64 o [2004/07/28] amd64/69705 amd64 IPC problem (msq_queues) o [2004/12/02] amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when boo o [2004/12/07] amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32 o [2005/03/17] amd64/78954 amd64 kerberos 5 failed to build o [2005/06/18] amd64/82399 amd64 MSI K8N Neo4 Platinium is not supported o [2005/08/07] amd64/84652 amd64 kbdmap -r dumps core o [2005/08/20] amd64/85144 amd64 Asus K8S-MX mobo, integ LAN not recognize o [2005/09/06] amd64/85812 amd64 "Rebooting..." on serial console appears o [2005/09/07] amd64/85820 amd64 1.5 times slower performance with SCHED_U o [2005/10/23] amd64/87882 amd64 emu10k1 and APCI on amd64 is just noisy o [2005/11/09] amd64/88730 amd64 kernel panics during booting from the ins o [2006/01/02] amd64/91195 amd64 FreeBSD 6.0(amd64) and Asus A8R-MVP o [2006/01/30] amd64/92527 amd64 no driver for "CICADA VSC 8201 Gigabit LA o [2006/02/07] amd64/93002 amd64 amd64 (6.0) coredumps at unpredictable ti o [2006/02/09] amd64/93090 amd64 NIC on GA-K8NF-9 motherboard is recognize o [2006/04/03] amd64/95282 amd64 [ed] fix ed for RELENG_5 amd64 so that it o [2006/04/29] amd64/96516 amd64 FreeBSD/amd64 intermittent Network-Proble o [2006/05/19] amd64/97489 amd64 nForce 410 ATA controller dma time out o [2006/06/02] amd64/98346 amd64 [kbd] caps lock and other keys are always 21 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 3 18:44:17 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDDEA16A417 for ; Mon, 3 Jul 2006 18:44:17 +0000 (UTC) (envelope-from bnewbold@MIT.EDU) Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE5843D55 for ; Mon, 3 Jul 2006 18:44:16 +0000 (GMT) (envelope-from bnewbold@MIT.EDU) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id k63IiAW4023020 for ; Mon, 3 Jul 2006 14:44:11 -0400 (EDT) Received: from [18.244.6.214] (SENIOR-FOUR-SIXTY-NINE.MIT.EDU [18.244.6.214]) (authenticated bits=0) (User authenticated as bnewbold@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id k63IhvtS017377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 3 Jul 2006 14:44:01 -0400 (EDT) Message-ID: <44A9658D.6000408@mit.edu> Date: Mon, 03 Jul 2006 14:44:29 -0400 From: bryan newbold User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 3.548 X-Spam-Level: *** (3.548) X-Spam-Flag: NO X-Scanned-By: MIMEDefang 2.42 Subject: nve doesn't work with C19-A SLI onboard ethernet? (6.1-RELEASE amd64) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 18:44:17 -0000 Hi! I'm having trouble getting the nve driver running on an ECS C19-A SLI motherboard (nforce4 chipset). The motherboard has the special unwanted feature of a hardware firewall (ActiveArmor Firewall) which may be causing the problem. However, I had no problem at all getting networking up with an ubuntu livecd. nve doesn't showup in my dmesg at all, and doesn't show up in ifconfig. ifconfig shows an fwe0 device; i've also tried loading the if_fwip driver, which shows up in ifconfig, but neither fwe0 or if_fwip0 seem to work. If a dmesg or any kind of output would be useful I can send them. I'm running a fresh install of 6.1-RELEASE -bryan From owner-freebsd-amd64@FreeBSD.ORG Tue Jul 4 18:44:22 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3651716A4E2 for ; Tue, 4 Jul 2006 18:44:22 +0000 (UTC) (envelope-from seebs@plethora.net) Received: from herd.plethora.net (herd.plethora.net [205.166.146.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C2943D6B for ; Tue, 4 Jul 2006 18:44:17 +0000 (GMT) (envelope-from seebs@plethora.net) Received: from guild.plethora.net (guild.plethora.net [205.166.146.8]) by herd.plethora.net (Postfix) with ESMTP id 4E94531E43 for ; Tue, 4 Jul 2006 13:44:17 -0500 (CDT) Received: from guild.plethora.net (seebs@localhost) by guild.plethora.net (8.13.3/8.12.8) with ESMTP id k64IkBBJ022333 for ; Tue, 4 Jul 2006 13:46:16 -0500 (CDT) Message-Id: <200607041846.k64IkBBJ022333@guild.plethora.net> X-Authentication-Warning: guild.plethora.net: seebs owned process doing -bs From: seebs@plethora.net (Peter Seebach) To: freebsd-amd64@FreeBSD.org In-reply-to: Your message of "Fri, 30 Jun 2006 15:00:02 EDT." <200606301500.04617.jkim@FreeBSD.org> Date: Tue, 04 Jul 2006 13:46:11 -0500 Cc: Subject: Re: SMP system not running SMP X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Seebach List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 18:44:22 -0000 In message <200606301500.04617.jkim@FreeBSD.org>, Jung-uk Kim writes: >I had weird issues with floppy drive recently. For certain platforms, >it hangs at the same point. Try disabling floppy controller from >BIOS if you don't need it. If the BIOS doesn't have the option, try >removing 'device fdc' from kernel configuration. No change. So, it looks at this point like my options are to run something else, or to find a completely different PCI SCSI controller which isn't in the ahc/ahd family. Or, possibly, to learn enough about ACPI to debug it usefully sometime in the next couple of days. Anyone got any other cool suggestions? Modifying BIOS ACPI options seems to be to no avail. NetBSD works fine on this machine (except that the plug-in FireWire card seems not to work); it's able to go MP using the ioapic without ACPI support, so I have no idea whether their ACPI support would work any better. -s From owner-freebsd-amd64@FreeBSD.ORG Wed Jul 5 15:44:45 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F041716A4DD for ; Wed, 5 Jul 2006 15:44:45 +0000 (UTC) (envelope-from seebs@plethora.net) Received: from herd.plethora.net (herd.plethora.net [205.166.146.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC33F43DAD for ; Wed, 5 Jul 2006 15:43:42 +0000 (GMT) (envelope-from seebs@plethora.net) Received: from guild.plethora.net (guild.plethora.net [205.166.146.8]) by herd.plethora.net (Postfix) with ESMTP id 278E031E93 for ; Wed, 5 Jul 2006 10:43:10 -0500 (CDT) Received: from guild.plethora.net (seebs@localhost) by guild.plethora.net (8.13.3/8.12.8) with ESMTP id k65Fj7wI000206 for ; Wed, 5 Jul 2006 10:45:07 -0500 (CDT) Message-Id: <200607051545.k65Fj7wI000206@guild.plethora.net> X-Authentication-Warning: guild.plethora.net: seebs owned process doing -bs From: seebs@plethora.net (Peter Seebach) To: freebsd-amd64@freebsd.org In-reply-to: Your message of "Tue, 04 Jul 2006 13:46:11 CDT." <200607041846.k64IkBBJ022333@guild.plethora.net> Date: Wed, 05 Jul 2006 10:45:07 -0500 Subject: Re: SMP system not running SMP X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Seebach List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 15:44:46 -0000 One useful data point: When the system fails, a verbose boot gives additional information: (probe0:sbp0:0:0:0:0): error 22 (probe0:sbp0:0:0:0:0): Unretryable error This repeats up through 0:0:6:0. Then the system stays hung. I haven't got an easy way to hook up a serial console, and for no obvious reason, my IDE drive with no ahd controller in the kernel isn't booting today either. I don't know how to perform a verbose boot with ACPI disabled. "set hw.acpi.debug.disable=all" does not disable ACPI enough to prevent this hang. -s From owner-freebsd-amd64@FreeBSD.ORG Wed Jul 5 15:50:17 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7C0716A4E9 for ; Wed, 5 Jul 2006 15:50:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED3A643D7B for ; Wed, 5 Jul 2006 15:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65FoFSH095327 for ; Wed, 5 Jul 2006 15:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65FoFB2095326; Wed, 5 Jul 2006 15:50:15 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jul 2006 15:50:15 GMT Resent-Message-Id: <200607051550.k65FoFB2095326@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Anderson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F418316A4E0 for ; Wed, 5 Jul 2006 15:49:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C068A43D66 for ; Wed, 5 Jul 2006 15:49:36 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k65Fnabd007735 for ; Wed, 5 Jul 2006 15:49:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k65FnaYL007733; Wed, 5 Jul 2006 15:49:36 GMT (envelope-from nobody) Message-Id: <200607051549.k65FnaYL007733@www.freebsd.org> Date: Wed, 5 Jul 2006 15:49:36 GMT From: Steve Anderson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: amd64/99803: Can't install FreeBSD from CD-ROM X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 15:50:17 -0000 >Number: 99803 >Category: amd64 >Synopsis: Can't install FreeBSD from CD-ROM >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 05 15:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Steve Anderson >Release: 6.1 stable >Organization: Michigan State University >Environment: SunFire X2100 >Description: Sun SunFire X2100 server. SATA hard drive (1-80GB), IDE DVD/CD-ROM drive. Dual core Opteron 170 cpu 2 GB of RAM. Server boots from CD initially and begins install without problem. After changes are written to hard drive, you see a message saying starting emergency holographic session of vtty4. Then it says unable to transfer base ditribution from acd0. Do you want to try and retrieve it again? If you select yes it repeats until you give up. If you press no, you have to manually cancel all install options. I've tried multiple burns of the CD-ROM on multiple servers and they all do this. >How-To-Repeat: Boot from CD and attempt to install OS. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Wed Jul 5 18:40:27 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7BE016A4DA for ; Wed, 5 Jul 2006 18:40:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 357EE43D4C for ; Wed, 5 Jul 2006 18:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k65IeRGi008947 for ; Wed, 5 Jul 2006 18:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k65IeRiY008946; Wed, 5 Jul 2006 18:40:27 GMT (envelope-from gnats) Date: Wed, 5 Jul 2006 18:40:27 GMT Message-Id: <200607051840.k65IeRiY008946@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Steve Anderson Cc: Subject: Re: amd64/99803: Can't install FreeBSD from CD-ROM X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Steve Anderson List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:40:27 -0000 The following reply was made to PR amd64/99803; it has been noted by GNATS. From: Steve Anderson To: bug-followup@FreeBSD.org, sba@msu.edu Cc: Subject: Re: amd64/99803: Can't install FreeBSD from CD-ROM Date: Wed, 05 Jul 2006 14:36:53 -0400 Issue is resolved, the problem was that I was using the boot CD and not Disk 1 of the distribution. It was a noob mistake and I'm sorry to have wasted your time. Thanks, Steve -- Steven Anderson Network Management Services Academic Computing and Network Services Michigan State University sba@msu.edu 517.432.7266 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 09:14:08 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F4AC16A4DE; Thu, 6 Jul 2006 09:14:08 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B73543D45; Thu, 6 Jul 2006 09:14:08 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k669E7Tp072617; Thu, 6 Jul 2006 09:14:07 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k669E75m072613; Thu, 6 Jul 2006 09:14:07 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 09:14:07 GMT From: Tilman Linneweh Message-Id: <200607060914.k669E75m072613@freefall.freebsd.org> To: sba@msu.edu, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/99803: Can't install FreeBSD from CD-ROM X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 09:14:08 -0000 Synopsis: Can't install FreeBSD from CD-ROM State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 09:13:51 UTC 2006 State-Changed-Why: submitter reports issue as resolved http://www.freebsd.org/cgi/query-pr.cgi?pr=99803 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 11:19:38 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51BAA16A4DE; Thu, 6 Jul 2006 11:19:38 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E125943D46; Thu, 6 Jul 2006 11:19:37 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BJbND079274; Thu, 6 Jul 2006 11:19:37 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66BJbeV079270; Thu, 6 Jul 2006 11:19:37 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 11:19:37 GMT From: Tilman Linneweh Message-Id: <200607061119.k66BJbeV079270@freefall.freebsd.org> To: root@san.tatung.com.tw, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/99475: Mail attachement was modified X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:19:38 -0000 Synopsis: Mail attachement was modified State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Thu Jul 6 11:18:46 UTC 2006 State-Changed-Why: This Bugreport does not contain enough information. Please describe in detail what the problem is. http://www.freebsd.org/cgi/query-pr.cgi?pr=99475 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 11:22:19 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA27C16A4E6; Thu, 6 Jul 2006 11:22:19 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CF6743D53; Thu, 6 Jul 2006 11:22:19 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BMJ5W079498; Thu, 6 Jul 2006 11:22:19 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66BMJwl079494; Thu, 6 Jul 2006 11:22:19 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 11:22:19 GMT From: Tilman Linneweh Message-Id: <200607061122.k66BMJwl079494@freefall.freebsd.org> To: andreas_eder@gmx.net, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/84652: kbdmap -r dumps core X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:22:19 -0000 Synopsis: kbdmap -r dumps core State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 11:21:41 UTC 2006 State-Changed-Why: This one was committed by flz in January. http://www.freebsd.org/cgi/query-pr.cgi?pr=84652 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 11:27:13 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43FE616A4E0; Thu, 6 Jul 2006 11:27:13 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F38B043D49; Thu, 6 Jul 2006 11:27:12 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BRCD9079624; Thu, 6 Jul 2006 11:27:12 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66BRC7A079620; Thu, 6 Jul 2006 11:27:12 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 11:27:12 GMT From: Tilman Linneweh Message-Id: <200607061127.k66BRC7A079620@freefall.freebsd.org> To: cnesko@gmail.com, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/78954: kerberos 5 failed to build X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:27:13 -0000 Synopsis: kerberos 5 failed to build State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 11:26:10 UTC 2006 State-Changed-Why: This does not seem to be a problem anymore. Buil Failures should be reported to freebsd-(current/stable) because they are usually fixed quickly. http://www.freebsd.org/cgi/query-pr.cgi?pr=78954 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 11:36:51 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4568516A4DE; Thu, 6 Jul 2006 11:36:51 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D714943D46; Thu, 6 Jul 2006 11:36:50 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BaowA081335; Thu, 6 Jul 2006 11:36:50 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66Bao7O081331; Thu, 6 Jul 2006 11:36:50 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 11:36:50 GMT From: Tilman Linneweh Message-Id: <200607061136.k66Bao7O081331@freefall.freebsd.org> To: admin@lissyara.su, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/92527: no driver for "CICADA VSC 8201 Gigabit LAN PHY " on motherboard GA-K8N51GMF-9 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:36:51 -0000 Synopsis: no driver for "CICADA VSC 8201 Gigabit LAN PHY " on motherboard GA-K8N51GMF-9 State-Changed-From-To: open->analyzed State-Changed-By: arved State-Changed-When: Thu Jul 6 11:34:50 UTC 2006 State-Changed-Why: nfe has been committed, but the ciphy patch is still looking for committer http://www.freebsd.org/cgi/query-pr.cgi?pr=92527 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 11:39:45 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC22F16A4DE; Thu, 6 Jul 2006 11:39:45 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 746E743D45; Thu, 6 Jul 2006 11:39:45 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BdjWx081524; Thu, 6 Jul 2006 11:39:45 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66Bdi1R081520; Thu, 6 Jul 2006 11:39:44 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 11:39:44 GMT From: Tilman Linneweh Message-Id: <200607061139.k66Bdi1R081520@freefall.freebsd.org> To: dysoft@kco.com.pl, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/93090: NIC on GA-K8NF-9 motherboard is recognized, but does not work. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:39:45 -0000 Synopsis: NIC on GA-K8NF-9 motherboard is recognized, but does not work. State-Changed-From-To: open->analyzed State-Changed-By: arved State-Changed-When: Thu Jul 6 11:38:39 UTC 2006 State-Changed-Why: This NIC should be supported by the nfe driver, which has been committed to CURRENT. Most likely you need the ciphy.patch from http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html to make it work http://www.freebsd.org/cgi/query-pr.cgi?pr=93090 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 11:43:10 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FEF16A4DE; Thu, 6 Jul 2006 11:43:10 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A8643D53; Thu, 6 Jul 2006 11:43:10 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BhAqH081736; Thu, 6 Jul 2006 11:43:10 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66BhAP4081732; Thu, 6 Jul 2006 11:43:10 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 11:43:10 GMT From: Tilman Linneweh Message-Id: <200607061143.k66BhAP4081732@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/98893: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:43:10 -0000 Synopsis: cc error at -O2 on amd64/6-STABLE compiling port ucspi-tcp Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: arved Responsible-Changed-When: Thu Jul 6 11:42:33 UTC 2006 Responsible-Changed-Why: Make this a ports bug, so the workaround can be committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=98893 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 11:52:49 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0365D16A4DF; Thu, 6 Jul 2006 11:52:49 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADF9C43D53; Thu, 6 Jul 2006 11:52:48 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66BqmfC082097; Thu, 6 Jul 2006 11:52:48 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66BqmQT082093; Thu, 6 Jul 2006 11:52:48 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 11:52:48 GMT From: Tilman Linneweh Message-Id: <200607061152.k66BqmQT082093@freefall.freebsd.org> To: costasloop@yahoo.com, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/85144: Asus K8S-MX mobo, integ LAN not recognized, SATA neither X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:52:49 -0000 Synopsis: Asus K8S-MX mobo, integ LAN not recognized, SATA neither State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 11:51:20 UTC 2006 State-Changed-Why: As Peter wrote, this is an "almost zero-content" PR. FreeBSD does not claim to suppport the SiS 190 based NICs http://www.freebsd.org/cgi/query-pr.cgi?pr=85144 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 12:00:20 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 386E316A4DD; Thu, 6 Jul 2006 12:00:20 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B4143D46; Thu, 6 Jul 2006 12:00:19 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66C0JRA082252; Thu, 6 Jul 2006 12:00:19 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66C0JTV082248; Thu, 6 Jul 2006 12:00:19 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 12:00:19 GMT From: Tilman Linneweh Message-Id: <200607061200.k66C0JTV082248@freefall.freebsd.org> To: aekarahan@yahoo.com, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/82399: MSI K8N Neo4 Platinium is not supported X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:00:20 -0000 Synopsis: MSI K8N Neo4 Platinium is not supported State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 11:58:46 UTC 2006 State-Changed-Why: The MSI K8N Neo4 is listed as supported on http://www.freebsd.org/platforms/amd64/motherboards.html This PR contains not enough information. http://www.freebsd.org/cgi/query-pr.cgi?pr=82399 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 12:05:35 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 929B516A4EA; Thu, 6 Jul 2006 12:05:35 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4181943D4C; Thu, 6 Jul 2006 12:05:35 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66C5ZSI082534; Thu, 6 Jul 2006 12:05:35 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66C5YsV082530; Thu, 6 Jul 2006 12:05:34 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 12:05:34 GMT From: Tilman Linneweh Message-Id: <200607061205.k66C5YsV082530@freefall.freebsd.org> To: tony@asacomputers.com, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/95167: driver for SuperMicro H8DAR-T (Adaptec AIC-8130: (Marvell 88SX6041) 4-port Hercules-2 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:05:35 -0000 Synopsis: driver for SuperMicro H8DAR-T (Adaptec AIC-8130: (Marvell 88SX6041) 4-port Hercules-2 State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Thu Jul 6 12:03:58 UTC 2006 State-Changed-Why: Support for the Marvell SX6041 has been MFCd to STABLE on Jan 25. Can you update to 6.1 and try again? http://www.freebsd.org/cgi/query-pr.cgi?pr=95167 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 12:09:04 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D5FA16A4E0; Thu, 6 Jul 2006 12:09:04 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEFE43D45; Thu, 6 Jul 2006 12:09:03 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66C93T6082609; Thu, 6 Jul 2006 12:09:03 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66C93Uf082605; Thu, 6 Jul 2006 12:09:03 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 12:09:03 GMT From: Tilman Linneweh Message-Id: <200607061209.k66C93Uf082605@freefall.freebsd.org> To: linuxmad@gmail.com, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/95056: Nvidia Nforce ETH Driver -> Timeout Errors X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:09:04 -0000 Synopsis: Nvidia Nforce ETH Driver -> Timeout Errors State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Thu Jul 6 12:07:20 UTC 2006 State-Changed-Why: Can you try with the nfe driver? It is in CURRENT or you can get it from http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html http://www.freebsd.org/cgi/query-pr.cgi?pr=95056 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 12:10:22 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2011416A4DE for ; Thu, 6 Jul 2006 12:10:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA17B43D45 for ; Thu, 6 Jul 2006 12:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66CALIV082707 for ; Thu, 6 Jul 2006 12:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CALRi082706; Thu, 6 Jul 2006 12:10:21 GMT (envelope-from gnats) Date: Thu, 6 Jul 2006 12:10:21 GMT Message-Id: <200607061210.k66CALRi082706@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Andras Got Cc: Subject: Re: amd64/82399: MSI K8N Neo4 Platinium is not supported X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andras Got List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:10:22 -0000 The following reply was made to PR amd64/82399; it has been noted by GNATS. From: Andras Got To: bug-followup@FreeBSD.org, aekarahan@yahoo.com Cc: Subject: Re: amd64/82399: MSI K8N Neo4 Platinium is not supported Date: Thu, 06 Jul 2006 14:09:44 +0200 And what is your problem? From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 12:11:48 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93DB516A4EB; Thu, 6 Jul 2006 12:11:48 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B77C43D6E; Thu, 6 Jul 2006 12:11:43 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66CBhi1082846; Thu, 6 Jul 2006 12:11:43 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CBhE7082842; Thu, 6 Jul 2006 12:11:43 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 12:11:43 GMT From: Tilman Linneweh Message-Id: <200607061211.k66CBhE7082842@freefall.freebsd.org> To: hhc@tut.by, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/94896: Where support VESA Modes for AMD64 kernel ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:11:48 -0000 Synopsis: Where support VESA Modes for AMD64 kernel ? State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 12:11:13 UTC 2006 State-Changed-Why: questions should go to the relevant Mailinglist. The Question has been answered by Oliver. http://www.freebsd.org/cgi/query-pr.cgi?pr=94896 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 12:13:29 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A29116A4DD; Thu, 6 Jul 2006 12:13:29 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E36643D55; Thu, 6 Jul 2006 12:13:29 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66CDTeq082947; Thu, 6 Jul 2006 12:13:29 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CDSMu082943; Thu, 6 Jul 2006 12:13:28 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 12:13:28 GMT From: Tilman Linneweh Message-Id: <200607061213.k66CDSMu082943@freefall.freebsd.org> To: dysoft@kco.com.pl, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/93413: lpd does not remove lock file from /var/spool/lpd/{printername} X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:13:29 -0000 Synopsis: lpd does not remove lock file from /var/spool/lpd/{printername} State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 12:13:17 UTC 2006 State-Changed-Why: Superseded by amd64/93469 http://www.freebsd.org/cgi/query-pr.cgi?pr=93413 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 12:16:05 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C62A16A4E8; Thu, 6 Jul 2006 12:16:05 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC6E43D62; Thu, 6 Jul 2006 12:15:58 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66CFwQM083030; Thu, 6 Jul 2006 12:15:58 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CFwSD083026; Thu, 6 Jul 2006 12:15:58 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 12:15:58 GMT From: Tilman Linneweh Message-Id: <200607061215.k66CFwSD083026@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-amd64@FreeBSD.org, gad@FreeBSD.org Cc: Subject: Re: amd64/93469: uninitialised struct stat in lpd prevents it from normal operation X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:16:05 -0000 Synopsis: uninitialised struct stat in lpd prevents it from normal operation Responsible-Changed-From-To: freebsd-amd64->gad Responsible-Changed-By: arved Responsible-Changed-When: Thu Jul 6 12:15:31 UTC 2006 Responsible-Changed-Why: over to lpr maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=93469 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 12:21:16 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3CD116A4DD; Thu, 6 Jul 2006 12:21:16 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CF843D45; Thu, 6 Jul 2006 12:21:08 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66CL4Uj083278; Thu, 6 Jul 2006 12:21:04 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CL31k083274; Thu, 6 Jul 2006 12:21:03 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 12:21:03 GMT From: Tilman Linneweh Message-Id: <200607061221.k66CL31k083274@freefall.freebsd.org> To: shino@fornext.org, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/82071: incorrect -march's parameter to build 32bit libraries X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:21:16 -0000 Synopsis: incorrect -march's parameter to build 32bit libraries State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 12:20:25 UTC 2006 State-Changed-Why: This was fixed by obrien in December '05 (r1.529 of Makefile.inc1) http://www.freebsd.org/cgi/query-pr.cgi?pr=82071 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 12:22:28 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF74F16A4E2; Thu, 6 Jul 2006 12:22:28 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E04CE43D6E; Thu, 6 Jul 2006 12:22:22 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66CMMqi083426; Thu, 6 Jul 2006 12:22:22 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CMMHQ083422; Thu, 6 Jul 2006 12:22:22 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 12:22:22 GMT From: Tilman Linneweh Message-Id: <200607061222.k66CMMHQ083422@freefall.freebsd.org> To: alain@zwingelstein.org, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/84693: Keyboard not recognized during first step of install (Elite model ECS 755-A/A2) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:22:28 -0000 Synopsis: Keyboard not recognized during first step of install (Elite model ECS 755-A/A2) State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 12:22:05 UTC 2006 State-Changed-Why: feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=84693 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 12:26:09 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7072316A4E2; Thu, 6 Jul 2006 12:26:09 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1529A43D82; Thu, 6 Jul 2006 12:26:08 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k66CQ8t7083540; Thu, 6 Jul 2006 12:26:08 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k66CQ85U083536; Thu, 6 Jul 2006 12:26:08 GMT (envelope-from arved) Date: Thu, 6 Jul 2006 12:26:08 GMT From: Tilman Linneweh Message-Id: <200607061226.k66CQ85U083536@freefall.freebsd.org> To: dave.dahlquist@gmail.com, arved@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/79813: Will not install/run on amd64 nForce 4 platform X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:26:09 -0000 Synopsis: Will not install/run on amd64 nForce 4 platform State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Jul 6 12:25:47 UTC 2006 State-Changed-Why: Feedback timeout The Asus A8nSLI is now listed as supported http://www.freebsd.org/cgi/query-pr.cgi?pr=79813 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 15:55:30 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D02016A4E1; Thu, 6 Jul 2006 15:55:30 +0000 (UTC) (envelope-from tony@asacomputers.com) Received: from asacomputers.com (mail.asacomputers.com [209.10.224.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C50B743D6A; Thu, 6 Jul 2006 15:55:28 +0000 (GMT) (envelope-from tony@asacomputers.com) Received: from tony (crimson.asacomputers.com [209.10.224.9]) by asacomputers.com (8.12.8/8.12.8) with SMTP id k66FtGSZ023284; Thu, 6 Jul 2006 08:55:23 -0700 From: "Anthony Lau" To: "Tilman Linneweh" , Date: Thu, 6 Jul 2006 08:55:12 -0700 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 V6.00.2900.2869 Importance: Normal In-Reply-To: <200607061205.k66C5YsV082530@freefall.freebsd.org> Cc: Subject: RE: amd64/95167: driver for SuperMicro H8DAR-T (Adaptec AIC-8130: (Marvell 88SX6041) 4-port Hercules-2 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 15:55:30 -0000 Hi Tilman, Thanks so much for the information! I will definitely try it out when I get a chance. Anthony -----Original Message----- From: Tilman Linneweh [mailto:arved@FreeBSD.org] Sent: Thursday, July 06, 2006 5:06 AM To: tony@asacomputers.com; arved@FreeBSD.org; freebsd-amd64@FreeBSD.org Subject: Re: amd64/95167: driver for SuperMicro H8DAR-T (Adaptec AIC-8130: (Marvell 88SX6041) 4-port Hercules-2 Synopsis: driver for SuperMicro H8DAR-T (Adaptec AIC-8130: (Marvell 88SX6041) 4-port Hercules-2 State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Thu Jul 6 12:03:58 UTC 2006 State-Changed-Why: Support for the Marvell SX6041 has been MFCd to STABLE on Jan 25. Can you update to 6.1 and try again? http://www.freebsd.org/cgi/query-pr.cgi?pr=95167 From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 21:47:11 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C08C416A4E2 for ; Thu, 6 Jul 2006 21:47:11 +0000 (UTC) (envelope-from spampass@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1D843D45 for ; Thu, 6 Jul 2006 21:47:11 +0000 (GMT) (envelope-from spampass@gmail.com) Received: by nz-out-0102.google.com with SMTP id r28so1177891nza for ; Thu, 06 Jul 2006 14:47:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bxO3qulnZw+iVO1aJsF1+FFLSqI2MNi76VT4epvAVQbtBoLJ7/BE7SNJ4CA8LHijidxs4flIzPL2hAj1ttcPzqyio7qWbs19JP+Uma58CI8ImpNex9rVvENW/CpGIzCAOLn1eYRhLB+phXb6neviSIc3cCRpAYyMS3izdCDFwLk= Received: by 10.36.55.2 with SMTP id d2mr1566611nza; Thu, 06 Jul 2006 14:47:10 -0700 (PDT) Received: by 10.36.108.19 with HTTP; Thu, 6 Jul 2006 14:47:10 -0700 (PDT) Message-ID: <93f8f44b0607061447k27adb556u306063b09b3d9b0d@mail.gmail.com> Date: Fri, 7 Jul 2006 01:47:10 +0400 From: Michael To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Turion 64 X2 support in future versions of FreeBSD. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 21:47:11 -0000 Hello, folks! Is there any chance that support for this processor will be presented in upcomming FreeBSD release? For now I can boot FreeBSD-amd64 6.1 distribution on my laptop with X2, but only with ACPI disabled, otherwise i'll get develishly slow machine, which respond to keypress for about a minute and which one I can't even shutdown. Another problem is: when running without ACPI I can't start x-server, it get crashed every time with "signal 8". Thank you, and sorry for my english ;-) From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 6 22:19:01 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C1B616A4DE for ; Thu, 6 Jul 2006 22:19:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EFFB43D4C for ; Thu, 6 Jul 2006 22:19:01 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k66MIxwq071812; Thu, 6 Jul 2006 18:18:59 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-amd64@FreeBSD.org Date: Thu, 6 Jul 2006 18:18:43 -0400 User-Agent: KMail/1.6.2 References: <93f8f44b0607061447k27adb556u306063b09b3d9b0d@mail.gmail.com> In-Reply-To: <93f8f44b0607061447k27adb556u306063b09b3d9b0d@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200607061818.46985.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1587/Thu Jul 6 16:55:48 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: Re: Turion 64 X2 support in future versions of FreeBSD. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 22:19:01 -0000 On Thursday 06 July 2006 05:47 pm, Michael wrote: > Hello, folks! > > Is there any chance that support for this processor will be > presented in upcomming FreeBSD release? For now I can boot > FreeBSD-amd64 6.1 distribution on my laptop with X2, but only with > ACPI disabled, otherwise i'll get develishly slow machine, which > respond to keypress for about a minute and which one I can't even > shutdown. Another problem is: when running without ACPI I can't > start x-server, it get crashed every time with "signal 8". I don't think that's CPU specific issue, i.e., Turion 64 X2 should be supported by default. Recently I have seen similar problems with CPU Cx state changes. Try the following in your /etc/rc.conf: economy_cx_lowest="NONE" performance_cx_lowest="NONE" and reboot with ACPI. Jung-uk Kim From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 7 00:30:29 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 122C516A4DA for ; Fri, 7 Jul 2006 00:30:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B7243D49 for ; Fri, 7 Jul 2006 00:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k670USHD033656 for ; Fri, 7 Jul 2006 00:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k670USem033655; Fri, 7 Jul 2006 00:30:28 GMT (envelope-from gnats) Date: Fri, 7 Jul 2006 00:30:28 GMT Message-Id: <200607070030.k670USem033655@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Albert Cc: Subject: Re: amd64/99475: Mail attachement was modified X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 00:30:29 -0000 The following reply was made to PR amd64/99475; it has been noted by GNATS. From: Albert To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/99475: Mail attachement was modified Date: Fri, 07 Jul 2006 08:22:32 +0800 I just use FreeBSD 6.1/amd64 SMP to set up a mail server. I use the default sendmail.cf, open relay on my own network, and send mail via Thunderbird to myself. Three type of encoding are used -- big5, iso-2002-jp, iso-8859-1 The mail content is all okey. (I mean the mail content is unchanged) Then I test a mail with attachments -- pdf, ppt, xls, doc, txt, jpg. When I receive the mail by pop3, all the attachments became random code except text files whatever the encoding is. I upgrade sendmail form 8.13.6 to 8.13.7. The results are the same. Now I back to FreeBSD 5.5/i386 SMP + sendmail 8.13.6, All works perfect as I want. From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 7 01:30:24 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B912416A4FD for ; Fri, 7 Jul 2006 01:30:24 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from omta02ps.mx.bigpond.com (omta02ps.mx.bigpond.com [144.140.83.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E83343D73 for ; Fri, 7 Jul 2006 01:30:21 +0000 (GMT) (envelope-from andrew@areilly.bpa.nu) Received: from areilly.bpa.nu ([141.168.7.22]) by omta02ps.mx.bigpond.com with ESMTP id <20060707013016.QQAT5695.omta02ps.mx.bigpond.com@areilly.bpa.nu> for ; Fri, 7 Jul 2006 01:30:16 +0000 Received: (qmail 60755 invoked by uid 501); 7 Jul 2006 01:30:19 -0000 Date: Fri, 7 Jul 2006 11:30:19 +1000 From: Andrew Reilly To: Albert Message-ID: <20060707013019.GB58922@duncan.reilly.home> References: <200607070030.k670USem033655@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607070030.k670USem033655@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-amd64@FreeBSD.org Subject: Re: amd64/99475: Mail attachement was modified X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 01:30:24 -0000 On Fri, Jul 07, 2006 at 12:30:28AM +0000, Albert wrote: > The following reply was made to PR amd64/99475; it has been noted by GNATS. > > From: Albert > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: amd64/99475: Mail attachement was modified > Date: Fri, 07 Jul 2006 08:22:32 +0800 > > I just use FreeBSD 6.1/amd64 SMP to set up a mail server. > I use the default sendmail.cf, open relay on my own network, and send > mail via Thunderbird to myself. > Three type of encoding are used -- big5, iso-2002-jp, iso-8859-1 > The mail content is all okey. (I mean the mail content is unchanged) > Then I test a mail with attachments -- pdf, ppt, xls, doc, txt, jpg. > When I receive the mail by pop3, all the attachments became random code > except text files whatever the encoding is. > I upgrade sendmail form 8.13.6 to 8.13.7. The results are the same. > > Now I back to FreeBSD 5.5/i386 SMP + sendmail 8.13.6, All works perfect > as I want. There was a recent security advisory involving sendmail and MIME attachments that could be related to this. I don't understand what business sendmail has even *looking* at the MIME structure of a message, let alone mucking about with it. I'd say use that as yet another reason to change to a different MTA. (I noticed that NetBSD seems to have removed sendmail from the base system altogether in recent current, in favour of postfix...) Cheers, -- Andrew From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 7 02:54:57 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46A0816A4DD for ; Fri, 7 Jul 2006 02:54:57 +0000 (UTC) (envelope-from alpha2@sansha.tatung.com.tw) Received: from sansha.tatung.com.tw (sansha.tatung.com.tw [139.223.63.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA6443D45 for ; Fri, 7 Jul 2006 02:54:56 +0000 (GMT) (envelope-from alpha2@sansha.tatung.com.tw) Received: from localhost (localhost.tatung.com.tw [127.0.0.1]) by sansha.tatung.com.tw (8.13.6/8.13.6) with ESMTP id k672sY4U078245; Fri, 7 Jul 2006 10:54:34 +0800 (CST) (envelope-from alpha2@sansha.tatung.com.tw) X-Virus-Scanned: amavisd-new at sansha.tatung.com.tw Received: from sansha.tatung.com.tw ([127.0.0.1]) by localhost (sansha.tatung.com.tw [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6tBEnwwLdBq2; Fri, 7 Jul 2006 10:54:29 +0800 (CST) Received: from [139.223.63.23] ([139.223.63.23]) by sansha.tatung.com.tw (8.13.6/8.13.6) with ESMTP id k672s95I078193; Fri, 7 Jul 2006 10:54:26 +0800 (CST) (envelope-from alpha2@sansha.tatung.com.tw) Message-ID: <44ADCCCD.6060707@sansha.tatung.com.tw> Date: Fri, 07 Jul 2006 10:54:05 +0800 From: Albert User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: zh-tw, en-us, en, zh MIME-Version: 1.0 To: Andrew Reilly , freebsd-amd64@FreeBSD.org References: <200607070030.k670USem033655@freefall.freebsd.org> <20060707013019.GB58922@duncan.reilly.home> In-Reply-To: <20060707013019.GB58922@duncan.reilly.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: amd64/99475: Mail attachement was modified X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 02:54:57 -0000 Andrew Reilly 提到: > On Fri, Jul 07, 2006 at 12:30:28AM +0000, Albert wrote: > > > The following reply was made to PR amd64/99475; it has been noted > > by GNATS. > > > > From: Albert To: > > bug-followup@FreeBSD.org Cc: Subject: Re: amd64/99475: Mail > > attachement was modified Date: Fri, 07 Jul 2006 08:22:32 +0800 > > > > I just use FreeBSD 6.1/amd64 SMP to set up a mail server. I use the > > default sendmail.cf, open relay on my own network, and send mail > > via Thunderbird to myself. Three type of encoding are used -- big5, > > iso-2002-jp, iso-8859-1 The mail content is all okey. (I mean the > > mail content is unchanged) Then I test a mail with attachments -- > > pdf, ppt, xls, doc, txt, jpg. When I receive the mail by pop3, all > > the attachments became random code except text files whatever the > > encoding is. I upgrade sendmail form 8.13.6 to 8.13.7. The results > > are the same. > > > > Now I back to FreeBSD 5.5/i386 SMP + sendmail 8.13.6, All works > > perfect as I want. > > > There was a recent security advisory involving sendmail and MIME > attachments that could be related to this. > > I don't understand what business sendmail has even *looking* at the > MIME structure of a message, let alone mucking about with it. I'd say > use that as yet another reason to change to a different MTA. (I > noticed that NetBSD seems to have removed sendmail from the base > system altogether in recent current, in favour of postfix...) > > Cheers, > It toke me two weeks to find out where the problem is. FreeBSD 6.1/amd64 SMP +sendmail 8.13.6 & 8.13.7 and FreeBSD 5.4/amd64 SMP +sendmail 8.13.6 & 8.13.7 are both the same result. All looks okey. BUT ....... I use FreeBSD as mail server from 2.2.8 to 5.2.1, it is the first time I met this kind of thing. May be it is the bug of sendmail, but it runs no problem on i386 platform. Is there huge difference on i386 and amd64 on the topic of mail server? My box is a running system, may be I have few chance to try again. Sorry about that! Next time I will think about postfix. From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 7 04:59:42 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0C216A4DD for ; Fri, 7 Jul 2006 04:59:42 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from omta04sl.mx.bigpond.com (omta04sl.mx.bigpond.com [144.140.93.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5CA343D49 for ; Fri, 7 Jul 2006 04:59:41 +0000 (GMT) (envelope-from andrew@areilly.bpa.nu) Received: from areilly.bpa.nu ([141.168.7.22]) by omta04sl.mx.bigpond.com with ESMTP id <20060707045937.PKZY7229.omta04sl.mx.bigpond.com@areilly.bpa.nu> for ; Fri, 7 Jul 2006 04:59:37 +0000 Received: (qmail 62925 invoked by uid 501); 7 Jul 2006 04:59:33 -0000 Date: Fri, 7 Jul 2006 14:59:33 +1000 From: Andrew Reilly To: Albert Message-ID: <20060707045933.GA62708@duncan.reilly.home> References: <200607070030.k670USem033655@freefall.freebsd.org> <20060707013019.GB58922@duncan.reilly.home> <44ADCCCD.6060707@sansha.tatung.com.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44ADCCCD.6060707@sansha.tatung.com.tw> User-Agent: Mutt/1.4.2.1i Cc: freebsd-amd64@FreeBSD.org Subject: Re: amd64/99475: Mail attachement was modified X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 04:59:42 -0000 On Fri, Jul 07, 2006 at 10:54:05AM +0800, Albert wrote: > It toke me two weeks to find out where the problem is. > FreeBSD 6.1/amd64 SMP +sendmail 8.13.6 & 8.13.7 and > FreeBSD 5.4/amd64 SMP +sendmail 8.13.6 & 8.13.7 are both the same result. > All looks okey. BUT ....... > I use FreeBSD as mail server from 2.2.8 to 5.2.1, it is the first time I > met this kind of thing. > May be it is the bug of sendmail, but it runs no problem on i386 platform. > Is there huge difference on i386 and amd64 on the topic of mail server? > My box is a running system, may be I have few chance to try again. Sorry > about that! One other possibility, given that you don't have the problem on the same box runninng i386 code, could be related to the GCC compiler bug that I reported in relation to ports/sysutils/ucspi-tcp recently. The system default CFLAGS is -O2 -fno-strict-aliasing, which seems to allow a bug in the system gcc version 3.4. Changing -O2 to -O in CFLAGS, or changing CC from cc to gcc41 (installed from ports) both solved that problem. Maybe it will help sendmail too? (I don't build or run sendmail myself, so I'm not going to test this theory...) Cheers, -- Andrew From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 7 15:23:17 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FD2916A4DD for ; Fri, 7 Jul 2006 15:23:17 +0000 (UTC) (envelope-from jasen.gibson@ge.com) Received: from ext-nj2ut-4.online-age.net (ext-nj2ut-4.online-age.net [64.14.54.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC6743D49 for ; Fri, 7 Jul 2006 15:23:16 +0000 (GMT) (envelope-from jasen.gibson@ge.com) Received: from int-nj2ut-1.online-age.net (int-nj2ut-1.online-age.net [3.159.237.70]) by ext-nj2ut-4.online-age.net (8.13.6/8.13.6/20051114-SVVS-TLS-DNSBL) with ESMTP id k67FNC5q027103 for ; Fri, 7 Jul 2006 11:23:14 -0400 Received: from cinmlef03.e2k.ad.ge.com (localhost.localdomain [127.0.0.1]) by int-nj2ut-1.online-age.net (8.11.6/8.11.6/20050510-SVVS) with ESMTP id k67FNAt07518 for ; Fri, 7 Jul 2006 11:23:12 -0400 Received: from loumlvem03.e2k.ad.ge.com ([3.159.160.38]) by cinmlef03.e2k.ad.ge.com with Microsoft SMTPSVC(6.0.3790.2499); Fri, 7 Jul 2006 11:23:09 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 7 Jul 2006 11:23:09 -0400 Message-ID: <888F5D88060A214ABEFED0011CF186620117B8C9@LOUMLVEM03.e2k.ad.ge.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Welcome to the "freebsd-amd64" mailing list (Digest mode) Thread-Index: Acah160yvRN9d7t1SpKPDAqhS+5rvQAAHHig From: "Gibson, Jasen \(GE Indust, ConsInd, consultant\)" To: X-OriginalArrivalTime: 07 Jul 2006 15:23:09.0290 (UTC) FILETIME=[40BF6CA0:01C6A1D9] Subject: Tyan S4881+M4881, SMP, 128GB RAM support? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 15:23:17 -0000 >On Sat, Jul 01, 2006 at 12:37:53PM -0500, Michael C. Wu wrote: > >I don't have the s4881 motherboard, but I would be >surprized if FreeBSD did not work on it.=20 > >My research group recent purchased a small hyperblade >cluster from Appro.com. The system has 6 nodes that >are based on the s2881 motherboard with 2 dual-core >2.4 GHz opteron, 16 GB of memory, and 233 GB hard drives. >MPICH2 and gfortran appear to work quite nicely on=20 >the cluster. The cluster includes a GigE switch, which >I hope to replace with infiniband or myrinet in the >future. > >I have no experience with the daughter board you mentioned. > >--=20 >Steve Hey Steve, are the drives on the SATA controller? I'm looking at a = couple Tyan's for production use as well, S28xx or S38xx series, and the = SATA/SATA II chipsets are the only thing that worry me. Not seeing any = promising experiences on the compatibility list on the freebsd.org = website. If I know at least one person has that SATA chipset working = fine, I'll feel much safer. From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 7 15:37:26 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33E4D16A4E0 for ; Fri, 7 Jul 2006 15:37:26 +0000 (UTC) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (mailtest.sd73.bc.ca [142.24.13.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id B92BA43D53 for ; Fri, 7 Jul 2006 15:37:25 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id 474AF8A00C7; Fri, 7 Jul 2006 08:44:46 -0700 (PDT) Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 53213-01-45; Fri, 7 Jul 2006 08:44:39 -0700 (PDT) Received: from webmail.sd73.bc.ca (unknown [10.10.10.17]) by smtp.sd73.bc.ca (Postfix) with ESMTP id 207548A00BF; Fri, 7 Jul 2006 08:44:35 -0700 (PDT) Received: from webmail.sd73.bc.ca (localhost.localdomain [127.0.0.1]) by webmail.sd73.bc.ca (Postfix) with ESMTP id 3B6A0900060F; Fri, 7 Jul 2006 08:37:13 -0700 (PDT) Received: from 192.168.0.10 (SquirrelMail authenticated user fcash) by webmail.sd73.bc.ca with HTTP; Fri, 7 Jul 2006 08:37:13 -0700 (PDT) Message-ID: <45656.192.168.0.10.1152286633.squirrel@webmail.sd73.bc.ca> In-Reply-To: <888F5D88060A214ABEFED0011CF186620117B8C9@LOUMLVEM03.e2k.ad.ge.com> References: <888F5D88060A214ABEFED0011CF186620117B8C9@LOUMLVEM03.e2k.ad.ge.com> Date: Fri, 7 Jul 2006 08:37:13 -0700 (PDT) From: "Freddie Cash" To: "Gibson, Jasen (GE Indust, ConsInd, consultant)" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new using ClamAV at sd73.bc.ca Cc: amd64@freebsd.org Subject: Re: Tyan S4881+M4881, SMP, 128GB RAM support? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fcash@ocis.net List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 15:37:26 -0000 On Fri, July 7, 2006 8:23 am, Gibson, Jasen (GE Indust, ConsInd, consultant) wrote: > Hey Steve, are the drives on the SATA controller? I'm looking at a > couple Tyan's for production use as well, S28xx or S38xx series, and > the SATA/SATA II chipsets are the only thing that worry me. Not > seeing any promising experiences on the compatibility list on the > freebsd.org website. If I know at least one person has that SATA > chipset working fine, I'll feel much safer. The SATA controller on the S2881 and S2882 work fine with FreeBSD 6.1. I didn't stress test our machines too much, but running in plain non-RAID mode, I didn't run into any problems. They are Silicon Image 3114 chipsets, not the greatest, but they work. Most of our servers using these motherboards run everthing off a 3Ware Escalade 9550SX RAID controller, and run Debian Linux. But we do have one system running FreeBSD 6.1 using two SATA drives plugged into the onboard SATA controller, using atacontrols RAID1 features. It's been running for a week now without any problems, acting as a router, firewall, and SSH proxy. Nothing disk-IO heavy, but still running well. ---- Freddie Cash fcash@ocis.net From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 7 16:40:38 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD6016A4E0 for ; Fri, 7 Jul 2006 16:40:38 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 713DF43D49 for ; Fri, 7 Jul 2006 16:40:37 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.7/8.13.7) with ESMTP id k67GdNNC077701; Fri, 7 Jul 2006 09:39:23 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.7/8.13.7/Submit) id k67GdNur077700; Fri, 7 Jul 2006 09:39:23 -0700 (PDT) (envelope-from sgk) Date: Fri, 7 Jul 2006 09:39:23 -0700 From: Steve Kargl To: "Gibson, Jasen (GE Indust, ConsInd, consultant)" Message-ID: <20060707163923.GA77494@troutmask.apl.washington.edu> References: <888F5D88060A214ABEFED0011CF186620117B8C9@LOUMLVEM03.e2k.ad.ge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <888F5D88060A214ABEFED0011CF186620117B8C9@LOUMLVEM03.e2k.ad.ge.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-amd64@freebsd.org Subject: Re: Tyan S4881+M4881, SMP, 128GB RAM support? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 16:40:38 -0000 On Fri, Jul 07, 2006 at 11:23:09AM -0400, Gibson, Jasen (GE Indust, ConsInd, consultant) wrote: > >On Sat, Jul 01, 2006 at 12:37:53PM -0500, Michael C. Wu wrote: > > > >I don't have the s4881 motherboard, but I would be > >surprized if FreeBSD did not work on it. > > > >My research group recent purchased a small hyperblade > >cluster from Appro.com. The system has 6 nodes that > >are based on the s2881 motherboard with 2 dual-core > >2.4 GHz opteron, 16 GB of memory, and 233 GB hard drives. > >MPICH2 and gfortran appear to work quite nicely on > >the cluster. The cluster includes a GigE switch, which > >I hope to replace with infiniband or myrinet in the > >future. > > > >I have no experience with the daughter board you mentioned. > > > > Hey Steve, are the drives on the SATA controller? I'm looking at > a couple Tyan's for production use as well, S28xx or S38xx series, > and the SATA/SATA II chipsets are the only thing that worry me. > Not seeing any promising experiences on the compatibility list on > the freebsd.org website. If I know at least one person has that > SATA chipset working fine, I'll feel much safer. > See Freddie's response :) I have only a single SATA drive attached to the onboard SiI3114 controller on each node. I haven't seen a problem, but my setup may be atypical in that the cluster is meant for computational work. The 6 hard drives are setup with NFS mounted filesystems, where user home directories are periodically rsync'd from the master node to one of the slave nodes. Most of the disk space for the remaining 4 slave nodes is set up has world writable tmp directories for dumping large data sets. -- Steve From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 7 18:33:33 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C0516A4E2 for ; Fri, 7 Jul 2006 18:33:33 +0000 (UTC) (envelope-from spampass@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 841B143D67 for ; Fri, 7 Jul 2006 18:33:19 +0000 (GMT) (envelope-from spampass@gmail.com) Received: by py-out-1112.google.com with SMTP id i75so494198pye for ; Fri, 07 Jul 2006 11:33:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hNV8pIsntNUZ9B3u3Xw10e+qDcnntULaV577hv4FD0ycMqKNXOOb0/2AzJzcOyHQsut5LPH6rdvnF1fJ98rpc5JuzOee/Q1KTRvFGcujzYo9Yb0Ik/Qhkb2v6V41DLIYlYc1xJDjDcQksMxjW5cWB6DzrsDnM7rMKcB6BB3oIM4= Received: by 10.35.123.10 with SMTP id a10mr2422356pyn; Fri, 07 Jul 2006 11:33:18 -0700 (PDT) Received: by 10.35.29.11 with HTTP; Fri, 7 Jul 2006 11:33:18 -0700 (PDT) Message-ID: <93f8f44b0607071133h34b69eb7oc6874c3ec839e4fc@mail.gmail.com> Date: Sat, 8 Jul 2006 00:18:18 +0545 From: Michael To: freebsd-amd64@freebsd.org In-Reply-To: <200607061818.46985.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <93f8f44b0607061447k27adb556u306063b09b3d9b0d@mail.gmail.com> <200607061818.46985.jkim@FreeBSD.org> Subject: Re: Turion 64 X2 support in future versions of FreeBSD. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:33:33 -0000 On 7/7/06, Jung-uk Kim wrote: > > Is there any chance that support for this processor will be > > presented in upcomming FreeBSD release? For now I can boot > > FreeBSD-amd64 6.1 distribution on my laptop with X2, but only with > > ACPI disabled, otherwise i'll get develishly slow machine, which > > respond to keypress for about a minute and which one I can't even > > shutdown. > > I don't think that's CPU specific issue, i.e., Turion 64 X2 should be > supported by default. > > economy_cx_lowest="NONE" > performance_cx_lowest="NONE" Thanks for advice! I've tried that, but no luck - absolutely the same result. The reason why I was asking about *support* for that processor is, that there is no mention for X2 in http://www.freebsd.org/platforms/amd64.html. Only Turion 64, and no X2. And personally I think, that things breaks because of second core of CPU :-\ From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 7 18:40:07 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEA216A50E for ; Fri, 7 Jul 2006 18:40:07 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B4E43D95 for ; Fri, 7 Jul 2006 18:39:59 +0000 (GMT) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (cpe-024-211-118-154.sc.res.rr.com [24.211.118.154]) by ms-smtp-03.southeast.rr.com (8.13.6/8.13.6) with ESMTP id k67IdvwO008043; Fri, 7 Jul 2006 14:39:58 -0400 (EDT) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.13.6/8.13.6) with ESMTP id k67IduIt027218; Fri, 7 Jul 2006 14:39:57 -0400 (EDT) (envelope-from morganw@chemikals.org) Date: Fri, 7 Jul 2006 14:39:56 -0400 (EDT) From: Wesley Morgan To: Michael In-Reply-To: <93f8f44b0607071133h34b69eb7oc6874c3ec839e4fc@mail.gmail.com> Message-ID: <20060707143926.T20252@volatile.chemikals.org> References: <93f8f44b0607061447k27adb556u306063b09b3d9b0d@mail.gmail.com> <200607061818.46985.jkim@FreeBSD.org> <93f8f44b0607071133h34b69eb7oc6874c3ec839e4fc@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-amd64@freebsd.org Subject: Re: Turion 64 X2 support in future versions of FreeBSD. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:40:07 -0000 On Sat, 8 Jul 2006, Michael wrote: > On 7/7/06, Jung-uk Kim wrote: >> economy_cx_lowest="NONE" >> performance_cx_lowest="NONE" > > Thanks for advice! I've tried that, but no luck - absolutely the same > result. The reason why I was asking about *support* for that processor > is, that there is no mention for X2 in > http://www.freebsd.org/platforms/amd64.html. Only Turion 64, and no > X2. And personally I think, that things breaks because of second core > of CPU :-\ What happens if you boot a UP kernel with ACPI? -- This .signature sanitized for your protection From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 7 18:48:03 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B50716A4DD for ; Fri, 7 Jul 2006 18:48:03 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from H43.C18.B96.tor.eicat.ca (H43.C18.B96.tor.eicat.ca [66.96.18.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC7443D7F for ; Fri, 7 Jul 2006 18:47:57 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from [127.0.0.1] (desktop.home.local [172.16.0.200]) by H43.C18.B96.tor.eicat.ca (Postfix) with ESMTP id 5B36411514; Fri, 7 Jul 2006 14:47:18 -0400 (EDT) Message-ID: <44AEAC75.7010900@rogers.com> Date: Fri, 07 Jul 2006 14:48:21 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Michael References: <93f8f44b0607061447k27adb556u306063b09b3d9b0d@mail.gmail.com> <200607061818.46985.jkim@FreeBSD.org> <93f8f44b0607071133h34b69eb7oc6874c3ec839e4fc@mail.gmail.com> In-Reply-To: <93f8f44b0607071133h34b69eb7oc6874c3ec839e4fc@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SpamToaster-Information: This messages has been scanned by SpamToaster http://www.digitalprogression.ca X-SpamToaster: Found to be clean X-SpamToaster-SpamCheck: not spam, SpamAssassin (not cached, score=-2.49, required 3.5, ALL_TRUSTED -1.80, BAYES_00 -2.60, DK_POLICY_SIGNSOME 0.00, DNS_FROM_RFC_ABUSE 0.20, DNS_FROM_RFC_POST 1.71) X-SpamToaster-From: mikej@rogers.com X-Spam-Status: No Cc: freebsd-amd64@freebsd.org Subject: Re: Turion 64 X2 support in future versions of FreeBSD. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 18:48:03 -0000 Michael wrote: > > Thanks for advice! I've tried that, but no luck - absolutely the same > result. The reason why I was asking about *support* for that processor > is, that there is no mention for X2 in > http://www.freebsd.org/platforms/amd64.html. Only Turion 64, and no > X2. And personally I think, that things breaks because of second core > of CPU :-\ It's still a x86-64 CPU. The problem is most likely with the bios/acpi.