Re: Reducing the need to compile a custom kernel

2012-02-14 Thread Alexander Leidinger
Quoting Volodymyr Kostyrko c.kw...@gmail.com (from Mon, 13 Feb 2012 17:44:33 +0200): Alexander Leidinger wrote: Feasible: depend upon your definition of feasible. You would have to add all keymaps statically into the kernel. No idea which parts exactly we talk about, but: ---snip--- % du -h

freebsd 9-stable TOP problem from around Jan 10

2012-02-14 Thread Julian Elischer
Has anyone else seen a problem with top -H -S? after a short while the screen gets more and more corrupted.. hitting ^L or turning off S H modes helps .. for a while. If this is a known fixed problem, let me know but I need to co-ordinate with others to upgrade the machine in question.

Re: Regression in 8.2-STABLE bge code (from 7.4-STABLE)

2012-02-14 Thread YongHyeon PYUN
On Sat, Jan 28, 2012 at 09:24:53PM -0500, Michael L. Squires wrote: Sorry for late reply. Had been busy due to relocation. There is a bug in the Tyan S4881/S4882 PCI-X bridges that was fixed with a patch in 7.x (thank you very much). This patch is not present in the 8.2-STABLE code and

Re: dhclient script adjustments

2012-02-14 Thread Baptiste Daroussin
On Tue, Feb 14, 2012 at 02:47:00AM -0500, Jason Hellenthal wrote: Anyone ? Sorry for mess, I'm working on this to figure out why it does that. Thanks for reporting, regards, Bapt pgp2hdjzuz7zb.pgp Description: PGP signature

Re: Reducing the need to compile a custom kernel

2012-02-14 Thread n j
On Sun, Feb 12, 2012 at 8:52 AM, Ian Smith smi...@nimnet.asn.au wrote: On Fri, 10 Feb 2012 16:12:00 +, Bjoern A. Zeeb wrote:   IPFIREWALL_FORWARD Unless something's changed, julian@ has pointed out (paraphrasing) that this adds bits of code to various parts of the stack and was thought

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Alexander Motin
On 02/14/12 11:19, Victor Balada Diaz wrote: We're having some troubles with AHCI under FreeBSD 8.2 and 8-STABLE. The error is: ahcich0: Timeout on slot 8 ahcich0: is cs 0100 ss rs 0100 tfd c0 serr ahcich0: AHCI reset... ahcich0: SATA connect time=0ms

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Jeremy Chadwick
On Tue, Feb 14, 2012 at 10:19:09AM +0100, Victor Balada Diaz wrote: We're having some troubles with AHCI under FreeBSD 8.2 and 8-STABLE. The error is: ahcich0: Timeout on slot 8 ahcich0: is cs 0100 ss rs 0100 tfd c0 serr ahcich0: AHCI reset... ahcich0:

Re: Reducing the need to compile a custom kernel

2012-02-14 Thread Alexander Leidinger
Quoting Paul Schenkeveld free...@psconsult.nl (from Fri, 10 Feb 2012 15:44:50 +0100): On Fri, Feb 10, 2012 at 02:56:04PM +0100, Alexander Leidinger wrote: Hi, during some big discussions in the last monts on various lists, one of the problems was that some people would like to use

Re: dhclient script adjustments

2012-02-14 Thread Dag-Erling Smørgrav
Jason Hellenthal jh...@dataix.net writes: After recent merges to stable/8 I am now seeing errors on bootup of the following for three interfaces that will never see the light of DHCP. ? /etc/rc.d/dhclient: ERROR: 'dc1' is not a DHCP-enabled interface This is perfectly harmless. Just ignore

Custom kernel poll summary (was: Re: Reducing the need to compile a custom kernel)

2012-02-14 Thread Alexander Leidinger
Quoting Alexander Leidinger alexan...@leidinger.net (from Fri, 10 Feb 2012 14:56:04 +0100): Such a kernel would cover situations where people compile their own kernel because they want to get rid of some unused kernel code (and maybe even need the memory this frees up). The question is,

