Re: why does buildkernel set COMPILER_TYPE?

2013-08-22 Thread Ian Lepore
On Thu, 2013-08-22 at 09:23 -0700, John-Mark Gurney wrote: Dimitry Andric wrote this message on Thu, Aug 22, 2013 at 08:59 +0200: On Aug 22, 2013, at 06:04, John-Mark Gurney j...@funkthat.com wrote: I've noticed that if you do a: make buildworld WITHOUT_CLANG_IS_CC=YES and then do

Re: patch to add AES intrinsics to gcc

2013-08-23 Thread Ian Lepore
On Fri, 2013-08-23 at 12:06 +0100, David Chisnall wrote: On 23 Aug 2013, at 11:42, Julian Elischer jul...@freebsd.org wrote: no, I believe we have said that 10 would ship with clang by default. NO mention was made about gcc being absent, and I am uncomfortable with taking that step yet.

Re: How to best overload the fileops ?

2013-08-23 Thread Ian Lepore
On Fri, 2013-08-23 at 13:06 -0700, Yuri wrote: On 08/23/2013 10:02, John Baldwin wrote: There is something similar: see devfs_ops_f in sys/fs/devfs/devfs_vnops.c. devfs_ops_f is a local static fileops object for devfs. I don't see how is this similar to our situation. devfs doesn't

Re: GCC withdraw

2013-08-25 Thread Ian Lepore
On Sat, 2013-08-24 at 23:44 +0100, David Chisnall wrote: On 24 Aug 2013, at 23:42, Slawa Olhovchenkov s...@zxy.spb.ru wrote: And i found PR about clang and mplayer: ports/176272 This PR contains log with build error log. Please file clang bugs at http://llvm.org/bugs/ David And

Re: GCC withdraw

2013-08-30 Thread Ian Lepore
On Fri, 2013-08-30 at 07:39 -0600, Warner Losh wrote: I had a long, rambling reply to this that corrected many of the factual errors made in it. But why bother. You have your world view, it doesn't match what people are doing today and this mismatch is going to cause people pain and

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Ian Lepore
On Sat, 2013-09-07 at 19:40 +0100, Mark R V Murray wrote: On 7 Sep 2013, at 19:36, Sean Bruno sean_br...@yahoo.com wrote: On Sat, 2013-09-07 at 18:39 +0100, Mark R V Murray wrote: On 7 Sep 2013, at 17:43, Sean Bruno sean_br...@yahoo.com wrote: trying to enable random on my DIR-825

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Ian Lepore
On Sat, 2013-09-07 at 22:25 +0100, Mark R V Murray wrote: On 7 Sep 2013, at 21:42, Adrian Chadd adr...@freebsd.org wrote: We discussed this at the dev summit. Mark asked what we'd like to do. Mark - would you mind terribly adding a kernel compile option that controls that blocking

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-09 Thread Ian Lepore
On Mon, 2013-09-09 at 08:57 +0200, Stefan Esser wrote: Am 08.09.2013 08:14, schrieb O. Hartmann: On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous State-Changed-From-To:

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-09 Thread Ian Lepore
On Mon, 2013-09-09 at 07:51 -0600, Ian Lepore wrote: On Mon, 2013-09-09 at 08:57 +0200, Stefan Esser wrote: Am 08.09.2013 08:14, schrieb O. Hartmann: On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error

Re: CURRENT r255426: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0);

2013-09-09 Thread Ian Lepore
On Tue, 2013-09-10 at 00:42 +0200, O. Hartmann wrote: On Tue, 10 Sep 2013 00:24:05 +0300 Ivan Klymenko fi...@ukr.net wrote: В Mon, 9 Sep 2013 23:17:13 +0200 O. Hartmann ohart...@zedat.fu-berlin.de пишет: On Tue, 10 Sep 2013 00:02:37 +0300 Ivan Klymenko fi...@ukr.net wrote:

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-11 Thread Ian Lepore
On Wed, 2013-09-11 at 17:00 +0200, Dag-Erling Smørgrav wrote: OpenSSH in FreeBSD 10 is now built with DNSSEC support, unless you disable LDNS in src.conf. If DNSSEC is enabled, the default setting for VerifyHostKeyDNS is yes. This means that OpenSSH will silently trust DNSSEC-signed SSHFP

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-11 Thread Ian Lepore
On Wed, 2013-09-11 at 17:42 +0200, Dag-Erling Smørgrav wrote: Ian Lepore i...@freebsd.org writes: So what happens when there is no dns server to consult? Will every ssh connection have to wait for a long dns query timeout? What if the machine is configured to use only /etc/hosts

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-14 Thread Ian Lepore
On Wed, 2013-09-11 at 17:00 +0200, Dag-Erling Smørgrav wrote: OpenSSH in FreeBSD 10 is now built with DNSSEC support, unless you disable LDNS in src.conf. If DNSSEC is enabled, the default setting for VerifyHostKeyDNS is yes. This means that OpenSSH will silently trust DNSSEC-signed SSHFP

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 16:03 +0200, Dag-Erling Smørgrav wrote: Ian Lepore i...@freebsd.org writes: I just ran into a build error related to this: [...] I find that the attached patch fixes it for me. [...] @@ -1468,7 +1468,7 @@ lib/libcxxrt__L: gnu/lib/libgcc__L lib

