× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Bug Report: Firmware 6.4.0 Rsync Timeout

quickly_now
Apprentice

Bug Report: Firmware 6.4.0 Rsync Timeout

Hello

 

Really one for Netgear support (posted here as I don't know how else to submit it).

 

I use rsync to backup my ReadyNas 314 to an external eSATA drive.

 

I had similar issues to others reported here when doing the upgrade (drive connection names changed), but got over all that and re-created the backup job.

 

Prior to the update, my rsync backups (not network, I must add, always local drive->esata, using rsync with host name = localhost) were working OK.

 

After the upgrade to firmware 6.4.0, the backup job fails, always on one single file, which happens to be my very large MS Outlook mailbox.

 

The error is also always the same (found by inspection of the backup log file). It is the dreaded rsync timeout error.

 

This can be traced back the how rsync is invoked (ps -eaf shows); rsync is being invoked with command line option --timeout=30.

 

This timeout is too short.

 

Unfortunately, the rsync backup is started by a binary, not a script, so its not possible to just do a quick manual patch work around.

 

REQUEST FOR NETGEAR: Please change the timeout applied on the command line to a higher number (60 - 600 seconds).

 

Even better: please provide an option through the web interface dialogs where we can specify whatever timeout period we like. It can be optional / defaulted so that those not sufficiently tech savvy can ignore it.

 

As it stands, I can't get a reliable backup - of my email, which is kind of important!

 

Thank you

 

Message 1 of 19
BrianL2
NETGEAR Employee Retired

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Hi quickly_now,

 

Try the latest Beta Firmware for OS6 Series NAS (found here). 

 

Let me know if this addresses both your issues with your external USB hard drive and rsync backup.

 

 

Kind regards,

 

BrianL
NETGEAR Community Team

Message 2 of 19
quickly_now
Apprentice

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Thanks BrianL

 

It took me a couple of days to be able to to do this at a non-critical time (the ReadyNAS is used all day every day in business).

 

I have done the update to the beta firmware.

 

No joy I'm afraid - if anything its worse, lots of io timeouts after 30 seconds. The --timeout=30 option is still being passed on the command line. No new options through the web interface to change that option or to remove it.

 

If anything this is a step back, as I'm no getting timeouts in places I did not get before. And as the beta release notes make it clear, rolling back does not seem to be an option.

Message 3 of 19
quickly_now
Apprentice

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

More information:

 

Using ps I was able to get the command line, and then ran rsync to do my eSata backup, omitting the --timeout=30 option.

 

All works fine.

 

So the command line I used was:

 

rsync -v -8 --recursive --links --times --omit-dir-times --omit-link-times --devices --specials --modify-window=1 --delete --owner --group --acls /tmp/10219/data localhost::ESATA_HDD_4/

 

This works fine.

 

Suggestion: please allow us to change the timeout period. --timeout=30 is too short.

Message 4 of 19
BrianL2
NETGEAR Employee Retired

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Hi quickly_now,

 

We will check on this one. For the meantime, check if the latest Beta Firmware (ReadyNASOS 6.4.1-T29 (Beta 2)) works fine.

 

 

Kind regards,

 

BrianL
NETGEAR Community Team

Message 5 of 19
quickly_now
Apprentice

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Have loaded that beta.

 

No joy.

 

--timeout=30 still passed on the command line.

 

Running rsync without that, its all Ok.

 

New beta does not solve it.

Message 6 of 19
BrianL2
NETGEAR Employee Retired

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Hi quickly_now,

 

We will further check this and keep you posted for updates.

 

 

Kind regards,

 

BrianL
NETGEAR Community Team

Message 7 of 19
ernst_stucki
Aspirant

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

I have installed the 6.4 T29-version. Backup still fails. The problem becomes really urgent, because the NAS gets dramatically slower (as I mentioned before). It's no longer possible to work in a normal way. Sometimes I have to wait 20s or more to get the content of a network folder. Please help!

 

Message 8 of 19
BrianL2
NETGEAR Employee Retired

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Hi ernst_stucki,

 

Have you toggled off/on the Rsync service of the ReadyNAS? Let me know if doing this helps.

 

 

 

Kind regards,

 

BrianL
NETGEAR Community Team

Message 9 of 19
ernst_stucki
Aspirant

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

As suggested I switched off/on the RSYNC protocoll. Here the result from my linux system log. Timeouts as before. And the NAS becomes slower and slower. Would it be a solution to reinitialize the system, upgrade to 6.2.5 and reload all files? (I would loose all my snapshots wouldn't I. Not a nice perspective.) But in the state as the NAS runs now it's practically of no use.

 

2015/11/09 23:11:06 [2125] connect from UNDETERMINED (192.168.10.3)
2015/11/09 22:11:06 [2125] rsync on BackupVbox/ from vboxer@UNDETERMINED (192.168.10.3)
2015/11/09 22:11:06 [2125] building file list
2015/11/09 22:17:32 [2125] UNDETERMINED send Machines/Joomla/Snapshots/{7bf224d4-46a8-4931-839a-52c828317899}.vdi 10830741504 416351
2015/11/09 22:18:15 [2125] [sender] io timeout after 32 seconds -- exiting
2015/11/09 22:18:15 [2125] rsync error: timeout in data send/receive (code 30) at io.c(204) [sender=3.1.1]
2015/11/09 23:18:38 [2233] connect from UNDETERMINED (192.168.10.3)
2015/11/09 22:18:38 [2233] rsync on BackupVbox/ from vboxer@UNDETERMINED (192.168.10.3)
2015/11/09 22:18:38 [2233] building file list
2015/11/09 22:24:15 [2233] UNDETERMINED send Machines/Joomla/Snapshots/{7bf224d4-46a8-4931-839a-52c828317899}.vdi 10830741504 416351
2015/11/09 22:25:12 [2233] [sender] io timeout after 30 seconds -- exiting
2015/11/09 22:25:12 [2233] rsync error: timeout in data send/receive (code 30) at io.c(204) [sender=3.1.1]

Message 10 of 19
ernst_stucki
Aspirant

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

As my NAS after update to 6.4 it's hardly possible to work normaly I did a search and found, that many people have the same problem with the slowness of the system, even worse than I have. From what I read I suppose that the tomeouts with rsync are just a consequence of the slow access time with 6.4 maybe becose of the new quota system. I have to make no a decision soon, wether to initialize the system and upgrade to 6.2.5 and load my data to get a normally running NAS (but therefore loose all snapshots). For to make that cecision it would be very helpful to know, wether a new release of ReadyNas can be expected in the next days.

Message 11 of 19
quickly_now
Apprentice

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Hello BrianL

 

I tried that also - no difference for me.  (I didn't really expect a difference as the rsync service is not used when doing a local backup, so its all in that --timeout- option being passed on the command line).

 

This is a major concern as I have NO RELIABLE BACKUPS of my ReadyNAS unless I log in on the command line and run it manually!

 

Message 12 of 19
BrianL2
NETGEAR Employee Retired

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Hi quickly_now,

 

For the meantime, create a support ticket through our support team. I already reported this and let you know once I hear back from them.

 

 

Kind regards,

 

BrianL
NETGEAR Community Team

Message 13 of 19
ernst_stucki
Aspirant

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Hello Brian

 

the main problem for me is not the backup with rsync but the incredibly slow response time with cifs access. I noticed that this responsetime depends on the directories. There are some directories without problems but on some others, allways the same ones, the problem is permanent. Should I state my problem in an other forum?  

Message 14 of 19
BrianL2
NETGEAR Employee Retired

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Hi ernst_stucki,

 

See if resetting the share permission will help. If not, create a new thread so we can gather more ideas and suggestions from other community members.

 

 

Kind regards,

 

BrianL
NETGEAR Community Team

Message 15 of 19
ernst_stucki
Aspirant

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Hello Brian

 

as you sugested I tried to reset the permissions (in file access of a share). That produced an error:

"Cannot set file access. Check if specified user or group exists.
facl_change fail uid=99 gid=99
Code 1007130001
I checked the specified group = share = 101

and the user = admin = 98"

Continuing with ignore doesn't help. The reset is logged as finished but the very slow access continues.

 

Kind regards

Ernst

 

Message 16 of 19
Skywalker
NETGEAR Expert

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Ernst, do you have Anti-Virus enabled?

Message 17 of 19
ernst_stucki
Aspirant

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

I am not sure whether my answer has allredy been sent: Yes antivirus is activated on my ReadyNas102. It was allready active on 6.2.5.

 

Kind regards

Ernst

Message 18 of 19
Retired_Member
Not applicable

Re: Bug Report: Firmware 6.4.0 Rsync Timeout

Hi,

 

I have been troubleshooting my NAS and have found the exact same problem. I can't reset permissions anymoew for my shares due to that same error. I have just updated the NAS to that latest version. I have the 316 model NAS.

 

error txt

facl_change fail uid=99 gid=99

Code: 1007130001

 

Need this fixed ASAP! Is there any other way to change the permissions for access?

 

The issue I run into quite regularly is I have access to Share 2 but not share 1. They seem to have identical permissions setup the only difference I can see is that number after guest... 1018 compared to 154.... does that mean anything to anyone?

 

0 drwxrwxrwx+ 1 guest guest 1018 Nov 23 05:42 Share 1

0 drwxrwxrwx+ 1 guest guest  154 Jul 26 13:20 Share 2

 

The only way I've been able to fix it is reset the permissions for the share to fix it.

Message 19 of 19
Top Contributors
Discussion stats
  • 18 replies
  • 4894 views
  • 3 kudos
  • 5 in conversation
Announcements