From: Davide B. <db-...@3d...> - 2004-07-19 16:01:52
|
Greetings, I keep getting errors like the following find: /tmp/refdate.26549: No such file or directory find: /tmp/refdate.26549: No such file or directory find: /tmp/refdate.26549: No such file or directory during remote backups (a very similar setup for local backup does not exhibit such errors). I think I've been able to guess where in the code the problem is, specifically inside file_list_cmd(), here: 4918: if (!defined($::debug)) { 4919: open(LIST,"$find |") || die; 4920: open(NEWLIST,"$write") || die; 4921: while(<LIST>) { find: /tmp/refdate.29993: No such file or directory 4958: close(LIST); 4959: close(NEWLIST); 4962: &line(); and the problem should be with find being passed a -newer option specifying a reference file which is not yet there or has already been deleted. Please note I am using -pkgdelta rpm, in case it matters. If necessary, I have the full trace of the run above (105 K compressed, expands to 13,8 MB of text). Thank you in advance Davide Bolcioni -- There is no place like /home. |