This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Postinstall script errors
- From: Jeremy Ramer <jdramer at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Wed, 11 Aug 2010 09:18:30 -0600
- Subject: Postinstall script errors
I recently upgraded from cygwin 1.5 to 1.7. At the end of the install
there were errors with some of the postinstall scripts. From the
setup.full.log:
2010/08/11 08:39:53 running: C:\cygwin\bin\bash.exe --norc --noprofile
/etc/postinstall/bash.sh
ln: creating symbolic link `/dev/stdin': File exists
2010/08/11 08:39:54 abnormal exit: exit code=1
2010/08/11 08:39:54 running: C:\cygwin\bin\bash.exe --norc --noprofile
/etc/postinstall/passwd-grp.sh
2010/08/11 08:39:55 abnormal exit: exit code=1
I tried manually running the scripts with mixed results
$ bash --norc --noprofile /etc/postinstall/bash.sh ; echo $?
0
$ bash --norc --noprofile /etc/postinstall/passwd-grp.sh ; echo $?
1
I tired manually running the commands inside passwd-grp.sh and they
all return 0. So I'm not sure what exactly is failing. Is there
anything I should do to investigate?
Thanks!
Jeremy
--
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