Wow... (-- blown away at performance)

2011-02-22 Thread Garrett Cooper
I don't know what to say, but r218938 screams with flash videos (native Linux speed). Not sure if it's the new binutils or if it's the new linuxulator patches, but I can run multiple instances of youtube in parallel (5 total with other miscellaneous flash animation) without it totally lagging

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Bruce Cran
On Tue, 2011-02-22 at 01:03 -0600, Josh Paetzel wrote: I suppose my last question is along the lines of, If adding geom_mirror support to sysinstall was easy, why has it been 6+ years since gmirror made it's appearance in FreeBSD and you still can't create or install to a gmirror with

Re: Process timing issue

2011-02-22 Thread Jerome Flesch
On Feb 21, 2011, at 8:24 AM, Jerome Flesch wrote: While investigating a timing issue with one of our program, we found out something weird: We've written a small test program that just calls clock_gettime() a lot of times and checks that the time difference between calls makes sense. In the

Re: Wow... (-- blown away at performance)

2011-02-22 Thread Eir Nym
On 22 February 2011 11:15, Garrett Cooper yaneg...@gmail.com wrote:    I don't know what to say, but r218938 screams with flash videos (native Linux speed). Not sure if it's the new binutils or if it's the new linuxulator patches, but I can run multiple instances of youtube in parallel (5

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Devin Teske
On Feb 21, 2011, at 11:03 PM, Josh Paetzel wrote: On Monday, February 21, 2011 08:38:03 pm Devin Teske wrote: Really, the crux of the issue is that our organization is **just now** migrating off of FreeBSD-4 (yes, it's true... there are over 1,000 FreeBSD-4.11 machines running in

Re: OpenSSL 1.0.0d for Freebsd HEAD

2011-02-22 Thread Alexandre Martins
Dears, After several research, i have removed the problematic part. You can find the new version here: http://people.freebsd.org/~fabient/patch-head20110222-openssl1.0.0d Regards, -- Alexandre Martins Research engineer NETASQ On Monday 14 February 2011 17:18:24 Alexandre Martins wrote:

Re: Can't buildworld since Clang update

2011-02-22 Thread datastream datastream.freecity
I add '-no-integrated-as' in /etc/make.conf,but I still failed. #clang -v FreeBSD clang version 2.8 (tags/RELEASE_28 115870) 20101007 Target: x86_64-undermydesk-freebsd9.0 Thread model: posix #make buildworld .. === cddl/usr.bin/zinject (all) clang -O2 -pipe -fno-omit-frame-pointer

Re: Can't buildworld since Clang update

2011-02-22 Thread Dimitry Andric
On 2011-02-22 15:37, datastream datastream.freecity wrote: I add '-no-integrated-as' in /etc/make.conf,but I still failed. Don't do that. The few instances where the integrated assembler needs to be disabled are already covered. ... /usr/obj/usr/src/tmp/lib/libthr.so.3: undefined reference

Re: Can't buildworld since Clang update

2011-02-22 Thread Manfred Antar
At 07:07 AM 2/21/2011, Dimitry Andric wrote: On 2011-02-21 11:33, Olivier Smedts wrote: I can't buildworld with Clang since the last update. ... %cat /etc/src.conf .if !defined(CC) || ${CC} == cc CC=clang .endif .if !defined(CXX) || ${CXX} == c++ CXX=clang++ .endif # Don't die on warnings

Re: Can't buildworld since Clang update

2011-02-22 Thread Dimitry Andric
On 2011-02-22 16:16, Manfred Antar wrote: I too am having trouble with buildworld I switched back to standard /usr/bin/cc, but make buildworld stops here: c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include

Re: Can't buildworld since Clang update

2011-02-22 Thread Manfred Antar
At 07:07 AM 2/21/2011, Dimitry Andric wrote: On 2011-02-21 11:33, Olivier Smedts wrote: I can't buildworld with Clang since the last update. ... %cat /etc/src.conf .if !defined(CC) || ${CC} == cc CC=clang .endif .if !defined(CXX) || ${CXX} == c++ CXX=clang++ .endif # Don't die on warnings

Re: FreeBSD Installer Roadmap

2011-02-22 Thread John Baldwin
On Saturday, February 19, 2011 4:34:11 am grarpamp wrote: Sysinstall is fine, as I'm sure any replacement will be. So I'll just note a few things I'd like to see in any such replacement... 1 - I used install.cfg's on floppies to clone systems, a lot. Hands on the box were needed with that.

Re: Use meaningful directory prefixes in lib32 build

2011-02-22 Thread John Baldwin
On Friday, February 18, 2011 8:17:31 am Ulrich Spörlein wrote: On Tue, 15.02.2011 at 16:18:21 -0500, John Baldwin wrote: This patch adjusts the various lib32 targets to use a suitable DIRPRFX so that when lib32 builds certain areas of the tree the full path to those areas shows up

Re: [RFC] Force stdio output streams to line-buffered mode

2011-02-22 Thread John Baldwin
On Saturday, February 19, 2011 1:50:43 pm Jeremie Le Hen wrote: Hi, I've been annoyed multiple time when running a command such like iostat -x 1 | grep -v ad10 | cat -n The problem stems from two factors: - grep's stdio sees that its stdout is not a terminal, so stdout is full

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Nathan Whitehorn
On 02/22/11 06:45, John Baldwin wrote: On Saturday, February 19, 2011 4:34:11 am grarpamp wrote: Sysinstall is fine, as I'm sure any replacement will be. So I'll just note a few things I'd like to see in any such replacement... 1 - I used install.cfg's on floppies to clone systems, a lot.

Re: Wow... (-- blown away at performance)

2011-02-22 Thread Garrett Cooper
On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym eir...@gmail.com wrote: On 22 February 2011 11:15, Garrett Cooper yaneg...@gmail.com wrote:    I don't know what to say, but r218938 screams with flash videos (native Linux speed). Not sure if it's the new binutils or if it's the new linuxulator

Re: FreeBSD Installer Roadmap

2011-02-22 Thread John Baldwin
On Tuesday, February 22, 2011 11:26:33 am Nathan Whitehorn wrote: On 02/22/11 06:45, John Baldwin wrote: On Saturday, February 19, 2011 4:34:11 am grarpamp wrote: Sysinstall is fine, as I'm sure any replacement will be. So I'll just note a few things I'd like to see in any such

Re: Can't buildworld since Clang update

2011-02-22 Thread datastream datastream.freecity
In /etc/make.conf, I only add 'CFLAGS+=-fno-omit-frame-pointer'.And removed all files in /usr/obj. /usr/src sync with http://svn.freebsd.org/base/head. #make buildkernel MAKE=make sh /usr/src/sys/conf/newvers.sh G9laptop /usr/local/bin/svnversion clang -c -O2 -frename-registers -pipe

Re: Can't buildworld since Clang update

2011-02-22 Thread Dimitry Andric
On 2011-02-22 18:38, datastream datastream.freecity wrote: In /etc/make.conf, I only add 'CFLAGS+=-fno-omit-frame-pointer'.And removed all files in /usr/obj. /usr/src sync with http://svn.freebsd.org/base/head. #make buildkernel Before you do make buildkernel, always run make buildworld, or at

Re: Can't buildworld since Clang update

2011-02-22 Thread Eir Nym
On 22 February 2011 21:11, Dimitry Andric d...@freebsd.org wrote: On 2011-02-22 18:38, datastream datastream.freecity wrote: In /etc/make.conf, I only add 'CFLAGS+=-fno-omit-frame-pointer'.And removed all files in /usr/obj. /usr/src sync with http://svn.freebsd.org/base/head. #make

binutils 2.17.50 and ctfconvert

2011-02-22 Thread Jung-uk Kim
Since binutils 2.17.50 import, WITH_CTF=1 buildworld on amd64 stops like this: === lib/librt (all) cc -m32 -march=i686 -mmmx -msse -msse2 -mfancy-math-387 -DCOMPAT_32BIT -isystem /usr/obj/usr/src/lib32/usr/include/ -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -O2

Re: Process timing issue

2011-02-22 Thread Chuck Swiger
On Feb 22, 2011, at 1:22 AM, Jerome Flesch wrote: A scheduler quantum of 10ms (or HZ=100) is a common granularity; probably some other process got the CPU and your timer process didn't run until the next or some later scheduler tick. If you are maxing out the available CPU by running many

Re: Wow... (-- blown away at performance)

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Garrett Cooper wrote: On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym eir...@gmail.com wrote: On 22 February 2011 11:15, Garrett Cooper yaneg...@gmail.com wrote:    I don't know what to say, but r218938 screams with flash videos (native Linux speed). Not sure if it's the new

Re: Process timing issue

2011-02-22 Thread John-Mark Gurney
Jerome Flesch wrote this message on Tue, Feb 22, 2011 at 10:22 +0100: We expected both processes (the test program and openssl) to have each half the CPU time and being scheduled quite often (at least once each 10ms). According to the output of our test program, it works fine for most of

Re: current repeateble crash in 2 places

2011-02-22 Thread Eir Nym
On 21 February 2011 13:26, Andrey Smagin samsp...@mail.ru wrote: today current crash with loaded mpd5 1st place: ipwf_chk ipfw_check_hook pfil_run_hooks ip_output tcp_output      repeated tcp_mtudisc    ~20 times tcp_ctlinput icmp_input ip_input swi_net intr_event_execute_handlers

Re: Wow... (-- blown away at performance)

2011-02-22 Thread Brandon Gooch
On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best arun...@freebsd.org wrote: On Tue Feb 22 11, Garrett Cooper wrote: On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym eir...@gmail.com wrote: On 22 February 2011 11:15, Garrett Cooper yaneg...@gmail.com wrote:    I don't know what to say, but r218938

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Nathan Whitehorn
://people.freebsd.org/~nwhitehorn/bsdinstall-amd64-20110222.iso.bz2 This is more or less the planned final form of the installer and layout of the install media, so I would very much appreciate testing at this point. Pending a small patch to the distributeworld target currently under review

Re: Wow... (-- blown away at performance)

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Brandon Gooch wrote: On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best arun...@freebsd.org wrote: On Tue Feb 22 11, Garrett Cooper wrote: On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym eir...@gmail.com wrote: On 22 February 2011 11:15, Garrett Cooper yaneg...@gmail.com wrote:  

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Peter Jeremy
On 2011-Feb-22 02:50:54 -0800, Devin Teske dte...@vicor.com wrote: That's the operative word here (supports). Lord help us when that changes to requires (that is to say, if/when the FreeBSD kernel becomes legacy-free with respect to supporting fdisk/disklabel partitioned disks). When that does

Re: Wow... (-- blown away at performance)

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Alexander Best wrote: On Tue Feb 22 11, Brandon Gooch wrote: On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best arun...@freebsd.org wrote: On Tue Feb 22 11, Garrett Cooper wrote: On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym eir...@gmail.com wrote: On 22 February 2011 11:15,

Re: Process timing issue

2011-02-22 Thread Ryan Stone
To debug weird scheduling issues I find it helpful to start by looking at a schedgraph. schedgraph is a tool that can display a graphical representation of what the scheduler was doing over a small slice of time. The one downside is that you have to recompile your kernel to get the hooks that

Re: Wow... (-- blown away at performance)

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Alexander Best wrote: On Tue Feb 22 11, Alexander Best wrote: On Tue Feb 22 11, Brandon Gooch wrote: On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best arun...@freebsd.org wrote: On Tue Feb 22 11, Garrett Cooper wrote: On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym

Re: Wow... (-- blown away at performance)

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Alexander Best wrote: On Tue Feb 22 11, Alexander Best wrote: On Tue Feb 22 11, Brandon Gooch wrote: On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best arun...@freebsd.org wrote: On Tue Feb 22 11, Garrett Cooper wrote: On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym

Re: binutils 2.17.50 and ctfconvert

2011-02-22 Thread Dimitry Andric
On 2011-02-22 20:23, Jung-uk Kim wrote: Since binutils 2.17.50 import, WITH_CTF=1 buildworld on amd64 stops like this: ... cc -m32 -march=i686 -mmmx -msse -msse2 -mfancy-math-387 -DCOMPAT_32BIT -isystem /usr/obj/usr/src/lib32/usr/include/ -L/usr/obj/usr/src/lib32/usr/lib32

Re: Wow... (-- blown away at performance)

2011-02-22 Thread Garrett Cooper
On Tue, Feb 22, 2011 at 6:00 PM, Alexander Best arun...@freebsd.org wrote: On Tue Feb 22 11, Alexander Best wrote: On Tue Feb 22 11, Alexander Best wrote: On Tue Feb 22 11, Brandon Gooch wrote: On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best arun...@freebsd.org wrote: On Tue Feb 22

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Devin Teske
On Feb 22, 2011, at 12:57 PM, Peter Jeremy wrote: On 2011-Feb-22 02:50:54 -0800, Devin Teske dte...@vicor.com wrote: That's the operative word here (supports). Lord help us when that changes to requires (that is to say, if/when the FreeBSD kernel becomes legacy-free with respect to

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Garrett Cooper
On Tue, Feb 22, 2011 at 7:23 PM, Devin Teske dte...@vicor.com wrote: On Feb 22, 2011, at 12:57 PM, Peter Jeremy wrote: On 2011-Feb-22 02:50:54 -0800, Devin Teske dte...@vicor.com wrote: That's the operative word here (supports). Lord help us when that changes to requires (that is to say,

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Devin Teske
On Feb 22, 2011, at 7:41 PM, Garrett Cooper wrote: On Tue, Feb 22, 2011 at 7:23 PM, Devin Teske dte...@vicor.com wrote: On Feb 22, 2011, at 12:57 PM, Peter Jeremy wrote: On 2011-Feb-22 02:50:54 -0800, Devin Teske dte...@vicor.com wrote: That's the operative word here (supports). Lord

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Garrett Cooper
On Tue, Feb 22, 2011 at 9:26 PM, Devin Teske dte...@vicor.com wrote: On Feb 22, 2011, at 7:41 PM, Garrett Cooper wrote: On Tue, Feb 22, 2011 at 7:23 PM, Devin Teske dte...@vicor.com wrote: On Feb 22, 2011, at 12:57 PM, Peter Jeremy wrote: On 2011-Feb-22 02:50:54 -0800, Devin Teske

Re: FreeBSD Installer Roadmap

2011-02-22 Thread Mehmet Erol Sanliturk
On Tue, Feb 22, 2011 at 10:41 PM, Garrett Cooper gcoo...@freebsd.orgwrote: On Tue, Feb 22, 2011 at 7:23 PM, Devin Teske dte...@vicor.com wrote: On Feb 22, 2011, at 12:57 PM, Peter Jeremy wrote: On 2011-Feb-22 02:50:54 -0800, Devin Teske dte...@vicor.com wrote: That's the operative word