aicasm build error

2013-09-14 Thread Ian Lepore
For a while I've been getting a build error on aicasm during the early steps of the build. Today I finally dug into it and discovered it's because the build is using a mix of header files, some from /usr/include on the build host, and some from obj/... for the target being built. It happens

Re: aicasm build error

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 20:42 +0200, Dimitry Andric wrote: On Sep 14, 2013, at 19:50, Ian Lepore i...@freebsd.org wrote: For a while I've been getting a build error on aicasm during the early steps of the build. Today I finally dug into it and discovered it's because the build is using a mix

Re: aicasm build error

2013-09-14 Thread Ian Lepore
On Sat, 2013-09-14 at 20:42 +0200, Dimitry Andric wrote: On Sep 14, 2013, at 19:50, Ian Lepore i...@freebsd.org wrote: For a while I've been getting a build error on aicasm during the early steps of the build. Today I finally dug into it and discovered it's because the build is using a mix

Re: Installing ports without info files

2013-09-16 Thread Ian Lepore
On Mon, 2013-09-16 at 21:50 +0200, Mattia Rossi wrote: Hi all, I've build a world with the following constraints: -DWITHOUT_INFO -DWITHOUT_MAN -DWITHOUT_SHAREDOCS -DWITHOUT_EXAMPLES -DWITHOUT_HTML as I don't need that stuff. Turns out, this prevents tools like install-info being built.

Re: -ffunction-sections, -fdata-sections and -Wl,--gc-sections

2013-09-17 Thread Ian Lepore
On Tue, 2013-09-17 at 14:56 -0700, Adrian Chadd wrote: ... I'd rather see if we can actually separate out things some more so these builds can shrink. Eg, if there's malloc related functions that aren't used, maybe we should break malloc down into a directory full of functions. Why is

Re: -ffunction-sections, -fdata-sections and -Wl,--gc-sections

2013-09-17 Thread Ian Lepore
On Tue, 2013-09-17 at 16:31 -0700, Adrian Chadd wrote: On 17 September 2013 16:22, Ian Lepore i...@freebsd.org wrote: On Tue, 2013-09-17 at 14:56 -0700, Adrian Chadd wrote: ... I'd rather see if we can actually separate out things some more so these builds can shrink. Eg

Re: exec on /usr/src?

2013-09-22 Thread Ian Lepore
On Sun, 2013-09-22 at 09:37 -0500, Larry Rosenman wrote: Is it intended that we need to set exec=on for /usr/src after the include/mk-osreldate.sh addition? Are you saying you have /usr/src mounted with the noexec option and that's preventing the script from running? The mount manpage

Re: exec on /usr/src?

2013-09-22 Thread Ian Lepore
On Sun, 2013-09-22 at 11:02 -0500, Larry Rosenman wrote: On 2013-09-22 10:41, Ian Lepore wrote: On Sun, 2013-09-22 at 09:37 -0500, Larry Rosenman wrote: Is it intended that we need to set exec=on for /usr/src after the include/mk-osreldate.sh addition? Are you saying you have

The right way to invoke sh from a freebsd makefile?

2013-09-22 Thread Ian Lepore
What's the right way to launch the bourne shell from a makefile? I had assumed the ${SHELL} variable would be set to the right copy of /bin/sh (like maybe the one in tmp or legacy at various stages). It appears that that's not the case, and ${SHELL} is whatever comes from the environment, which

Re: The right way to invoke sh from a freebsd makefile?

2013-09-22 Thread Ian Lepore
On Sun, 2013-09-22 at 19:27 -0400, Glen Barber wrote: On Sun, Sep 22, 2013 at 05:18:25PM -0600, Ian Lepore wrote: What's the right way to launch the bourne shell from a makefile? I had assumed the ${SHELL} variable would be set to the right copy of /bin/sh (like maybe the one in tmp

Re: The right way to invoke sh from a freebsd makefile?

2013-09-22 Thread Ian Lepore
On Sun, 2013-09-22 at 19:45 -0400, Glen Barber wrote: On Sun, Sep 22, 2013 at 05:37:51PM -0600, Ian Lepore wrote: On Sun, 2013-09-22 at 19:27 -0400, Glen Barber wrote: On Sun, Sep 22, 2013 at 05:18:25PM -0600, Ian Lepore wrote: What's the right way to launch the bourne shell from

Re: Problem with r255775 include/mk-osreldate.sh

2013-09-25 Thread Ian Lepore
On Wed, 2013-09-25 at 10:52 -0700, Doug Ambrisko wrote: I don't know if others have run into this but I hit a problem with include/mk-osreldate.sh. It does a set -e to exit on commands failing and sources in sys/conf/newvers.sh to get various things set. In newvers.sh it does a bunch of

Re: installworld broken - osreldate.h: permission denied

