Closed XiteHosting closed 7 years ago
Hi,
Never mind. I've been searching on the wrong error :-) Searching on "ord() expected string of length 1, but int found" I found the solution.
For further reference, the following fixed it on debian jessie
vi /etc/apt/sources.list
deb http://ftp.nl.debian.org/debian jessie-backports main
apt-get update
apt-get -t jessie-backports install python-crcmod
pip uninstall crcmod
Hi,
I'm trying to set up a 2nd host that needs to copy all data on a btrfs volume from a 1st host. Installation went fine, but when running I get the following error:
Just listing the snapshots does seem to work:
Am i doing something wrong? thanks, Stijn