Re: smbclient usage fails with "Unable to initialize messaging context"
"Stefan G. Weichinger" <[email protected]> Mon, 29 Jun 2020 19:19:34 +0200
| Newsgroups | gmane.comp.archivers.amanda.devel,gmane.comp.archivers.amanda.user |
|---|---|
| Message-ID | <[email protected]> |
Am 06.01.19 um 10:53 schrieb Stefan G. Weichinger: > Am 05.01.19 um 00:31 schrieb Uwe Menges: >> On 1/4/19 7:51 PM, Stefan G. Weichinger wrote: >>> I couldn't find a way to exclude/ignore such messages from smbclient >>> within amsamba. And browsing the script itself it wasn't clear to me >>> non-coder how and where to add that. >> >> I'm not able to test that, my perl is rusty, I didn't take a close look, >> yadda yadda.. >> >> Try to add to amsamba after both (L433 + L521): >> next if /^WARNING/g; >> + next if /^Unable to initialize messaging context/g; >> >> Or if the message doesn't really start at first column, omit the ^. > > Thanks for the suggestion, I tried three variations now without success. > Always the warning in the email reports. > > I tried: > > next if /^Unable to initialize messaging context/g; > > next if /Unable to initialize messaging context/g; > > next if /Unable to initialize messaging context/; Did someone solve this? I get it again today on a fresh Debian 10.4 installation. Maybe I have to use a non-standard samba from another repo (I have an idea ...)