.MAKEFLAGS confuses buildworld

2006-07-14 Thread [LoN]Kamikaze
# make -j 5 buildworld works fine on my Releng_6 system, but # make buildworld with .MAKEFLAGS= -j 5 in my make.conf stops when buildworld arrives at the legacy target. According to the man page of make, it should be exactly the same. ___

Problem in src/lib/libpam/modules/pam_ssh/Makefile

2006-07-14 Thread Nenad Gavrilovic
New src/lib/libpam/modules/pam_ssh/Makefile Revision 1.20.2.1 have changes that isn't OK. And becouse of that compile failed!!! ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: Problem in src/lib/libpam/modules/pam_ssh/Makefile

2006-07-14 Thread Nenad Gavrilovic
Nenad Gavrilovic wrote: New src/lib/libpam/modules/pam_ssh/Makefile Revision 1.20.2.1 have changes that isn't OK. And becouse of that compile failed!!! ___ freebsd-stable@freebsd.org mailing list

Re: Problem in src/lib/libpam/modules/pam_ssh/Makefile

2006-07-14 Thread David Wolfskill
[-current removed from recipient list, since rev. 1.20.2.1 of the file in question is on the RELENG_6 branch, which is not CURRENT. -- dhw] On Fri, Jul 14, 2006 at 03:27:14PM +0200, Nenad Gavrilovic wrote: ... Looking in other Makefiles I think that correction: CFLAGS+= -I${SSHSRC} -include

Re: Problem in src/lib/libpam/modules/pam_ssh/Makefile

2006-07-14 Thread Ruslan Ermilov
On Fri, Jul 14, 2006 at 09:27:15AM -0700, David Wolfskill wrote: [-current removed from recipient list, since rev. 1.20.2.1 of the file in question is on the RELENG_6 branch, which is not CURRENT. -- dhw] On Fri, Jul 14, 2006 at 03:27:14PM +0200, Nenad Gavrilovic wrote: ... Looking in

Re: ATA problems again ...

2006-07-14 Thread Miroslav Lachman
Robert Watson wrote: I don't have a whole lot to add to this thread, but have changed the subject to make sure that the right people are reading this. This is likely either a hardware problem (motherboard/cable/drive) or driver problem. GEOM and the mirror driver seems to be behaving as

Intel ICH7R RAID controller working on 6.1/STABLE?

2006-07-14 Thread H. Wade Minter
I'm considering ordering some of these servers to run FreeBSD 6.1 or 6-STABLE on, but they have Intel ICH7R RAID controllers on them. Googling around, I'm seeing conflicting information as to whether or they work, or work well enough to use in production. The server specs are here:

Re: Intel ICH7R RAID controller working on 6.1/STABLE?

2006-07-14 Thread Andras Got
Hi, I found these: http://www.freebsd.org/cgi/man.cgi?query=ataapropos=0sektion=0manpath=FreeBSD+6.1-RELEASEformat=html http://www.freebsd.org/cgi/man.cgi?query=ataraidapropos=0sektion=0manpath=FreeBSD+6.1-RELEASEformat=html These look promising imho. Of course real world experience would be

Re: Intel ICH7R RAID controller working on 6.1/STABLE?

2006-07-14 Thread Mike Jakubik
H. Wade Minter wrote: I'm considering ordering some of these servers to run FreeBSD 6.1 or 6-STABLE on, but they have Intel ICH7R RAID controllers on them. Googling around, I'm seeing conflicting information as to whether or they work, or work well enough to use in production. The chipset

Re: Intel ICH7R RAID controller working on 6.1/STABLE?

2006-07-14 Thread H. Wade Minter
On Fri, 14 Jul 2006, Mike Jakubik wrote: H. Wade Minter wrote: I'm considering ordering some of these servers to run FreeBSD 6.1 or 6-STABLE on, but they have Intel ICH7R RAID controllers on them. Googling around, I'm seeing conflicting information as to whether or they work, or work well

Re: 6.1 quota issues

2006-07-14 Thread Charles Sprickman
On Mon, 10 Jul 2006, Kostik Belousov wrote: On Mon, Jul 10, 2006 at 01:39:01AM -0400, Charles Sprickman wrote: On Mon, 10 Jul 2006, Kostik Belousov wrote: On Mon, Jul 10, 2006 at 12:41:07AM -0400, Charles Sprickman wrote: On Sat, 8 Jul 2006, Matthew D. Fuller wrote: On Fri, Jul 07, 2006

Re: Problem in src/lib/libpam/modules/pam_ssh/Makefile

2006-07-14 Thread Dag-Erling Smørgrav
Ruslan Ermilov [EMAIL PROTECTED] writes: I've just committed a more complete fix for this. Thanks. I fat-fingered 'ncvs diff -r1' and thougt what I committed was identical to what was in HEAD. Anyone got a towel to wipe the egg off my face? DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED]

Re: Intel ICH7R RAID controller working on 6.1/STABLE?

2006-07-14 Thread Javier Henderson
* Mike Jakubik [EMAIL PROTECTED] [060714 17:15]: H. Wade Minter wrote: I'm considering ordering some of these servers to run FreeBSD 6.1 or 6-STABLE on, but they have Intel ICH7R RAID controllers on them. Googling around, I'm seeing conflicting information as to whether or they work, or

Re: Intel ICH7R RAID controller working on 6.1/STABLE?

2006-07-14 Thread Javier Henderson
* H. Wade Minter [EMAIL PROTECTED] [060714 17:01]: I'm considering ordering some of these servers to run FreeBSD 6.1 or 6-STABLE on, but they have Intel ICH7R RAID controllers on them. Googling around, I'm seeing conflicting information as to whether or they work, or work well enough to

vm_map.c lock up (Was: Re: NFS Locking Issue)

2006-07-14 Thread User Freebsd
On Wed, 5 Jul 2006, Robert Watson wrote: If you can get into DDB when the hang has occurred, output via serial console for the following commands would be very helpful: show pcpu show allpcpu ps trace traceall show locks show alllocks show uma show malloc show lockedvnods 'k, after 16

Re: vm_map.c lock up (Was: Re: NFS Locking Issue)

2006-07-14 Thread User Freebsd
On Sat, 15 Jul 2006, User Freebsd wrote: On Wed, 5 Jul 2006, Robert Watson wrote: If you can get into DDB when the hang has occurred, output via serial console for the following commands would be very helpful: show pcpu show allpcpu ps trace traceall show locks show alllocks show uma show

Re: vm_map.c lock up (Was: Re: NFS Locking Issue)

2006-07-14 Thread Kostik Belousov
On Sat, Jul 15, 2006 at 12:10:29AM -0300, User Freebsd wrote: On Wed, 5 Jul 2006, Robert Watson wrote: If you can get into DDB when the hang has occurred, output via serial console for the following commands would be very helpful: show pcpu show allpcpu ps trace traceall show

Re: vm_map.c lock up (Was: Re: NFS Locking Issue)

2006-07-14 Thread User Freebsd
On Sat, 15 Jul 2006, Kostik Belousov wrote: On Sat, Jul 15, 2006 at 12:10:29AM -0300, User Freebsd wrote: On Wed, 5 Jul 2006, Robert Watson wrote: If you can get into DDB when the hang has occurred, output via serial console for the following commands would be very helpful: show pcpu show