change lockwrapper to dump out more PS info

Ricky Elrod codeblock at elrod.me
Fri Apr 8 17:54:48 UTC 2011


+1, looks simple enough.

On Fri, Apr 8, 2011 at 12:59 PM, Kevin Fenzi <kevin at scrye.com> wrote:

> On Fri, 08 Apr 2011 12:55:25 -0400
> seth vidal <skvidal at fedoraproject.org> wrote:
>
> > 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
>
> +1 here. I think the extra info could be handy.
>
> kevin
>
> _______________________________________________
> infrastructure mailing list
> infrastructure at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/infrastructure
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20110408/9c4717da/attachment.html 


More information about the infrastructure mailing list