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

2013-09-03 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:

I386 jail on amd64 CURRENT core dump in libc?

2013-09-03 Thread Vitalij Satanivskij
Hello. On fresh installed system - 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r255173: Tue Sep 3 13:31:22 EEST 2013 With fresh i386 builded jail. I'm found some bug with core dumped uniq (/usr/bin/uniq) After recompile whole system with debug symbols found some trace gdb /usr/bin/uniq

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

2013-09-03 Thread Jeremie Le Hen
On Mon, Sep 02, 2013 at 11:49:33AM +0300, Alexander Motin wrote: 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

Re: No UDP/TCP IPv6 connectivity (only) to router using gif interface - maybe ARM related

2013-09-03 Thread Zaphod Beeblebrox
Whether you feel it right, or not, net.inet.ip.forwarding must be 1 for gif to work (even for IPv6). On Mon, Sep 2, 2013 at 2:42 AM, Martin Laabs mailingli...@martinlaabs.dewrote: Hi, I tried to set up my raspberry PI as an ipv6 router. As a tunnel broker I use sixxs. Now I observed an

Re: I386 jail on amd64 CURRENT core dump in libc?

2013-09-03 Thread Vitalij Satanivskij
KB KB Your installed libraries do not have proper debugging symbols. KB Since the issue seems to be in the compat32 layer, you may try to start KB with taking the ktrace of the failing program and see what syscall failed, KB if any. For me problem gone after disabling options

Re: I386 jail on amd64 CURRENT core dump in libc?

2013-09-03 Thread Konstantin Belousov
On Tue, Sep 03, 2013 at 02:36:13PM +0300, Vitalij Satanivskij wrote: Hello. On fresh installed system - 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r255173: Tue Sep 3 13:31:22 EEST 2013 With fresh i386 builded jail. I'm found some bug with core dumped uniq (/usr/bin/uniq) After

Re: No UDP/TCP IPv6 connectivity (only) to router using gif interface - maybe ARM related

2013-09-03 Thread Martin Laabs
Hi , Whether you feel it right, or not, net.inet.ip.forwarding must be 1 for gif to work (even for IPv6). This is a unintuitive behavior. But fortunately this solve this problem. I suggest adding setting this sysctl if ipv6_gateway_enable is enabled in the rc.conf. Best regards, Martin

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

2013-09-03 Thread Outback Dingo
On Tue, Sep 3, 2013 at 9:42 AM, Jeremie Le Hen j...@freebsd.org wrote: On Mon, Sep 02, 2013 at 11:49:33AM +0300, Alexander Motin wrote: 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

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

2013-09-03 Thread Vitalij Satanivskij
IK Thank you :) IK I watch the mailing list. ;) IK http://docs.freebsd.org/cgi/mid.cgi?20130903172529.GA9 IK Unfortunately I did not have time to check the problem with uniq... Gettext build failed because of failed uniq, so if u steel have problem u know what to do.

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

2013-09-03 Thread Vitalij Satanivskij
Try to disable options options CAPABILITY_MODE # Capsicum capability mode options CAPABILITIES# Capsicum capabilities in kernel conf, for me it's resolve problem Ivan Klymenko wrote: IK В Sat, 24 Aug 2013 13:26:01 +0200 IK Hans Petter Selasky

[head tinderbox] failure on powerpc/powerpc

2013-09-03 Thread FreeBSD Tinderbox
TB --- 2013-09-03 17:20:33 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-09-03 17:20:33 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: I386 jail on amd64 CURRENT core dump in libc?

2013-09-03 Thread Konstantin Belousov
On Tue, Sep 03, 2013 at 08:25:29PM +0300, Vitalij Satanivskij wrote: KB KB Your installed libraries do not have proper debugging symbols. KB Since the issue seems to be in the compat32 layer, you may try to start KB with taking the ktrace of the failing program and see what syscall failed,

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

2013-09-03 Thread Jeremie Le Hen
On Tue, Sep 03, 2013 at 02:10:32PM -0400, Outback Dingo wrote: On Tue, Sep 3, 2013 at 9:42 AM, Jeremie Le Hen j...@freebsd.org wrote: On Mon, Sep 02, 2013 at 11:49:33AM +0300, Alexander Motin wrote: Hi. I would like to invite more people to review and test my patches for improving

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

2013-09-03 Thread Olivier Cochard-Labbé
On Tue, Sep 3, 2013 at 8:10 PM, Outback Dingo outbackdi...@gmail.com wrote: Can anyone confirm how well tested/stable this patch set might be?? if theres positive input i have a zoo of dev machines i could load it on, to help further it. Just checking to see how widely its been tested, I've

9.2RC3: converters/libiconv, devel/gettext: missing -fPIC?

2013-09-03 Thread albri
Hello, # portmaster -gv shells/bash resulted in: [..]could not read symbols: Bad value[..] Single # portmaster -gv converters/libiconv # portmaster -gv devel/gettext have shown same results either. Recompiling after # cat CFLAGS=-O2 -pipe -fPIC /etc/make.conf created packages successfully.

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

2013-09-03 Thread Outback Dingo
On Tue, Sep 3, 2013 at 5:48 PM, Olivier Cochard-Labbé oliv...@cochard.mewrote: On Tue, Sep 3, 2013 at 8:10 PM, Outback Dingo outbackdi...@gmail.com wrote: Can anyone confirm how well tested/stable this patch set might be?? if theres positive input i have a zoo of dev machines i could load

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

2013-09-03 Thread Ivan Klymenko
В Tue, 3 Sep 2013 20:42:25 +0300 Vitalij Satanivskij sa...@ukr.net пишет: Try to disable options options CAPABILITY_MODE # Capsicum capability mode options CAPABILITIES# Capsicum capabilities in kernel conf, for me it's resolve problem Thank you

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

2013-09-03 Thread Jeremie Le Hen
On Tue, Sep 03, 2013 at 11:24:26PM +0200, Jeremie Le Hen wrote: On Tue, Sep 03, 2013 at 02:10:32PM -0400, Outback Dingo wrote: On Tue, Sep 3, 2013 at 9:42 AM, Jeremie Le Hen j...@freebsd.org wrote: On Mon, Sep 02, 2013 at 11:49:33AM +0300, Alexander Motin wrote: Hi. I would