Mantis - logrotate
Viewing Issue Advanced Details
5057 regular use major always 2013-03-08 17:19 2013-06-08 12:48
jcraig  
 
normal  
new  
open  
none    
none  
0005057: File globbing broken
This worked under the 3.7.4 version which installed into /opt/csw/bin and is broken in 3.8.3 which is installed in /opt/csw/sbin. I verified my test functions as expected using 3.8.3 version provided by fedora. The configuration clause is:

/lcl/*/data/*/dump/diag/*/*/*/trace/*.log {
        copytruncate
        rotate 16
        noolddir
        daily
}

which results in no files being considered for rotation when a number of files should be matched. If I "ls" with the same path string, then the list of files that should match is displayed.
Issue History
2013-03-08 17:19 jcraig New Issue
2013-06-08 12:48 igalic Note Added: 0010425

Notes
(0010425)
igalic   
2013-06-08 12:48   
Can you verify if updating to 3.8.4 fixes the issue? http://svn.fedorahosted.org/svn/logrotate/tags/r3-8-4/CHANGES [^]