2013-09-28 Thread Ian Lepore
On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote: Hi, Fresh HEAD. installworld from read-only /usr/obj and /usr/src: /usr/src/include/iconv.h osreldate.h /usr/include install: osreldate.h: Permission denied *** Error code 71 Stop. make[4]: stopped in /usr/src/include *** Error code

Re: installworld broken - osreldate.h: permission denied

2013-09-28 Thread Ian Lepore
On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote: Hi, Fresh HEAD. installworld from read-only /usr/obj and /usr/src: /usr/src/include/iconv.h osreldate.h /usr/include install: osreldate.h: Permission denied *** Error code 71 Stop. make[4]: stopped in /usr/src/include *** Error code

Re: installworld broken - osreldate.h: permission denied

2013-09-29 Thread Ian Lepore
On Sun, 2013-09-29 at 10:13 +0200, Joel Dahl wrote: On Sat, Sep 28, 2013 at 11:19:51AM -0600, Ian Lepore wrote: On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote: Hi, Fresh HEAD. installworld from read-only /usr/obj and /usr/src: /usr/src/include/iconv.h osreldate.h /usr

Re: installworld broken - osreldate.h: permission denied

2013-09-30 Thread Ian Lepore
: On Sat, Sep 28, 2013 at 11:19:51AM -0600, Ian Lepore wrote: On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote: Hi, Fresh HEAD. installworld from read-only /usr/obj and /usr/src: /usr/src/include/iconv.h osreldate.h /usr/include install: osreldate.h: Permission denied *** Error

Re: installworld broken - osreldate.h: permission denied

2013-09-30 Thread Ian Lepore
On Mon, 2013-09-30 at 19:02 +0200, Jilles Tjoelker wrote: On Sun, Sep 29, 2013 at 10:13:29AM +0200, Joel Dahl wrote: On Sat, Sep 28, 2013 at 11:19:51AM -0600, Ian Lepore wrote: On Sat, 2013-09-28 at 15:09 +0200, Joel Dahl wrote: Fresh HEAD. installworld from read-only /usr/obj and /usr

Re: kernel-toolchain won't compile

2013-10-04 Thread Ian Lepore
On Fri, 2013-10-04 at 15:02 -0300, Martin Galvan wrote: Hey, how's it going? I'm currently trying to cross-compile CURRENT for a Cubieboard1. I'm following this tutorial: https://wiki.freebsd.org/FreeBSD/arm/Cubieboard However, when I try to compile the kernel toolchain I get the following

Re: Changes to UART ns8250

