Re: newsyslog patch implementing file includes

2010-04-22 Thread Alex Keda
22.04.2010 07:55, Gordon Tetlow пишет: I wanted the ability for a port to have a rotating log policy so I wrote a patch for newsyslog to implement includes of other newsyslog.conf style files. Please find the patch at:

Re: Does makeoptions WITH_CTF=yes actually work?

2010-04-22 Thread Alexander Leidinger
Quoting Navdeep Parhar npar...@gmail.com (from Wed, 21 Apr 2010 18:23:33 -0700): Your patch works for me, thanks. There is just one more problem with the CTF I found a case where it does not work (not kernel related), I have another one which works better. generation that needs to be

Re: Does makeoptions WITH_CTF=yes actually work?

2010-04-22 Thread Alexander Leidinger
Quoting Navdeep Parhar npar...@gmail.com (from Thu, 22 Apr 2010 01:33:22 -0700): On Thu, Apr 22, 2010 at 09:44:47AM +0200, Alexander Leidinger wrote: Quoting Navdeep Parhar npar...@gmail.com (from Wed, 21 Apr 2010 18:23:33 -0700): Your patch works for me, thanks. There is just one more

Re: newsyslog patch implementing file includes

2010-04-22 Thread krad
-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org i would be real nice is newsyslog also supported a date based file renaming shceme rather than the cyclic 0,1,2,3, much like the datext option in logrotate. eg messages messages.20100422 messages.20100421 messages

Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-22 Thread Maxim Sobolev
Maxim Sobolev wrote: There is already a code to detect non-existing AT keyboard and avoid attaching atkbd to it. The code is i386-only at the moment, I am trying to figure out how to modify it so that it works on amd64 as well. Looks like this huge delay is caused by the inb() being

Re: newsyslog patch implementing file includes

2010-04-22 Thread Gordon Tetlow
On Thu, Apr 22, 2010 at 12:17 AM, Alex Keda ad...@lissyara.su wrote: It's need feature. I test patch - it work for me (CURRENT, amd64) Can I use some as: include /path/to/dir/*.conf ? and can I create recursive include? Yes, wildcards and recursive includes are supported. Gordon

Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-22 Thread John Baldwin
On Thursday 22 April 2010 6:05:04 am Maxim Sobolev wrote: Maxim Sobolev wrote: There is already a code to detect non-existing AT keyboard and avoid attaching atkbd to it. The code is i386-only at the moment, I am trying to figure out how to modify it so that it works on amd64 as well.

Re: newsyslog patch implementing file includes

2010-04-22 Thread John Baldwin
On Wednesday 21 April 2010 11:55:44 pm Gordon Tetlow wrote: I wanted the ability for a port to have a rotating log policy so I wrote a patch for newsyslog to implement includes of other newsyslog.conf style files. Please find the patch at:

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-22 Thread Ulrich Spörlein
On Wed, 21.04.2010 at 23:30:15 +0200, Alexander Best wrote: Roman Divacky schrieb am 2010-04-21: On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote: Roman Divacky schrieb am 2010-04-21: [snip] 1) cd modules/sound/sound make CC=gcc after this step these are the

Switchover to CAM ATA?

2010-04-22 Thread Alexander Motin
Hi. With time passed, CAM-based ATA infrastructure IMHO looks enough mature now to enable it in HEAD. Now we have two new stable drivers ahci(4) and siis(4), covering major part of modern SATA HBAs, `options ATA_CAM` wrapper for ata(4) to supports legacy hardware, and one more improved driver for

Re: Switchover to CAM ATA?

2010-04-22 Thread Freddie Cash
2010/4/22 Alexander Motin m...@freebsd.org With time passed, CAM-based ATA infrastructure IMHO looks enough mature now to enable it in HEAD. Now we have two new stable drivers ahci(4) and siis(4), covering major part of modern SATA HBAs, `options ATA_CAM` wrapper for ata(4) to supports legacy

FreeBSD Status Report January-March, 2010

