On Wed, 30 Aug 2017 22:31:53 +0300, Lars Wirzenius wrote: > On Tue, Aug 29, 2017 at 09:10:55PM +0200, Max Hofer wrote: > > after updating to the newest version of python-cliapp which should > > have fixed #873298 > > the 'backup' command spamms the console output with following > > messages: > > > > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position > > 41: ordinal not in range(128) > > Logged from file backup_plugin.py, line 397 > > Traceback (most recent call last): > > File "/usr/lib/python2.7/logging/__init__.py", line 861, in emit > > msg = self.format(record) > > File "/usr/lib/python2.7/logging/__init__.py", line 734, in format > > return fmt.format(record) > > File "/usr/lib/python2.7/logging/__init__.py", line 476, in format > > raise e > > I can't reproduce this and you didn't provide enough information for > me to guess what it might be. What is the actual command you ran and > what is the config you have (obnam --dump-config)?
I can reproduce on testing, with obnam 1.22-1. I get exactly the same traceback. My locale is fr_BE@UTF-8. Here's the output of obnam --dump-config: [config] output = log = /home/mlennert/.obnam.log log-level = info log-max = 0 log-keep = 2 log-mode = 0600 dump-memory-profile = simple memory-dump-interval = 300 repository = sftp://172.17.150.203/mnt/zfs/pool-1/homes/mlennert/BACKUP client-name = moritz quiet = False verbose = False pretend = False lock-timeout = 60 repository-format = 6 checksum-algorithm = sha512 node-size = 262144 chunk-size = 1048576 upload-queue-size = 1024 lru-size = 256 idpath-depth = 3 idpath-bits = 12 idpath-skip = 13 trace = pretend-time = crash-limit = 0 fuse-opt = compress-with = deflate encrypt-with = keyid = weak-random = True key-details = False symmetric-key-bits = gnupghome = None dump-repo-file-metadata = False warn-age = 27h critical-age = 27h exclude-caches = False to = generation = latest always-restore-setuid = False one-file-system = False sftp-delay = 0 ssh-key = strict-ssh-host-keys = False ssh-host-keys-check = ssh-config ssh-known-hosts = /home/mlennert/.ssh/known_hosts ssh-command = pure-paramiko = False keep = 7d,5w,12m fsck-fix = False fsck-rm-unused = False fsck-ignore-chunks = False fsck-ignore-client = fsck-last-generation-only = False fsck-skip-generations = False fsck-skip-dirs = False fsck-skip-files = False fsck-skip-per-client-b-trees = False fsck-skip-shared-b-trees = False fsck-skip-checksums = False dir-cache-size = 268435456 dir-bag-size = 1048576 chunk-cache-size = 1048576 chunk-bag-size = 1048576 verify-randomly = 0 root = checkpoint = 1073741824 deduplicate = fatalist leave-checkpoints = False small-files-in-btree = False chunkids-per-group = 1024 testing-fail-matching = exclude = exclude-from = include = > Also, you should switch to another backup program. Sooner rather than > later would be good. Could you explain why ? I have been using obnam for years and it has always done a good job for me. Moritz