PLEX86  x86- Virtual Machine (VM) Program
 Plex86  |  CVS  |  Mailing List  |  Download  |  Linux  |  Newsgroups

Logrotate is a pain 3734


Your Ad Here

Your Ad Here

Why the Linux Desktop Just Won't Work! and why Linux depresses me. 3736
Charles LeGrand Morphix? Not SuSE, RedHat, Mandrake, or some other well-known commercial distribution with a good solid reputation for support? I'm not saying Morphix is necessarily a bad release, but you might...

The way the file system works is that once a file has been opened it is refered to by its inode (internal file management number) not a name. This is to prevent file system destruction if a name is changed in the middle of a write say. But it also means that somehow the program has to release that inode when it is finised. A well written program will either always close the file when it is finished writing, or will respond to a signal (eg HUP) by closing and reopening all files. If the program is not well written, then you HAVE to stop the program so all files are closed and then restart it to reopen the new files, otherwise all writing continues to the old inode. So, is your program well written? If not why not?

sound problems with ATI sound card on HP Pavillion zx5000
hi i thought i had got my sound system working on my laptop but a few problems have cropped...

And you may well then have an inconsistant filesystem. Truncating a file while a write is going on is not a great idea.

And if the file has any structure, the first entry is almost certain to be a garbled mess. That may of course not matter. Note that you can certainly do this with logrotate as well. Use the pre and post directives.



Your Ad Here

List | Previous | Next

sound problems with ATI sound card on HP Pavillion zx5000

Linux groups from Newsgroups

The #1 Usenet Provider on the Internet

Logrotate is a pain 3733