Re: how to query running process for its ulimit values

2014-04-01 Thread Imre Oolberg
On Mon, 2014-03-31 at 13:16 -0700, Philip Guenther wrote: > On Mon, Mar 31, 2014 at 11:10 AM, Imre Oolberg wrote: > ... > > But i wonder how i could ask the system how much are the so to say > > ulimits of the running unbound process, e.g. number of open files? > > There's currently no way to do

Re: how to query running process for its ulimit values

2014-03-31 Thread Philip Guenther
On Mon, Mar 31, 2014 at 11:10 AM, Imre Oolberg wrote: ... > But i wonder how i could ask the system how much are the so to say > ulimits of the running unbound process, e.g. number of open files? There's currently no way to do that from a non-privileged process and no canned way to do it from a p