Re: apache startup problem

2003-09-19 Thread H. Bartel
On 09/19/2003 11:21 AM [EMAIL PROTECTED] (Jens Rehsack) wrote:

>You should either search the file or start the apache
>from within the gdb.

If I start the apache from within the gdb I get the following:
Undefined command: "". Try "help".

What I typed is:
(gdb) /usr/local/sbin/apachectl start
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache startup problem

2003-09-19 Thread Jens Rehsack
H. Bartel wrote:
On 09/19/2003 10:17 AM [EMAIL PROTECTED] (Jens Rehsack) wrote:


If I were you I'd try gdb apache apache.core to identify the module
which dumps. If it's a standard one, you shouldn't probably rebuild
it using lower optimization level.


I read the man pages for gdb but 'gdb apache apache.core' doesn't do anything besides no such file...

Do have to go to a specific dir to execute gdb? I can't find a file called apache.core as well. Only httpd.core. I have never used it before and am failry new to the unix world.
You should either search the file or start the apache
from within the gdb.
Jens

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache startup problem

2003-09-19 Thread H. Bartel
On 09/19/2003 10:17 AM [EMAIL PROTECTED] (Jens Rehsack) wrote:

>If I were you I'd try gdb apache apache.core to identify the module
>which dumps. If it's a standard one, you shouldn't probably rebuild
>it using lower optimization level.

I read the man pages for gdb but 'gdb apache apache.core' doesn't do anything besides 
no such file...

Do have to go to a specific dir to execute gdb? I can't find a file called apache.core 
as well. Only httpd.core. I have never used it before and am failry new to the unix 
world.

Thanks,Holger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache startup problem

2003-09-19 Thread H. Bartel
On 09/19/2003 12:17 PM [EMAIL PROTECTED] (Laurens Heeren) wrote:

>
>what do you get when you run: apachectl configtest ?

I get: Syntax OK
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache startup problem

2003-09-19 Thread Laurens Heeren
Hey,

what do you get when you run: apachectl configtest ?

Greets,

Laurens

On Fri, 19 Sep 2003 12:10:13 +0200
"H. Bartel" <[EMAIL PROTECTED]> wrote:

> Hi everybody,
> 
> after succesfully de- and reinstalling apache13, I get the following error after 
> running /usr/local/sbin/apachectl start
> 
> Bus error (core dumped)
> /usr/local/sbin/apachectl start: httpd could not be started
> 
> /kernel: pid 141 (httpd), uid 0: exited on signal 10 (core dumped)
> 
> After rebooting the system this error message appeared:
> 
> login: date /kernel: pid 141 (httpd), uid 0: exited on signal 10 (core dumped)
> 
> Any ideas? Thanks, Ho.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache startup problem

2003-09-19 Thread Jens Rehsack
H. Bartel wrote:
Hi everybody,

after succesfully de- and reinstalling apache13, I get the following error after running /usr/local/sbin/apachectl start

Bus error (core dumped)
/usr/local/sbin/apachectl start: httpd could not be started
/kernel: pid 141 (httpd), uid 0: exited on signal 10 (core dumped)

After rebooting the system this error message appeared:

login: date /kernel: pid 141 (httpd), uid 0: exited on signal 10 (core dumped)

Any ideas? Thanks, Ho.
If I were you I'd try gdb apache apache.core to identify the module
which dumps. If it's a standard one, you shouldn't probably rebuild
it using lower optimization level.
Jens

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


apache startup problem

2003-09-19 Thread H. Bartel
Hi everybody,

after succesfully de- and reinstalling apache13, I get the following error after 
running /usr/local/sbin/apachectl start

Bus error (core dumped)
/usr/local/sbin/apachectl start: httpd could not be started

/kernel: pid 141 (httpd), uid 0: exited on signal 10 (core dumped)

After rebooting the system this error message appeared:

login: date /kernel: pid 141 (httpd), uid 0: exited on signal 10 (core dumped)

Any ideas? Thanks, Ho.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"