Error running Rescuezilla on Fossapup64

Moderators: 666philb, Forum moderators

Post Reply
sonny
Posts: 579
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 441 times
Been thanked: 137 times

Error running Rescuezilla on Fossapup64

Post by sonny »

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

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

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

RZ-E2.jpg
RZ-E2.jpg (117.94 KiB) Viewed 384 times
williams2
Posts: 1023
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 288 times

Re: Error running Rescuezilla on Fossapup64

Post 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.

sonny
Posts: 579
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 441 times
Been thanked: 137 times

Re: Error running Rescuezilla on Fossapup64

Post 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.

sonny
Posts: 579
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 441 times
Been thanked: 137 times

Re: Error running Rescuezilla on Fossapup64

Post by sonny »

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

sonny
Posts: 579
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 441 times
Been thanked: 137 times

Re: Error running Rescuezilla on Fossapup64

Post 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.

Post Reply

Return to “Fossapup64”