Michael Roland

Results 9 comments of Michael Roland

The `chr()` method interprets its argument as Unicode code point. Consequently, `chr(x).encode()` only works for encoding (unsigned) integers with values between 0x00..0x7F (ASCII subset) into bytes, but not for values...

After further debugging, it seems that this is actually two distinct problems: 1. Editing interface details does not work since the UUIDs required for the MVC version of the firewall/groups...

Thanks, manual upgrade of the entries was what I did after finding out why entries did not properly display. I could not locate the source where config migration happens though,...

I'm experiencing a similar corruption with my borg repositories on Hetzner StorageBox, though I'm not quite sure if I'm seeing the same error as reported in this thread (I'm seeing...

Sure: ``` root@testing-pmx ~ # ssh -p 23 [email protected] ls -l ./borg-testing-pmx total 97 -rw------- 1 userid 1046 73 Mar 24 09:23 README -rw------- 1 userid 1046 209 Mar 24...

Oh, wait. If the index file is no longer there, then my storage space calculation does not work out. Would `borg check` fail with that error if rebuilding the index...

True, although using the whole mfc_default_keys file + a few extra keys took roughly 12-14 seconds per sector per key type if keys are not part of the keyset (about...

Sorry, still on my TODO list ;-) I'll try to get back to that once the semester is over.

@iceman1001 Pruned the dictionary to a few example keys (which is all I need for the purpose of my lecture). I also refactored the user dictionary into a separate header...