Re: tidy fails - "can't stat [some file]"

2006-06-01 Thread Frank Ranner
Christopher Browne wrote: I'm getting cases where old files that *ought* to be purgeable are failing to be tidied out by the tidy: section. For each such file, I'm getting error messages thus: Can't stat backup1.2006-05-15.gpg (/opt/escrow/info/backups/backup1.2006-05-15.gpg) Can't stat backup

Re: tidy fails - "can't stat [some file]"

2006-06-01 Thread David Douthitt
Frank Ranner wrote: Run cfagent using truss or strace to see what error is being generated by stat. A likely reason is that the files are > 2Gb and cfagent is not using a stat that support large files. In that case you get E_OVERFLOW or similar. (I think that is what it is called).Is it pos

Re: tidy fails - "can't stat [some file]"

2006-06-01 Thread Mark Burgess
David Douthitt wrote: Frank Ranner wrote: Run cfagent using truss or strace to see what error is being generated by stat. A likely reason is that the files are > 2Gb and cfagent is not using a stat that support large files. In that case you get E_OVERFLOW or similar. (I think that is what

miscmounts

2006-06-01 Thread Igor Sutton
Hi there,I'm using cfengine version 2.1.15. miscmounts do its job, but when I use something like:groups:my_group = ( someclass )miscmounts:!my_group::... it doesn't respect the negation class, and adds the mountpoint when it should not.Any help will be appreciated. Thanks in advance,-- Igor Sutton