brainupdaters / drlm

Disaster Recovery Linux Manager
http://drlm.org
GNU General Public License v3.0
68 stars 15 forks source link

ERROR: Archive not found on [rear-client@192.168.100.161:rear-client_default/] #204

Closed mjhgthb closed 1 year ago

mjhgthb commented 1 year ago

After that I want to "rear recover" in the ISO DR environment to create a clone of my (still running) original rear-client, but I says:

2023-01-30 12:07:17.571387106 ERROR: Archive not found on [rear-client@192.168.100.161:rear-client_default/] Full rear-client log attached here as well.

DRLM Client information:

rear-rear-client.log

proura commented 1 year ago

Hi @mjhgthb ,

Nice to see that you are testing DRLM!!!

First of all, in the rescue console can you verify that the client's IP is the new client IP "a.b.c.d"? if not, DRLM will deny access to the files. You can change it manually with the next commands:

ip addr del 192.168.100.161/24 dev ens3  
ip addr add a.b.c.d/24 dev ens3 
mjhgthb commented 1 year ago

Yes the address was correct, but now, trying REAR-only to an smb server, I'm having similar problems. I looks as there is something strange going on inside my test kvm server. No firewalling I can see, but filtering DOES seem to be happening. Moving over to a different test environment now. Please ignore this ticket, it's probably related to the KVM setup here. Many apologies for disturbing.