1832647 Members
2963 Online
110043 Solutions
New Discussion

IGNITE - WARNING ?

 
SOLVED
Go to solution
D Block 2
Respected Contributor

IGNITE - WARNING ?

Is this a concern with Ignite ? I have the following 2 WARNING: messages in the recovery.log(file).

WARNING: There was a problem with the list of files/directories to archive.
Input: /var/opt/ignite/recovery/client_mnt/0x00306EE93EBB/recovery/200
-03-06,23:56/flist
The following line(s) had too few/incorrect entries in each of them.
Problem lines:
line: 1 100666 1077801380 0 0
WARNING: There was a problem with the list of files/directories to archive.
Input: /var/opt/ignite/recovery/client_mnt/0x00306EE93EBB/recovery/200
-03-06,23:56/flist
The following line(s) had too few/incorrect entries in each of them.
Problem lines:
line: 1 100666 1077801380 0 0
Golf is a Good Walk Spoiled, Mark Twain.
2 REPLIES 2
Cheryl Griffin
Honored Contributor
Solution

Re: IGNITE - WARNING ?

Look at the contents of flist. There is a file with 666 permissions but has an invalid file name. Ignite will not work until the filename that is invalid on the system is located and removed/renamed.

The problem in locating the filename is that it would have printed on this line:
line: 1 (filename here) 100666 1077801380 0 0
But the fact that there is not filename, I am guessing that the invalid file is located off of root directory.

Examine the flist file to see if you can locate anything there. If not, start listing directories with ll |vis.
"Downtime is a Crime."
David Burgess
Esteemed Contributor

Re: IGNITE - WARNING ?

We had something like this. It turned out to be a space in a filename. We had to delete or rename the file.

Regards,

Dave.