[head tinderbox] failure on mips/mips

2012-04-03 Thread FreeBSD Tinderbox
TB --- 2012-04-03 09:20:24 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-04-03 09:20:24 - starting HEAD tinderbox run for mips/mips TB --- 2012-04-03 09:20:24 - cleaning the object tree TB --- 2012-04-03 09:21:00 - cvsupping the source tree TB --- 2012-04-03 09:21:00 - /usr/bin/c

-ffast-math in Ports and wrong generated code

2012-04-03 Thread Andrey Simonenko
Hello, I use one port from the Ports Collection, that works with FP. Having reinstalled it (its version was not changed) I noticed that it started to work incorrectly. After debugging and disassembling its code I found out that the -ffast-math option used for building was the result of wrongly g

Re: Potential deadlock on mbuf

2012-04-03 Thread Andre Oppermann
On 02.04.2012 18:21, Alexandre Martins wrote: Dear, I have currently having troubles with a basic socket stress. The socket are setup to use non-blocking I/O. During this stress-test, the kernel is running mbuf exhaustion, the goal is to see system limits. If the program make a write on a soc

Re: LSI supported mps(4) driver available

2012-04-03 Thread Matt Thyer
On 28 March 2012 03:51, Kenneth D. Merry wrote: > On Tue, Mar 27, 2012 at 23:50:31 +1030, Matt Thyer wrote: > > On 26 March 2012 23:55, Gary Palmer wrote: > > > > > On Mon, Mar 26, 2012 at 08:05:59PM +1030, Matt Thyer wrote: > > > > On Mar 26, 2012 3:43 AM, "Garrett Cooper" > wrote: > > > > > >

Re: Failure to rebuild x11/nvidia-driver on head at r233697

2012-04-03 Thread John Baldwin
On Friday, March 30, 2012 5:33:07 pm David Wolfskill wrote: > On Fri, Mar 30, 2012 at 01:46:58PM -0400, John Baldwin wrote: > > ... > > You can actually use that on 8 and 9 as well. I think it's a likely a bug > > that it used VM_MEMATTR_UNCACHED in the first place and that it should have > > been

Re: ixgbe-2.4.4 compile error

2012-04-03 Thread Eric van Gyzen
On 04/02/2012 16:24, Rudy wrote: I used the 9.0-RELEASE memstick to install, did a cvsup to STABLE... When I downloaded Intel's (Jack's) ixgbe driver, I got an error: ixgbe_osdep.h:104: error: conflicting types for 'bool' @/sys/types.h:271: error: previous declaration of 'bool' was here This

Re: LSI supported mps(4) driver available