2010-04-22 Thread Daniel Gerzo
FreeBSD Quarterly Status Report Introduction This report covers FreeBSD related projects between January and March 2010. Being the first of the four reports planned for 2010 with 46 entries, it shows a good progress of the FreeBSD Project and proves that our committers are keeping up

Re: Switchover to CAM ATA?

2010-04-22 Thread Alex Dupre
Freddie Cash ha scritto: So what is the public opinion: Is the lack of ataraid(4) fatal or we can live without it? Lack of ataraid means no more arX devices, right? I'd say it's not fatal for HEAD, but it is for a -STABLE branch. ataraid(4) has served it's purpose, tiding us over until GEOM

Re: Switchover to CAM ATA?

2010-04-22 Thread Adam Vande More
On Thu, Apr 22, 2010 at 11:25 AM, Julian Elischer jul...@elischer.orgwrote: just one little fly in that ointment... booting. You need to be able to act with the raid in the same way the bios does or you can't boot. I don't think geom would easlily do that but I could be wrong. Certainly if

Re: Switchover to CAM ATA?

2010-04-22 Thread Matthew Jacob
Short opinion from me: Yes, for HEAD. Not MFC'able. It's too major a change for that. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: Re: Switchover to CAM ATA?

2010-04-22 Thread Andrey V . Elsukov
22.04.10, 11:17, Adam Vande More: I think sade(and by further discussion sysinstall) is now getting some attention and now supports geom devices, zfs, etc at least in one person's testbed. I know that's it's been tried before but there are actually screenshots from it.

Re: newsyslog patch implementing file includes

2010-04-22 Thread Gordon Tetlow
On Thu, Apr 22, 2010 at 6:26 AM, John Baldwin j...@freebsd.org wrote: This is a great feature! One suggestion, I think this text in the new manpage isn't quite right: Name of the system log file to be archived, the literal string default, or include. I think it's ambiguous about

Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-22 Thread Maxim Sobolev
John Baldwin wrote: On Thursday 22 April 2010 6:05:04 am Maxim Sobolev wrote: Maxim Sobolev wrote: There is already a code to detect non-existing AT keyboard and avoid attaching atkbd to it. The code is i386-only at the moment, I am trying to figure out how to modify it so that it works on

Re: Switchover to CAM ATA?

2010-04-22 Thread Lev Serebryakov
Hello, Alexander. You wrote 22 апреля 2010 г., 19:31:37: and RAID5 (due to lack of module in a base system). I'm cleaning up gradi5 now according to style(9) and want to make port out of it in month or two (unfortunalety, I have alot of paid work, which is not FreeBSD-related in any way).

Re: Switchover to CAM ATA?

2010-04-22 Thread Maxim Sobolev
Alexander Motin wrote: So what is the public opinion: Is the lack of ataraid(4) fatal or we can live without it? I believe it's fatal in long run. This would present significant challenge for users who rely on this functionality from upgrading from 8.x to 9.0 later on. Especially for ones

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-22 Thread Alexander Best
Andrew Reilly schrieb am 2010-04-22: On Wed, Apr 21, 2010 at 05:23:38PM +0200, Roman Divacky wrote: On Wed, Apr 21, 2010 at 05:20:57PM +0200, Alexander Best wrote: i might have stumbled upon a problem with clang. i've compiled a kernel from the clang branch using `make kernel

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-22 Thread Alexander Best
Ulrich Spörlein schrieb am 2010-04-22: On Wed, 21.04.2010 at 23:30:15 +0200, Alexander Best wrote: Roman Divacky schrieb am 2010-04-21: On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote: Roman Divacky schrieb am 2010-04-21: [snip] 1) cd modules/sound/sound make

Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-22 Thread John Baldwin
On Thursday 22 April 2010 2:28:26 pm Maxim Sobolev wrote: John Baldwin wrote: On Thursday 22 April 2010 6:05:04 am Maxim Sobolev wrote: Maxim Sobolev wrote: There is already a code to detect non-existing AT keyboard and avoid attaching atkbd to it. The code is i386-only at the moment, I

