Re: resolvconf script overwrites entries in resolv.conf - RDNSS/DNSSL related

2011-08-11 Thread Hajimu UMEMOTO
Hi, On Mon, 8 Aug 2011 07:55:11 -0400 J.R. Oldroyd f...@opal.com said: Is there any chance that you could create a patch for 8.2 based on the commits in HEAD? That would be great! fbsd Better would be to ask hrs@ to MFC his commits to 8-stable. hrs@ posted MFC candidate patch for

Re: awk(1) segfaults when building kernel modules

2011-08-11 Thread Ruslan Ermilov
On Wed, Aug 10, 2011 at 10:12:11PM +0400, Test Rat wrote: `make -s buildkernel' seems to contain lots of segfaults after recent update of one-true-awk in r224731. It chokes on sys/conf/kmod_syms.awk. The case can be reduced to $ awk 'BEGIN { delete ARGV[1] } END { print ARGV[1] }' blah

Re: awk(1) segfaults when building kernel modules

2011-08-11 Thread Test Rat
Ruslan Ermilov r...@freebsd.org writes: On Wed, Aug 10, 2011 at 10:12:11PM +0400, Test Rat wrote: `make -s buildkernel' seems to contain lots of segfaults after recent update of one-true-awk in r224731. It chokes on sys/conf/kmod_syms.awk. The case can be reduced to $ awk 'BEGIN { delete

Re: FreeBSD-9.0-BETA1-i386-bootonly

2011-08-11 Thread Vans
Hi. No need, I think. There is a message box: Error while fetching ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.0-BETA1/base.txz: File unavailable (e.g., file not found, no access) Regards, Vans. 10.08.2011, в 18:48, Chris Brennan xa...@xaerolimit.net написал(а): On 8/10/2011 10:44

Re: can't pxeboot BETA1

2011-08-11 Thread Craig Rodrigues
Hi, These instructions are not official, but they are what I have been using to set up PXE boot using an NFS root file system: http://people.freebsd.org/~rodrigc/pxe/freebsd_pxe.txt -- Craig Rodrigues rodr...@crodrigues.org On Wed, Aug 10, 2011 at 7:13 PM, Elliot Finley

Re: FreeBSD-9.0-BETA1-i386-bootonly

2011-08-11 Thread Garrett Cooper
On Aug 11, 2011, at 10:28 AM, Vans va...@yandex.ru wrote: Hi. No need, I think. There is a message box: Error while fetching ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.0-BETA1/base.txz: File unavailable (e.g., file not found, no access) Regards, Vans. 10.08.2011, в

Re: FreeBSD-9.0-BETA1-i386-bootonly

2011-08-11 Thread Nathan Whitehorn
On 08/11/11 12:28, Vans wrote: Hi. No need, I think. There is a message box: Error while fetching ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.0-BETA1/base.txz: File unavailable (e.g., file not found, no access) The 9.0-BETA1 ISOs cannot be used for network installations pending

Re: [bsdgrep] --exclude-dir doesn't work

2011-08-11 Thread Gabor Kovesdan
Em 2011.08.09. 14:43, Test Rat escreveu: It seems fnmatch(3) args were accidentally swapped. Try $ bsdgrep -Fr --exclude-dir '*.svn*' grep_ usr.bin/grep | bsdgrep -c svn 72 Thanks! I'll commit this, too. Gabor ___ freebsd-current@freebsd.org

Re: issues with bsdgrep and lang/go

2011-08-11 Thread Gabor Kovesdan
Em 2011.08.10. 5:02, Jason Hellenthal escreveu: So has the maintainer of bsdgrep updated it yet so these things do not happen ?, if not (and apparently not) I don't understand why you are explicitly defaulting your gnugrep to a broken bsdgrep. This was a known problem a few months back and I for

Re: issues with bsdgrep and lang/go

2011-08-11 Thread Gabor Kovesdan
Em 2011.08.10. 22:09, Alexander Best escreveu: well i'd like to help the author of bsdgrep to improve it. testing it and then going back to gnu grep, because bsdgrep still has bugs isn't going to help much. by using it i'd like to trip over these kind of bugs and report them. but you're

Re: issues with bsdgrep and lang/go

2011-08-11 Thread Gabor Kovesdan
Em 2011.08.09. 13:27, Test Rat escreveu: Try below workaround. It also makes empty GREP_COLOR behave like gnugrep(1). Thanks a lot, you were so quick that I haven't had a chance to look at it yet. I'll commit the patch soon. Also, thanks to Alexander for using BSD grep and reporting bugs.

[bsdgrep] fgrepcomp(), ignore case and segfault with unicode locale

2011-08-11 Thread Test Rat
A quick test $ env -i bsdgrep -Fi without_nls usr.bin/grep/grep.c $ env -i gnugrep -Fi without_nls usr.bin/grep/grep.c #ifndef WITHOUT_NLS #ifndef WITHOUT_NLS #ifndef WITHOUT_NLS shows that bsd fgrep already fails to ignore case. And if you throw a few more options to the mix it'd

SVN - CVS exporter issue?

2011-08-11 Thread Michael Butler
I'm not seeing any of today's SVN src updates flow through to CVS/CSUP. Is it broken? imb ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Loading drivers via kldload

2011-08-11 Thread David Somayajulu
Hi All, While loading PCIe based HBA drivers via kldload, does FreeBSD expect a valid (i.e., non-zero) PCI subsystem Vendor and Device IDs? Thanks, David Somayajulu This message and any attached documents contain information from QLogic Corporation or its

Re: SVN - CVS exporter issue?

2011-08-11 Thread Navdeep Parhar
On Thu, Aug 11, 2011 at 07:26:36PM -0400, Michael Butler wrote: I'm not seeing any of today's SVN src updates flow through to CVS/CSUP. Is it broken? Could it be because of r224768? I vaguely recall that svn mv bothers whatever it is that converts from svn - cvs. Regards, Navdeep

RE: [patch] Problem with two NIC on same NET (in_scrubprefix: err=17, new prefix add failed)

2011-08-11 Thread Li, Qing
Hi, I've started my work with not point-to-point interfaces and I've found two problems. The first one - snip When I've done more investigation, it looks similar to http://svnweb.freebsd.org/base?view=revisionrevision=201543 So, I propose the following patch. I agree with

upgrade to 9.0-BETA1 with geom_mirror fails

2011-08-11 Thread Mark Felder
Hi all, I was originally running 8.2 on my NAS at home -- later 8-STABLE for ZFS -- and decided to see how 9.0-BETA1 fairs on it due to seeing some changes coming in 9.0 that would be favorable. After installing the kernel and trying to reboot into it I discovered it doesn't like my