Am 16.07.19 um 09:14 schrieb Diego Zuccato:
> Il 16/07/19 08:46, Stefan G. Weichinger ha scritto:
>
>> I never figured out the correct patch ;-)
>> Pls show your change, I want to give it another try.
> Here it is.
> -8<--
> # diff -u amsamba.ori amsamba
> --- amsamba.ori 2019-07-16 09:09:28.430585521 +0200
> +++ amsamba 2019-07-10 11:02:13.352987193 +0200
> @@ -462,6 +462,7 @@
> debug("stderr: " . $_);
> next if /^Domain=/;
> next if /^WARNING/g;
> + next if /^Unable to initialize messaging context/g;
> # message if samba server is configured with 'security = share'
> next if /Server not using user level security and no password
> supplied./;
> $self->print_to_server("smbclient: $_",
> @@ -554,6 +555,7 @@
> next if /^Domain=/;
> next if /dumped \d+ files and directories/;
> next if /^WARNING/g;
> + next if /^Unable to initialize messaging context/g;
> # message if samba server is configured with 'security = share'
> next if /Server not using user level security and no password
> supplied./;
> debug("stderr: $_");
> -8<--
thanks, applied, check tmrw (after amdump over night)