Re: Switchover to CAM ATA?

2010-04-22 Thread Richard Tector
On 22/04/2010 19:48, Maxim Sobolev wrote: Alexander Motin wrote: So what is the public opinion: Is the lack of ataraid(4) fatal or we can live without it? I believe it's fatal in long run. This would present significant challenge for users who rely on this functionality from upgrading from

Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-22 Thread Maxim Sobolev
John Baldwin wrote: On Thursday 22 April 2010 2:28:26 pm Maxim Sobolev wrote: John Baldwin wrote: On Thursday 22 April 2010 6:05:04 am Maxim Sobolev wrote: Maxim Sobolev wrote: There is already a code to detect non-existing AT keyboard and avoid attaching atkbd to it. The code is i386-only

Re: Switchover to CAM ATA?

2010-04-22 Thread Maxim Sobolev
Richard Tector wrote: On 22/04/2010 19:48, Maxim Sobolev wrote: Alexander Motin wrote: So what is the public opinion: Is the lack of ataraid(4) fatal or we can live without it? I believe it's fatal in long run. This would present significant challenge for users who rely on this

MCA messages in /var/log/message?

2010-04-22 Thread Steve Kargl
How does one interpret the following MCA message? MCA: Bank 4, Status 0x945a4000d6080a13 MCA: Global Cap 0x0105, Status 0x MCA: Vendor AuthenticAMD, ID 0xf5a, APIC ID 0 MCA: CPU 0 COR BUSLG Responder RD Memory MCA: Address 0x70c42280 MCA: Bank 4, Status

Re: MCA messages in /var/log/message?

2010-04-22 Thread Andriy Gapon
on 23/04/2010 01:28 Steve Kargl said the following: How does one interpret the following MCA message? MCA: Bank 4, Status 0x945a4000d6080a13 MCA: Global Cap 0x0105, Status 0x MCA: Vendor AuthenticAMD, ID 0xf5a, APIC ID 0 MCA: CPU 0 COR BUSLG Responder RD Memory

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-22 Thread K. Macy
The current llvm-devel package is woefully out of date. Anyone wishing to try this will need to compile the latest port. -Kip On Fri, Apr 16, 2010 at 9:08 AM, Roman Divacky rdiva...@freebsd.org wrote: Hi, ClangBSD is a branch of FreeBSD that aims at integrating clang (clang.llvm.org) into

Re: MCA messages in /var/log/message?

2010-04-22 Thread Steve Kargl
On Fri, Apr 23, 2010 at 02:24:03AM +0300, Andriy Gapon wrote: on 23/04/2010 01:28 Steve Kargl said the following: How does one interpret the following MCA message? MCA: Bank 4, Status 0x945a4000d6080a13 MCA: Global Cap 0x0105, Status 0x MCA: Vendor

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-22 Thread Brooks Davis
On Thu, Apr 22, 2010 at 04:32:45PM -0700, K. Macy wrote: The current llvm-devel package is woefully out of date. Anyone wishing to try this will need to compile the latest port. For the foreseeable future, doing anything but using the latest port is a recipe for problems. -- Brooks -Kip

Re: Switchover to CAM ATA?

2010-04-22 Thread Szilveszter Adam
Dear Alexander, dear collegaues, On Thu, Apr 22, 2010 at 06:31:37PM +0300, Alexander Motin wrote: Can we do switchover now, or some more reasons preventing this? I have been using ATA_CAM with legacy support for ata(4) for some time, and have found it to be stable and very useable. I have even

Re: Switchover to CAM ATA?

2010-04-22 Thread Nenhum_de_Nos
On Thu, 22 Apr 2010 22:28:03 +0400 Lev Serebryakov l...@freebsd.org wrote: Hello, Alexander. You wrote 22 апреля 2010 г., 19:31:37: and RAID5 (due to lack of module in a base system). I'm cleaning up gradi5 now according to style(9) and want to make port out of it in month or two