Re: POE FollowTail sometimes works sometimes doesn't
Emmanuel <[email protected]>
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Sep 14, 2008 at 6:36 PM, Randal L. Schwartz <[email protected]> wrote: > Check the inode number on each rewrite (ls -i). If the number doesn't > change, FollowTail isn't misbehaving -- the application is. :) Good point. Actually, the inode doesn't change. So this would mean I can't use FollowTail then. Thanks