Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-31 Thread Chavdar Ivanov
On Fri, 31 Jul 2020 at 21:27, Matthias Petermann wrote: > > Hello everybody, > > unfortunately I was late to test this patch and saw that it is already > in CVS. I still wanted to let you know that I can now confirm that > without the patch and activated "log" the problem described by Chavdar >

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-31 Thread Matthias Petermann
Hello everybody, unfortunately I was late to test this patch and saw that it is already in CVS. I still wanted to let you know that I can now confirm that without the patch and activated "log" the problem described by Chavdar occurs, and that everything seems fine with the patch. I have

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-30 Thread Chavdar Ivanov
Wow, that was quick, I didn't even have time to test without 'log'. Works fine for me as well, I'll do some more tests later. Thanks, Chavdar On Thu, 30 Jul 2020 at 18:45, Chuck Silvers wrote: > > On Thu, Jul 30, 2020 at 08:52:43AM +0100, Chavdar Ivanov wrote: > > > if you have done that and

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-30 Thread Chuck Silvers
On Thu, Jul 30, 2020 at 08:52:43AM +0100, Chavdar Ivanov wrote: > > if you have done that and are still crashing due to corruption in your > > root file system, then we still have another bug in the kernel somewhere. > > So it seems to me; the peculiarities here are that in both cases / is > a

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-30 Thread Matthias Petermann
Am 30.07.2020 um 15:58 schrieb Chuck Silvers: I tried with both "posix1eacls" and "log", and that triggers the corruption and crash for me too. the UFS2 extattr code hasn't been updated to have the necessary hooks to integrate with wapbl, I'll take a look at what is needed for that. until that

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-30 Thread Chuck Silvers
On Thu, Jul 30, 2020 at 08:52:43AM +0100, Chavdar Ivanov wrote: > So it seems to me; the peculiarities here are that in both cases / is > a GPT slice and that I have 'log' as a mount option; it was suggested > 'posix1eacls' should be used on its own. I tried with both "posix1eacls" and "log", and

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-30 Thread Chavdar Ivanov
On Thu, 30 Jul 2020 at 02:24, Chuck Silvers wrote: > > On Wed, Jul 29, 2020 at 06:13:03PM +0100, Chavdar Ivanov wrote: > > On Wed, 29 Jul 2020 at 08:33, Matthias Petermann > > wrote: > > > > > > Hello Chavdar, > > > > > > Am 28.07.2020 um 18:48 schrieb Chavdar Ivanov: > > > > This being a place

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-29 Thread Chuck Silvers
On Wed, Jul 29, 2020 at 06:13:03PM +0100, Chavdar Ivanov wrote: > On Wed, 29 Jul 2020 at 08:33, Matthias Petermann wrote: > > > > Hello Chavdar, > > > > Am 28.07.2020 um 18:48 schrieb Chavdar Ivanov: > > > This being a place people are trying samba4 as a DC, I got a > > > repeatable panic on one

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-29 Thread Chavdar Ivanov
On Wed, 29 Jul 2020 at 08:33, Matthias Petermann wrote: > > Hello Chavdar, > > Am 28.07.2020 um 18:48 schrieb Chavdar Ivanov: > > This being a place people are trying samba4 as a DC, I got a > > repeatable panic on one of the systems I am trying it on, as follows: > > > > crash:

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-29 Thread Matthias Petermann
Hello Chavdar, Am 28.07.2020 um 18:48 schrieb Chavdar Ivanov: This being a place people are trying samba4 as a DC, I got a repeatable panic on one of the systems I am trying it on, as follows: crash: _kvm_kvatop(0) Crash version 9.99.69, image version 9.99.69. Kernel compiled without

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-28 Thread Chavdar Ivanov
This being a place people are trying samba4 as a DC, I got a repeatable panic on one of the systems I am trying it on, as follows: crash: _kvm_kvatop(0) Crash version 9.99.69, image version 9.99.69. Kernel compiled without options LOCKDEBUG. System panicked: /: bad dir ino 657889 at offset 0:

Re: [PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-27 Thread Christos Zoulas
Done, thanks! christos > On Jul 27, 2020, at 8:49 PM, Matthias Petermann wrote: > > Hello everyone, > > with the introduction of FFS ACLs Samba can be used as windows domain > controller (DC). The DC needs a directory to persist its policies and scripts > - the so called Sysvol. > > The

[PATCH] net/samba4: relocate Sysvol to persist between reboots & move variable data out of /usr/pkg/etc/...

2020-07-27 Thread Matthias Petermann
Hello everyone, with the introduction of FFS ACLs Samba can be used as windows domain controller (DC). The DC needs a directory to persist its policies and scripts - the so called Sysvol. The creation of the Sysvol typically takes place during the domain provisioning with samba-tool. At the