public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: [ANNOUNCEMENT] Updated: cygrunsrv-1.50-1
@ 2013-10-31 17:20 Brian Rak
  2013-10-31 17:22 ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2013-10-31 20:48 ` Christopher Faylor
  0 siblings, 2 replies; 5+ messages in thread
From: Brian Rak @ 2013-10-31 17:20 UTC (permalink / raw)
  To: cygwin

I've found a *critical* issue with this patch.

cygrunsrv now no longer appears in setup.ini, so the package doesn't
actually get installed by anything.  Also, the packages don't actually
appear on http://cygwin.com/packages/x86/cygrunsrv/

This effectively breaks every cygwin service.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [ANNOUNCEMENT] Updated: cygrunsrv-1.50-1
  2013-10-31 17:20 [ANNOUNCEMENT] Updated: cygrunsrv-1.50-1 Brian Rak
@ 2013-10-31 17:22 ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
  2013-10-31 18:12   ` Brian Rak
  2013-10-31 20:48 ` Christopher Faylor
  1 sibling, 1 reply; 5+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2013-10-31 17:22 UTC (permalink / raw)
  To: Brian Rak, cygwin

FWIW, I was able to download it from kernel.org's mirror just fine this morning:

ftp://mirrors.kernel.org/sourceware/cygwin/x86/release/cygrunsrv/

Anton Lavrentiev
Contractor NIH/NLM/NCBI


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCEMENT] Updated: cygrunsrv-1.50-1
  2013-10-31 17:22 ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2013-10-31 18:12   ` Brian Rak
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Rak @ 2013-10-31 18:12 UTC (permalink / raw)
  To: Lavrentiev, Anton (NIH/NLM/NCBI) [C]; +Cc: cygwin

Yea.  The files are present on my mirror as well, but the package
isn't listed in setup.ini.

I ended up reverting our setup.ini to the version from the 29th
(thanks to cygwin time machine), and everything is working again.

On Thu, Oct 31, 2013 at 1:17 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C]
<lavr@ncbi.nlm.nih.gov> wrote:
> FWIW, I was able to download it from kernel.org's mirror just fine this morning:
>
> ftp://mirrors.kernel.org/sourceware/cygwin/x86/release/cygrunsrv/
>
> Anton Lavrentiev
> Contractor NIH/NLM/NCBI
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCEMENT] Updated: cygrunsrv-1.50-1
  2013-10-31 17:20 [ANNOUNCEMENT] Updated: cygrunsrv-1.50-1 Brian Rak
  2013-10-31 17:22 ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
@ 2013-10-31 20:48 ` Christopher Faylor
  1 sibling, 0 replies; 5+ messages in thread
From: Christopher Faylor @ 2013-10-31 20:48 UTC (permalink / raw)
  To: cygwin

On Thu, Oct 31, 2013 at 12:54:47PM -0400, Brian Rak wrote:
>I've found a *critical* issue with this patch.
>
>cygrunsrv now no longer appears in setup.ini

This problem is fixed now.  cygrunsrv now shows up in setup.ini.

Sorry for the inconvenience.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ANNOUNCEMENT] Updated: cygrunsrv-1.50-1
@ 2013-10-31  7:12 Corinna Vinschen
  0 siblings, 0 replies; 5+ messages in thread
From: Corinna Vinschen @ 2013-10-31  7:12 UTC (permalink / raw)
  To: cygwin

I've updated the cygrunsrv package to 1.50-1.

Changes and fixes:

* Fixes the potential problem with service processes which don't have
  /bin in their path and use the fork() system call, reported in
  http://cygwin.com/ml/cygwin/2013-10/msg00413.html.

* If you call -L with insufficient permissions, the annoying warning messages

    cygrunsrv: warning: OpenService failed for '<foo>': Win32 error 5
    Access is denied.

  will not show up anymore.  It will still show up if another error than
  "access is denied" occurs.

* Improved -L and -Q output.  If a service is started by a cygrunsrv
  installed in another location than the cygrunsrv instance used to
  print the -L or -Q information, it marks the service as foreign
  service.  Examples:

  -L without -V just encloses "foreign" services in parens:

    $ cygrunsrv -L
    sshd
    (foo)

  -LV or -Q add an "Installation path" entry to the output:

    $ cygrunsrv -LV
    Service             : sshd
    Display name        : CYGWIN sshd
    [...]

    Service             : foo                 (Installation path: C:\bar)
    Display name        : CYGWIN sshd
    [...]


Have fun,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-31 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-31 17:20 [ANNOUNCEMENT] Updated: cygrunsrv-1.50-1 Brian Rak
2013-10-31 17:22 ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2013-10-31 18:12   ` Brian Rak
2013-10-31 20:48 ` Christopher Faylor
  -- strict thread matches above, loose matches on Subject: below --
2013-10-31  7:12 Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).