2013-10-07 Thread Ian Lepore
On Mon, 2013-10-07 at 13:15 -0700, Adrian Chadd wrote: Hi, You should add: *[snip] * a DELAY(1) or something. Why? Why oh why do people write while (!read_some_status_register()) DELAY(n); when DELAY() is implemented as, roughly: while (read_some_counter_register()

Re: Changes to UART ns8250

2013-10-07 Thread Ian Lepore
On Mon, 2013-10-07 at 22:36 +0200, Zbigniew Bodek wrote: Hello Adrian, Thank you for your remarks. Please check my answers in-line. Best regards Zbigniew Bodek 2013/10/7 Adrian Chadd adr...@freebsd.org Hi, You should add: * a loop counter, to break out after a while;

Re: CURRENT BUILD FAILURE sys/modules/cxgbe

2013-10-07 Thread Ian Lepore
On Mon, 2013-10-07 at 16:52 -0400, Outback Dingo wrote: cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq

Re: Changes to UART ns8250

2013-10-07 Thread Ian Lepore
On Mon, 2013-10-07 at 14:56 -0600, Ian Lepore wrote: On Mon, 2013-10-07 at 22:36 +0200, Zbigniew Bodek wrote: Hello Adrian, Thank you for your remarks. Please check my answers in-line. Best regards Zbigniew Bodek 2013/10/7 Adrian Chadd adr...@freebsd.org Hi

Re: rcs is gone?

2013-10-07 Thread Ian Lepore
On Mon, 2013-10-07 at 16:49 -0700, Adrian Chadd wrote: I've asked on IRC to figure out when this was first proposed. I'll see if it was announced anywhere or if Eitan snuck it in. -a It was mentioned briefly on stable@

Re: RFC: support for first boot rc.d scripts

2013-10-14 Thread Ian Lepore
On Mon, 2013-10-14 at 09:51 -0700, Colin Percival wrote: Hi Nick, On 10/14/13 00:59, Nick Hibma wrote: Sounds useful: We have nanobsd images that configure a hard disk if present, but obviously only need to be run once. However: NanoBSD stores uses a memory disk for /etc and stores

Re: ZFS: Invalid SEND/RECV stream still

2013-10-25 Thread Ian Lepore
On Fri, 2013-10-25 at 12:07 -0500, Larry Rosenman wrote: between 10.0-BETA1 and 11.0-CURRENT. I've been fighting this battle for a LONG time. I had hoped(!) that it would be solved by the systems being closer in rev but that didn't happen. I'd LOVE someone to look at it. I can provide

Re: [heads up] axing AppleTalk and IPX/SPX

2013-10-28 Thread Ian Lepore
On Mon, 2013-10-28 at 19:54 +0100, Stefan Bethke wrote: Am 28.10.2013 um 13:42 schrieb Gleb Smirnoff gleb...@freebsd.org: The plan is two axe two old networking protocols from FreeBSD head/, meaning that FreeBSD 11.0-RELEASE, available in couple of years would be shipped without them.

Re: CUURENT kernel build broken - make[2]: exec(aicasm) failed (No such file or directory)

2013-11-04 Thread Ian Lepore
On Mon, 2013-11-04 at 19:25 -0500, Outback Dingo wrote: cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs

Re: CUURENT kernel build broken - make[2]: exec(aicasm) failed (No such file or directory)

2013-11-04 Thread Ian Lepore
On Mon, 2013-11-04 at 19:44 -0500, Outback Dingo wrote: On Mon, Nov 4, 2013 at 7:36 PM, Ian Lepore i...@freebsd.org wrote: On Mon, 2013-11-04 at 19:25 -0500, Outback Dingo wrote: cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict

Re: CUURENT kernel build broken - make[2]: exec(aicasm) failed (No such file or directory)

2013-11-05 Thread Ian Lepore
On Tue, 2013-11-05 at 11:01 +0400, Gleb Smirnoff wrote: On Mon, Nov 04, 2013 at 10:09:54PM -0700, Ian Lepore wrote: I /usr/src/sys/dev/aic7xxx/aic7xxx.seq Imake[2]: exec(aicasm) failed (No such file or directory) I*** Error code 1 I IStop. Imake[2]: stopped in /usr/obj

Re: CUURENT kernel build broken - make[2]: exec(aicasm) failed (No such file or directory)

2013-11-05 Thread Ian Lepore
On Tue, 2013-11-05 at 19:12 +0400, Gleb Smirnoff wrote: On Tue, Nov 05, 2013 at 08:00:52AM -0700, Ian Lepore wrote: I I You were just unlucky that your updates bracketed my checkin that I I changed the build process for the aicasm tool so that it gets built as I I part of the toolchain

Re: [head tinderbox] failure on mips/mips

2013-11-08 Thread Ian Lepore
I'll do it. -- Ian On Fri, 2013-11-08 at 08:05 -0800, Adrian Chadd wrote: Can someone please take care of this? I'm a little busy for the next couple days. Feel free to commit to the contrib code. Thanks! -adrian On 8 November 2013 07:24, Dimitry Andric d...@freebsd.org

Re: FreeBSD-10 microdrive seagate ST1AT 4GB (VIA mbo) problem

2013-11-20 Thread Ian Lepore
On Wed, 2013-11-20 at 21:27 +0100, Berislav Purgar wrote: Hello .. I have problem with microdrive and some CF cards on IGEL 3/4 compact thin client ( http://www.parkytowers.me.uk/thin/Igel/3210/index.shtml ). Problem is that FreeBSD cannot find microdrive or CF card to mount sytem / on (but

Re: VIA Sprinboard: Alternative to Raspberry Pi - working with FBSD CURRENT?

2013-11-21 Thread Ian Lepore
On Thu, 2013-11-21 at 23:34 +0100, O. Hartmann wrote: Recently, I stumbled into this board, which looks promising: http://www.viaspringboard.com/products.html Does anybody know whether the offered hardware (chipse, CPU, WiFi chipset) is supported by FreeBSD? It's not currently supported,

Re: FreeBSD-10 microdrive seagate ST1AT 4GB (VIA mbo) problem

2013-11-21 Thread Ian Lepore
On Thu, 2013-11-21 at 10:35 +0100, Berislav Purgar wrote: On Wed, Nov 20, 2013 at 11:29 PM, Ian Lepore i...@freebsd.org wrote: On Wed, 2013-11-20 at 21:27 +0100, Berislav Purgar wrote: Hello .. I have problem with microdrive and some CF cards on IGEL 3/4 compact thin client ( http

Re: PACKAGESITE spam

2013-12-22 Thread Ian Lepore
On Sat, 2013-12-21 at 15:25 -0800, Steve Kargl wrote: On Sun, Dec 22, 2013 at 12:16:00AM +0100, Julien Laffaye wrote: On 12/22/2013 12:04 AM, Steve Kargl wrote: On Sat, Dec 21, 2013 at 11:14:39PM +0100, Baptiste Daroussin wrote: this has been done and activated for reason, first for lot

Re: ZFS command can block the whole ZFS subsystem!

2014-01-03 Thread Ian Lepore
On Fri, 2014-01-03 at 17:14 +0100, O. Hartmann wrote: Issuing the command rm dumpfile.txt and then hitting Ctrl-Z to bring the rm command into background via fg (I use FreeBSD's csh in that console) locks up the entire command and even worse - it seems to wind up the pool

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-12 Thread Ian Lepore
On Tue, 2012-06-12 at 23:26 +0300, Konstantin Belousov wrote: On Tue, Jun 12, 2012 at 05:56:12PM +0200, Jan Sieka wrote: Both versions work indeed. I have analysed other architectures' lib/libc/arch/Symbol.map files and __flt_rounds should go into FBSD_ and *not* into FBSDprivate section.

Re: Interfacing devices with multiple parents within newbus

2012-07-06 Thread Ian Lepore
On Fri, 2012-07-06 at 14:46 -0400, Arnaud Lacombe wrote: Hi, On Fri, Jul 6, 2012 at 11:33 AM, Arnaud Lacombe lacom...@gmail.com wrote: That's neither correct nor robust in a couple of way: 1) you have no guarantee a device unit will always give you the same resource. this raises the

Re: Interfacing devices with multiple parents within newbus

2012-07-07 Thread Ian Lepore
On Fri, 2012-07-06 at 16:45 -0400, Arnaud Lacombe wrote: Hi, On Fri, Jul 6, 2012 at 3:09 PM, Ian Lepore free...@damnhippie.dyndns.org wrote: On Fri, 2012-07-06 at 14:46 -0400, Arnaud Lacombe wrote: Hi, On Fri, Jul 6, 2012 at 11:33 AM, Arnaud Lacombe lacom...@gmail.com wrote: That's

Re: Adding support for WC (write-combining) memory to bus_dma

2012-07-12 Thread Ian Lepore
On Thu, 2012-07-12 at 10:40 -0400, John Baldwin wrote: I have a need to allocate static DMA memory via bus_dmamem_alloc() that is also WC (for a PCI-e device so it can use nosnoop transactions). This is similar to what the nvidia driver needs, but in my case it is much cleaner to allocate

Re: newbus' ivar's limitation..

2012-07-30 Thread Ian Lepore
On Mon, 2012-07-30 at 17:06 -0400, John Baldwin wrote: On Tuesday, July 17, 2012 2:03:14 am Arnaud Lacombe wrote: Hi, On Fri, Jul 13, 2012 at 1:56 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Thu, Jul 12, 2012 at 1:20 AM, Warner Losh i...@bsdimp.com wrote: [..]

Re: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-16 Thread Ian Lepore
On Wed, 2012-08-15 at 14:40 +0400, Lev Serebryakov wrote: Hello, Alexander. You wrote 15 августа 2012 г., 14:18:05: AM It is quite pointless to speculate without real info like mentioned AM above KTR_SCHED traces. Main thing I've learned about schedulers, things AM there never work as you

Re: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-17 Thread Ian Lepore
On Fri, 2012-08-17 at 14:38 +0400, Lev Serebryakov wrote: Hello, Ian. You wrote 16 августа 2012 г., 21:47:06: IL It's a long shot, but if the trouble you're seeing has the same cause, IL it should be fixed by this patch: IL

Re: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-17 Thread Ian Lepore
On Fri, 2012-08-17 at 09:58 -0700, Adrian Chadd wrote: On 17 August 2012 07:56, Ian Lepore free...@damnhippie.dyndns.org wrote: That result actually matches my expectation... it fixed only a part of your problem. I suspected (without very good evidence) that you may have two unrelated

Re: CURRENT as gateway on not-so-fast hardware: where is a bottlneck?

2012-08-17 Thread Ian Lepore
On Fri, 2012-08-17 at 14:29 -0700, Kevin Oberman wrote: On Fri, Aug 17, 2012 at 10:11 AM, Ian Lepore No! Not bde! He'll notice that I violated style(9) by accidentally leaving an extra blank line between a comment block and the function definition. :) (There are probably more violations

Re: r239356: does it mean, that synchronous dhcp and dhcplcinet with disabled devd gone?

2012-08-21 Thread Ian Lepore
On Tue, 2012-08-21 at 19:04 +0400, Lev Serebryakov wrote: Hello, John. You wrote 21 августа 2012 г., 17:34:31: JB Humm. devd is the more common case, and we explicitly don't use devd to start JB dhclient on boot even when devd is enabled (so out of the box dhcp would first JB be

Re: r239356: does it mean, that synchronous dhcp and dhcplcinet with disabled devd gone?

2012-08-21 Thread Ian Lepore
On Tue, 2012-08-21 at 19:26 +0400, Lev Serebryakov wrote: Hello, Ian. You wrote 21 августа 2012 г., 19:16:03: IL It has worked this way for me for years. Does it somehow not work this IL way for everyone? Please, read comment to r239356. Starting from this revision dhclient exists on

Re: r239356: does it mean, that synchronous dhcp and dhcplcinet with disabled devd gone?

2012-08-21 Thread Ian Lepore
On Tue, 2012-08-21 at 21:01 +0400, Lev Serebryakov wrote: IL The important point is that if you unplug the cable then plug it into a IL different network, now the right thing will happen -- you will acquire IL an address on the new network. That's the reason that this change is an IL

Re: r239356: does it mean, that synchronous dhcp and dhcplcinet with disabled devd gone?

2012-08-21 Thread Ian Lepore
On Tue, 2012-08-21 at 14:04 -0600, Warner Losh wrote: On Aug 21, 2012, at 11:42 AM, Lev Serebryakov wrote: Hello, Ian. You wrote 21 августа 2012 г., 21:36:30: IL I think it's funny how people have this knee-jerk reaction against C++ IL apps. The devd executable is not exactly an

Re: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap

2012-08-26 Thread Ian Lepore
On Sun, 2012-08-26 at 20:58 +0200, Baptiste Daroussin wrote: On Sun, Aug 26, 2012 at 11:39:07AM -0700, Doug Barton wrote: On 08/26/2012 05:58, Baptiste Daroussin wrote: This isn't the security issue I was talking about by having sbin/pkg pass every command line to local/sbin/pkg. You

Re: atomic_ops.h: missing ...

2012-09-05 Thread Ian Lepore
On Wed, 2012-09-05 at 16:11 +0200, O. Hartmann wrote: Hello. While fiddling around with software that is looking for an include file atomic_ops.h, which seems to reside in the FreeBSD operating system's sources with lib/lbkse, I'd like to know whether those architecture specific header

Re: Help. Porting FreeOCL fails (atomic_ops.h missing, CLANG++ libc++ issues ...)

2012-09-06 Thread Ian Lepore
On Thu, 2012-09-06 at 13:14 +0200, O. Hartmann wrote: I tried to add RUN_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:${PORTSDIR}/devel/libatomic_ops to my provided Makefile, but this doesn't install the port devel/libatomic_ops. This is weird and inconsistent. I follow exact the steps

Re: [patch] mmap() MAP_TEXT implementation (to use for shared libraries)

2012-09-07 Thread Ian Lepore
On Fri, 2012-09-07 at 21:41 +0300, Konstantin Belousov wrote: After a second thought, I do not like your proposal as well. +x is set for shebang scripts, and allowing PROT_EXEC to set VV_TEXT for them means that such scripts are subject for write denial. You say that like it's a bad thing. I

Re: [patch] mmap() MAP_TEXT implementation (to use for shared libraries)

2012-09-07 Thread Ian Lepore
On Fri, 2012-09-07 at 21:53 +0300, Konstantin Belousov wrote: On Fri, Sep 07, 2012 at 12:48:19PM -0600, Ian Lepore wrote: On Fri, 2012-09-07 at 21:41 +0300, Konstantin Belousov wrote: After a second thought, I do not like your proposal as well. +x is set for shebang scripts, and allowing

Re: Clang as default compiler November 4th

2012-09-13 Thread Ian Lepore
On Wed, 2012-09-12 at 19:08 -0700, Steve Kargl wrote: In regards to my initial post in this thread, I was just trying to assess whether any benchmarks have been performed on FreeBSD for floating point generated by clang. Other than the limited testing that I've done, it appears that the

Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Ian Lepore
On Thu, 2012-09-20 at 00:37 +0400, Lev Serebryakov wrote: Hello, Freebsd-current. You wrote 20 сентября 2012 г., 0:22:00: LS I've upgraded my FreeBSD-CURRENT Virtual machine, which I use to LS build router's NanoBSD image, to today's morning (MSK time, GMT+4) LS revision. Unfortunately,

Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Ian Lepore
On Wed, 2012-09-19 at 14:00 -0700, Adrian Chadd wrote: On 19 September 2012 13:54, Lev Serebryakov l...@freebsd.org wrote: Hello, Ian. You wrote 20 сентября 2012 г., 0:46:24: IL Yes, exactly. I updated the PR to request that my patch not get IL committed because it locks up virtualbox.

Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Ian Lepore
On Wed, 2012-09-19 at 14:08 -0700, Adrian Chadd wrote: On 19 September 2012 14:05, Ian Lepore free...@damnhippie.dyndns.org wrote: Add something to atrtc_start() to only loop over that loop say, 64k times before dropping out; and print an error if it hits that condition. Also, what's

Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Ian Lepore
On Wed, 2012-09-19 at 14:30 -0700, Adrian Chadd wrote: On 19 September 2012 14:12, Ian Lepore free...@damnhippie.dyndns.org wrote: Right. Being totally clueless, is atrc_start() called just at probe/attach, or during normal operation? It's called just once, from the attach() routine

Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Ian Lepore
On Wed, 2012-09-19 at 15:10 -0700, Adrian Chadd wrote: On 19 September 2012 14:57, Garrett Cooper yaneg...@gmail.com wrote: On Wed, Sep 19, 2012 at 1:46 PM, Ian Lepore free...@damnhippie.dyndns.org wrote: ... Yes, exactly. I updated the PR to request that my patch not get committed

Re: [SPAM]Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-10-04 Thread Ian Lepore
On Thu, 2012-10-04 at 22:24 +0200, Marek Salwerowicz wrote: W dniu 2012-10-04 20:51, Lev Serebryakov pisze: Hello, Marek. You wrote 3 октября 2012 г., 23:17:35: atrtc0: AT realtime clock port 0x70-0x71 on acpi0 MS still the same in my environment, running FreeBSD 9.1 under ESXi5.1 host

Re: sysctl vs ifconfig vs other (was Re: sysctl-controlled key-value store ?)

2012-10-07 Thread Ian Lepore
On Sun, 2012-10-07 at 17:53 +0200, Luigi Rizzo wrote: Access through sysctl is incredibly easy from both userspace and from a C application, because all the work is done in the kernel side, whereas other mechanisms (ioctl, i'd rather leave kvm apart as we really don't want that!) require the

WITHOUT_GNU_[COMPAT|SUPPORT]

2012-10-11 Thread Ian Lepore
I want to build grep without the gnu regex library. The makefile for usr.bin/grep contains .if !defined(WITHOUT_GNU_COMPAT) And man src.conf documents WITHOUT_GNU_SUPPORT but doesn't mention WITHOUT_GNU_COMPAT. Is this a typo in the makefile, or an ommision from the src.conf manpage? --

Re: WITHOUT_GNU_[COMPAT|SUPPORT]

2012-10-11 Thread Ian Lepore
On Thu, 2012-10-11 at 19:45 +0200, Gabor Kovesdan wrote: Em 11-10-2012 19:09, Ian Lepore escreveu: I want to build grep without the gnu regex library. The makefile for usr.bin/grep contains .if !defined(WITHOUT_GNU_COMPAT) And man src.conf documents WITHOUT_GNU_SUPPORT

Re: WITHOUT_GNU_[COMPAT|SUPPORT]

2012-10-13 Thread Ian Lepore
On Thu, 2012-10-11 at 19:45 +0200, Gabor Kovesdan wrote: Em 11-10-2012 19:09, Ian Lepore escreveu: I want to build grep without the gnu regex library. The makefile for usr.bin/grep contains .if !defined(WITHOUT_GNU_COMPAT) And man src.conf documents WITHOUT_GNU_SUPPORT

Re: FILE's _file can only hold a short

2012-11-01 Thread Ian Lepore
On Wed, 2012-10-31 at 11:12 -0700, m...@freebsd.org wrote: I seem to recall a thread earlier on this limitation, but looking at actual libc/stdio sources, the 4 year old check for open(2)'s fd being less than SHRT_MAX is still there. I thought I saw a patch to change this to an int, but it's

Re: FreeBSD as read-only firmware

2012-11-03 Thread Ian Lepore
On Sat, 2012-11-03 at 08:01 -0700, Mehmet Erol Sanliturk wrote: I do not know exact data transmission rate of SDHC cards , but , I think , it is faster than CD or DVD . For CD and DVD , at present there is NO any only READ CD or DVD devices . They are disappeared from the market . For

Re: 9.1-RC3 feels okay :-)

2012-11-06 Thread Ian Lepore
On Tue, 2012-11-06 at 22:57 +0100, Julian H. Stacey wrote: Hi, Reference: From: CeDeROM cede...@tlen.pl Date: Tue, 6 Nov 2012 22:14:03 +0100 Message-id: CAFYkXjnRzPAkNuc5C0iTNUTe5j=h8ga9vwme+trdng_kyjc...@mail.gmail.com CeDeROM wrote: I have also

Re: 9.1-RC3 feels okay :-)

2012-11-06 Thread Ian Lepore
On Wed, 2012-11-07 at 00:34 +0100, CeDeROM wrote: Isn't this a Xorg bug then? When I have no configuration file Hal should provide the configuration, so sooner or later the mouse should start moving... but is does not.. Do I get http://www.wonkity.com/~wblock/docs/html/aei.html correct

Re: 9.1-RC3 feels okay :-)

2012-11-08 Thread Ian Lepore
On Thu, 2012-11-08 at 08:45 -0700, Warren Block wrote: On Thu, 8 Nov 2012, CeDeROM wrote: I have tested additional options in xorg runtime :-) With the patched xorg mouse driver 1.7.1 (or driver version =1.7.2) situation is following: 1. With hald and dbus no xorg.conf file is

