Page 1 of 1

Error running Rescuezilla on Fossapup64

Posted: Sun Nov 06, 2022 4:38 pm
by sonny

Anyone know how what to do with this error message?
Onegaishimasu!

RZ-E1.jpg
RZ-E1.jpg (107.33 KiB) Viewed 430 times

Then this (after clicking on the "Clone" button)

RZ-E2.jpg
RZ-E2.jpg (117.94 KiB) Viewed 430 times

Re: Error running Rescuezilla on Fossapup64

Posted: Thu Nov 10, 2022 8:50 pm
by williams2

The first error message says it needs to have the kernel driver nbd (Network Block Device)

You can enable it by running in a terminal:

Code: Select all

modprobe nbd

Or you can do modprobe nbd before the app starts,
for example from a script in /root/Startup/
or you can configure it in /etc/modules

The second message is complaining about python3
My Puppy has python 2.7
My Puppy does not have python 3

You probably need to install python and also any python modules that are not in the python3 package.


Re: Error running Rescuezilla on Fossapup64

Posted: Thu Nov 10, 2022 9:08 pm
by sonny

Thanks, Will.
I did follow the developer’s instruction regarding nbd…
Also just updated Python to 3.11.
Will get back to you with the result.


Re: Error running Rescuezilla on Fossapup64

Posted: Fri Nov 11, 2022 7:18 am
by sonny

It's still no go, but I'm not alone.
The developer does not appear to be concerned about its deb.


Re: Error running Rescuezilla on Fossapup64

Posted: Sun Nov 13, 2022 8:06 pm
by sonny
williams2 wrote: Thu Nov 10, 2022 8:50 pm

The first error message says it needs to have the kernel driver nbd (Network Block Device)

You can enable it by running in a terminal:

Code: Select all

modprobe nbd

Or you can do modprobe nbd before the app starts,
for example from a script in /root/Startup/
or you can configure it in /etc/modules

The second message is complaining about python3
My Puppy has python 2.7
My Puppy does not have python 3

You probably need to install python and also any python modules that are not in the python3 package.

Hello again will!

This is the reply from RZ's dev...

https://sourceforge.net/p/rescuezilla/d ... e0c1d60f0/

Thanks again!

Note: CloneZilla (all versions) cannot complete the "IMAGE-TO-DEVICE" task within Puppy.