public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Windows 2008 64-bit install
@ 2011-02-01  4:34 Bryan Slatner
  2011-02-01  9:24 ` Thorsten Kampe
  0 siblings, 1 reply; 7+ messages in thread
From: Bryan Slatner @ 2011-02-01  4:34 UTC (permalink / raw)
  To: cygwin

I'm trying to install Cygwin on a stock Amazon EC2 Windows 2008 64-bit image.

At the end of setup, I get a dialog that says "Postinstall script errors" 
with the 
following information in it:

Package: Unknown package
	000-cygwin-post-install.sh exit code -1073741819
	base-files-mketc.sh exit code -1073741819
	base-files-profile.sh exit code -1073741819
	bash.sh exit code 35584
	coreutils.sh exit code -1073741819
	joe.sh exit code -1073741819
	man.sh exit code -1073741819
	terminfo.sh exit code 35584
	terminfo0.sh exit code -1073741819

Some Googling revealed someone else with the identical problem, but no 
resolution.

Following some suggestions, I turned off DEP, but the problem persists.

I put all the logs in a zip file here: 
http://www.slatner.com/quick/cygwinresults.zip

Any assistance would be greatly appreciated.


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

* Re: Windows 2008 64-bit install
  2011-02-01  4:34 Windows 2008 64-bit install Bryan Slatner
@ 2011-02-01  9:24 ` Thorsten Kampe
  2011-02-01 15:25   ` Bryan Slatner
  0 siblings, 1 reply; 7+ messages in thread
From: Thorsten Kampe @ 2011-02-01  9:24 UTC (permalink / raw)
  To: cygwin

* Bryan Slatner (Tue, 1 Feb 2011 04:33:40 +0000 (UTC))
> I'm trying to install Cygwin on a stock Amazon EC2 Windows 2008 64-bit
> image.
> 
> At the end of setup, I get a dialog that says "Postinstall script errors" 
> with the 
> following information in it:
> 
> Package: Unknown package
> 	000-cygwin-post-install.sh exit code -1073741819
> 	base-files-mketc.sh exit code -1073741819
> 	base-files-profile.sh exit code -1073741819
> 	bash.sh exit code 35584
> 	coreutils.sh exit code -1073741819
> 	joe.sh exit code -1073741819
> 	man.sh exit code -1073741819
> 	terminfo.sh exit code 35584
> 	terminfo0.sh exit code -1073741819

Why don't you simply run (at least) one of the scripts manually and see 
if you see an error?!

> Following some suggestions, I turned off DEP, but the problem
> persists.

UAC is much more likely a problem.

Thorsten


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

* Re: Windows 2008 64-bit install
  2011-02-01  9:24 ` Thorsten Kampe
@ 2011-02-01 15:25   ` Bryan Slatner
  2011-02-02 11:37     ` Thorsten Kampe
  0 siblings, 1 reply; 7+ messages in thread
From: Bryan Slatner @ 2011-02-01 15:25 UTC (permalink / raw)
  To: cygwin

Thorsten Kampe <thorsten <at> thorstenkampe.de> writes:

> Why don't you simply run (at least) one of the scripts manually and see 
> if you see an error?!

I ran them all, with the following results:

bash-3.2# /etc/postinstall/000-cygwin-post-install.sh
bash-3.2# /etc/postinstall/base-files-mketc.sh
bash: /etc/postinstall/base-files-mketc.sh: Permission denied
bash-3.2# /etc/postinstall/base-files-profile.sh
bash: /etc/postinstall/base-files-profile.sh: Permission denied
bash-3.2# /etc/postinstall/bash.sh
bash-3.2# /etc/postinstall/coreutils.sh
bash-3.2# /etc/postinstall/joe.sh
bash-3.2# /etc/postinstall/man.sh
bash-3.2# /etc/postinstall/terminfo.sh
Segmentation fault (core dumped)
bash-3.2# /etc/postinstall/terminfo0.sh
bash-3.2#

> > Following some suggestions, I turned off DEP, but the problem
> > persists.
> 
> UAC is much more likely a problem.

UAC is the first thing I turn off when spinning up a new machine :)

I'm not an expert at this...I usually just install, configure the SSH server, 
and go about my business. I've never had it not work before.

I managed to run all but 3 of the postinstall scripts manually, and that has 
restored some basic functionality (e.g., before this, I couldn't even run the 
"ls" command without a "command not found" error). I'm leery of going through 
the SSH server install in this state.



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