Re: compiler info in kernel identification string

2012-11-14 Thread Ian Lepore
On Wed, 2012-11-14 at 10:25 +0100, Dimitry Andric wrote: On 2012-11-14 00:43, Mateusz Guzik wrote: avg@ suggested to include compiler version in the kernel so that it's present in uname (and one can easly tell what was used to compile it). Here is my attempt:

Re: Q) KLDload error

2012-11-16 Thread Ian Lepore
On Sat, 2012-11-17 at 11:04 +0900, ken wrote: From: Lucas James lucas.ja...@ldjcs.com.au You will need to rebuild and install the virtualbox-ose-kmod port. regards, Lucas Yes, I did and yet I have the following error with kldload vboxdrv. Is vm_page_lock_queues renamed? It

Re: Is cross-world building broken?

2012-11-30 Thread Ian Lepore
On Wed, 2012-11-28 at 16:19 -0800, Garrett Cooper wrote: On Wed, Nov 28, 2012 at 4:07 PM, Adrian Chadd adr...@freebsd.org wrote: top posting, out of laziness and busy-ness at work.. Ok. So: * make installworld/installkernel/distribution - set DESTDIR on the command line * make

Re: Is cross-world building broken?

2012-11-30 Thread Ian Lepore
On Fri, 2012-11-30 at 09:36 -0800, Simon J. Gerraty wrote: On Fri, 30 Nov 2012 08:15:03 -0700, Ian Lepore writes: So when did this break, and why can't it be fixed? I've been using Sorry I missed the begining of this thread, is anything broken? I haven't experienced anything myself, I

