Re: devel/gettext build error in jail i386 environment on amd64 host

2013-09-02 Thread Vitalij Satanivskij
Hello. Have same problem. Clear enviroment (just new installed system + i386 jail) When building gettext and libiconv find system "uniq" crashing pid 88854 (uniq), uid 0: exited on signal 11 (core dumped) pid 88859 (uniq), uid 0: exited on signal 11 (core dumped) pid 88864 (uniq), uid 0: exi

Re: [CFT] VMware vmxnet3 ethernet driver

2013-09-02 Thread Bryan Venteicher
- Original Message - > > > - Original Message - > > Bezüglich Bryan Venteicher's Nachricht vom 27.08.2013 06:18 (localtime): > > > > ... > > > The intr usage is higher than the other drivers you compared against > because if_vmx does the off-level processing in ithreads where

Re: LSI SAS2008 mps(4) 4TB disk only shows 2TB on CURRENT r255089

2013-09-02 Thread Kenneth D. Merry
On Sat, Aug 31, 2013 at 13:07:53 -0400, Sam Fourman Jr. wrote: > Hello list > > I have two issues that may in fact be both related to the LSI SAS2008 card > or > the mps(4) driver. > > this server is running FreeBSD 10.0-CURRENT #0 r255089 > > > 1) All of the SSD disks are showing up at SATA2 3

Re: 2013 MacBook Air Project

2013-09-02 Thread Adrian Chadd
On 2 September 2013 09:48, Gary Palmer wrote: > While not helpful in getting a native driver working, does the device > work under the NDIS emulation layer with the Windows driver? > I don't know. But the wifi NDIS stuff has evolved quite significantly over the years and I don't know if the ndi

Re: bug with special bracket expressions in regular expressions

2013-09-02 Thread Kimmo Paasiala
On Mon, Sep 2, 2013 at 7:45 PM, Andriy Gapon wrote: > on 02/09/2013 17:54 Andriy Gapon said the following: >> >> re_format(7) says: >> There are two special cases‡ of bracket expressions: the bracket expres‐ >> sions ‘[[:<:]]’ and ‘[[:>:]]’ match the null string at the beginning and >>

Re: 2013 MacBook Air Project

2013-09-02 Thread Gary Palmer
On Mon, Sep 02, 2013 at 08:00:29PM +1000, Jason Birch wrote: > On Mon, Sep 2, 2013 at 4:16 AM, Adrian Chadd wrote: > > > did you contribute this stuff back up to the linux driver? > > > > I did not; I was simply following a few how-tos on a colleague's machine to > help her get a stable network

Re: bug with special bracket expressions in regular expressions

2013-09-02 Thread Andriy Gapon
on 02/09/2013 17:54 Andriy Gapon said the following: > > re_format(7) says: > There are two special cases‡ of bracket expressions: the bracket expres‐ > sions ‘[[:<:]]’ and ‘[[:>:]]’ match the null string at the beginning and > end of a word respectively. A word is defined as a seq

Re: bug with special bracket expressions in regular expressions

2013-09-02 Thread Damian Weber
On Mon, 2 Sep 2013, Andriy Gapon wrote: > re_format(7) says: > There are two special cases? of bracket expressions: the bracket expres? > sions ?[[:<:]]? and ?[[:>:]]? match the null string at the beginning and > end of a word respectively. A word is defined as a sequence of word

bug with special bracket expressions in regular expressions

2013-09-02 Thread Andriy Gapon
re_format(7) says: There are two special cases‡ of bracket expressions: the bracket expres‐ sions ‘[[:<:]]’ and ‘[[:>:]]’ match the null string at the beginning and end of a word respectively. A word is defined as a sequence of word characters which is neither preceded nor fol

Re: LSI SAS2008 mps(4) 4TB disk only shows 2TB on CURRENT r255089

2013-09-02 Thread Sam Fourman Jr.
On Sat, Aug 31, 2013 at 1:07 PM, Sam Fourman Jr. wrote: > Hello list > > I have two issues that may in fact be both related to the LSI SAS2008 card > or > the mps(4) driver. > > this server is running FreeBSD 10.0-CURRENT #0 r255089 > > > 1) All of the SSD disks are showing up at SATA2 300MB's >

Re: how do i cross build world/kernel with clang?

2013-09-02 Thread Adrian Chadd
On 2 September 2013 00:47, David Chisnall wrote: > On 2 Sep 2013, at 03:01, John-Mark Gurney wrote: > > > b/crtn.o: warning: linking PIC files with non-PIC files > > I think that this is an issue in our import of clang. I'll have to check > whether I upstreamed the code, but it's basically just

Re: i915kms.ko not loading

2013-09-02 Thread Jean-Sébastien Pédron
On 02.09.2013 12:00, Alexander wrote: > (...) > #17 0x80462700 in sysctl_move_oid () > #18 0x80319070 in drm_attach () > (...) The kernel is missing debug symbols. Could you please rebuild your kernel with the following option: makeoptions DEBUG=-g (also found in GENERIC) Then

Re: i915kms.ko not loading

2013-09-02 Thread Alexander
30.08.2013 22:32, Jean-Sébastien Pédron пишет: > reat! Could you please run: > kgdb /boot/kernel/kernel /var/crash/vmcore.0 > > And, at gdb prompt: > bt > > Then send the whole output (from the moment you run "kgdb" to the end > of "bt" output) and your /var/log/messages file? Hi kgdb /boot/k

Re: 2013 MacBook Air Project

2013-09-02 Thread Jason Birch
On Mon, Sep 2, 2013 at 4:16 AM, Adrian Chadd wrote: > did you contribute this stuff back up to the linux driver? > I did not; I was simply following a few how-tos on a colleague's machine to help her get a stable network connection. We never did fully crack that nut; I quickly realised how far o

[RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-02 Thread Alexander Motin
Hi. I would like to invite more people to review and test my patches for improving CAM and GEOM scalability, that for last six months you could see developing in project/camlock SVN branch. Full diff of that branch against present head (r255131) can be found here: http://people.freebsd.org/~m

Re: how do i cross build world/kernel with clang?

2013-09-02 Thread David Chisnall
On 2 Sep 2013, at 03:01, John-Mark Gurney wrote: > b/crtn.o: warning: linking PIC files with non-PIC files I think that this is an issue in our import of clang. I'll have to check whether I upstreamed the code, but it's basically just not setting the e_flags field in the ELF header correctly