id summary reporter owner description type status priority milestone component version severity resolution keywords cc 201 It is not possible to delete/rename open files Yuri Dario bird "It is necessary to workaround this bug/feature, because most programs logging to disk do not provide a log rotation since they rely on unix feature to rename/delete files when close is called (usually a cron task issue a rename log followed by a SIG_HUP to daemon). This is an OS/2 known limit, but I suggest a workaround for klibc-only based programs: since klibc has a global table of open files, just add a proper field to remember the pending rename/delete operation; when file is closed, just execute the action. It will not work for non-klibc programs, but this is acceptable (at least for me). " enhancement assigned normal libc-0.7 libc-backend normal unlink