Re: System doesn't dump

2013-05-29 Thread Jeremy Chadwick
On Wed, May 29, 2013 at 08:41:38AM +0200, Dominic Fandrey wrote: > I have a number of actions that reliably panic the system, such as > performing shutdown -p (yes I'm booting into an inconsistent file > system every time). Both with my notebook and my workstation. > > However I cannot get the sys

9.1-stable: ATI IXP600 AHCI: CAM timeout

2013-05-29 Thread Oliver Fromme
Hi, Yesterday I have downloaded the latest 9.1 snapshot (May 15th) from ftp.freebsd.org and installed it on a machine that was previously running Linux. It works fine, except that I get many the following when there is heavy disk I/O, e.g. when building world or ports: ahcich0: Timeout on slot 2

Re: SunFire X2200 ilo's bge1 DOWN/UP

2013-05-29 Thread YongHyeon PYUN
On Tue, May 28, 2013 at 09:55:24AM +0300, Daniel Braniss wrote: > > On Tue, May 28, 2013 at 09:28:00AM +0300, Daniel Braniss wrote: > > > > On Mon, May 27, 2013 at 10:59:28AM +0300, Daniel Braniss wrote: > > > > > > On Fri, May 24, 2013 at 05:31:13PM +0300, Daniel Braniss wrote: > > > > > > > hi, a

ZFS crashing while zfs recv in progress

2013-05-29 Thread Pascal Braun, Continum
Hi, I'm trying to send a zfs pool from an old freebsd 9.0 installation to a new machine with freebsd 9.1. The pool is quite heavy (about 16TB, lots of snapshots) and the receiving side keeps crashing on me. The command used to transfer (run on the old 9.0 installation): zfs send -R tank@sna

Re: ZFS crashing while zfs recv in progress

2013-05-29 Thread Steven Hartland
Silly question but I assume your new 9.1 system isnt running from tank at the time? - Original Message - From: "Pascal Braun, Continum" I'm trying to send a zfs pool from an old freebsd 9.0 installation to a new machine with freebsd 9.1. The pool is quite heavy (about 16TB, lots of s

Re: ZFS crashing while zfs recv in progress

2013-05-29 Thread Ronald Klop
On Wed, 29 May 2013 11:04:00 +0200, Pascal Braun, Continum wrote: Hi, I'm trying to send a zfs pool from an old freebsd 9.0 installation to a new machine with freebsd 9.1. The pool is quite heavy (about 16TB, lots of snapshots) and the receiving side keeps crashing on me. The command

Re: SunFire X2200 ilo's bge1 DOWN/UP

2013-05-29 Thread Daniel Braniss
> > --/04w6evG8XlLl3ft > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > On Tue, May 28, 2013 at 09:55:24AM +0300, Daniel Braniss wrote: > > > On Tue, May 28, 2013 at 09:28:00AM +0300, Daniel Braniss wrote: > > > > > On Mon, May 27, 2013 at 10:59:28AM +0300, Daniel Br

Re: 9.1-stable: ATI IXP600 AHCI: CAM timeout

2013-05-29 Thread Oliver Fromme
Now I have some more information ... The problem disappears when I disable NCQ, i.e. set the number of tags to 1 with camcontrol. Using binary search I found out that the problem also disappears with 2 tags, but with 3 tags I get the same amout of errors as with the default of 32 tags. Interesti

Re: 9.1-stable: ATI IXP600 AHCI: CAM timeout

2013-05-29 Thread Steven Hartland
Have you checked your sata cables and psu outputs? Both of these could be the underlying cause of poor signalling. - Original Message - From: "Oliver Fromme" To: Sent: Wednesday, May 29, 2013 2:05 PM Subject: Re: 9.1-stable: ATI IXP600 AHCI: CAM timeout Now I have some more inform

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-05-29 Thread Mike Tancsa
On 3/1/2013 11:35 AM, Mike Tancsa wrote: > On 2/28/2013 1:43 PM, Dag-Erling Smørgrav wrote: >> Author: des >> Date: Thu Feb 28 18:43:50 2013 >> New Revision: 247485 >> URL: http://svnweb.freebsd.org/changeset/base/247485 >> >> Log: >> Pull in OpenSSH 6.1 from head. > > Hi, > I updated a bo

Re: 9.1-stable: ATI IXP600 AHCI: CAM timeout

2013-05-29 Thread Oliver Fromme
Steven Hartland wrote: > Have you checked your sata cables and psu outputs? > > Both of these could be the underlying cause of poor signalling. I can't easily check that because it is a cheap rented server in a remote location. But I don't believe it is bad cabling or PSU anyway, or otherwise

vfs.read_min (was Re: svn commit: r250906 - stable/9/sys/kern)

2013-05-29 Thread Mike Tancsa
Hi Scott, This seems to significantly help for reading through large files (argus / netflow files in my case) on my zfs server. Doing some quick tests and setting the size to 2 makes a difference from the default. In your case, did you find some optimal settings ? Are there some tradeoff

Re: svn commit: r247485 - in stable/9: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh secure/usr.sbin/sshd

2013-05-29 Thread Dag-Erling Smørgrav
Mike Tancsa writes: > For the archives, this is fixed in > http://lists.freebsd.org/pipermail/svn-src-head/2013-May/047921.html Fixed in head, but not stable/9 yet. I'll pull 6.2p2 from head to stable/9 later this week. DES -- Dag-Erling Smørgrav - d...@des.no _

Re: 9.1-stable: ATI IXP600 AHCI: CAM timeout

2013-05-29 Thread Ian Lepore
On Wed, 2013-05-29 at 16:21 +0200, Oliver Fromme wrote: > Steven Hartland wrote: > > Have you checked your sata cables and psu outputs? > > > > Both of these could be the underlying cause of poor signalling. > > I can't easily check that because it is a cheap rented > server in a remote locati

Re: 9.1-stable: ATI IXP600 AHCI: CAM timeout

2013-05-29 Thread Oliver Fromme
Ian Lepore wrote: > On Wed, 2013-05-29 at 16:21 +0200, Oliver Fromme wrote: > > Steven Hartland wrote: > > > Have you checked your sata cables and psu outputs? > > > > > > Both of these could be the underlying cause of poor signalling. > > > > I can't easily check that because it is a chea

Re: 9.1-stable: ATI IXP600 AHCI: CAM timeout

2013-05-29 Thread Adam McDougall
On 05/29/13 10:21, Oliver Fromme wrote: > Steven Hartland wrote: > > Have you checked your sata cables and psu outputs? > > > > Both of these could be the underlying cause of poor signalling. > > I can't easily check that because it is a cheap rented > server in a remote location. > > But I d

Constant AE_AML_NO_OPERAND errors on Toshiba Z930

2013-05-29 Thread Hugo Silva
Hello! I'm seeing a lot of the following on this laptop: ACPI Error: Method execution failed [\\_SB_.BAT1._HID] (Node 0xfe0002a13600), AE_AML_NO_OPERAND (20110527/uteval-113) ACPI Error: No object attached to node 0xfe0002a13600 (20110527/exresnte-139) Running 9.1-STABLE/amd64 as of yes

Re: 9.1-stable: ATI IXP600 AHCI: CAM timeout

2013-05-29 Thread Jeremy Chadwick
On Wed, May 29, 2013 at 10:09:14AM +0200, Oliver Fromme wrote: > Hi, > > Yesterday I have downloaded the latest 9.1 snapshot (May 15th) > from ftp.freebsd.org and installed it on a machine that was > previously running Linux. It works fine, except that I get > many the following when there is hea

Re: SunFire X2200 ilo's bge1 DOWN/UP

2013-05-29 Thread Daniel Braniss
> > --/04w6evG8XlLl3ft > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > On Tue, May 28, 2013 at 09:55:24AM +0300, Daniel Braniss wrote: > > > On Tue, May 28, 2013 at 09:28:00AM +0300, Daniel Braniss wrote: > > > > > On Mon, May 27, 2013 at 10:59:28AM +0300, Daniel Br