Craig Barratt wrote: >Regis writes: > > > >>Backup stop with the message: >>Error reading file \Local Settings\Temp\Cover picture.tiff : Call timed >>out: server did not respond after 20000 milliseconds >> >> > >If you look at the mail lists you will see that this error is >typically due to anti-virus software running on the client that >takes this long (>20sec) to respond. This might happen when there >is a large directory on the client. > >The work arounds are to disable the AV software (or get it to skip >the large directories), or to compile your own version of smbclient >with a longer timeout. > >Rsync doesn't have such a timeout so you could consider using it >instead. > >Craig > > > Thank you very much.
I saw this work arounds in the mailing list, but I never found this patch .... --------------------------------------------------------------------------------------- Date: Thu, 27 Jan 2005 17:29:58 -0800 From: Timothy Demarest <[EMAIL PROTECTED]> Subject: [BackupPC-users] PATCHES: Timeout issues with smbclient: Call timed out: server did not respond after 20000 milliseconds For those continuing to use and have timeout problems with smbclient, I've created a patch and a Gentoo ebuild against samba-3.0.10 that increases the timeout value from 20000 to 20000000 milliseconds. This should be more than plenty of time for large files to be scanned by antivirus apps, etc. without causing smbclient to fail during the backup. The patch can be used independently of the Gentoo ebuild. --------------------------------------------------------------------------------------- Sincerely -- ================================================================== | Régis Gras | http://www-ledss.ujf-grenoble.fr | | D.C.M. | mailto:[EMAIL PROTECTED] | | 301, rue de la chimie | -------------- | | DU BP 53 | Tel 04 76 51 41 76 | | 38041 Grenoble Cedex 9 | Fax 04 76 51 40 89 | ================================================================== ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
