public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Strange error during /etc/profile
@ 2011-04-04 12:30 DEWI - N. Zacharias
  2011-04-04 12:49 ` Additional Infos: " DEWI - N. Zacharias
  0 siblings, 1 reply; 4+ messages in thread
From: DEWI - N. Zacharias @ 2011-04-04 12:30 UTC (permalink / raw)
  To: cygwin


Hi all,

After updating cygwin to the newest version after 3 Month I get a strange error if I start the Xwindow with bash as usual

/bin/find: `standard output': Bad file descriptor
/bin/find: Schreibfehler.

I can trace that to the attempt of /etc/profile to read /etc/profile.d

# Run all of the profile.d scripts
# Note that these are supplied by separate packages
# Ascending alphanumerical order enforced

#next line for debugging
echo before trying to read /etc/profile

if [ -d "/etc/profile.d" ]; then
        while read f; do
                if [ -f "${f}" ]; then
                        . "${f}"
                fi
        done <<- EOF
        `/bin/find -L /etc/profile.d -type f -iname '*.sh' -or -iname '*.zsh' | LC_ALL=C sort`
        EOF
fi
#next line for debugging
echo after trying to read /etc/profile

after adding the debugging lines I get

before trying to read /etc/profile
/bin/find: `standard output': Bad file descriptor
/bin/find: Schreibfehler.
after trying to read /etc/profile

but if I execute the /bin/find .... line from the xwindow everything works as expected.

So do someone has an idea what's going on here ??

Thanks
Norbert


--------------------------------------------------------------------------
Dipl. Phys.
Norbert Zacharias
Wind Measurements & Power Curve Measurements
DEWI GmbH
Ebertstrasse 96
26382 Wilhelmshaven
Germany


Tel.:   +49 4421 4808 876

Fax:    +49 4421 4808 843


Email:  N.Zacharias@dewi.de
Home:   http://www.dewi.de

DEWI GmbH - Deutsches Windenergie-Institut, Wilhelmshaven
Commercial Register No.: Amtsgericht Oldenburg, HRB 130241
Managing Director: Jens Peter Molly
Chairman of the supervisory board: Ministerialrat Dr. Niels Kämpny

P Please consider the environment before printing this email.



--
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] 4+ messages in thread

end of thread, other threads:[~2011-04-04 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-04 12:30 Strange error during /etc/profile DEWI - N. Zacharias
2011-04-04 12:49 ` Additional Infos: " DEWI - N. Zacharias
2011-04-04 13:00   ` David Sastre
2011-04-04 13:00     ` AW: [bulk] - " DEWI - N. Zacharias

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).