Re: RFC: sysctl -f filename

2012-12-01 Thread Ian Lepore
On Sun, 2012-12-02 at 01:50 +0900, Hiroki Sato wrote: Hi, I would like comments about the attached patch for sysctl(8) to add a new option -f filename. It supports reading of a file with key=value lines. As you probably know, we already have /etc/sysctl.conf and it is processed by

Re: New jail does not understand nullfs

2012-12-02 Thread Ian Lepore
On Sun, 2012-12-02 at 01:17 -0600, Matt Donovan wrote: When attempting to start the jail in question the following happens server# jail -c poudriere jail: poudriere: unknown parameter: allow.mount.nullfs Below is my jail.conf poudriere { name=poudriere;

Re: Is cross-world building broken?

2012-12-02 Thread Ian Lepore
On Fri, 2012-11-30 at 14:16 -0800, Garrett Cooper wrote: On Nov 30, 2012, at 10:14 AM, Ian Lepore free...@damnhippie.dyndns.org wrote: On Fri, 2012-11-30 at 09:36 -0800, Simon J. Gerraty wrote: On Fri, 30 Nov 2012 08:15:03 -0700, Ian Lepore writes: So when did this break, and why can't

Re: Call for testers, users with scsi cards

2012-12-04 Thread Ian Lepore
On Tue, 2012-12-04 at 14:49 -0700, Warner Losh wrote: On Dec 4, 2012, at 2:36 PM, Jeff Roberson wrote: http://people.freebsd.org/~jeff/loadccb.diff This patch consolidates all of the functions that map cam control blocks for DMA into one central function. This change is a precursor

