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<--
But backups are still marked "strange". Seems it's not enough to ignore
it in amsamba... Maybe someone else can find the right fix...
--
Diego Zuccato
Servizi Informatici
Dip. di Fisica e Astronomia (DIFA) - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786
mail: [email protected]