Duplicated WITH_*/WITHOUT_* options

2013-11-21 Thread Mark Robert Vaughan Murray
Hi I noticed we have some duplicated WITH_*/WITHOUT_* options; presumably this is an oversight? [graveyard] /usr/src/tools/build/options 08:37 am # for i in WITH_* ; do if [ -e WITHOUT_${i##WITH_} ] ; then echo WITHOUT_${i##WITH_} ${i} ; fi; done WITHOUT_CLANG WITH_CLANG WITHOUT_CLANG_FULL

Re: random_harvestq eats much on geode-lx alix2c3

2013-11-21 Thread Mark Robert Vaughan Murray
On 20 Nov 2013, at 10:58, freebsdonline lis...@freebsdonline.com wrote: Stanisław Halik wrote: but what do you ask for? Also, can text attachments be put here? For posterity's sake, better not to link to them. It is poor hardware as you said but FreeBSD should run well on it. I also have

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

2013-11-21 Thread Berislav Purgar
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://www.parkytowers.me.uk/thin/Igel/3210/index.shtml ). Problem

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

2013-11-21 Thread Berislav Purgar
On Thu, Nov 21, 2013 at 10:35 AM, Berislav Purgar bpur...@gmail.com 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

Re: Duplicated WITH_*/WITHOUT_* options

2013-11-21 Thread Dimitry Andric
On 21 Nov 2013, at 09:44, Mark Robert Vaughan Murray ma...@freebsd.org wrote: I noticed we have some duplicated WITH_*/WITHOUT_* options; presumably this is an oversight? [graveyard] /usr/src/tools/build/options 08:37 am # for i in WITH_* ; do if [ -e WITHOUT_${i##WITH_} ] ; then echo

panic: uma_zalloc_arg: Returning an empty bucket.

2013-11-21 Thread Don Lewis
I just got this panic on my 11.0-CURRENT machine while building ports: panic: uma_zalloc_arg: Returning an empty bucket. cpuid = 0 KDB: stack backtrace: db_trace_self_wrapper(c113330c,2,1000,ee3fd850,ee3fd848,...) at db_trace_self_wrapper+0x2d/frame 0xee3fd810

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

2013-11-21 Thread O. Hartmann
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? signature.asc Description: PGP signature

Re: Please compile ports-mgmt/pkg for i486

2013-11-21 Thread Stanisław Halik
On Wed November 20 2013 20:15:34 Dimitry Andric wrote: http://llvm.org/bugs/show_bug.cgi?id=11212 http://llvm.org/bugs/show_bug.cgi?id=17792 Got bitten by that with -march=i486... Those bugs are about other CPU's, not specifically the Geode, or i486. The version of clang in head, stable/10

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: Slow boot with 256GB of RAM?

2013-11-21 Thread Ed Maste
On 16 November 2013 17:49, Eitan Adler li...@eitanadler.com wrote: On Sat, Nov 16, 2013 at 4:12 PM, Zach Crum crum.z...@gmail.com wrote: This setting is not listed in /boot/defaults/loader.conf. Is it supposed to be singular or plural? Plural. I will commit the patch. The FAQ update patch

Re: Slow boot with 256GB of RAM?

2013-11-21 Thread Eitan Adler
On Thu, Nov 21, 2013 at 12:42 PM, Ed Maste ema...@freebsd.org wrote: The variable name is hw.memtest.tests as it's intended to be extended to a bitmap of tests to run at boot, with other bits representing more comprehensive tests. -Ed commit 58f501f70427ce2aeb9c8b18d2b7bec543818dae Author:

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

2013-11-21 Thread O. Hartmann
On Thu, 21 Nov 2013 15:55:44 -0700 Ian Lepore i...@freebsd.org wrote: 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

Re: Duplicated WITH_*/WITHOUT_* options

2013-11-21 Thread Mark Robert Vaughan Murray
On 21 Nov 2013, at 12:11, Dimitry Andric d...@freebsd.org wrote: These duplicated settings are not oversights, just artifacts of how bsd.own.mk works. The defaults are simply different for different arches, e.g. WITH_CLANG is the default for x86, powerpc and LE arm, but WITHOUT_CLANG is the

pkg(1) ipv6 address not listening

2013-11-21 Thread Stanisław Halik
Hey, pkg(1) doesn't like ipv6 from two different subnets: | ^C15720: connect(6,{ AF_INET6 [2001:41c8:112:8300::50:1]:80 },28) ERR#4 'Interrupted system call' It's up fine, just not listening. Could you fix it, please? -sh -- xmpp:stha...@jabster.pl sip:stha...@misaki.pl

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 (

i386 update to latest -HEAD broke things

2013-11-21 Thread Adrian Chadd
hi, I just updated a laptop from a month old -HEAD to the latest -HEAD. Things .. didn't work. * No processes ran - they'd complain about being out of anonymous memory * /rescue/sh works fine, but /rescue/dhclient seems to be doing the wrong thing with regards to which dhclient-script it calls *

Re: pkg(1) ipv6 address not listening

2013-11-21 Thread Matthew Seaman
On 22/11/2013 01:58, Stanisław Halik wrote: Hey, pkg(1) doesn't like ipv6 from two different subnets: | ^C15720: connect(6,{ AF_INET6 [2001:41c8:112:8300::50:1]:80 },28) ERR#4 'Interrupted system call' It's up fine, just not listening. Could you fix it, please? pkg(8) works fine over

Re: pkg(1) ipv6 address not listening

2013-11-21 Thread Stanisław Halik
Hey, On Fri November 22 2013 07:15:00 Matthew Seaman wrote: pkg(1) doesn't like ipv6 from two different subnets: | ^C15720: connect(6,{ AF_INET6 [2001:41c8:112:8300::50:1]:80 },28) ERR#4 pkg(8) works fine over IPv6 for me. Failing command is: % pkg update using default repo

Re: pkg(1) ipv6 address not listening

2013-11-21 Thread Matthew Seaman
On 22/11/2013 07:19, Stanisław Halik wrote: Hey, On Fri November 22 2013 07:15:00 Matthew Seaman wrote: pkg(1) doesn't like ipv6 from two different subnets: | ^C15720: connect(6,{ AF_INET6 [2001:41c8:112:8300::50:1]:80 },28) ERR#4 pkg(8) works fine over IPv6 for me. Failing command is:

Re: pkg(1) ipv6 address not listening

2013-11-21 Thread Stanisław Halik
On Fri November 22 2013 07:30:02 Matthew Seaman wrote: Are you running the ports-mgmt/pkg-devel port or did you install from GitHub sources? (I deduce this because the config format with curly braces does not work with pkg-1.1.4...) Using pkg as bundled with RELENG_10. # uname -sr FreeBSD

Re: pkg(1) ipv6 address not listening

2013-11-21 Thread Stanisław Halik
good Sir, Apologies! It of course works as it should, wrong `route-to' applied, causing SYN packets to get stuck. Apologies once again for wasting your valuable time. cheers, -sh -- xmpp:stha...@jabster.pl sip:stha...@misaki.pl ___