Re: ps questions

2014-12-19 Thread Marco Atzeri
On 12/19/2014 11:15 AM, Kizito Porta Balanyà wrote: 2014-12-18 19:51 GMT+01:00 Corinna Vinschen : On Dec 18 11:40, Warren Young wrote: On Dec 18, 2014, at 10:33 AM, Corinna Vinschen wrote: Aren't we talking about fetching info from non-Cygwin processes? no, only the ones linked to the cy

Re: ps questions

2014-12-19 Thread Kizito Porta Balanyà
2014-12-18 19:51 GMT+01:00 Corinna Vinschen : > On Dec 18 11:40, Warren Young wrote: >> On Dec 18, 2014, at 10:33 AM, Corinna Vinschen >> wrote: >> >> > On Dec 18 10:26, Warren Young wrote: >> >> >> >> ...Cygwin doesn’t do something similar? >> > >> > Cygwin isn't a kernel and the process >> > in

Re: ps questions

2014-12-18 Thread Corinna Vinschen
On Dec 18 12:17, Warren Young wrote: > On Dec 18, 2014, at 12:10 PM, Corinna Vinschen > wrote: > > > That may be possible > > That’s all I really wanted: to be correct. :) "Maybe" doesn't mean "is" ;) Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwi

Re: ps questions

2014-12-18 Thread Warren Young
On Dec 18, 2014, at 12:10 PM, Corinna Vinschen wrote: > That may be possible That’s all I really wanted: to be correct. :) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe inf

Re: ps questions

2014-12-18 Thread Corinna Vinschen
On Dec 18 11:54, Warren Young wrote: > On Dec 18, 2014, at 11:51 AM, Corinna Vinschen > wrote: > > > On Dec 18 11:40, Warren Young wrote: > >> On Dec 18, 2014, at 10:33 AM, Corinna Vinschen > >> wrote: > >> > >>> On Dec 18 10:26, Warren Young wrote: > > ...Cygwin doesn’t do somethi

Re: ps questions

2014-12-18 Thread Corinna Vinschen
On Dec 18 19:51, Corinna Vinschen wrote: > On Dec 18 11:40, Warren Young wrote: > > On Dec 18, 2014, at 10:33 AM, Corinna Vinschen > > wrote: > > > > > On Dec 18 10:26, Warren Young wrote: > > >> > > >> ...Cygwin doesn’t do something similar? > > > > > > Cygwin isn't a kernel and the process >

Re: ps questions

2014-12-18 Thread Warren Young
On Dec 18, 2014, at 11:51 AM, Corinna Vinschen wrote: > On Dec 18 11:40, Warren Young wrote: >> On Dec 18, 2014, at 10:33 AM, Corinna Vinschen >> wrote: >> >>> On Dec 18 10:26, Warren Young wrote: ...Cygwin doesn’t do something similar? >>> >>> Cygwin isn't a kernel and the proces

Re: ps questions

2014-12-18 Thread Corinna Vinschen
On Dec 18 11:40, Warren Young wrote: > On Dec 18, 2014, at 10:33 AM, Corinna Vinschen > wrote: > > > On Dec 18 10:26, Warren Young wrote: > >> > >> ...Cygwin doesn’t do something similar? > > > > Cygwin isn't a kernel and the process > > information is kept in shared memory regions held by the

Re: ps questions

2014-12-18 Thread Warren Young
On Dec 18, 2014, at 10:33 AM, Corinna Vinschen wrote: > On Dec 18 10:26, Warren Young wrote: >> >> ...Cygwin doesn’t do something similar? > > Cygwin isn't a kernel and the process > information is kept in shared memory regions held by the parent process > and the process itself. This model h

Re: ps questions

2014-12-18 Thread Corinna Vinschen
On Dec 18 18:56, BGINFO4X wrote: > 2014-12-18 18:11 GMT+01:00 Corinna Vinschen <...> > > The information is fetched from the process itself. This > > requires a living, valid Cygwin process, so the info isn't available for > > Windows processes. > > > > Hello again, forgive me if this is stupid:

Re: ps questions

2014-12-18 Thread BGINFO4X
2014-12-18 18:11 GMT+01:00 Corinna Vinschen : > On Dec 18 17:57, BGINFO4X wrote: >> 2014-12-18 16:08 GMT+01:00 Marco Atzeri : >> > >> > >> > On 12/18/2014 3:52 PM, Kizito Porta Balanyà wrote: >> >> >> >> Hello, >> >> >> >> I can't find where "ps -W" is coded in the procps source files. Is it >> >>

Re: ps questions

2014-12-18 Thread Corinna Vinschen
On Dec 18 10:26, Warren Young wrote: > On Dec 18, 2014, at 10:11 AM, Corinna Vinschen > wrote: > > > The information is fetched from the process itself. This > > requires a living, valid Cygwin process, so the info isn't available for > > Windows processes. > > On a Unix/Linux system, a proce

Re: ps questions

2014-12-18 Thread Warren Young
On Dec 18, 2014, at 10:11 AM, Corinna Vinschen wrote: > The information is fetched from the process itself. This > requires a living, valid Cygwin process, so the info isn't available for > Windows processes. On a Unix/Linux system, a process is marked when the kernel knows it has died, but

Re: ps questions

2014-12-18 Thread Corinna Vinschen
On Dec 18 17:57, BGINFO4X wrote: > 2014-12-18 16:08 GMT+01:00 Marco Atzeri : > > > > > > On 12/18/2014 3:52 PM, Kizito Porta Balanyà wrote: > >> > >> Hello, > >> > >> I can't find where "ps -W" is coded in the procps source files. Is it > >> there ? is it in cygwin.dll? What are you doing "internal

Re: ps questions

2014-12-18 Thread BGINFO4X
2014-12-18 16:08 GMT+01:00 Marco Atzeri : > > > On 12/18/2014 3:52 PM, Kizito Porta Balanyà wrote: >> >> Hello, >> >> I can't find where "ps -W" is coded in the procps source files. Is it >> there ? is it in cygwin.dll? What are you doing "internally" with the >> -W option? >> >> Another question r

Re: ps questions

2014-12-18 Thread Marco Atzeri
On 12/18/2014 3:52 PM, Kizito Porta Balanyà wrote: Hello, I can't find where "ps -W" is coded in the procps source files. Is it there ? is it in cygwin.dll? What are you doing "internally" with the -W option? Another question related is: It is possible to map windows processes to the /proc fi

ps questions

2014-12-18 Thread Kizito Porta Balanyà
Hello, I can't find where "ps -W" is coded in the procps source files. Is it there ? is it in cygwin.dll? What are you doing "internally" with the -W option? Another question related is: It is possible to map windows processes to the /proc filysystem. Any way or hint? Thanks a lot for your time

Re: ps questions --

2012-12-15 Thread Christopher Faylor
On Sat, Dec 15, 2012 at 10:46:24PM -0500, Paul Townsend wrote: >In the > >http://sourceware.org/ml/cygwin/2009-05/msg00477.html > >message, I found > >- Two changes in the `ps -W' output. `ps -W' now prints all processes on > the machine when running under an (elevated) administrator account, >

ps questions --

2012-12-15 Thread Paul Townsend
In the http://sourceware.org/ml/cygwin/2009-05/msg00477.html message, I found - Two changes in the `ps -W' output. `ps -W' now prints all processes on the machine when running under an (elevated) administrator account, not only the processes in the current session. Shouldn't the above rest