Re: Call for testers, users with scsi cards

2012-12-05 Thread Ian Lepore
On Tue, 2012-12-04 at 14:58 -1000, Jeff Roberson wrote: On Tue, 4 Dec 2012, Ian Lepore wrote: On Tue, 2012-12-04 at 14:49 -0700, Warner Losh wrote: On Dec 4, 2012, at 2:36 PM, Jeff Roberson wrote: http://people.freebsd.org/~jeff/loadccb.diff This patch consolidates all

Re: 9.1-RC3 LiveCD missing features

2012-12-07 Thread Ian Lepore
On Fri, 2012-12-07 at 23:34 +0100, Bas Smeelen wrote: On 12/07/12 23:11, Chuck Burns wrote: On 12/7/2012 3:50 PM, CeDeROM wrote: Hello :-) I have tried to chceck for badblocks on my / but I did not find badblocks program on LiveCD and there is no option to install it. This is very

Re: 9.1-RC3 LiveCD missing features

2012-12-08 Thread Ian Lepore
On Fri, 2012-12-07 at 23:31 -0800, Garrett Cooper wrote: On Fri, Dec 7, 2012 at 11:06 PM, CeDeROM cede...@tlen.pl wrote: Hello Ian :-) This is the problem - / is read only and /etc/resolv.conf already links to nonexistent file. This way I cannot modify its content nor link other file