2012-04-03 Thread Matt Thyer
On Mar 27, 2012 11:50 PM, "Matt Thyer" wrote: > > I was having problems with the WD20EARX-00P AB51 drive being faulted by ZFS until I updated the firmware to 11 and now ZFS is happy (I've also done a full extended drive SMART test and the drive is fine). > I forgot to mention that I'm still having

Re: Failure to rebuild x11/nvidia-driver on head at r233697

2012-04-03 Thread David Wolfskill
On Tue, Apr 03, 2012 at 08:55:34AM -0400, John Baldwin wrote: > ... > > > You can actually use that on 8 and 9 as well. I think it's a likely a bug > > > that it used VM_MEMATTR_UNCACHED in the first place and that it should > > > have > > > been using VM_MEMATTR_UNCACHEABLE all along. (Which is

Re: LSI supported mps(4) driver available

2012-04-03 Thread Gary Palmer
On Tue, Apr 03, 2012 at 10:52:25PM +0930, Matt Thyer wrote: > On Mar 27, 2012 11:50 PM, "Matt Thyer" wrote: > > > > I was having problems with the WD20EARX-00P AB51 drive being faulted by > ZFS until I updated the firmware to 11 and now ZFS is happy (I've also done > a full extended drive SMART te

Re: -ffast-math in Ports and wrong generated code

2012-04-03 Thread Steve Kargl
On Tue, Apr 03, 2012 at 02:21:11PM +0300, Andrey Simonenko wrote: > > I use one port from the Ports Collection, that works with FP. Having > reinstalled it (its version was not changed) I noticed that it started > to work incorrectly. After debugging and disassembling its code I found > out that

Re: Potential deadlock on mbuf

2012-04-03 Thread Bruce Evans
On Tue, 3 Apr 2012, Andre Oppermann wrote: On 02.04.2012 18:21, Alexandre Martins wrote: Dear, I have currently having troubles with a basic socket stress. The socket are setup to use non-blocking I/O. During this stress-test, the kernel is running mbuf exhaustion, the goal is to see syste

Re: -ffast-math in Ports and wrong generated code

2012-04-03 Thread Thomas Mueller
On Tue, 3 Apr 2012 14:21:11 +0300, Andrey Simonenko wrote: > At least finite() function call was eliminated from the result Assembler > code when -ffast-math option is used, tested on 9.0-STABLE and 10.0-CURRENT. The documentation for -ffast-math once (GCC 3.x?) contained -ffast-math Might a

Re: Using TMPFS for /tmp and /var/run?

2012-04-03 Thread David Wolfskill
On Mon, Apr 02, 2012 at 01:31:19PM +0300, Gleb Kurtsou wrote: > ... > You could try the patch attached. It adds support for size option suffixes > (like 1g) and introduces swap limit (part of the older patch, not sure > if it's any use). > > Patch is against 10-CURRENT. > Older version: https://gi

Re: Using TMPFS for /tmp and /var/run?

2012-04-03 Thread jb
jb gmail.com> writes: > ... > There are memory management subsystem considerations against utilizing > tmpfs (memory + swap) for /tmp: > ... > - Out-of-Memory (OOM) killer > Due to it, on heavy loaded systems processes dying on memory pressure. - Pterodactyl The next MM subsystem feature.

[head tinderbox] failure on mips/mips

2012-04-03 Thread FreeBSD Tinderbox
TB --- 2012-04-03 17:15:04 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-04-03 17:15:04 - starting HEAD tinderbox run for mips/mips TB --- 2012-04-03 17:15:04 - cleaning the object tree TB --- 2012-04-03 17:15:44 - cvsupping the source tree TB --- 2012-04-03 17:15:44 - /usr/bin/c

Re: -ffast-math in Ports and wrong generated code

2012-04-03 Thread Matthias Andree
Am 03.04.2012 13:21, schrieb Andrey Simonenko: > Hello, > > I use one port from the Ports Collection, that works with FP. Having > reinstalled it (its version was not changed) I noticed that it started > to work incorrectly. After debugging and disassembling its code I found > out that the -ffas

Re: Potential deadlock on mbuf

2012-04-03 Thread Alexandre MARTINS
On Tue, 3 Apr 2012, Andre Oppermann wrote: >> On 02.04.2012 18:21, Alexandre Martins wrote: >>> Dear, >>> >>> I have currently having troubles with a basic socket stress. >>> >>> The socket are setup to use non-blocking I/O. >>> >>> During this stress-test, the kernel is running mbuf exhaustion

Switching on/off 5V power to a USB port

2012-04-03 Thread Ron McDowell
I just got a little USB powered fan and it sure would be nice if I could have cron on my FreeBSD box turn it on or off at certain times by switching off the 5V line on a USB port. Anyone know how I can do that? Thanks. BTW this is a pretty decent fan for the money. :) http://www.amazon.com

Re: Switching on/off 5V power to a USB port

2012-04-03 Thread Ian Lepore
On Tue, 2012-04-03 at 17:13 -0500, Ron McDowell wrote: > I just got a little USB powered fan and it sure would be nice if I could > have cron on my FreeBSD box turn it on or off at certain times by > switching off the 5V line on a USB port. Anyone know how I can do > that? Thanks. > > BTW thi

RE: Switching on/off 5V power to a USB port

2012-04-03 Thread Devin Teske
> -Original Message- > From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd- > curr...@freebsd.org] On Behalf Of Ron McDowell > Sent: Tuesday, April 03, 2012 3:14 PM > To: freebsd-current > Subject: Switching on/off 5V power to a USB port > > I just got a little USB powered fan a

Re: Switching on/off 5V power to a USB port

2012-04-03 Thread Poul-Henning Kamp
In message <4f7b761b.4030...@fuzzwad.org>, Ron McDowell writes: >I just got a little USB powered fan and it sure would be nice if I could >have cron on my FreeBSD box turn it on or off at certain times by >switching off the 5V line on a USB port. Anyone know how I can do >that? Thanks. I hav

Re: Switching on/off 5V power to a USB port

2012-04-03 Thread Ron McDowell
On 4/3/12 5:26 PM, Ian Lepore wrote: On Tue, 2012-04-03 at 17:13 -0500, Ron McDowell wrote: I just got a little USB powered fan and it sure would be nice if I could have cron on my FreeBSD box turn it on or off at certain times by switching off the 5V line on a USB port. Anyone know how I can d

"trim/discard" success story

2012-04-03 Thread Julian Elischer
Today I had reason to try the UFS "trim" support on the FreeBSD version of the Fusion-IO driver, and I'm pleased to say that it appears to work just fine.. on a 1.3TB flash card.. the numbers of 'sectors' that the drive considers to hold valid data is reduced after the contents of the drive is

Re: Python won't build?

2012-04-03 Thread John Nielsen
On Mar 31, 2012, at 10:21 PM, John Nielsen wrote: > I updated a machine yesterday from 9-STABLE to 10-CURRENT (r233631). > Everything went smoothly with the update itself, but I ran in to an issue > with Python when rebuilding all of my installed ports. Python won't build; it > complains about

[head tinderbox] failure on mips/mips

2012-04-03 Thread FreeBSD Tinderbox
TB --- 2012-04-04 01:23:15 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-04-04 01:23:15 - starting HEAD tinderbox run for mips/mips TB --- 2012-04-04 01:23:15 - cleaning the object tree TB --- 2012-04-04 01:23:58 - cvsupping the source tree TB --- 2012-04-04 01:23:58 - /usr/bin/c

Re: "trim/discard" success story

2012-04-03 Thread Bob Friesenhahn
On Tue, 3 Apr 2012, Julian Elischer wrote: for flash drives this is great news.. Now if ZFS would get trim support, that too would be great. The major unknown issue with trim is how well the drives schedules/defers the trim operation so that it does not interfer with other I/Os. Also, it wo

compiling glib20 failed

2012-04-03 Thread gahn
hi gurus: i got problem with compiling glib20: ===>   glib-2.28.8_4 depends on file: /usr/local/bin/perl5.10.1 - found /libexec/ld-elf.so.1: /usr/local/lib/liblzma.so.5: version XZ_5.0 required by /usr/bin/xz not defined ===>  Missing license file for LGPL20 in /usr/ports/devel/glib20/work/glib

Re: "trim/discard" success story

2012-04-03 Thread Matthew Jacob
My experience at Alacritech was that Trim was so expensive timewise that it could not be used in that application space. Instead, SECURITY ERASE on the relatively infrequent reboots cleaned things up pretty well. This should be with a grain of salt because I expect trim timings are not only ve

Re: compiling glib20 failed

2012-04-03 Thread Erich Dollansky
Hi, when did you update your ports tree? It works here on 8.3 with a ports tree from last week. Erich On Wednesday 04 April 2012 10:02:51 gahn wrote: > hi gurus: > > i got problem with compiling glib20: > > ===> glib-2.28.8_4 depends on file: /usr/local/bin/perl5.10.1 - found > /libexec/ld-

Re: "trim/discard" success story

2012-04-03 Thread Julian Elischer
On 4/3/12 6:50 PM, Bob Friesenhahn wrote: On Tue, 3 Apr 2012, Julian Elischer wrote: for flash drives this is great news.. Now if ZFS would get trim support, that too would be great. The major unknown issue with trim is how well the drives schedules/defers the trim operation so that it does

Re: "trim/discard" success story

2012-04-03 Thread Julian Elischer
On 4/3/12 8:51 PM, Matthew Jacob wrote: My experience at Alacritech was that Trim was so expensive timewise that it could not be used in that application space. Instead, SECURITY ERASE on the relatively infrequent reboots cleaned things up pretty well. This should be with a grain of salt beca

Re: compiling glib20 failed

2012-04-03 Thread Sergey Kandaurov
On 4 April 2012 07:02, gahn wrote: > hi gurus: > > i got problem with compiling glib20: > > ===>   glib-2.28.8_4 depends on file: /usr/local/bin/perl5.10.1 - found > /libexec/ld-elf.so.1: /usr/local/lib/liblzma.so.5: version XZ_5.0 required by > /usr/bin/xz not defined > ===>  Missing license fil