On Sat, Jul 30, 2011 at 10:21:30AM +0200, Corinna Vinschen wrote:
>On Jul 30 14:44, jojelino wrote:
>> Breakpoint 2, fhandler_registry::close (this=0x612cba5c)
>> at /tmp/winsup/winsup/cygwin/fhandler_registry.cc:856
>> 856 cfree (value_name);
>> 10: this->value_name = 0x612cb374 L"se
On Jul 30 14:44, jojelino wrote:
> Breakpoint 2, fhandler_registry::close (this=0x612cba5c)
> at /tmp/winsup/winsup/cygwin/fhandler_registry.cc:856
> 856 cfree (value_name);
> 10: this->value_name = 0x612cb374 L"services"
> (gdb)
> Continuing.
>
> 0x612cba5c->value_name = 0
> 0x612cb
On Fri, Jul 29, 2011 at 03:41:46PM -0700, David Rothenberger wrote:
>On 7/29/2011 3:36 PM, Yaakov (Cygwin/X) wrote:
>> On Fri, 2011-07-29 at 22:21 +0200, Corinna Vinschen wrote:
>>> On Jul 29 11:58, David Rothenberger wrote:
With the 20110729 snapshot (and some earlier ones), the following
>>>
Starting program: /usr/bin/find
/proc/registry/HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services
-maxdepth 1 -print
[New Thread 4648.0xd38]
warning: section .gnu_debuglink not found in
/cygdrive/d/cygwin/bin/cygwin1.dbg
[New Thread 4648.0x16d8]
Breakpoint 9, fhandler_base::operator= (this=
On 7/29/2011 3:36 PM, Yaakov (Cygwin/X) wrote:
> On Fri, 2011-07-29 at 22:21 +0200, Corinna Vinschen wrote:
>> On Jul 29 11:58, David Rothenberger wrote:
>>> With the 20110729 snapshot (and some earlier ones), the following
>>> command terminates early.
>>>
>>> % find /proc/registry/HKEY_LOCAL_MACH
On Fri, 2011-07-29 at 22:21 +0200, Corinna Vinschen wrote:
> On Jul 29 11:58, David Rothenberger wrote:
> > With the 20110729 snapshot (and some earlier ones), the following
> > command terminates early.
> >
> > % find /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services
> > -maxde
On Jul 29 11:58, David Rothenberger wrote:
> With the 20110729 snapshot (and some earlier ones), the following
> command terminates early.
>
> % find /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services
> -maxdepth 1 -print
>
> strace lists an exception: "exception C005 at 610
With the 20110729 snapshot (and some earlier ones), the following
command terminates early.
% find /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services
-maxdepth 1 -print
strace lists an exception: "exception C005 at 6100296A". This is
occurring for me in both Win7 x64 and Win
On Tue, 6 Dec 2005, Christopher Faylor wrote:
> On Tue, Dec 06, 2005 at 08:41:24PM -0500, Igor Pechtchanski wrote:
> >On Tue, 6 Dec 2005, Yitzchak Scott-Thoennes wrote:
> >[snip]
> >> That needs a comment in the code.
> >
> >Fair enough:
> >[snip]
> >+ /* Add two nulls to avoid confusing strt
On Tue, Dec 06, 2005 at 08:41:24PM -0500, Igor Pechtchanski wrote:
>On Tue, 6 Dec 2005, Yitzchak Scott-Thoennes wrote:
>
>> On Mon, Dec 05, 2005 at 09:40:01AM -0500, Igor Pechtchanski wrote:
>> > Running cygcheck under strace shows that after listing all the available
>> > services, it invokes "cyg
On Tue, 6 Dec 2005, Yitzchak Scott-Thoennes wrote:
> On Mon, Dec 05, 2005 at 09:40:01AM -0500, Igor Pechtchanski wrote:
> > Running cygcheck under strace shows that after listing all the available
> > services, it invokes "cygrunsrv --query grunsrv.exe --list", which results
> > in the above messa
On Mon, Dec 05, 2005 at 09:40:01AM -0500, Igor Pechtchanski wrote:
> Running cygcheck under strace shows that after listing all the available
> services, it invokes "cygrunsrv --query grunsrv.exe --list", which results
> in the above message. I think this may be because the output of
> "cygrunsrv
On Sun, 4 Dec 2005, Mark Piper wrote:
> P.S. Here is the full output from cygcheck
>
> $ /bin/cygcheck.exe -s
>
> Cygwin Configuration Diagnostics
> [snip]
> 1265k 2005/07/03 C:\cygwin\bin\cygwin1.dll
> Cygwin DLL version info:
> DLL version: 1.5.18
> DLL epoch: 19
>
David Rothenberger wrote:
> I do it with the following script which uses /proc.
That's an interesting script but it has a couple of deficiencies. It
does not list services with names that start with a "." and it breaks on
services with a space in the name when -n is used. It's also very slow
wi
Al Slater wrote:
Colin JN Breame wrote:
| Anyone know how to list the names and descriptions of all the services
on the system?
psservice in pstools package at http://www.sysinternals.com will do that
and more.
$ psservice.exe query sshd
PsService v2.13 - Service information and configuration utili
On 3/4/2005 3:50 AM, Colin JN Breame wrote:
Hello,
Anyone know how to list the names and descriptions of all the services on the
system?
Cheers,
I do it with the following script which uses /proc.
--
David Rothenbergerspammer? -> [EMAIL PROTECTED]
GPG/PGP: 0x7F67E734, C233 365A 25EF
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Colin JN Breame wrote:
| Anyone know how to list the names and descriptions of all the services
on the
| system?
psservice in pstools package at http://www.sysinternals.com will do that
and more.
- --
Al Slater
Technical Director
Stanton Consultancy
---
Original Message
>From: Colin JN Breame
>Sent: 04 March 2005 11:50
> Hello,
>
> Anyone know how to list the names and descriptions of all the services on
> the system?
I dunno how to do it in a cygwin fashion, so this is OT, but you can use
the 'doze command line utility "sc":
--
Hello,
Anyone know how to list the names and descriptions of all the services on the
system?
Cheers,
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
19 matches
Mail list logo