This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: bug in csih?
- From: Achim Gratz <Stromeko at nexgo dot de>
- To: cygwin at cygwin dot com
- Date: Mon, 23 Feb 2015 20:11:28 +0100
- Subject: Re: bug in csih?
- Authentication-results: sourceware.org; auth=none
- References: <54E7C402 dot 80306 at intersystems dot com> <20150223120522 dot GI437 at calimero dot vinschen dot de> <20150223144715 dot GS437 at calimero dot vinschen dot de> <54EB5208 dot 8050009 at intersystems dot com> <54EB59E5 dot 7050304 at intersystems dot com> <20150223173428 dot GA26549 at calimero dot vinschen dot de> <54EB698A dot 7080700 at intersystems dot com>
Len Giambrone writes:
> If that is the case, then there is a bug in csih_old_cygwin:
No, not there.
> build@wx64lg /usr/share/csih
> $ uname -a
> CYGWIN_NT-6.1 wx64lg 1.7.34(0.285/5/3) 2015-02-04 12:14 x86_64 Cygwin
>
> build@wx64lg /usr/share/csih
> $ less cygwin-service-installation-helper.sh
>
> build@wx64lg /usr/share/csih
> $ . cygwin-service-installation-helper.sh
>
> build@wx64lg /usr/share/csih
> $ csih_old_cygwin
>
> build@wx64lg /usr/share/csih
> $ echo $?
> 1
It returns false, that is, not an old Cygwin. That is correct.
> My nsswitch.conf is the default:
>
> $ cat /etc/nsswitch.conf
> # /etc/nsswitch.conf
> #
> # This file is read once by the first process in a Cygwin process tree.
> # To pick up changes, restart all Cygwin processes. For a description
> # see https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch
> #
> # Defaults:
> # passwd: files db
> # group: files db
> # db_home: cygwin desc
> # db_shell: cygwin desc
> # db_gecos: cygwin desc
So, in csih_use_file_etc use_file is 1 (false) at that point and
/etc/nsswitch.conf exists. The first grep will return false and there's
the bug: since the default is "files db", it should keep use_file as
is. I'll check in a fix.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
--
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