[arch-general] Shouldn't pacman restart dovecot after update?

Attila vodoo0904 at sonnenkinder.org
Sun Aug 8 13:46:59 EDT 2010


At Samstag, 7. August 2010 23:07 Guus Snijders wrote:

> In that case, try:
> lsof | grep " DEL "

Okay, with the update of util-linux-ng checking of the deleted files makes sense 
because a lot of files use /lib/libuuid.so.1.3.0. I create this MINI script for 
this:

# cat /usr/local/bin/scan_deleted_files.sh
#!/bin/sh
# list of deleted files

echo 'COMMAND     PID  USER   FD      TYPE     DEVICE  SIZE/OFF    NODE NAME'
lsof -n | grep ' DEL '

See you, Attila



More information about the arch-general mailing list