|
From: Oliver F. <Oli...@io...> - 2016-06-30 15:25:33
|
I've found a way to fix this in samba 4.2.10, the smbclient tar errors "can't convert filename ... to UTF-8" happen only if smbclient runs in a non-UTF8 locale, like the C locale. I have LANG=en_US.UTF-8 in my shell, and smbclient works with umlauts in filenames. If I set LANG=C, it fails. It seems this has to do with smbclient now using libarchive (since 4.2 IMHO) to write a tar archive, the errors occur inside libarchive. So after setting LANG=en_US.UTF-8 in /etc/init.d/backuppc startup script, it worked ok. Well, I had to patch Smb.pm like someone else has described here... Best regards, Oliver Freyd Am 27.04.2016 um 10:18 schrieb karlis: > AFAIK no way to fix, only samba downgrade > > How to downgrade Samba to 4.1.6 using apt-get > http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/issues-with-smb-shares-130329/#410878 > > I had to uninstall samba and smbclient together with backuppc first, then reinstall. > > > > --You wrote-- > Is there any other way to fix this in samba 4.8.3 the downgrading to 4.1.7 ? > If not, then how to get samba 4.1.7 via apt.-get ? > > Best regards > Michael Zeh > > +---------------------------------------------------------------------- > |This was sent by kar...@li... via Backup Central. > |Forward SPAM to ab...@ba.... > +---------------------------------------------------------------------- > > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > BackupPC-users mailing list > Bac...@li... > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > |