[RalfGesellensetter] > Thanks for this, but this way any kind of error logging gets > entirely lost. There should be a way like logrotate to keep only a > maximum of 100k per user.
That is not possible, as the file descriptor for this file is inherited by all the programs, and they will not use a new file if you try to move away the old file and start on a new. The only time this file descriptor is "renewed" is when a user log in. Report bugs against the programs producing lots of output, and ask the developer to quiet it down. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

