public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Rebasing apache 1.3.24-5
@ 2002-07-11  7:09 Paul Stodghill
  2002-07-11  7:53 ` Nicholas Wourms
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Stodghill @ 2002-07-11  7:09 UTC (permalink / raw)
  To: Cygwin Mailing List (E-mail)

This message is intended for the archives. Please don't feel that you have to respond to it.

Out of the box, apache 1.3.24-5 does not run successfully. /var/log/apache/error_log may contain something like the following,

[Thu Jul 11 07:58:43 2002] [notice] Apache/1.3.24 (Cygwin) configured -- resuming normal operations
[Thu Jul 11 07:58:43 2002] [notice] Accept mutex: pthread (Default: pthread)
C:\Progra~1\cygwin\usr\sbin\httpd.exe: *** unable to remap C:\Progra~1\cygwin\lib\apache\mod_vhost_alias.dll to same address as parent -- 0x470000
11139251 [main] httpd 2296 sync_with_child: child 2032(0x6C8) died before initialization with status code 0x1
11193363 [main] httpd 2296 sync_with_child: *** child state child loading dlls
[Thu Jul 11 07:58:44 2002] [error] (11)Resource temporarily unavailable: fork: Unable to fork new process

Here is how to fix the problem,

1. Download and compile rebase. Search the archives for the URL. [I used 1.5-1, I have not tried 1.18]
2. Rebase the Apache module DLL's,

	% rebase -d -b 0x68000000 -o 0x10000 /lib/apache/*.dll

Apache should successfully start now.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread
* RE: Rebasing apache 1.3.24-5
@ 2002-07-11  8:00 Paul Stodghill
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Stodghill @ 2002-07-11  8:00 UTC (permalink / raw)
  To: Nicholas Wourms, Cygwin Mailing List (E-mail)

XP Pro.

quimby$ uname -a
CYGWIN_NT-5.1 QUIMBY 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown
quimby$ 

> -----Original Message-----
> From: Nicholas Wourms [mailto:nwourms@yahoo.com]
> Sent: Thursday, July 11, 2002 9:30 AM
> To: Paul Stodghill; Cygwin Mailing List (E-mail)
> Subject: Re: Rebasing apache 1.3.24-5
> 
> 
> 
> --- Paul Stodghill <stodghil@cs.cornell.edu> wrote:
> > This message is intended for the archives. Please don't 
> feel that you
> > have to respond to it.
> > 
> > Out of the box, apache 1.3.24-5 does not run successfully.
> > /var/log/apache/error_log may contain something like the following,
> > 
> > [Thu Jul 11 07:58:43 2002] [notice] Apache/1.3.24 (Cygwin) 
> configured --
> > resuming normal operations
> > [Thu Jul 11 07:58:43 2002] [notice] Accept mutex: pthread (Default:
> > pthread)
> > C:\Progra~1\cygwin\usr\sbin\httpd.exe: *** unable to remap
> > C:\Progra~1\cygwin\lib\apache\mod_vhost_alias.dll to same address as
> > parent -- 0x470000
> > 11139251 [main] httpd 2296 sync_with_child: child 2032(0x6C8) died
> > before initialization with status code 0x1
> > 11193363 [main] httpd 2296 sync_with_child: *** child state child
> > loading dlls
> > [Thu Jul 11 07:58:44 2002] [error] (11)Resource temporarily 
> unavailable:
> > fork: Unable to fork new process
> > 
> > Here is how to fix the problem,
> > 
> > 1. Download and compile rebase. Search the archives for the 
> URL. [I used
> > 1.5-1, I have not tried 1.18]
> > 2. Rebase the Apache module DLL's,
> > 
> > 	% rebase -d -b 0x68000000 -o 0x10000 /lib/apache/*.dll
> > 
> > Apache should successfully start now.
> 
> For the record, what is your OS version?
> 
> Cheers,
> Nicholas
> 
> __________________________________________________
> Do You Yahoo!?
> Sign up for SBC Yahoo! Dial - First Month Free
> http://sbc.yahoo.com
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread
* RE: Rebasing apache 1.3.24-5
@ 2002-07-11  9:26 Richard Campbell
  2002-07-11 13:02 ` Nicholas Wourms
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Campbell @ 2002-07-11  9:26 UTC (permalink / raw)
  To: Cygwin Mailing List (E-mail)

>> Here is how to fix the problem,
<snip>
>> 2. Rebase the Apache module DLL's,
>
>For the record, what is your OS version?

I just did a large upgrade of cygwin and associated packages 
on an ME box (probably 1-2 months worth), and noticed a rebase
failure in a post-install script (flashed by so fast I couldn't 
tell what it was).  Wasn't worth mentioning it, since I didn't
know where it was and I probably don't use whatever it was a lot
anyway, but if the latest apache out of the box has a rebase 
issue, that was probably it and this would happen on ME as well
as XP Pro.

-Richard Campbell.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread
* RE: Rebasing apache 1.3.24-5
@ 2002-07-11 13:18 Richard Campbell
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Campbell @ 2002-07-11 13:18 UTC (permalink / raw)
  To: Richard Campbell; +Cc: Cygwin Mailing List (E-mail)

>No it was totally worth mentioning!  I've had this problem for the last
>month and half on WindowsME.  This confirms it, rebase doesn't work on
>WindowsME! I knew it wasn't just me.  Now, if we could figure out why, and
>supply Jason with the information necessary to fix it.  Would you be
>willing to help in the effort?

Sure - give me some directions, and keep in mind that I'm definitely in the 
"user" camp.

Otherwise, I'll do the following when I get home:

1. Reinstall apache-1.3.24-5, and try and notice what's going on better.
2. Try a stand-alone rebase or two, following whatever I can find in the
archives
 dealing with rebase.

-Richard Campbell.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2002-07-11 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-11  7:09 Rebasing apache 1.3.24-5 Paul Stodghill
2002-07-11  7:53 ` Nicholas Wourms
2002-07-11  8:00 Paul Stodghill
2002-07-11  9:26 Richard Campbell
2002-07-11 13:02 ` Nicholas Wourms
2002-07-11 13:18 Richard Campbell

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