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.



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
flexbackup-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to