Local rsync(d) not working after 9.2.1.5 to 9.3 GUI upgrade

Status
Not open for further replies.

wtfuar

Dabbler
Joined
Jun 25, 2013
Messages
36
Hi,

upgraded to FreeNAS-9.3-STABLE-201503070129 (GUI-Update) these days -from 9.2.1.5 and now my rsync tasks fail to work with:
Code:
Mar 11 18:16:04 freenas rsync: rsync: failed to connect to localhost (127.0.0.1): Connection refused (61)
Mar 11 18:16:04 freenas rsync: rsync: failed to connect to localhost (::1): Connection refused (61)
Mar 11 18:16:04 freenas rsync: rsync error: error in socket IO (code 10) at clientserver.c(128) [sender=3.1.1]

now started rsync --daemon --address=127.0.0.1 --verbose

Mar 11 18:17:04 freenas rsync: TERM: Undefined variable.
Mar 11 18:17:04 freenas rsync: @ERROR: Unknown module 'Backup'
Mar 11 18:17:04 freenas rsync: rsync error: error starting client-server protocol (code 5) at main.c(1636) [sender=3.1.1]


I used the local rsync --daemon and the Module was not changed.
I recreated the Module and Task with no avail.
Manual and scheduled start do not change the output.

Rsync Task configuration:
upload_2015-3-11_18-56-49.png

upload_2015-3-11_18-56-35.png



Module configuration screenshots below.
The user is is the same and has all rights (well didnt changed them after the update)

upload_2015-3-11_19-1-57.png


Source and destination are different -encrypted- volumes on the same system and are mounted.

What has changed with the rsyncd (conf) and how to fix this?
 
D

dlavigne

Guest
Not sure what the issue is, but it's worth reporting at bugs.freenas.org. Post the issue number here after you do.
 

wtfuar

Dabbler
Joined
Jun 25, 2013
Messages
36
Filed a Bug report here #11419 as it is still in the latest stable FreeNAS-9.3-STABLE-201509022158

Unfortunately this not "nice to have" it is vital for me as I backup on a separate cage I can handle and plugin in when needed.
If this is a more difficult matter to fix I'll fall back to 9.2.1.5 again ...
 
Last edited:

wtfuar

Dabbler
Joined
Jun 25, 2013
Messages
36
I solved the local backup by enabling the rsync service under the service tab and added --address=127.0.0.1 to Auxiliary parameters.
 
Status
Not open for further replies.
Top