Re: Need help fixing failing locale tests

2015-11-14 Thread NGie Cooper
> On Nov 14, 2015, at 19:05, Craig Rodrigues wrote: > > Hi, > > After the recent locale commits, some of the tests are failing: > > https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1675/testReport/ > > I can reproduce two failures quite easily by doing with a newly

Re: pf NAT and VNET Jails

2015-11-10 Thread NGie Cooper
On Tue, Nov 10, 2015 at 1:28 PM, Kristof Provost wrote: > On 2015-11-09 21:47:01 (-0500), Shawn Webb wrote: >> I found the problem: it seems that the new Intel Haswell graphics >> support (which I've been running with) is at odds somehow with pf NAT.

Re: FreeBSD_HEAD-tests - Build #1675 - Unstable

2015-11-08 Thread NGie Cooper
> On Nov 8, 2015, at 13:49, Baptiste Daroussin <b...@freebsd.org> wrote: > > On Sun, Nov 08, 2015 at 01:27:28PM -0800, NGie Cooper wrote: >> >>> On Nov 8, 2015, at 13:08, Baptiste Daroussin <b...@freebsd.org> wrote: >>> >>> On Sun,

Re: FreeBSD_HEAD-tests - Build #1675 - Unstable

2015-11-08 Thread NGie Cooper
> On Nov 8, 2015, at 13:08, Baptiste Daroussin wrote: > > On Sun, Nov 08, 2015 at 11:10:58PM +0300, Andrey Chernov wrote: >> On 08.11.2015 22:08, jenkins-ad...@freebsd.org wrote: >>> FreeBSD_HEAD-tests - Build #1675 - Unstable: >>> >>> Build information:

Re: FreeBSD_HEAD-tests - Build #1675 - Unstable

2015-11-08 Thread NGie Cooper
> On Nov 8, 2015, at 14:09, Andrey Chernov wrote: > > Signed PGP part > On 09.11.2015 0:46, Baptiste Daroussin wrote: > >> Error Message: > > printf("%'.4f", 12345678.0625) ==> [1,23,45,678.0625], > > expected [123,456,78.0625]<> > > Looks like numericdef

Re: mtree patch for WITHOUT_LPR

2015-11-08 Thread NGie Cooper
> On Nov 8, 2015, at 17:04, Garance A Drosehn wrote: > > On 7 Nov 2015, at 6:08, Dmitry Morozovsky wrote: >> >> as you're still maintaining lpr, I'm passing this through you. >> >> If one build his server WITHOUT_LPR, there are constantly few directories >> that >> are

Re: FreeBSD_HEAD_sparc64 - Build #1311 - Still Failing

2015-11-08 Thread NGie Cooper
> On Nov 7, 2015, at 10:39, Garrett Cooper wrote: > >> On Nov 7, 2015, at 06:18, Andriy Gapon wrote: >> >>> On 07/11/2015 10:00, jenkins-ad...@freebsd.org wrote: >>> In file included from >>>

Re: FYI: SVN to GIT converter currently broken, github is falling behind

2015-11-08 Thread NGie Cooper
> On Nov 8, 2015, at 20:51, Shane Ambler wrote: ... > 4 seconds?? > There have been 4 leap seconds added this century. > Did 1.9 add timestamp corrections relating to leap seconds? > > Did the developer not use leapsecs when the svn server does? Alternatively, was this

Re: mtree patch for WITHOUT_LPR

2015-11-07 Thread NGie Cooper
> On Nov 7, 2015, at 10:56, Dmitry Morozovsky wrote: > > On Sat, 7 Nov 2015, Bryan Drewery wrote: > > +/set type=dir uname=root gname=wheel mode=0755 > +. > +include > +atf-c > +.. > +atf-c++ > +.. This

Re: nanoBSD: buidlworld failure

2015-11-06 Thread NGie Cooper
> On Nov 5, 2015, at 22:51, O. Hartmann wrote: > > Since two days, I receive the error shown below on a build machine building > nanoBSD. The recent CURRENT (nanoBSD sources AND the building host) is > > FreeBSD 11.0-CURRENT #2 r290394: Thu Nov 5 16:30:20 CET 2015

Re: Panic with PF on current.

2015-11-05 Thread NGie Cooper
On Thu, Nov 5, 2015 at 4:12 PM, Daniel Dettlaff wrote: > Hello. > > I have interesting verbose output with backtrace (not panic) from one of my > VMs: http://s.verknowsys.com/f0d457ce9420399baaf531012c33eb81.png > It’s triggered by autostarting jail on bridged vlan interface

Re: Panic with PF on current.

2015-11-01 Thread NGie Cooper
> On Nov 1, 2015, at 10:54, Daniel Dettlaff wrote: > > Hello. > > I have my first kernel panic, probably related to pf/pflog in CURRENT: > > I built kernel using this config: > https://github.com/VerKnowSys/ServeD-OS/blob/master/kernel/VERKNOWSYS-11.0 > My make.conf: >

Re: buildworld broken

2015-11-01 Thread NGie Cooper
> On Nov 1, 2015, at 08:47, Steve Kargl > wrote: > > ===> libexec/dma/dmagent (all) > cc -I/usr/src/libexec/dma/dmagent/../../../contrib/dma -DHAVE_REALLOCF > -DHAVE_STRLCPY -DHAVE_GETPROGNAME -DCONF_PATH='"/etc/dma"' > -DLIBEXEC_PATH='"/usr/libexec"'

Re: Compilation failure with WITH_DTRACE_TESTS on mips/mips and powerpc/powerpc; it's trying to compile a host object on mips/powerpc because MAKEOBJDIRPREFIX is incorrect

2015-10-31 Thread NGie Cooper
> On Oct 30, 2015, at 16:43, Simon J. Gerraty <s...@juniper.net> wrote: > > NGie Cooper <yaneurab...@gmail.com> wrote: >> I tried doing buildworld on powerpc/powerpc with -DWITH_DTRACE_TESTS >> and I ran into this linker issue below. I have no idea (ye

Re: Compilation failure with WITH_DTRACE_TESTS on mips/mips and powerpc/powerpc; it's trying to compile a host object on mips/powerpc because MAKEOBJDIRPREFIX is incorrect

2015-10-31 Thread NGie Cooper
> On Oct 30, 2015, at 23:51, NGie Cooper <yaneurab...@gmail.com> wrote: > > >> On Oct 30, 2015, at 16:43, Simon J. Gerraty <s...@juniper.net> wrote: >> >> NGie Cooper <yaneurab...@gmail.com> wrote: >>> I tried doing buildworld on p

Re: Compilation failure with WITH_DTRACE_TESTS on mips/mips and powerpc/powerpc; it's trying to compile a host object on mips/powerpc because MAKEOBJDIRPREFIX is incorrect

2015-10-31 Thread NGie Cooper
> On Oct 31, 2015, at 14:37, NGie Cooper <yaneurab...@gmail.com> wrote: > > >> On Oct 30, 2015, at 23:51, NGie Cooper <yaneurab...@gmail.com> wrote: >> >> >>> On Oct 30, 2015, at 16:43, Simon J. Gerraty <s...@juniper.net> wrote: >>

Re: Segmentation fault running ntpd

2015-10-30 Thread NGie Cooper
> On Oct 30, 2015, at 01:42, Dag-Erling Smørgrav wrote: > > David Wolfskill writes: >> ... >> bound to 172.17.1.245 -- renewal in 43200 seconds. >> pid 544 (ntpd), uid 0: exited on signal 11 (core dumped) >> Starting Network: lo0 em0 iwn0 lagg0. >> ... > >

Compilation failure with WITH_DTRACE_TESTS on mips/mips and powerpc/powerpc; it's trying to compile a host object on mips/powerpc because MAKEOBJDIRPREFIX is incorrect

2015-10-30 Thread NGie Cooper
Hi Bryan/Simon! I tried doing buildworld on powerpc/powerpc with -DWITH_DTRACE_TESTS and I ran into this linker issue below. I have no idea (yet) why it’s trying to compile an x64 object when I specify powerpc/powerpc — and more importantly, why is the object not being put in

Re: Segmentation fault running ntpd

2015-10-30 Thread NGie Cooper
> On Oct 30, 2015, at 02:32, Franco Fichtner wrote: > > Well, it’s on stable/10 since September 16 and somebody reported that > this particular branch would not trigger the crash along with HEAD, > but any 10.x would. Can’t find the reference right now though. You’re

Re: Segmentation fault running ntpd

2015-10-30 Thread NGie Cooper
> On Oct 30, 2015, at 02:05, Dag-Erling Smørgrav <d...@des.no> wrote: > > NGie Cooper <yaneurab...@gmail.com> writes: >> Dag-Erling Smørgrav <d...@des.no> writes: >>> David Wolfskill <da...@catwhisker.org> writes: >>>> pid 544 (ntpd

Re: Segmentation fault running ntpd

2015-10-30 Thread NGie Cooper
> On Oct 30, 2015, at 02:18, Franco Fichtner wrote: > > Hi all, > > I did a quick test build and this seems to solve the ntpd crash issue > on top of releng/10.1. Makes sense … looking through my email r287591 was never MFCed back to stable/9 or stable/10 :/ . HTH,

Re: Compilation failure with WITH_DTRACE_TESTS on mips/mips and powerpc/powerpc; it's trying to compile a host object on mips/powerpc because MAKEOBJDIRPREFIX is incorrect

2015-10-30 Thread NGie Cooper
On Fri, Oct 30, 2015 at 2:34 PM, Bryan Drewery <bdrew...@freebsd.org> wrote: > On 10/30/2015 2:21 PM, Bryan Drewery wrote: >> On 10/30/2015 1:57 PM, NGie Cooper wrote: >>> Hi Bryan/Simon! >>> I tried doing buildworld on powerpc/powerpc with -DWITH_DTRACE_TEST

Re: Compilation failure with WITH_DTRACE_TESTS on mips/mips and powerpc/powerpc; it's trying to compile a host object on mips/powerpc because MAKEOBJDIRPREFIX is incorrect

2015-10-30 Thread NGie Cooper
On Fri, Oct 30, 2015 at 4:09 PM, Bryan Drewery wrote: ... > The example output must be a mistake as they are correct on ref11: > > ref11-amd64% find > /scratch/tmp/ngie/obj/*/scratch/tmp/ngie/svn/cddl/usr.sbin/dtrace/tests/common/json > -name tst.usdt.o -exec file {} + >

Re: Coverity down?

2015-10-27 Thread NGie Cooper
On Tue, Oct 27, 2015 at 1:11 PM, Alan Somers wrote: > I just noticed that our last Coverity scan happened on either July-6 > (according to my inbox) or June-26 (according to Coverity's website). > Prior to that, we seemed to get scanned about once per week. Does > anybody

Re: r287797 breaks build WITHOUT_NIS

2015-10-25 Thread NGie Cooper
> On Oct 10, 2015, at 16:18, Justin Hibbits wrote: > > When building WITHOUT_NIS, the following errors show up (base gcc, for > building powerpc): > > cc1: warnings being treated as errors > /home/chmeee/freebsd/head/lib/libc/gen/getgrent.c: In function >

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:39, Lev Serebryakov wrote: > > Hello NGie, > > Sunday, October 25, 2015, 10:30:47 PM, you wrote: > > >> This [the hostapd start/stop logic] all gets triggered whenever the >> interface goes up and down. > So, first time hostapd is started by

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:54, NGie Cooper <yaneurab...@gmail.com> wrote: ... > I’ll need to double-check the rcorder and get back to you on that. Answering this part: nope. devd still gets started after netif on my branch, so it’ll still start hostapd twice: $ rcorder `make -VF

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:58, NGie Cooper <yaneurab...@gmail.com> wrote: > > >> On Oct 25, 2015, at 12:54, NGie Cooper <yaneurab...@gmail.com> wrote: > > ... > >> I’ll need to double-check the rcorder and get back to you on that. > > Answerin

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:20, Lev Serebryakov wrote: > > Hello freebsd-current, > > > New version of -CURRENT try to configure wlan0 and run hostapd twice: > > Created wlan(4) interfaces: wlan0. > Created clone interfaces: gif0. > em0: link state changed to UP > em0: link

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:30, NGie Cooper <yaneurab...@gmail.com> wrote: … > 445 # hostapif if > 446 # Returns 0 if the interface is a HOSTAP interface and 1 otherwise. > 447 hostapif() > 448 { > 449 local _tmpargs _arg > 450 _tmpargs=`_ifconf

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:46, Lev Serebryakov wrote: > > Hello NGie, > > Sunday, October 25, 2015, 10:39:51 PM, you wrote: > > >> It’s documented here: > >> On the other hand, if you want to configure your wireless >> interface with

Re: EFI bootloader often trys to build itself at installworld stage

2015-10-24 Thread NGie Cooper
> On Oct 24, 2015, at 14:35, NGie Cooper <yaneurab...@gmail.com> wrote: > > >> On Oct 24, 2015, at 14:28, Lev Serebryakov <l...@freebsd.org> wrote: >> >> Hello freebsd-current, >> >> Each other time "make installworld" from o

Re: EFI bootloader often trys to build itself at installworld stage

2015-10-24 Thread NGie Cooper
> On Oct 24, 2015, at 14:28, Lev Serebryakov wrote: > > Hello freebsd-current, > > Each other time "make installworld" from object directory created several > hours ago > try to build efiloader again (and fails in my case as this world doesn't > contain compiler): > > ===>

Re: Almost instant crasj after boot, 100% reproducable, version from middle of summer works

2015-10-24 Thread NGie Cooper
> On Oct 24, 2015, at 13:47, Lev Serebryakov wrote: > > Hello freebsd-current, > > I have "home router" based on Intel MoBo with integrated Arom D2500 CPU. > It boots and works fine on -CURRENT r285355 (it is ~11 of Jun 2015). > > But several latest revisions (I've tried

Re: Depreciate and remove gbde

2015-10-20 Thread NGie Cooper
> On Oct 20, 2015, at 00:29, Poul-Henning Kamp wrote: > > > In message <201510200645.t9k6jaam004...@mech-as222.men.bris.ac.uk>, Anton > Shterenlikht writes: >>> GBDE is for when the user is in danger. >> >> In danger of what? >> Please elaborate. > > Read the

Re: Depreciate and remove gbde

2015-10-19 Thread NGie Cooper
On Mon, Oct 19, 2015 at 4:44 PM, Martin Cracauer wrote: > Yonas Yanfa wrote on Sun, Oct 18, 2015 at 06:36:19AM -0400: >> >> Is there any objection to removing gbde? How many people use gbde? When >> have you used gbde over geli, and why? > > You would exclude all current users

Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #673 - Failure

2015-10-17 Thread NGie Cooper
> On Oct 16, 2015, at 22:33, Bryan Drewery wrote: ... >> I don't see how these changes cause this and I'm unable to reproduce >> here. Is anyone else hitting this? >> > > https://jenkins.freebsd.org/job/FreeBSD_HEAD_sparc64/lastBuild/consoleText > > The sparc64 build

Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #673 - Failure

2015-10-17 Thread NGie Cooper
> On Oct 16, 2015, at 23:26, NGie Cooper <yaneurab...@gmail.com> wrote: > > >> On Oct 16, 2015, at 22:33, Bryan Drewery <bdrew...@freebsd.org> wrote: > > ... > >>> I don't see how these changes cause this and I'm unable to reproduce >>>

Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #673 - Failure

2015-10-17 Thread NGie Cooper
> On Oct 16, 2015, at 23:38, NGie Cooper <yaneurab...@gmail.com> wrote: > >> On Oct 16, 2015, at 23:26, NGie Cooper <yaneurab...@gmail.com> wrote: >> >>> On Oct 16, 2015, at 22:33, Bryan Drewery <bdrew...@freebsd.org> wrote: >> >> ...

Re: buildworld broken

2015-10-14 Thread NGie Cooper
On Wed, Oct 14, 2015 at 11:17 AM, Bryan Drewery wrote: ... > I'm looking at it now. Probably related to r289282. Thanks, -NGie ___ freebsd-current@freebsd.org mailing list

Re: kyua SIGBUS'ing with clang 3.7.0 (was FreeBSD_HEAD-tests - Build #1540 - Unstable)

2015-10-07 Thread NGie Cooper
On Wed, Oct 7, 2015 at 6:15 AM, Dimitry Andric <d...@freebsd.org> wrote: > On 07 Oct 2015, at 09:52, NGie Cooper <yaneurab...@gmail.com> wrote: > ... >>> How do you reproduce this issue? Do you have any core dumps? >> >> sudo bash >> pkg install -y

Re: kyua SIGBUS'ing with clang 3.7.0 (was FreeBSD_HEAD-tests - Build #1540 - Unstable)

2015-10-07 Thread NGie Cooper
> On Oct 6, 2015, at 23:58, Dimitry Andric <d...@freebsd.org> wrote: > > On 07 Oct 2015, at 05:44, NGie Cooper <yaneurab...@gmail.com> wrote: >> >>> >>> On Oct 6, 2015, at 20:28, NGie Cooper <yaneurab...@gmail.com> wrote: >>> &g

Re: CURRENT: build failure with clang 3.7.0

2015-10-07 Thread NGie Cooper
> On Oct 7, 2015, at 00:37, O. Hartmann wrote: > > I hit on a box this nasty/sticky error when performing buildworld. … > By the way, it seems that etc/rc.d/tests doesn't get deleted via "make > delete-old”. make delete-old only cleans up things installed to the

kyua SIGBUS'ing with clang 3.7.0 (was FreeBSD_HEAD-tests - Build #1540 - Unstable)

2015-10-06 Thread NGie Cooper
> On Oct 6, 2015, at 16:13, jenkins-ad...@freebsd.org wrote: > > FreeBSD_HEAD-tests - Build #1540 - Unstable: > > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1540/ > Full change log: > https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1540/changes > Full build log:

Re: kyua SIGBUS'ing with clang 3.7.0 (was FreeBSD_HEAD-tests - Build #1540 - Unstable)

2015-10-06 Thread NGie Cooper
> On Oct 6, 2015, at 20:28, NGie Cooper <yaneurab...@gmail.com> wrote: > >> On Oct 6, 2015, at 16:13, jenkins-ad...@freebsd.org wrote: >> >> FreeBSD_HEAD-tests - Build #1540 - Unstable: >> >> Build information: https://jenkins.FreeBSD.org/job/F

Re: FreeBSD_HEAD-tests - Build #1497 - Still Unstable

2015-09-28 Thread NGie Cooper
On Mon, Sep 28, 2015 at 10:21 AM, Garrett Cooper wrote: > >> On Sep 28, 2015, at 06:30, jenkins-ad...@freebsd.org wrote: >> >> FreeBSD_HEAD-tests - Build #1497 - Still Unstable: >> >> Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1497/ >> Full change

Re: nanoBSD boot problem (on USB stick or as a HD)

2015-09-15 Thread NGie Cooper
On Tue, Sep 15, 2015 at 7:18 PM, Ryan Stone wrote: > On Tue, Sep 15, 2015 at 9:53 PM, Julian Elischer wrote: > >> one possibility is to use gpart label to describe the device. >> possibly it woudl hav ehte same result in both cases, but I don't know for >>

Re: kernel dtrace and current

2015-09-14 Thread NGie Cooper
On Mon, Sep 14, 2015 at 4:48 PM, Mark Johnston wrote: ... > While I'm looking at this, does anyone know what sgsmsg is for and why > it's built as part of the bootstrap tools? It came in with r179200 as a > DTrace build tool, but as far as I can see it's unused and always has >

Re: Read-only /usr/obj/ no longer kosher?

2015-08-25 Thread NGie Cooper
On Tue, Aug 25, 2015 at 3:21 PM, Xin Li delp...@delphij.net wrote: On 08/25/15 14:55, Pawel Jakub Dawidek wrote: Now that I think of it, it might have been that I did buildworld/buildkernel before -p1. Then freebsd-update updated newvers.sh and then I was trying to do installworld. Yes, I

Re: gettimeofday((void *)-1, NULL) implicates core dump on recent FreeBSD 11-CURRENT

2015-07-09 Thread NGie Cooper
On Thu, Jul 9, 2015 at 1:41 AM, Konstantin Belousov kostik...@gmail.com wrote: On Thu, Jul 09, 2015 at 08:27:17AM +1000, Peter Jeremy wrote: I'm not sure if we want to explicitly document the conditions under which gettimeofday() (or clock_gettime()) are implemented in userland vs syscalls

Re: gettimeofday((void *)-1, NULL) implicates core dump on recent FreeBSD 11-CURRENT

2015-07-07 Thread NGie Cooper
On Tue, Jul 7, 2015 at 3:17 PM, Oliver Pinter oliver.pin...@hardenedbsd.org wrote: ... I have no idea where this broke because the Jenkins runs have been unreliable over the past few weeks ;(... Do you have died executors too? jenkins.freebsd.org does:

[HEADSUP] head after r284345 is broken; please be patient while it's fixed (was [HEADSUP] head after r284417 is broken...)

2015-06-15 Thread NGie Cooper
On Mon, Jun 15, 2015 at 12:43 PM, Baptiste Daroussin b...@freebsd.org wrote: On Mon, Jun 15, 2015 at 12:27:36PM -0700, Garrett Cooper wrote: Jenkins emails will probably keep on informing everyone about how healthy things are in the meantime. FYI it was broken before that just hidden and

Re: Need help reducing compilation warnings in CURRENT

2015-05-28 Thread NGie Cooper
On Thu, May 28, 2015 at 12:18 PM, Baptiste Daroussin b...@freebsd.org wrote: ... If not upstreamed, there is a good chance it get lost during the next update. So in the special case of warning fixes, I would strongly advice to upstream first!! +200 Plus upstream sources generally get

Re: cam(4) timeouts in bhyve/kyua runs up on Jenkins?

2015-05-26 Thread NGie Cooper
Hi Neel, On Tue, May 26, 2015 at 9:06 AM, Neel Natu neeln...@gmail.com wrote: Hi NGie, ... Can you try to reproduce with a virtio-blk instead of ahci-hd? It will help narrow down the problem because both ahci-hd and virtio-blk emulations share a common backend to read/write to the disk.

Re: What to do about RCS/OpenRCS

2015-05-07 Thread NGie Cooper
On Thu, May 7, 2015 at 1:38 PM, Pedro Giffuni p...@freebsd.org wrote: Hello; On 05/07/15 14:56, Lyndon Nerenberg wrote: On Thu, 7 May 2015, Pedro Giffuni wrote: Unfortunately I don't use RCS enough (it looks like I should though) so I am not in a good position to take the next step and

Re: mfi timeouts at boot on ASUS Z97 motherboard with LSI 9240-4i

2015-04-07 Thread NGie Cooper
On Tue, Apr 7, 2015 at 12:14 PM, Mike Tancsa m...@sentex.net wrote: On 4/7/2015 3:04 PM, Garrett Cooper wrote: Hi, I just tried to upgrade my system from a Nehalem style era CPU/motherboard (a W series Xeon/P6T-WS) to a Haswell style CPU/motherboard (an E-series Haswell/Z97

Re: mfi timeouts at boot on ASUS Z97 motherboard with LSI 9240-4i

2015-04-07 Thread NGie Cooper
On Tue, Apr 7, 2015 at 2:15 PM, Mike Tancsa m...@sentex.net wrote: On 4/7/2015 3:14 PM, Mike Tancsa wrote: On 4/7/2015 3:04 PM, Garrett Cooper wrote: Hi, I just tried to upgrade my system from a Nehalem style era CPU/motherboard (a W series Xeon/P6T-WS) to a Haswell style

Re: What's the official method to test the build now?

2015-03-20 Thread NGie Cooper
On Fri, Mar 20, 2015 at 4:52 PM, Ryan Stone ryst...@gmail.com wrote: make tinderbox has been broken for weeks, so I presume it's not what I'm supposed to be using to test my commits anymore. What's the officially supported make target that I'm supposed to use? It should work. If it doesn't,

Re: Shared object libsodium.so.13 not found, required by dnscrypt-proxy

2015-02-23 Thread NGie Cooper
On Mon, Feb 23, 2015 at 10:43 AM, Miguel Clara miguelmcl...@gmail.com wrote: I don't think this is a 11-Current issue per say but probalby bad config, but since I'm using CURRENT I dicided to post to the list. When my system boots dnscrypt fails to start with: Shared object libsodium.so.13

Re: ufs/devfs lock order reversal on poweroff

2015-02-18 Thread NGie Cooper
On Wed, Feb 18, 2015 at 9:53 AM, Damjan Jovanovic damjan@gmail.com wrote: Hi On r278909 (and probably earlier) I get the following when I run poweroff (retyped from a video of it I had to record, since it disappears very quickly): Hi Damjan, This is a known LOR. Thanks!

Re: i915kms.ko: when loaded with Haswell HD4600, display goes blank

2015-01-29 Thread NGie Cooper
On Thu, Jan 29, 2015 at 10:52 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Having trouble with loading i915kms.ko on a Haswell-based Lenovo ThinkPad E540. The laptop is equippted with a Intel i5-4200M CPU with integrated HD4600 iGPU. Recent update of CURRENT and loading of i915kms.ko

Re: i915kms.ko: when loaded with Haswell HD4600, display goes blank

2015-01-29 Thread NGie Cooper
On Thu, Jan 29, 2015 at 11:18 AM, NGie Cooper yaneurab...@gmail.com wrote: On Thu, Jan 29, 2015 at 10:52 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Having trouble with loading i915kms.ko on a Haswell-based Lenovo ThinkPad E540. The laptop is equippted with a Intel i5-4200M CPU

Re: Jenkins build became unstable: FreeBSD_HEAD-tests2 #604

2015-01-27 Thread NGie Cooper
On Tue, Jan 27, 2015 at 1:31 PM, Craig Rodrigues rodr...@freebsd.org wrote: On Tue, Jan 27, 2015 at 12:21 PM, jenkins-ad...@freebsd.org wrote: See https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests2/604/ One of the expr tests seems to have broken after this change:

Re: Devops question: freebsd-update needs a real tty to run, problem for automation

2015-01-13 Thread NGie Cooper
On Tue, Jan 13, 2015 at 3:29 PM, Bryan Drewery bdrew...@freebsd.org wrote: On 1/13/2015 5:11 PM, Craig Rodrigues wrote: Hi, Ahmed Kamal, a devops expert, is helping me to script the steps to upgrade a cluster of FreeBSD machines. For certain machines, we want to track the official FreeBSD

Re: Devops question: freebsd-update needs a real tty to run, problem for automation

2015-01-13 Thread NGie Cooper
On Tue, Jan 13, 2015 at 4:09 PM, NGie Cooper yaneurab...@gmail.com wrote: On Tue, Jan 13, 2015 at 3:29 PM, Bryan Drewery bdrew...@freebsd.org wrote: On 1/13/2015 5:11 PM, Craig Rodrigues wrote: Hi, Ahmed Kamal, a devops expert, is helping me to script the steps to upgrade a cluster

Re: RFT: Please help testing the llvm/clang 3.5.0 import

2014-12-17 Thread NGie Cooper
On Fri, Nov 28, 2014 at 1:03 PM, Dimitry Andric d...@freebsd.org wrote: Hi, ... Hi Dimitry, As a request to speed up the build process further, - Would it be [easily] possible in the clang35 branch to bootstrap the compiler for a specific architecture? The bootstrap / cross compiler for

Re: /usr/include/c++/v1/cmath:653:9: error

2014-12-08 Thread NGie Cooper
Hi AN, On Mon, Dec 8, 2014 at 1:17 PM, AN a...@neu.net wrote: Hi List: FreeBSD 11.0-CURRENT FreeBSD 11.0-CURRENT #15 r275578: Sun Dec 7 15:25:11 EST 2014 :/usr/obj/usr/src/sys/MYKERNEL amd64 [root@mail /usr/src]# svnlite info Path: . Working Copy Root Path: /usr/src URL:

Re: send-pr must live

2014-11-20 Thread NGie Cooper
On Thu, Nov 20, 2014 at 1:51 PM, Chris H bsd-li...@bsdforge.com wrote: On Thu, 20 Nov 2014 12:14:35 -0800 Garrett Cooper yaneurab...@gmail.com wrote Please take a look at python-bugzilla Hmm... no sign of it. Do you possibly mean; py-bugzillatools? Just groping. All the hints were in my

Re: shutdown or acpi problem

2014-11-12 Thread NGie Cooper
On Wed, Nov 12, 2014 at 2:42 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: I have a kernel/world from r274273 sources, which is exhibiting a new issue on my old laptop. Neither 'shutdown -p now' nor 'shutdown -r now' work. I get to the end of shutdown and see for example All

Re: shutdown or acpi problem

2014-11-12 Thread NGie Cooper
On Wed, Nov 12, 2014 at 6:27 PM, Chris H bsd-li...@bsdforge.com wrote: ... How so? It's been necessary for as long as I can remember. Just to confirm, I looked to see if anything had changed: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html seems not. Do note; I'm

Re: shutdown or acpi problem

2014-11-12 Thread NGie Cooper
On Wed, Nov 12, 2014 at 6:43 PM, NGie Cooper yaneurab...@gmail.com wrote: On Wed, Nov 12, 2014 at 6:27 PM, Chris H bsd-li...@bsdforge.com wrote: ... How so? It's been necessary for as long as I can remember. Just to confirm, I looked to see if anything had changed: https://www.freebsd.org

Re: Minor bug in SCSI definition

2014-11-12 Thread NGie Cooper
On Wed, Nov 12, 2014 at 7:30 PM, Rang, Anton anton.r...@isilon.com wrote: Coverity found an issue in this area which I tracked down to the incorrect definition patched below. The SID_QUAL macro is (((inq_data)-device 0xE0) 5) which extracts the peripheral qualifier. Per SCSI-2 (draft

Re: buildkernel: make[2]: exec(ctfconvert) failed (No such file or directory)

2014-10-28 Thread NGie Cooper
On Tue, Oct 28, 2014 at 4:35 PM, Gyrd Thane Lange gyrd...@thanelange.no wrote: On Tue, 28 Oct 2014 17:01:39 -0600 Ian Lepore i...@freebsd.org wrote: On Tue, 2014-10-28 at 23:50 +0100, Gyrd Thane Lange wrote:

Re: Problem with perl and SVK

2014-10-13 Thread NGie Cooper
On Mon, Oct 13, 2014 at 11:55 AM, Hans Petter Selasky h...@selasky.org wrote: ... Hi Hans! This sounds like a package dependency / compatibility issue -- please file a ports PR in Bugzilla. Thanks! ___ freebsd-current@freebsd.org mailing list

Re: Need help fixing tests in CURRENT

2014-10-07 Thread NGie Cooper
On Tue, Oct 7, 2014 at 2:04 PM, Craig Rodrigues rodr...@freebsd.org wrote: Hi, After committing this fix to yacc in HEAD ( https://lists.freebsd.org/pipermail/svn-src-all/2014-October/092553.html ) I've been able to do: cd /usr/tests; kyua test and get 0 test failures:

Re: Need help fixing tests in CURRENT

2014-10-07 Thread NGie Cooper
On Tue, Oct 7, 2014 at 4:38 PM, Craig Rodrigues rodr...@freebsd.org wrote: On Tue, Oct 7, 2014 at 4:30 PM, NGie Cooper yaneurab...@gmail.com wrote: On Tue, Oct 7, 2014 at 2:04 PM, Craig Rodrigues rodr...@freebsd.org wrote: Hi, After committing this fix to yacc in HEAD ( https

Re: Need help debugging yacc test failure in CURRENT

2014-10-02 Thread NGie Cooper
On Thu, Oct 2, 2014 at 11:14 AM, Garrett Cooper yaneurab...@gmail.com wrote: ... Let me rephrase that. Using an older atf/kyua didn't repro the bug, so it's probably atf/kyua Here's the bug I was referring to: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193499 (was replying on my

Re: pkg/ports system terribly messed up?

2014-10-01 Thread NGie Cooper
On Mon, Sep 29, 2014 at 11:13 PM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Hello. I just made the last update of the ports yesterday (I use portmaster -da performing this task) and obviously or superficially everything went all right. I'm running on the boxes in question most recent

<    1   2   3