Re: chromium port causing massive I/O faults

2011-07-27 Thread Sean C. Farley
On Wed, 27 Jul 2011, Gleb Kurtsou wrote: On (27/07/2011 00:48), Alexander Best wrote: On Mon Jul 25 11, Matthias Andree wrote: Am 25.07.2011 09:21, schrieb Alexander Best: On Mon Jul 25 11, Adrian Chadd wrote: Is it perhaps doing disk IO using mmap? how can i check, whether that's the

Re: WITHOUT_GCC flag disables installation of /usr/bin/cpp too -- is it Ok?

2011-09-09 Thread Sean C. Farley
On Fri, 9 Sep 2011, Benjamin Kaduk wrote: On Wed, 7 Sep 2011, Lev Serebryakov wrote: Hello, Dimitry. You wrote 7 сентября 2011 г., 21:17:20: I think, that /usr/bin/cpp is valuable by itself, as it is handy generic preprocessor tool, useful for preparing complex ipfw scripts, for example.

Re: grep

2011-12-28 Thread Sean C. Farley
On Thu, 29 Dec 2011, Randy Bush wrote: bsdgrep works, grep does not % echo foo | bsdgrep foo foo % echo foo | grep foo % Make sure you do not have an alias or function for grep. I have once or twice in the past inadvertently created aliases or functions for grep that did nothing. That

Re: xdm failing to start on FBSD 10.0 r2340030 erratically

2012-05-16 Thread Sean C. Farley
On Mon, 9 Apr 2012, O. Hartmann wrote: Am 04/08/12 17:29, schrieb David Wolfskill: *snip* * I don't know that this is different, but it may well be: my xorg.conf includes a stanza: Section ServerFlags Option AutoAddDevices False EndSection I should go with this and

Re: HEADS UP: COMPAT_IA32 renamed COMPAT_FREEBSD32

2010-03-11 Thread Sean C. Farley
On Fri, 12 Mar 2010, Hajimu UMEMOTO wrote: Hi, On Thu, 11 Mar 2010 08:50:05 -0600 Nathan Whitehorn nwhiteh...@freebsd.org said: nwhitehorn As a result of importing 32-bit compatibility support for non-x86 64-bit nwhitehorn platforms, the kernel options COMPAT_IA32 has been renamed

Re: 'buildworld' not always pulling in /etc/src.conf

2010-06-04 Thread Sean C. Farley
On Fri, 4 Jun 2010, Freddie Cash wrote: On Fri, Jun 4, 2010 at 4:09 PM, Doug Barton do...@freebsd.org wrote: ports-mgmt/portconf. portconf has horrible syntax, compared to make.conf/src.conf, at least last I tried to use it (when it first came out). And this is geared more toward

Re: bsdgrep does not work with tail -f | grep combination

2010-08-04 Thread Sean C. Farley
On Tue, 3 Aug 2010, Gabor Kovesdan wrote: Em 2010.08.03. 19:25, poyop...@puripuri.plala.or.jp escreveu: Hi, It seems bsdgrep does not work when piped from tail -f. I'm running r210728. term0$ jot 10 /tmp/1 term0$ tail -f /tmp/1 | grep 0 [no output] otherterm$ jot 10 /tmp/1 [no output to

Re: Official request: Please make GNU grep the default

2010-08-13 Thread Sean C. Farley
On Fri, 13 Aug 2010, Gabor Kovesdan wrote: Em 2010.08.13. 10:43, Doug Barton escreveu: My reason is simple, performance. While doing some portmaster work recently I was regression testing some changes I made to the --index* options and noticed that things were dramatically slower than the

Re: Official request: Please make GNU grep the default

2010-08-14 Thread Sean C. Farley
On Sat, 14 Aug 2010, Julian H. Stacey wrote: why would you want to lock a file for reading anyways? Does current bsdgrep read lock by default ? If so, it would be better off by default, enabled by an option. 8.0-RELEASE man grep (gnu) does not mention locking. bsdgrep in -current does lock

Re: Official request: Please make GNU grep the default

2010-08-16 Thread Sean C. Farley
On Sun, 15 Aug 2010, Dag-Erling Smørgrav wrote: Sean C. Farley s...@freebsd.org writes: This should trim some time off BSD grep. Did you actually test your patch? It makes absolutely no measurable difference. Yes, I saw a reduction, using the first test script Doug provided, from 36

Re: why GNU grep is fast

2010-08-22 Thread Sean C. Farley
On Sun, 22 Aug 2010, Dag-Erling Smørgrav wrote: Mike Haertel m...@ducky.net writes: GNU grep uses the well-known Boyer-Moore algorithm, which looks first for the final letter of the target string, and uses a lookup table to tell it how far ahead it can skip in the input whenever it finds a

Re: why GNU grep is fast

2010-08-22 Thread Sean C. Farley
On Sun, 22 Aug 2010, Dag-Erling Smørgrav wrote: Sean C. Farley s...@freebsd.org writes: Some algorithms: 1. http://en.wikipedia.org/wiki/Aho-Corasick_string_matching_algorithm Aho-Corasick is not really a search algorithm, but an algorithm for constructing a table-driven finite state

Re: why GNU grep is fast

2010-08-22 Thread Sean C. Farley
On Sun, 22 Aug 2010, Tim Kientzle wrote: On Aug 22, 2010, at 9:30 AM, Sean C. Farley wrote: On Sun, 22 Aug 2010, Dag-Erling Smørgrav wrote: Mike Haertel m...@ducky.net writes: GNU grep uses the well-known Boyer-Moore algorithm, which looks first for the final letter of the target string

Re: Difficulty playing DVDs under AHCI/CAM?

2010-09-01 Thread Sean C. Farley
On Sun, 29 Aug 2010, Buganini wrote: BTW, it seems that DVD burning with ahci is broken, burning a CD is okay, but I never burn a DVD sucessfully with ahci. Always get somethings like unable to wr...@60h input/output error and many (cd0:ahcich2:0:0:0): SCSI sense: ILLEGAL REQUEST