Re: /usr/src/sys/conf/newvers.sh, SYSDIR set to wrong directory.

2012-12-12 Thread Ian Lepore
On Wed, 2012-12-12 at 18:14 +0200, Kimmo Paasiala wrote: Hello, My 9-STABLE buildworld broke in a very inexplicable way, I was getting an error on /usr/src/include/osreldate.h that I couldn't figure out until I started looking at the sys/conf/newvers.sh and what it does. It turned out that

Re: /usr/src/sys/conf/newvers.sh, SYSDIR set to wrong directory.

2012-12-13 Thread Ian Lepore
On Wed, 2012-12-12 at 20:52 +0200, Kimmo Paasiala wrote: On Wed, Dec 12, 2012 at 6:53 PM, Ian Lepore free...@damnhippie.dyndns.org wrote: On Wed, 2012-12-12 at 18:14 +0200, Kimmo Paasiala wrote: Hello, My 9-STABLE buildworld broke in a very inexplicable way, I was getting an error

Re: API explosion (Re: [RFC/RFT] calloutng)

2012-12-18 Thread Ian Lepore
On Tue, 2012-12-18 at 23:58 +0100, Luigi Rizzo wrote: [top posting for readability; in summary we were discussing the new callout API trying to avoid an explosion of methods and arguments while at the same time supporting the old API and the new one] (I am also Cc-ing phk as he might have

Re: API explosion (Re: [RFC/RFT] calloutng)

2012-12-18 Thread Ian Lepore
On Wed, 2012-12-19 at 00:29 +0100, Luigi Rizzo wrote: On Tue, Dec 18, 2012 at 04:27:45PM -0700, Ian Lepore wrote: On Tue, 2012-12-18 at 23:58 +0100, Luigi Rizzo wrote: [top posting for readability; in summary we were discussing the new callout API trying to avoid an explosion

Why does sleep(1) end up blocked in bwillwrite()?

2012-12-23 Thread Ian Lepore
Background: I'm trying to get nandfs working on a low-end small-memory embedded system. I'm debugging performance problems that manifest as the system (or large portions of it) becoming unresponsive for many seconds at a time. It appears that sometimes the nandfs background garbage collector

  1   2   3   4   5   >