[releng_9 tinderbox] failure on sparc64/sparc64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 10:58:05 - tinderbox 2.9 running on freebsd-stable.sentex.ca TB --- 2012-02-14 10:58:05 - starting RELENG_9 tinderbox run for sparc64/sparc64 TB --- 2012-02-14 10:58:05 - cleaning the object tree TB --- 2012-02-14 10:58:05 - cvsupping the source tree TB --- 2012-02-14 10:58:05 -

Re: Custom kernel poll summary (was: Re: Reducing the need to compile a custom kernel)

2012-02-14 Thread Attilio Rao
2012/2/14, Alexander Leidinger alexan...@leidinger.net: Quoting Alexander Leidinger alexan...@leidinger.net (from Fri, 10 Feb 2012 14:56:04 +0100): Such a kernel would cover situations where people compile their own kernel because they want to get rid of some unused kernel code (and maybe

Re: Reducing the need to compile a custom kernel

2012-02-14 Thread Nenhum_de_Nos
On Tue, February 14, 2012 08:31, Alexander Leidinger wrote: Quoting Paul Schenkeveld free...@psconsult.nl (from Fri, 10 Feb 2012 15:44:50 +0100): On Fri, Feb 10, 2012 at 02:56:04PM +0100, Alexander Leidinger wrote: Hi, during some big discussions in the last monts on various lists, one of

Re: Custom kernel poll summary (was: Re: Reducing the need to compile a custom kernel)

2012-02-14 Thread Alexander Leidinger
Quoting Attilio Rao atti...@freebsd.org (from Tue, 14 Feb 2012 12:38:17 +): 2012/2/14, Alexander Leidinger alexan...@leidinger.net: 2 SW_WATCHDOG This can become a module with very little effort I guess. What's the TODO list for this? Bye, Alexander. -- No man is lonely while

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Victor Balada Diaz
On Tue, Feb 14, 2012 at 02:05:13AM -0800, Jeremy Chadwick wrote: On Tue, Feb 14, 2012 at 10:19:09AM +0100, Victor Balada Diaz wrote: We're having some troubles with AHCI under FreeBSD 8.2 and 8-STABLE. The error is: ahcich0: Timeout on slot 8 ahcich0: is cs 0100 ss

Re: sysutils/pftop on 9.x+

2012-02-14 Thread Patrick Lamaiziere
Le Mon, 13 Feb 2012 14:09:25 -0600 (CST), Greg Rivers gcr+freebsd-sta...@tharned.org a écrit : sysutils/pftop was marked broken on 9.x and above last March[1]. Are there any plans to fix it soon? It's a really handy utility. [1]

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Jeremy Chadwick
On Tue, Feb 14, 2012 at 02:54:35PM +0100, Victor Balada Diaz wrote: On Tue, Feb 14, 2012 at 02:05:13AM -0800, Jeremy Chadwick wrote: On Tue, Feb 14, 2012 at 10:19:09AM +0100, Victor Balada Diaz wrote: We're having some troubles with AHCI under FreeBSD 8.2 and 8-STABLE. The error is:

Re: siisch1: Error while READ LOG EXT

2012-02-14 Thread Mike Tancsa
On 2/10/2012 8:43 PM, Mike Tancsa wrote: On 2/10/2012 8:27 PM, Jeremy Chadwick wrote: Mike, I wanted to make you aware of this commit that just came through: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/cam/ata/ata_da.c Thanks, I did see that. I was going to wait until Monday to csup up

Re: siisch1: Error while READ LOG EXT

2012-02-14 Thread Jeremy Chadwick
On Tue, Feb 14, 2012 at 09:30:29AM -0500, Mike Tancsa wrote: On 2/10/2012 8:43 PM, Mike Tancsa wrote: On 2/10/2012 8:27 PM, Jeremy Chadwick wrote: Mike, I wanted to make you aware of this commit that just came through: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/cam/ata/ata_da.c

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Victor Balada Diaz
On Tue, Feb 14, 2012 at 06:16:01AM -0800, Jeremy Chadwick wrote: [..] Thanks. Both your drives look overall fine, sort-of. I'll outline my concern points, and ask for some more info: * ada0 has 28 CRC errors, while ada1 has 2. These drives have been in use for 4688 hours and 4583

Re: Custom kernel poll summary (was: Re: Reducing the need to compile a custom kernel)

2012-02-14 Thread Ian Smith
On Tue, 14 Feb 2012 2:37:55 +0100, Alexander Leidinger wrote: Here is what I got, the first column is the number of requests, the second what is requested, and the 3rd my comments (basically it means, if there is a comment, it is not needed/possible to include in a modular kernel):

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Claudius Herder
Hello, I have got a quite similar problem with AHCI on FreeBSD 8.2 and it still persists on FreeBSD 9.0 release. Switching from ahci to ataahci resolved the problem for me too. I'm using gmirror for swap, system is on a zpool and the problem first occurred during a zpool scrub, but it is

Re: Custom kernel poll summary (was: Re: Reducing the need to compile a custom kernel)

2012-02-14 Thread Freddie Cash
On Tue, Feb 14, 2012 at 7:43 AM, Ian Smith smi...@nimnet.asn.au wrote: On Tue, 14 Feb 2012 2:37:55 +0100, Alexander Leidinger wrote:   1 IPSTEALTH                      - changes ipfw module only? I don't think this is specific to ipfw.  From /sys/conf/NOTES: # IPSTEALTH enables code to

Re: sysutils/pftop on 9.x+

2012-02-14 Thread Fabian Keil
Greg Rivers gcr+freebsd-sta...@tharned.org wrote: sysutils/pftop was marked broken on 9.x and above last March[1]. Are there any plans to fix it soon? It's a really handy utility. [1] http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/pftop/Makefile?rev=1.17 Please have a look at:

Re: sysutils/pftop on 9.x+

2012-02-14 Thread Florian Smeets
On 14.02.12 17:14, Fabian Keil wrote: Greg Rivers gcr+freebsd-sta...@tharned.org wrote: sysutils/pftop was marked broken on 9.x and above last March[1]. Are there any plans to fix it soon? It's a really handy utility. [1]

Re: Why won't 8.2 umount -f?

2012-02-14 Thread Rick Macklem
Doug Barton wrote: On 02/13/2012 19:13, Rick Macklem wrote: I just looked and at least some of the fixes were MFC'd to stable/8 about 8months ago. So, they aren't in 8.2, but will be in 8.3. Well 8.3 is about to enter code freeze, any way we can check to be sure all of the relevant

Re: Custom kernel poll summary

2012-02-14 Thread Julian Elischer
On 2/14/12 7:43 AM, Ian Smith wrote: On Tue, 14 Feb 2012 2:37:55 +0100, Alexander Leidinger wrote: Here is what I got, the first column is the number of requests, the second what is requested, and the 3rd my comments (basically it means, if there is a comment, it is not

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Jeremy Chadwick
On Tue, Feb 14, 2012 at 04:55:10PM +0100, Claudius Herder wrote: Hello, I have got a quite similar problem with AHCI on FreeBSD 8.2 and it still persists on FreeBSD 9.0 release. Switching from ahci to ataahci resolved the problem for me too. I'm using gmirror for swap, system is on a

Complete hang on 9.0-RELEASE

2012-02-14 Thread Arnaud Lacombe
Hi folks, For the records, I was running some tests yesterday on top of a 9.0-RELEASE, amd64, kernel when the box hanged. At the time of the hang, the box was running a process with about 2800 threads with heavy IPC between 1400 writers and 1400 readers. The box was in single user mode (/bin/sh

CARP carpdev

2012-02-14 Thread Hugo Silva
Looks like there's been conversations about porting this to FreeBSD since at least 2007. Are there any plans to have ifconfig carpdev available in 9.0-STABLE? ___ freebsd-stable@freebsd.org mailing list

Re: New BSD Installer

2012-02-14 Thread Ian Smith
On Sun, 12 Feb 2012 15:32:51 +, Bruce Cran wrote: On 2/10/2012 7:47 PM, Alex Samorukov wrote: I am highly against reverting. Old installer is not GPT aware and in fact is unmaintained for a very long time. That's not really correct: quite a lot of work was done on it last year.

Re: LSI supported mps(4) driver in stable/9 and stable/8

2012-02-14 Thread Kenneth D. Merry
On Mon, Feb 13, 2012 at 15:08:45 +0100, Ollivier Robert wrote: According to Kenneth D. Merry: The LSI-supported version of the mps(4) driver that supports their 6Gb SAS HBAs as well as WarpDrive controllers, is now in stable/9 and stable/8. Thanks. Note that the CAM infrastructure

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Harald Schmalzbauer
schrieb Jeremy Chadwick am 14.02.2012 17:50 (localtime): On Tue, Feb 14, 2012 at 04:55:10PM +0100, Claudius Herder wrote: Hello, I have got a quite similar problem with AHCI on FreeBSD 8.2 and it still persists on FreeBSD 9.0 release. Switching from ahci to ataahci resolved the problem for

Re: New BSD Installer

2012-02-14 Thread Lars Engels
On Wed, Feb 15, 2012 at 04:15:17AM +1100, Ian Smith wrote: On Sun, 12 Feb 2012 15:32:51 +, Bruce Cran wrote: On 2/10/2012 7:47 PM, Alex Samorukov wrote: I am highly against reverting. Old installer is not GPT aware and in fact is unmaintained for a very long time. That's not

Re: CARP carpdev

2012-02-14 Thread Freddie Cash
On Tue, Feb 14, 2012 at 8:56 AM, Hugo Silva h...@barafranca.com wrote: Looks like there's been conversations about porting this to FreeBSD since at least 2007. Are there any plans to have ifconfig carpdev available in 9.0-STABLE? CARP support has been redone in 10-CURRENT, removing the whole

RE: New BSD Installer

2012-02-14 Thread Devin Teske
-Original Message- From: owner-freebsd-sta...@freebsd.org [mailto:owner-freebsd- sta...@freebsd.org] On Behalf Of Ian Smith Sent: Tuesday, February 14, 2012 9:15 AM To: Bruce Cran Cc: FreeBSD Stable Mailing List; Joe Holden; Alex Samorukov Subject: Re: New BSD Installer On Sun,

[releng_9 tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-14 15:28:02 - tinderbox 2.9 running on freebsd-stable.sentex.ca TB --- 2012-02-14 15:28:02 - starting RELENG_9 tinderbox run for ia64/ia64 TB --- 2012-02-14 15:28:02 - cleaning the object tree TB --- 2012-02-14 15:28:02 - cvsupping the source tree TB --- 2012-02-14 15:28:02 -

RE: New BSD Installer

2012-02-14 Thread Devin Teske
-Original Message- From: owner-freebsd-sta...@freebsd.org [mailto:owner-freebsd- sta...@freebsd.org] On Behalf Of Lars Engels Sent: Tuesday, February 14, 2012 9:28 AM To: Ian Smith Cc: Bruce Cran; Alex Samorukov; Joe Holden; FreeBSD Stable Mailing List Subject: Re: New BSD

Re: 9-stable : geli + one-disk ZFS fails

2012-02-14 Thread Arno J. Klaassen
Hallo Aleksandr, Hello, Arno J. Klaassen! On Sat, Feb 11, 2012 at 04:53:10PM +0100 a...@heho.snv.jussieu.fr wrote about 9-stable : geli + one-disk ZFS fails: Hello, I finally decided to 'play' a bit with ZFS on a notebook, some years old, but I installed a brand new disk and

Re: 6.2-Release ..ish.. CF + ata == freeze?

2012-02-14 Thread Ian Lepore
On Tue, 2012-02-14 at 00:12 -0500, Jason Hellenthal wrote: On Mon, Feb 13, 2012 at 08:43:08PM -0800, john fleming wrote: Just thought i would post over here as i'm not getting a warm fuzzy from checkpoint about being able to find the root cause of an issue. I have a large install base

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Martin Sugioarto
Am Tue, 14 Feb 2012 18:17:19 +0100 schrieb Harald Schmalzbauer h.schmalzba...@omnilan.de: I find it interesting that, at least so far, the only people reporting problems of this type with the ahci.ko driver are people using Samsung disks. The only difference is that your models are F1s

Re: freebsd 9-stable TOP problem from around Jan 10

2012-02-14 Thread Kevin Oberman
On Tue, Feb 14, 2012 at 12:23 AM, Julian Elischer jul...@freebsd.org wrote: Has anyone else seen a  problem with top -H -S? after a short while the screen gets more and more corrupted.. hitting ^L or turning off S H modes helps .. for a while. If this is a known fixed problem, let me know

Re: 9-stable : geli + one-disk ZFS fails

2012-02-14 Thread Arno J. Klaassen
Hi, Martin Simmons mar...@lispworks.com writes: Some random ideas: 1) Can you dd the whole of ada0s3.eli without errors? I just started it; will take some hours 2) If you scrub a few more times, does it find the same number of errors each time and are they always in that XNAT.tar file?

Re: hang during dump (reproducible)

2012-02-14 Thread Andrew Boyer
On Feb 10, 2012, at 9:50 PM, Jake Holland wrote: Many thanks to Attilio Rao, Kostik Belousov, and Andriy Gapon. And anybody else involved. However, when I looked at the commit I noticed this: $ svn log -r228424 svn://svn.freebsd.org/base ... MFC after: 3 months (or never)

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Harald Schmalzbauer
schrieb Martin Sugioarto am 14.02.2012 19:23 (localtime): Am Tue, 14 Feb 2012 18:17:19 +0100 schrieb Harald Schmalzbauer h.schmalzba...@omnilan.de: I find it interesting that, at least so far, the only people reporting problems of this type with the ahci.ko driver are people using Samsung

Re: New BSD Installer

2012-02-14 Thread Kevin Oberman
On Tue, Feb 14, 2012 at 9:43 AM, Devin Teske devin.te...@fisglobal.com wrote: -Original Message- From: owner-freebsd-sta...@freebsd.org [mailto:owner-freebsd- sta...@freebsd.org] On Behalf Of Ian Smith Sent: Tuesday, February 14, 2012 9:15 AM To: Bruce Cran Cc: FreeBSD Stable

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Martin Sugioarto
Am Tue, 14 Feb 2012 20:24:32 +0100 schrieb Harald Schmalzbauer h.schmalzba...@omnilan.de: I guess it's always the firmware of the EcoGreen models which cause these problems. Your drive isn't EG... I don't remember exactly the different model numbers, but I'm sure they were all EcoGreen. The

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Jeremy Chadwick
On Tue, Feb 14, 2012 at 08:31:23PM +0100, Oscar Prieto wrote: I used to had tons of ahci errors in my 4 disk raidz1 worth of HD154UIs when the rig was built a year ago or so (with 8.0 Release), but they dissapeared after tuning ZFS. Sadly i also got a new timeout days ago followed with

Re: disk devices speed is ugly

2012-02-14 Thread Peter Jeremy
On 2012-Feb-13 08:28:21 -0500, Gary Palmer gpal...@freebsd.org wrote: The filesystem is the *BEST* place to do caching. It knows what metadata is most effective to cache and what other data (e.g. file contents) doesn't need to be cached. Agreed. Any attempt to do this in layers between the FS

RE: New BSD Installer

2012-02-14 Thread Devin Teske
-Original Message- From: Kevin Oberman [mailto:kob6...@gmail.com] Sent: Tuesday, February 14, 2012 11:51 AM To: Devin Teske Cc: Ian Smith; Bruce Cran; Alex Samorukov; Joe Holden; FreeBSD Stable Mailing List Subject: Re: New BSD Installer On Tue, Feb 14, 2012 at 9:43 AM, Devin

Re: New BSD Installer

2012-02-14 Thread Jeremy Chadwick
On Tue, Feb 14, 2012 at 12:05:31PM -0800, Devin Teske wrote: Please don't get rid of fdisk or bsdlabel as they are (and forever will be) required to do things like: 1. scripted formatting of a thumb drive Can't this be done with gpart(8)? There are scripts all over the web and on the lists

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Oscar Prieto
Thank you Jeremy, i'm already checking your links. When i installed smartd i configured a daily short test and a weekly long one for all the drives while the machine remains mostly unused, never thought it could be a problem reading the documentation and info around. # /usr/local/etc/smartd.conf

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Jeremy Chadwick
On Tue, Feb 14, 2012 at 09:19:02PM +0100, Oscar Prieto wrote: Thank you Jeremy, i'm already checking your links. When i installed smartd i configured a daily short test and a weekly long one for all the drives while the machine remains mostly unused, never thought it could be a problem

Re: Why won't 8.2 umount -f?

2012-02-14 Thread Doug Barton
On 02/14/2012 08:39, Rick Macklem wrote: I took a look and they seem to have been MFC'd. That's awesome! Thanks for your time on this. I guess we've got some upgrading to do. Doug -- It's always a long day; 86400 doesn't fit into a short. Breadth of IT experience, and depth

Re: New BSD Installer

2012-02-14 Thread Mike Andrews
On 2/14/2012 3:05 PM, Devin Teske wrote: Please don't get rid of fdisk or bsdlabel as they are (and forever will be) required to do things like: 1. scripted formatting of a thumb drive 2. automated probing of disk information (fdisk -p) 3. Other tasks that are not suitably handled by

Re: LSI supported mps(4) driver in stable/9 and stable/8

2012-02-14 Thread Ollivier Robert
According to Kenneth D. Merry: So it is perfectly fine to run the driver in stable/9 or stable/8 without the CAM changes. Excellent, thank you Ken. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr In memoriam to Ondine : http://ondine.keltia.net/

Re: CARP carpdev

2012-02-14 Thread Hugo Silva
On 02/14/12 17:33, Freddie Cash wrote: On Tue, Feb 14, 2012 at 8:56 AM, Hugo Silvah...@barafranca.com wrote: Looks like there's been conversations about porting this to FreeBSD since at least 2007. Are there any plans to have ifconfig carpdev available in 9.0-STABLE? CARP support has been

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Victor Balada Diaz
On Tue, Feb 14, 2012 at 06:17:19PM +0100, Harald Schmalzbauer wrote: schrieb Jeremy Chadwick am 14.02.2012 17:50 (localtime): On Tue, Feb 14, 2012 at 04:55:10PM +0100, Claudius Herder wrote: Hello, I have got a quite similar problem with AHCI on FreeBSD 8.2 and it still persists on

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Oscar Prieto
Thank you again Jeremy, sure it helps! On Tue, Feb 14, 2012 at 9:31 PM, Jeremy Chadwick free...@jdc.parodius.com wrote: On Tue, Feb 14, 2012 at 09:19:02PM +0100, Oscar Prieto wrote: Thank you Jeremy, i'm already checking your links. When i installed smartd i configured a daily short test and

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Jeremy Chadwick
On Tue, Feb 14, 2012 at 11:15:27PM +0100, Victor Balada Diaz wrote: On Tue, Feb 14, 2012 at 06:17:19PM +0100, Harald Schmalzbauer wrote: schrieb Jeremy Chadwick am 14.02.2012 17:50 (localtime): On Tue, Feb 14, 2012 at 04:55:10PM +0100, Claudius Herder wrote: Hello, I have got a

Re: freebsd 9-stable TOP problem from around Jan 10

2012-02-14 Thread Julian Elischer
On 2/14/12 10:38 AM, Kevin Oberman wrote: On Tue, Feb 14, 2012 at 12:23 AM, Julian Elischerjul...@freebsd.org wrote: Has anyone else seen a problem with top -H -S? after a short while the screen gets more and more corrupted.. hitting ^L or turning off S H modes helps .. for a while. If

RE: Why won't 8.2 umount -f?

2012-02-14 Thread Devin Teske
-Original Message- From: owner-freebsd...@freebsd.org [mailto:owner-freebsd...@freebsd.org] On Behalf Of Doug Barton Sent: Tuesday, February 14, 2012 1:05 PM To: Rick Macklem Cc: freebsd...@freebsd.org; freebsd-stable@FreeBSD.org Subject: Re: Why won't 8.2 umount -f? On

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Victor Balada Diaz
On Tue, Feb 14, 2012 at 03:09:58PM -0800, Jeremy Chadwick wrote: On Tue, Feb 14, 2012 at 11:15:27PM +0100, Victor Balada Diaz wrote: On Tue, Feb 14, 2012 at 06:17:19PM +0100, Harald Schmalzbauer wrote: schrieb Jeremy Chadwick am 14.02.2012 17:50 (localtime): On Tue, Feb 14, 2012 at

RE: New BSD Installer

2012-02-14 Thread Devin Teske
-Original Message- From: owner-freebsd-sta...@freebsd.org [mailto:owner-freebsd- sta...@freebsd.org] On Behalf Of Mike Andrews Sent: Tuesday, February 14, 2012 1:11 PM To: freebsd-stable@freebsd.org Subject: Re: New BSD Installer On 2/14/2012 3:05 PM, Devin Teske wrote: Please

ZFS + nullfs + Linuxulator = panic?

2012-02-14 Thread Paul Mather
I have a problem with RELENG_8 (FreeBSD/amd64 running a GENERIC kernel, last built 2012-02-08). It will panic during the daily periodic scripts that run at 3am. Here is the most recent panic message: Fatal trap 9: general protection fault while in kernel mode cpuid = 0; apic id = 00

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Jeremy Chadwick
On Wed, Feb 15, 2012 at 12:34:20AM +0100, Victor Balada Diaz wrote: On Tue, Feb 14, 2012 at 03:09:58PM -0800, Jeremy Chadwick wrote: On Tue, Feb 14, 2012 at 11:15:27PM +0100, Victor Balada Diaz wrote: On Tue, Feb 14, 2012 at 06:17:19PM +0100, Harald Schmalzbauer wrote: schrieb Jeremy

Re: problems with AHCI on FreeBSD 8.2

2012-02-14 Thread Scott Long
On Feb 14, 2012, at 4:34 PM, Victor Balada Diaz wrote: On Tue, Feb 14, 2012 at 03:09:58PM -0800, Jeremy Chadwick wrote: On Tue, Feb 14, 2012 at 11:15:27PM +0100, Victor Balada Diaz wrote: On Tue, Feb 14, 2012 at 06:17:19PM +0100, Harald Schmalzbauer wrote: schrieb Jeremy Chadwick am

HEADS UP: Xen merge coming to stable/8

2012-02-14 Thread Kenneth D. Merry
Hi folks, I'm planning to merge almost all of the Xen changes from FreeBSD/head into stable/8 soon. This should bring more features, stability, etc. I've attached what will be the commit message. If there are any objections, speak now. Ken -- Kenneth Merry k...@freebsd.org MFC r215818,

Re: freebsd 9-stable TOP problem from around Jan 10

2012-02-14 Thread Jeremy Chadwick
On Tue, Feb 14, 2012 at 03:35:01PM -0800, Julian Elischer wrote: On 2/14/12 10:38 AM, Kevin Oberman wrote: On Tue, Feb 14, 2012 at 12:23 AM, Julian Elischerjul...@freebsd.org wrote: Has anyone else seen a problem with top -H -S? after a short while the screen gets more and more corrupted..

Re: ZFS + nullfs + Linuxulator = panic?

2012-02-14 Thread Jeremy Chadwick
On Tue, Feb 14, 2012 at 09:38:18AM -0500, Paul Mather wrote: I have a problem with RELENG_8 (FreeBSD/amd64 running a GENERIC kernel, last built 2012-02-08). It will panic during the daily periodic scripts that run at 3am. Here is the most recent panic message: Fatal trap 9: general

RE: Reducing the need to compile a custom kernel

2012-02-14 Thread Scott, Brian
- CPU_SOEKRIS, CPU_GEODE, CPU_ELAN, NO_SWAPPING for embedded devices Embedded devices are out of the scope of this, normally you do a lot of other modifictions to such systems anyway, so a custom kernel should be not a big problem. Just as a quick data point here, I have just installed FreeBSD

Re: ZFS + nullfs + Linuxulator = panic?

2012-02-14 Thread Konstantin Belousov
On Tue, Feb 14, 2012 at 09:38:18AM -0500, Paul Mather wrote: I have a problem with RELENG_8 (FreeBSD/amd64 running a GENERIC kernel, last built 2012-02-08). It will panic during the daily periodic scripts that run at 3am. Here is the most recent panic message: Fatal trap 9: general

Re: disk devices speed is ugly

2012-02-14 Thread Konstantin Belousov
On Wed, Feb 15, 2012 at 07:02:58AM +1100, Peter Jeremy wrote: On 2012-Feb-13 08:28:21 -0500, Gary Palmer gpal...@freebsd.org wrote: The filesystem is the *BEST* place to do caching. It knows what metadata is most effective to cache and what other data (e.g. file contents) doesn't need to be

[releng_8 tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-15 00:31:23 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-15 00:31:23 - starting RELENG_8 tinderbox run for ia64/ia64 TB --- 2012-02-15 00:31:23 - cleaning the object tree TB --- 2012-02-15 00:31:23 - cvsupping the source tree TB --- 2012-02-15 00:31:23 -

Re: CARP carpdev

2012-02-14 Thread Bjoern A. Zeeb
On 14. Feb 2012, at 22:04 , Hugo Silva wrote: On 02/14/12 17:33, Freddie Cash wrote: On Tue, Feb 14, 2012 at 8:56 AM, Hugo Silvah...@barafranca.com wrote: Looks like there's been conversations about porting this to FreeBSD since at least 2007. Are there any plans to have ifconfig carpdev

Re: 9-stable - ifmedia_set: no match for 0x0/0xfffffff

2012-02-14 Thread YongHyeon PYUN
On Sun, Jan 29, 2012 at 01:19:40PM +0900, Randy Bush wrote: What happens if you set hw.bge.allow_asf to 0 and use auto-negotiation on both sides? it works! the switch was already auto-neg, and i forced auto-neg on the server side. Apart from suspend/resume issue, bge(4) still needs

Re: disk devices speed is ugly

2012-02-14 Thread Scott Long
On Feb 14, 2012, at 1:02 PM, Peter Jeremy wrote: On 2012-Feb-13 08:28:21 -0500, Gary Palmer gpal...@freebsd.org wrote: The filesystem is the *BEST* place to do caching. It knows what metadata is most effective to cache and what other data (e.g. file contents) doesn't need to be cached.

Re: 6.2-Release ..ish.. CF + ata == freeze?

2012-02-14 Thread jflemingeds
2 of the 3 cf cards are very new, like less then 6 months old. I think around 65-70 percent is in use. This number doesn't change unless the user dumps data in a home dir, which isn't the case so far. You are correct that only writes are failing. Msgbuf has more then what I pasted but I'm

[releng_8 tinderbox] failure on ia64/ia64

2012-02-14 Thread FreeBSD Tinderbox
TB --- 2012-02-15 04:26:47 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-15 04:26:47 - starting RELENG_8 tinderbox run for ia64/ia64 TB --- 2012-02-15 04:26:47 - cleaning the object tree TB --- 2012-02-15 04:27:08 - cvsupping the source tree TB --- 2012-02-15 04:27:08 -

Re: disk devices speed is ugly

2012-02-14 Thread Adam Vande More
On Tue, Feb 14, 2012 at 10:50 PM, Scott Long sco...@samsco.org wrote: Any filesystem that uses bread/bwrite/cluster_read are already using the generic caching subsystem that you propose. This includes UDF, CD9660, MSDOS, NTFS, XFS, ReiserFS, EXT2FS, and HPFS, i.e. every local storage

Re: sysutils/pftop on 9.x+

2012-02-14 Thread Greg Rivers
On Tue, 14 Feb 2012, Florian Smeets wrote: On 14.02.12 17:14, Fabian Keil wrote: Greg Rivers gcr+freebsd-sta...@tharned.org wrote: sysutils/pftop was marked broken on 9.x and above last March[1]. Are there any plans to fix it soon? It's a really handy utility. [1]

Re: freebsd 9-stable TOP problem from around Jan 10

2012-02-14 Thread Julian Elischer
On 2/14/12 4:20 PM, Jeremy Chadwick wrote: On Tue, Feb 14, 2012 at 03:35:01PM -0800, Julian Elischer wrote: On 2/14/12 10:38 AM, Kevin Oberman wrote: On Tue, Feb 14, 2012 at 12:23 AM, Julian Elischerjul...@freebsd.org wrote: Has anyone else seen a problem with top -H -S? after a short