When I try to unmount my S3 bucket, I get the following error:
plex@ip:~$ umount.s3ql /mnt/S3
Uncaught top-level exception:
Traceback (most recent call last):
File "/usr/lib/s3ql/s3ql/common.py", line 532, in parse_literal
obj = literal_eval(buf.decode())
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0:
invalid start byte
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/umount.s3ql", line 9, in <module>
load_entry_point('s3ql==2.15', 'console_scripts', 'umount.s3ql')()
File "/usr/lib/s3ql/s3ql/umount.py", line 183, in main
blocking_umount(options.mountpoint)
File "/usr/lib/s3ql/s3ql/umount.py", line 122, in blocking_umount
pid = parse_literal(llfuse.getxattr(ctrlfile, 's3ql_pid?'), int)
File "/usr/lib/s3ql/s3ql/common.py", line 534, in parse_literal
raise ValueError('unable to decode as utf-8')
ValueError: unable to decode as utf-8
--
You received this message because you are subscribed to the Google Groups
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.