change lockwrapper to dump out more PS info

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



diff --git a/modules/scripts/files/lock-wrapper.sh
b/modules/scripts/files/lock-wrapper.sh
index 0a7cfe5..f990f63 100755
--- a/modules/scripts/files/lock-wrapper.sh
+++ b/modules/scripts/files/lock-wrapper.sh
@@ -23,7 +23,7 @@ if ! mkdir "$LOCKDIR"; then
     if [ -n "$PID" ] && /bin/ps $PID > /dev/null
     then
         echo "$PID is still running"
-        /bin/ps $PID
+        /bin/ps -o user,pid,start,time,comm $PID
         exit 1;
     else
         echo "$LOCKDIR exists but $PID is dead"


I would like to change lock-wrapper on our hosts to dump out more info
about when the proc that is locking it got started, etc.

need 2 +1's

-sv


_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/infrastructure


[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux