Re: Consistent crash of BeagleBone kernel

2015-08-10 Thread Tim Kientzle
On Aug 10, 2015, at 12:39 AM, Konstantin Belousov kostik...@gmail.com wrote: On Sun, Aug 09, 2015 at 05:24:13PM -0700, Tim Kientzle wrote: On Aug 9, 2015, at 11:10 AM, Konstantin Belousov kostik...@gmail.com wrote: On Sun, Aug 09, 2015 at 10:53:20AM -0700, Tim Kientzle wrote: I

Re: Consistent crash of BeagleBone kernel

2015-08-10 Thread Konstantin Belousov
On Mon, Aug 10, 2015 at 09:33:11PM -0700, Tim Kientzle wrote: I have a guess, though: I noticed that the old bufwait/dirhash LOR is being triggered before this. Could the backtrace from that be teaching Witness a bogus ufs - kld ordering? I do not see how it could. The (directory) buffer

r286615: /usr/libexec/ftpd broken!

2015-08-10 Thread O. Hartmann
While ftpd daemon was working in r286590, it isn't anymore in r286615. Starting the daemon make it silently rejecting to start and disappears. Even manually started with option -d or/and -i doesn't work anymore. Does anybody else see this phenomenon? Scary ... Regards, oh

FreeBSD_HEAD-tests - Build #1265 - Still Unstable

2015-08-10 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1265 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1265/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1265/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1265/console Change

FreeBSD_HEAD - Build #3057 - Fixed

2015-08-10 Thread jenkins-admin
FreeBSD_HEAD - Build #3057 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3057/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3057/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3057/console Change summaries: 286578 by mav: Fix

Re: CFT: ndis(4) testers needed!

2015-08-10 Thread Thomas Mueller
You sent a patch, net80211.diff.bz2 . Before I extract and apply the patch, how does that differ from D2655.diff ? Is it an updated version, does it include ndis or only FreeBSD-native drivers? Do you want me to test Hiro H50191 with native rsu, or ndis, or both separately? I guess I need to

Re: Instant panic while trying run ports-mgmt/poudriere

2015-08-10 Thread Pawel Pekala
Hi Mateusz, On 2015-08-06 23:44 +0200, Mateusz Guzik mjgu...@gmail.com wrote: Sorry, I completely forgot about this. Can you please modify debug flags in your kernel config file to be -O0 -g3 and reproduce with that? This should allow kgdb to obtain full info (along with exact rash site for

FreeBSD_HEAD-tests - Build #1266 - Still Unstable

2015-08-10 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1266 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1266/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1266/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1266/console Change

Re: Instant panic while trying run ports-mgmt/poudriere

2015-08-10 Thread Bryan Drewery
On 8/10/15 2:47 PM, Pawel Pekala wrote: Hi Mateusz, On 2015-08-06 23:44 +0200, Mateusz Guzik mjgu...@gmail.com wrote: Sorry, I completely forgot about this. Can you please modify debug flags in your kernel config file to be -O0 -g3 and reproduce with that? This should allow kgdb to obtain

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

2015-08-10 Thread Craig Rodrigues
On Sun, Aug 09, 2015 at 10:40:49PM +0200, Jilles Tjoelker wrote: SVN r286490 exposed the brokenness of these tests. Since RFC 3629 (November 2003), UTF-8 has been restricted to code points up to 0x10 (inclusive). The higher sequences should be removed from the tests (or, even better, be

FreeBSD_HEAD-tests - Build #1267 - Still Unstable

2015-08-10 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1267 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1267/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1267/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1267/console Change

Re: boot1.efi and gpt support

2015-08-10 Thread Holger Freyther
Holger Freyther holger at freyther.de writes: Good Morning, I am looking forward to receive some feedback. kind regards holger [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201788 I would be very happy to receive feedback on the boot1.efi modifications and wonder what is

FreeBSD_HEAD-tests - Build #1264 - Still Unstable

2015-08-10 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1264 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1264/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1264/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1264/console Change

Re: CFT: ndis(4) testers needed!

2015-08-10 Thread Thomas Mueller
I ended with doing the aforementioned 2 changes as one. The diff is living here: https://reviews.freebsd.org/D2655 It spans the net80211 layer and converts (almost) all 802.11 drivers to new KPI. Now it also converts if_ndis, and this is the change I am asking you to test. Unlike all

Re: Consistent crash of BeagleBone kernel

2015-08-10 Thread Konstantin Belousov
On Sun, Aug 09, 2015 at 05:24:13PM -0700, Tim Kientzle wrote: On Aug 9, 2015, at 11:10 AM, Konstantin Belousov kostik...@gmail.com wrote: On Sun, Aug 09, 2015 at 10:53:20AM -0700, Tim Kientzle wrote: I suspect the LOR is new. It looks like the panic is occurring when WITNESS

Re: CFT: ndis(4) testers needed!

2015-08-10 Thread Gleb Smirnoff
Thomas, On Mon, Aug 10, 2015 at 08:46:06AM +, Thomas Mueller wrote: T What do I need to download? There is a lot of stuff on the page you cite, and I see a link to the right, Download Raw Diff. Is that what I'm supposed to download? Here is patch attached to this email. T What do you

Re: CFT: ndis(4) testers needed!

2015-08-10 Thread Thomas Mueller
I ended with doing the aforementioned 2 changes as one. The diff is living here: https://reviews.freebsd.org/D2655 It spans the net80211 layer and converts (almost) all 802.11 drivers to new KPI. Now it also converts if_ndis, and this is the change I am asking you to test. Unlike all

Re: CFT: ndis(4) testers needed!

2015-08-10 Thread Gleb Smirnoff
Thomas, On Mon, Aug 10, 2015 at 01:29:49PM +, Thomas Mueller wrote: T I didn't mean to send the same old message a second time (sorry); I was at a difficult-to-read interface, this is what I meant to send: T T UPDATE, typing from FreeBSD vt and X crashing system: T T I ran svn up on the

FreeBSD_HEAD_i386 - Build #806 - Failure

2015-08-10 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #806 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/806/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/806/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/806/console Change summaries:

FreeBSD_HEAD - Build #3056 - Failure

2015-08-10 Thread jenkins-admin
FreeBSD_HEAD - Build #3056 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3056/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3056/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3056/console Change summaries: 286571 by brueffer:

FreeBSD_HEAD_i386 - Build #807 - Fixed

2015-08-10 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #807 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/807/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/807/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/807/console Change summaries: 286579