You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Self-compiled (successfully) on Ubuntu Xenial (16.04.3), and I'm getting the following error:
Will shrink the filesystem (btrfs) by 4526080 bytes
Traceback (most recent call last):
File "/home/anaerin/.local/bin/blocks", line 9, in <module>
load_entry_point('blocks', 'console_scripts', 'blocks')()
File "/home/anaerin/blocks/src/blocks/blocks/__main__.py", line 2012, in script_main
sys.exit(main())
File "/home/anaerin/blocks/src/blocks/blocks/__main__.py", line 1678, in main
return args.action(args)
File "/home/anaerin/blocks/src/blocks/blocks/__main__.py", line 1861, in cmd_to_lvm
block_stack.stack_reserve_end_area(pe_newpos, progress)
File "/home/anaerin/blocks/src/blocks/blocks/__main__.py", line 1096, in stack_reserve_end_area
block_data.reserve_end_area_nonrec(inner_pos)
File "/home/anaerin/blocks/src/blocks/blocks/__main__.py", line 501, in reserve_end_area_nonrec
self._mount_and_resize(pos)
File "/home/anaerin/blocks/src/blocks/blocks/__main__.py", line 549, in _mount_and_resize
assert self.fssize == pos
AssertionError
Not sure just what is going on here. Any insight?
The text was updated successfully, but these errors were encountered:
Self-compiled (successfully) on Ubuntu Xenial (16.04.3), and I'm getting the following error:
Not sure just what is going on here. Any insight?
The text was updated successfully, but these errors were encountered: