Re: VNET jail and dhclient

2017-11-16 Thread KOT MATPOCKuH
Hello, all! I'm got same problem... Did someone open an PR for this issue? 2017-10-11 22:48 GMT+03:00 Goran Mekić : > On Tue, Oct 10, 2017 at 09:10:37PM +, Oleg Ginzburg wrote: > > I think I found something, but I do not understand why this is only > > observed in jail and with commit change

Re: VNET jail and dhclient

2017-11-16 Thread Kristof Provost
On 16 Nov 2017, at 14:04, KOT MATPOCKuH wrote: > Hello, all! > > I'm got same problem... > Can you show how you call dhclient? What FreeBSD version are you running? What’s the output of `sysctl kern.chroot_allow_open_directories`? Regards, Kristof ___ f

Re: VNET jail and dhclient

2017-11-16 Thread Goran Mekić
On Thu, Nov 16, 2017 at 04:04:47PM +0300, KOT MATPOCKuH wrote: > Hello, all! > > I'm got same problem... > Did someone open an PR for this issue? Yes, Oleg did: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223327 signature.asc Description: PGP signature

Re: VNET jail and dhclient

2017-11-16 Thread KOT MATPOCKuH
dhclient called very simple: jail# dhclient epair71b.71 chroot exiting. jail# echo $? 1 I'm running 12.0-CURRENT r325051 and: # sysctl kern.chroot_allow_open_directories kern.chroot_allow_open_directories: 1 And I found some another workaround: # dhclient -p /var/empty/pid epair71b.71 Cannot open

Breakage with sys.kern.ptrace_test.{ptrace__parent_sees_exit_after_child_debugger, parent_sees_exit_after_unrelated_debugger} after r325719:325721

2017-11-16 Thread Ngie Cooper (yaneurabeya)
Hi Mateusz, Per Jenkins, these two tests are broken after r325719:325721: https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4987/ . Thanks, -Ngie signature.asc Description: Message signed with OpenPGP

Re: -r325627 of head: mergemaster: Creating objdir after objdir after . . .

2017-11-16 Thread Bryan Drewery
On 11/11/2017 2:25 PM, Mark Millard wrote: > > On 2017-Nov-11, at 8:47 AM, Bryan Drewery wrote: > >>> On Nov 11, 2017, at 00:51, Mark Millard wrote: >>> On 2017-Nov-10, at 5:16 PM, Bryan Drewery wrote: > On 11/10/2017 8:30 AM, Bryan Drewery wrote: > . . . > In fact it's

Re: Breakage with sys.kern.ptrace_test.{ptrace__parent_sees_exit_after_child_debugger, parent_sees_exit_after_unrelated_debugger} after r325719:325721

2017-11-16 Thread John Baldwin
On Thursday, November 16, 2017 09:07:56 AM Ngie Cooper wrote: > Hi Mateusz, > Per Jenkins, these two tests are broken after r325719:325721: > https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4987/ > . > Thanks, > -Ngie It is prob

Re: -r325627 of head: mergemaster: Creating objdir after objdir after . . .

2017-11-16 Thread Mark Millard
=== Mark Millard mar...@dsl-only.net On 2017-Nov-16, at 9:13 AM, Bryan Drewery wrote: >> . . . > > Can you test this patch please in context of this problem please? > It resolves read-only objdirs and should avoid more of the objdir > creations at mergemaster/installworld time. It probably wi

Re: -r325627 of head: mergemaster: Creating objdir after objdir after . . .

2017-11-16 Thread Bryan Drewery
On 11/16/2017 1:15 PM, Mark Millard wrote: > > === > Mark Millard > mar...@dsl-only.net > > On 2017-Nov-16, at 9:13 AM, Bryan Drewery wrote: > >>> . . . >> >> Can you test this patch please in context of this problem please? >> It resolves read-only objdirs and should avoid more of the objdir >

Re: [HEADS UP] posix_fallocate support removed from ZFS, lld affected

2017-11-16 Thread Andriy Gapon
On 13/11/2017 17:02, Ed Maste wrote: > On 7 November 2017 at 13:12, Andriy Gapon wrote: >> >> I hope that lld is not that widely used now. >> But I admit that I put the cart before the horse. >> I didn't expect that posix_fallocate is used in the development toolchain >> and I >> didn't try to ch

SVN r325920 breaks build

2017-11-16 Thread Michael Butler
As follows .. --- kern_mutex.o --- /usr/src/sys/kern/kern_mutex.c:633:22: error: passing 'volatile struct thread *' to parameter of type 'struct thread *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] turnstile_wait(ts, owner, TS_EXCLUSIVE_QUEUE

Re: SVN r325920 breaks build

2017-11-16 Thread Mateusz Guzik
Fixed in r325925, sorry. On Fri, Nov 17, 2017 at 3:56 AM, Michael Butler wrote: > As follows .. > > --- kern_mutex.o --- > /usr/src/sys/kern/kern_mutex.c:633:22: error: passing 'volatile struct > thread *' to parameter of type 'struct thread *' discards qualifiers > [-Werror,-Wincompatible-point

error: 'stddef.h' file not found on 12

2017-11-16 Thread Yuri
I am getting net-im/ricochet failures on 12: /usr/include/c++/v1/cstddef:44:15: fatal error: 'stddef.h' file not found #include_next ^~ cstddef is including stddef.h that has to be present. 11 has both of them: # ls /usr/include/c++/v1/*stddef* /usr/include/c++/v1/cstdde

Re: error: 'stddef.h' file not found on 12

2017-11-16 Thread Mark Millard
Yuri yuri at freebsd.org wrote on Fri Nov 17 05:11:44 UTC 2017 : > I am getting net-im/ricochet failures on 12: > > /usr/include/c++/v1/cstddef:44:15: fatal error: 'stddef.h' file not found > #include_next >^~ > > cstddef is including stddef.h that has to be present. >