Hello, >>> # lsof | grep DEL >>> apache-ss 28184 root mem DEL 0,4 229382 >>> /SYSV00000000 >>> ... >>> It is normal ?
>> Yes. Apache uses the System V interprocess communication mechanisms >> (ipc(5)). This kind of entry is associated with that. BTW: apache-ss 1056 root mem DEL 3,2 418550 /usr/lib/libssl.so.0.9.6.dpkg-new apache-ss 1056 root mem DEL 3,2 418549 /usr/lib/libcrypto.so.0.9.6.dpkg-new or: sshd 1033 root mem DEL 3,2 418549 /usr/lib/libcrypto.so.0.9.6.dpkg-new this is still normal ? restart doing nothing with this. debian woody, fully updated. -- Cheers, Marcin.