* Re: Windows 2008 64-bit install
  2011-02-01 15:25   ` Bryan Slatner
@ 2011-02-02 11:37     ` Thorsten Kampe
  2011-02-02 21:11       ` Bryan Slatner
  0 siblings, 1 reply; 7+ messages in thread
From: Thorsten Kampe @ 2011-02-02 11:37 UTC (permalink / raw)
  To: cygwin

* Bryan Slatner (Tue, 1 Feb 2011 15:25:26 +0000 (UTC))
> Thorsten Kampe <thorsten <at> thorstenkampe.de> writes:
> > Why don't you simply run (at least) one of the scripts manually and
> > see if you see an error?!
> 
> I ran them all, with the following results:
> 
> bash-3.2# /etc/postinstall/000-cygwin-post-install.sh
> bash-3.2# /etc/postinstall/base-files-mketc.sh
> bash: /etc/postinstall/base-files-mketc.sh: Permission denied
> bash-3.2# /etc/postinstall/base-files-profile.sh
> bash: /etc/postinstall/base-files-profile.sh: Permission denied
> bash-3.2# /etc/postinstall/bash.sh
> bash-3.2# /etc/postinstall/coreutils.sh
> bash-3.2# /etc/postinstall/joe.sh
> bash-3.2# /etc/postinstall/man.sh
> bash-3.2# /etc/postinstall/terminfo.sh
> Segmentation fault (core dumped)
> bash-3.2# /etc/postinstall/terminfo0.sh
> bash-3.2#

I'd just delete everything and do a fresh minimal installation. If this 
fails again, you can continue here. First check 
http://cygwin.com/faq/faq.using.html#faq.using.bloda

Thorsten


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

* Re: Windows 2008 64-bit install
  2011-02-02 11:37     ` Thorsten Kampe
@ 2011-02-02 21:11       ` Bryan Slatner
  2011-02-02 21:24         ` Jeremy Bopp
  0 siblings, 1 reply; 7+ messages in thread
From: Bryan Slatner @ 2011-02-02 21:11 UTC (permalink / raw)
  To: cygwin

Thorsten Kampe <thorsten <at> thorstenkampe.de> writes:

> I'd just delete everything and do a fresh minimal installation. If this 
> fails again, you can continue here. First check 
> http://cygwin.com/faq/faq.using.html#faq.using.bloda

I'll do my best, but my order of operations when I got the failure was:

1) Spin up a brand new EC2 Windows 2008 64-bit instance
2) Log in
3) Install Cygwin

I literally did nothing else. So, if there is some dodgy software causing an
issue, I may not have the luxury of uninstalling it.

I haven't tried it myself, but I am told the same does NOT happen on a 32-bit
W2K8 instance.

Thanks,
Bryan



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

* Re: Windows 2008 64-bit install
  2011-02-02 21:11       ` Bryan Slatner
@ 2011-02-02 21:24         ` Jeremy Bopp
  2011-02-03 15:22           ` Bryan Slatner
  0 siblings, 1 reply; 7+ messages in thread
From: Jeremy Bopp @ 2011-02-02 21:24 UTC (permalink / raw)
  To: cygwin

On 2/2/2011 3:11 PM, Bryan Slatner wrote:
> Thorsten Kampe <thorsten <at> thorstenkampe.de> writes:
> 
>> I'd just delete everything and do a fresh minimal installation. If this 
>> fails again, you can continue here. First check 
>> http://cygwin.com/faq/faq.using.html#faq.using.bloda
> 
> I'll do my best, but my order of operations when I got the failure was:
> 
> 1) Spin up a brand new EC2 Windows 2008 64-bit instance
> 2) Log in
> 3) Install Cygwin
> 
> I literally did nothing else. So, if there is some dodgy software causing an
> issue, I may not have the luxury of uninstalling it.
> 
> I haven't tried it myself, but I am told the same does NOT happen on a 32-bit
> W2K8 instance.

Could this be related to this earlier thread?

http://cygwin.com/ml/cygwin/2010-09/msg00212.html

-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

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

* Re: Windows 2008 64-bit install
  2011-02-02 21:24         ` Jeremy Bopp
@ 2011-02-03 15:22           ` Bryan Slatner
  0 siblings, 0 replies; 7+ messages in thread
From: Bryan Slatner @ 2011-02-03 15:22 UTC (permalink / raw)
  To: cygwin

Jeremy Bopp <jeremy <at> bopp.net> writes:

> Could this be related to this earlier thread?
> 
> http://cygwin.com/ml/cygwin/2010-09/msg00212.html
> 
> -Jeremy

I think you're right, Jeremy.

Once I stopped looking for my specific error message, it seems this is just a 
general problem with AWS images. And Amazon is silent on the issue. Sad.

For now, I guess I'm just going to use KpyM for my SSH server.




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

end of thread, other threads:[~2011-02-03 15:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-01  4:34 Windows 2008 64-bit install Bryan Slatner
2011-02-01  9:24 ` Thorsten Kampe
2011-02-01 15:25   ` Bryan Slatner
2011-02-02 11:37     ` Thorsten Kampe
2011-02-02 21:11       ` Bryan Slatner
2011-02-02 21:24         ` Jeremy Bopp
2011-02-03 15:22           ` Bryan Slatner

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