[Pkg-firebird-general] one more thing

Daniel Urban daniel@sente.pl
Mon, 2 Aug 2004 08:20:31 +0200


Hi Greg, Mark
 
> So ps -efww may be needed to pick it up:
> 
> `ps -efww | egrep "[gds|fb]_lock_mgr" | cut -d' ' -f3`

Doesn't work on debian :-(
ps -efww | egrep "[gds|fb]_lock_mgr" | cut -d' ' -f3 
prints only empty lines.

> > 
> > But why not do something like (not tested though):
> > 
> > for i in `ps -ef | grep ^firebird | awk '{ print $8 " " $3 }' \
> >   | egrep '[gds|fb]_lock_mgr' | awk '{ print $2 }'; do ...
> > 

This works.
So isseu is done.

Thanks.

With regards
Daniel Urban