Re: missing free space
- From: "Roberto C. Sanchez" <roberto@xxxxxxxxxxxx>
- Date: Sat, 30 Dec 2006 20:16:56 -0500
On Sun, Dec 31, 2006 at 03:09:34AM +0200, ccostin wrote:
No. This is not a bug. This is exactly the behavior I was talking
For this moment I don't run any qemu instace. But is somenthing similar.
When I test an example from php5-imagick package
(/usr/share/doc/php5-imagick/examples/resize.php)
apache2 "eat" a lot of disk space (a bug ?) from tmp
Output from lsof
COMMAND PID USER FD TYPE DEVICE SIZE NODE
NAME
apache2 10673 apache 11u REG 3,2 280080000
0 6161 /tmp/magick-XXuayBEU (deleted)
ls /tmp/magick-XXuayBEU
ls: /tmp/magick-XXuayBEU: No such file or directory
After restarting apache2 all things get back to normal, occupied
space is released.
about. The temporary file is created and then immediately deleted. So,
it still takes up blocks on the file system, but du has no way of
counting those blocks since the file is "gone", but it is in fact still
there since an open file descriptor exists to it.
Regards,
-Roberto
--
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com
Attachment:
signature.asc
Description: Digital signature
- Follow-Ups:
- Re: missing free space
- From: Hugo Vanwoerkom
- Re: missing free space
- References:
- missing free space
- From: ccostin
- Re: missing free space
- From: Roberto C. Sanchez
- Re: missing free space
- From: ccostin
- missing free space
- Prev by Date: Re: missing free space
- Next by Date: Re:
- Previous by thread: Re: missing free space
- Next by thread: Re: missing free space
- Index(es):
Relevant Pages
- SUMMARY: whats filling /var? Oracle sockets?
... COMMAND PID USER FD TYPE DEVICE SIZE/OFF NLINK NODE NAME ... Oracle sockets?
... df reports 15-G used while du reports 62-Megabytes used. ... lsof for
/var reports the usual suspects syslogd, cron, and sendmail. ... (SunManagers) - Re: lsof output different in script?
... >COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ... The PPID environment
variable value is different. ... When lsof is run ... which is the login
shell. ... (comp.unix.aix) - [opensuse] Who is listening on these ports?
... Output from netstat -tupln: ... COMMAND PID USER FD TYPE DEVICE SIZE
NODE NAME ... I've tried a separate 'lsof', and I have also done a scan using rkhunter.
... (SuSE) - Re: Port 443?
... >>Can anyone tell me what listens on port 443? ... # lsof -Pi:443
... COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME ... (Fedora)