search for: deferred_arg

Displaying 2 results from an estimated 2 matches for "deferred_arg".

Did you mean: deferred_args
2024 Oct 31
1
Best way to get the current PDC emulator master via DNS (Possible bug?)
...nd> > .......... > > If '-V' isn't a subcommand, then I will eat my hat. > > I will even tell you how I fix it: > > in samba/netcmd/__init__.py > > at line 352, replace: > > continue > With: > return (self, deferred_args) > > Without the 'return' it falls down into: > > # We didn't find a subcommand, but maybe we found e.g. --version > print("%s: missing subcommand\n" % (path), file=self.outf) > return (self, deferred_args) > > There is pr...
2024 Oct 23
1
Best way to get the current PDC emulator master via DNS (Possible bug?)
On 22/10/24 08:28, Rowland Penny via samba wrote: > On Mon, 21 Oct 2024 18:58:55 +0000 > Darin via samba <samba at lists.samba.org> wrote: > >>> Transferring the PDC_Emulator FSMO role does not create the dns >>> entry, >> it is created by samba_dnsupdate, which is run every 10 minutes. >> >> Is there a reason it doesn't clean up the old one?