public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Reini Urban <rurban@x-ray.at>
To: The Cygwin Mailing List <cygwin@cygwin.com>,
	Charles Wilson <cygwin@cwilson.fastmail.fm>
Subject: Re: cygutils Postinstall Script Errors With Exit Code 128
Date: Wed, 29 May 2013 16:04:00 -0000	[thread overview]
Message-ID: <CAHiT=DFj=y4PS5d_mj0erWpB-uCieE+KWh3T=J4wnuSOij5hJA@mail.gmail.com> (raw)

On Tue, May 28, 2013 at 2:43 Paul.Nickerson wrote:
> I am attempting to install Cygwin, and am getting errors near the end of
> the process. I am using version 2.774 of setup.exe on Microsoft Windows
> Server 2003 R2 Datacenter x64 Edition Service Pack 2 and the default
> Cygwin packages. This is an Amazon AWS EC2 instance, and I am remote
> desktopping in. In the Cygwin Setup GUI, after it goes through the install
> procedure, I get a window titled Postinstall script errors, with the below
> output text:
>
> Package: base-cygwin
>         000-cygwin-post-install.sh exit code 128
> Package: terminfo
>         terminfo.sh exit code 128
> Package: bash
>         bash.sh exit code 128
> Package: coreutils
>         coreutils.sh exit code 128
> Package: _autorebase
>         autorebase.bat exit code -1073741819
> Package: base-files
>         base-files-profile.sh exit code 2816
>         base-files-mketc.sh exit code 128
> Package: cygutils
>         cygutils.sh exit code 127
> Package: man
>         man.sh exit code 128

I got the cygutils postinstall error also, caused by missing dependencies.

$ cat /etc/postinstall/cygutils.sh
/usr/bin/update-desktop-database
/usr/bin/update-mime-database /usr/share/mime

both scripts do not exist, and are no cygutils reqs.
please test against it.
like:
test -f /usr/bin/update-desktop-database && /usr/bin/update-desktop-database
test -f /usr/bin/update-mime-database && /usr/bin/update-mime-database
/usr/share/mime

> If I then open Cygwin Terminal using the Desktop shortcut, I get a window
> titled "-sh" and a prompt that says "-sh-4.1$". The command "ls" returns
> "-sh: ls: command not found", but echo works. I have tried re-running
> setup.exe, removing the cygwin directory, re-downloading the setup.exe,
> removing HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Cygwin from the registry,
> setting "Turn on DEP for essential Windows programs and services only" and
> rebooting, altering file and folder permissions, deleting the cache and
> using different mirrors, and using rdesktop in CentOS vs. mstsc.exe in
> Windows to remote desktop in, but none of this changes the behavior.
>
> I have an odd and possibly related behavior. If I open Command Prompt, run
> C:\cygwin\bin\bash.exe --norc --noprofile
> to get a "bash-4.1$" prompt, then in there run
> if [ "foo" = "foo" ]; then echo "Expression evaluated as true."; fi
> the bash prompt will exit back to command prompt, and %ERRORLEVEL% has
> been set to 128.
> Running that if statement in the window brought up by the Cygwin Terminal
> Desktop shortcut will sometimes make the window close, but not always. I
> have not explored how I might be triggering the Desktop shortcut to work
> or not work.
>
> I have attached setup.log and setup.log.full.
>
> When I run cygcheck -s -v -r > cygcheck.out, it hangs and does not exit.
> Checking Task Manager, I see that it's using ~45% CPU (I have 2 virtual
> cores). It does write some things out to cygcheck.out, which I have
> attached. When I run the command in Command Prompt without redirecting
> output to a file, I get a little more information before it hangs, which I
> have copied out of the command prompt and attached as
> cygcheck-no-redirect.out. I do not know why it's saying I have multiple
> cygwin1.dlls on my path. There is only C:\cygwin\bin\cygwin1.dll.
>
> Looking at cygcheck.out, I am running in a Terminal Service session, which
> makes sense as I am remote desktopped in. My problem might be related to
> FAQ #2.14 (http://cygwin.com/faq-nochunks.html#faq.setup.setup-fails-on-ts
> ), but the DEP solution is not helping me. I tried running
> "C:\cygwin\bin>peflags --tsaware=true --tsaware *" in Command Prompt, but
> it did not change anything.

--
Reini Urban
http://cpanel.net/   http://www.perl-compiler.org/

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

             reply	other threads:[~2013-05-29 15:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-29 16:04 Reini Urban [this message]
2013-05-29 19:50 ` Paul.Nickerson
2013-05-29 23:51 ` Attn: Yaakov [Was: Re: cygutils Postinstall Script Errors With Exit Code 128] Charles Wilson
2013-05-30  0:43   ` Yaakov (Cygwin/X)
2013-05-30 10:27     ` Corinna Vinschen
2013-05-30 21:26       ` Charles Wilson
2013-05-31  8:51         ` Corinna Vinschen
2013-06-05 16:47           ` Yaakov (Cygwin/X)
2013-06-06 15:17             ` Charles Wilson
2013-05-30 20:50     ` Charles Wilson
2014-07-16  1:54 ` cygutils Postinstall Script Errors With Exit Code 128 dylanhay

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHiT=DFj=y4PS5d_mj0erWpB-uCieE+KWh3T=J4wnuSOij5hJA@mail.gmail.com' \
    --to=rurban@x-ray.at \
    --cc=cygwin@cwilson.fastmail.fm \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).