Koozali.org: home of the SME Server

Affa Backup Timeout Error

Offline iltasu

  • **
  • 28
  • +0/-0
Affa Backup Timeout Error
« on: June 05, 2008, 11:52:06 AM »
Hi,
I'm using a 7.3 SME Server with the Affa contrib to perform the backups, I've tested affa on other servers without problems (after ironing out a little mount bug some time ago), now, on a freshly installed sme server, it fails the backup with this error log:
Code: [Select]
Excerpt from log file /var/log/affa/rokesv01.log:
Thu_Jun__5_11:06:07[START.26401]:_Affa_1.0.0-3:_Running_/sbin/e-smith/affa_--run_rokesv01
Job_configuration:
__AutoUnmount=yes
__AutomountDevice=192.168.131.20:/nas/NASDisk-00004/store
__AutomountOptions=-t_nfs
__AutomountPoint=/affa_backup_dir
__ConnectionCheckTimeout=120
__Debug=no
__Description=Backup_of_the_local_sme_server
__DiskSpaceWarn=strict
__EmailAddresses=it@rokepo.it
__Include[0]=/mnt
__RPMCheck=no
__RootDir=/affa_backup_dir
__SMEServer=yes
__TimeSchedule=2230
__Watchdog=yes
__dailyKeep=7
__doneDaily=2008156
__doneMonthly=200806
__doneWeekly=200822
__doneYearly=2008
__monthlyKeep=12
__remoteHostName=localhost
__remoteOS=centos
__rsync--inplace=yes
__rsyncCompress=yes
__rsyncTimeout=900
__rsyncdMode=no
__rsyncdModule=AFFA
__rsyncdPassword=<not_shown>
__rsyncdUser=affa
__scheduledKeep=3
__sendStatus=weekly
__sshPort=22
__status=enabled
__type=job
__weeklyKeep=5
__yearlyKeep=1
Thu_Jun__5_11:06:07[26401]:_Affa_1.0.0-3:_Starting_job_rokesv01_scheduled_(localhost)
Thu_Jun__5_11:06:07[26401]:_Description:_Backup_of_the_local_sme_server
Thu_Jun__5_11:06:07[26401]:_Mounting_192.168.131.20:/nas/NASDisk-00004/store_to_/affa_backup_dir
Exec_Out:_exitstatus=0
Exec_Out:_exitstatus=0
Thu_Jun__5_11:06:08[26401]:_signaling_pre-backup_event_on_localhost
Exec_Out:_exitstatus=0
Thu_Jun__5_11:06:08[26401]:_Running_rsync...
Exec_Out:_io_timeout_after_900_seconds_--_exiting
Exec_Out:_rsync_error:_timeout_in_data_send/receive_(code_30)_at_io.c(239)_[sender=3.0.2]
Exec_Out:_30
Exec_Out:_rsync:_writefd_unbuffered_failed_to_write_9_bytes_[generator]:_Broken_pipe_(32)
Exec_Out:_exitstatus=rsync_error:_received_SIGUSR1_(code_19)_at_io.c(1543)_[generator=3.0.2]
Thu_Jun__5_11:21:45[26401]:_signaling_post-backup_event_on_localhost
Exec_Out:_exitstatus=0
Thu_Jun__5_11:21:47[26401]:_Error_537:_rsync_failed_with_status_rsync_error:_received_SIGUSR1_(code_19)_at_io.c(1543)_[generator=3.0.2].
Thu_Jun__5_11:21:47[26401]:_Unmounting_/affa_backup_dir
Exec_Out:_exitstatus=0

What could it be the problem? the backup is performed on a INTEL SS4000-E NAS, that I use in 3 other environments without a glitch.

Thanks

Offline m

  • *****
  • 276
  • +0/-0
  • Peet
Re: Affa Backup Timeout Error
« Reply #1 on: June 05, 2008, 10:09:39 PM »
Looks like that your NAS unit has not enough CPU power. 400 MHz isn't that much.
The device didn't send data for 900 secs and rsync ran into a timeout.

Increase the value of the rsyncTimeout property.

Offline iltasu

  • **
  • 28
  • +0/-0
Re: Affa Backup Timeout Error
« Reply #2 on: June 06, 2008, 10:38:53 AM »
thank you or the hint (never thought a NAS could be.. slow! ^_^) I try a value of 1800 and see what happens (strange enough, the first 2 scheduled backups worked well, just the 3rd is failing.. I can't understand why! °_°).