Replication: List index out of range error

Rendermandan

Dabbler
Joined
Sep 17, 2022
Messages
20
OS Version:TrueNAS-SCALE-22.02.4
Product:PowerEdge R720xd
Model:Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
Memory:189 GiB


I have been trying to setup Replication to a windows 10 machine on my Lan. I have Open ssh running with keys generated and working on the remote machine. I can remote into it from other windows 10 machines, so I believe I have it setup correctly. Also, I am able to SSH into the computer via the Shell interface in TrueNas Scale. This method asks for a password though but at least I know it is working.

While trying to setup Replication, when I select the "folder" icon to browse to the remote directory I keep getting "List index out of range" errors.
Am I doing something wrong?

Here is a copy of the error report.

Error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 411, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 446, in __run_body rv = await self.method(*([self] + args)) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1272, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/replication.py", line 454, in run await self.middleware.call("zettarepl.run_replication_task", id, really_run, job) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1345, in call return await self._call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1305, in _call return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1206, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs)) File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run result = self.fn(*self.args, **self.kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/zettarepl.py", line 380, in run_replication_task self._run_replication_task_job(f"task_{id}", job) File "/usr/lib/python3/dist-packages/middlewared/plugins/zettarepl.py", line 440, in _run_replication_task_job raise CallError(make_sentence(message.error)) middlewared.service_exception.CallError: [EFAULT] list index out of range.

Thanks.
 
Last edited:
Top