Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Clone stuck at 0%" on Rescuezilla v2.3.0 #297

Closed
shasheene opened this issue Dec 31, 2021 · 1 comment
Closed

"Clone stuck at 0%" on Rescuezilla v2.3.0 #297

shasheene opened this issue Dec 31, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@shasheene
Copy link
Member

shasheene commented Dec 31, 2021

Rescuezilla v2.3 broke the ability to clone disks: an error occurs internally (due to a typo) but it happens silently and the user isn't even informed.

It's a simple fix (mistyped a variable name), but wasn't caught due to my time constraints during Rescuezilla v2.3 testing window.

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/rescuezilla/handler.py", line 951, in _clone_confirmation_callback
    is_rescue=self.is_rescue,
AttributeError: 'Handler' object has no attribute 'is_rescue'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
    with os.fdopen(os.open(pr_filename,
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_lib_python3_dist-packages_rescuezilla_rescuezilla.py.0.crash'

Original exception was:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/rescuezilla/handler.py", line 951, in _clone_confirmation_callback
    is_rescue=self.is_rescue,
AttributeError: 'Handler' object has no attribute 'is_rescue'
@shasheene shasheene added the bug Something isn't working label Dec 31, 2021
@shasheene shasheene self-assigned this Dec 31, 2021
shasheene added a commit that referenced this issue Jan 1, 2022
Fixes variable name typo that prevents the clone from working using
Rescuezilla v2.3.0.

[1] #297
@shasheene
Copy link
Member Author

Fixed in Rescuezilla v2.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant