Re: Apache doesn't start

2001-12-17 Thread Dragón
--- Jor-el [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Dragón wrote: --- Christoph Simon [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001 14:25:21 -0600 (CST) Yes that helped! Now it is UP and RUNNIG But Apache is still giving Segmentation Fault. Dragon,

Re: Apache doesn't start

2001-12-17 Thread Jor-el
On Mon, 17 Dec 2001, Dragón wrote: Here the attachement with the strace output. Dragon, There is something truly wierd on your system. On looking at the strace output closely, I see that apache is getting read errors on files like /etc/passwd and /etc/group . Why is this

Apache doesn't start

2001-12-16 Thread Dragón
Has anybody got a clue why it doesn't work? debian:~# gdb apache GNU gdb 19990928 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type show

Re: Apache doesn't start

2001-12-16 Thread Matthew Wilcox
On Sun, Dec 16, 2001 at 01:19:47PM +, Dragón wrote: Has anybody got a clue why it doesn't work? Program received signal SIGSEGV, Segmentation fault. 0x8066430 in ap_get_local_host () (gdb) bt #0 0x8066430 in ap_get_local_host () #1 0x8063aec in ap_fini_vhost_config () #2 0x8055c37 in

Re: Apache doesn't start

2001-12-16 Thread Jor-el
On Sun, 16 Dec 2001, Dragón wrote: Has anybody got a clue why it doesn't work? Program received signal SIGSEGV, Segmentation fault. 0x8066430 in ap_get_local_host () (gdb) bt #0 0x8066430 in ap_get_local_host () #1 0x8063aec in ap_fini_vhost_config () #2 0x8055c37 in ap_read_config ()

Re: Apache doesn't start

2001-12-16 Thread Dragón
--- Jor-el [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Dragón wrote: Has anybody got a clue why it doesn't work? Program received signal SIGSEGV, Segmentation fault. 0x8066430 in ap_get_local_host () (gdb) bt #0 0x8066430 in ap_get_local_host () #1 0x8063aec in

Re: Apache doesn't start

2001-12-16 Thread Matthew Wilcox
On Sun, Dec 16, 2001 at 01:19:47PM +, Dragón wrote: Has anybody got a clue why it doesn't work? debian:~# gdb apache btw, there's /usr/sbin/apache.dbg which is compiled with debugging symbols. -- Revolutions do not require corporate support.

Re: Apache doesn't start

2001-12-16 Thread Jor-el
On Sun, 16 Dec 2001, Dragón wrote: --- Jor-el [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Dragón wrote: Is your localhost interface working correctly? What is the output of 'ping localhost' and 'host 127.0.0.1' ? Regards, Jor-el Dragon, Well, it is quite

Re: Apache doesn't start

2001-12-16 Thread Dragón
Thank you very much Jor-el it looks like the kernel is the problem, isn't it? Yours. --- Jor-el [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Dragón wrote: --- Jor-el [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Dragón wrote: Is your localhost interface working

Re: Apache doesn't start

2001-12-16 Thread Dragón
__ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.comiptables v1.2.2: can't initialize iptables table `filter': iptables who? (do you need to insmod?) Perhaps iptables

Re: Apache doesn't start

2001-12-16 Thread Dragón
looks like bug #109454. you don't say what version of apache you have installed. Server version: Apache/1.3.19 (Unix) Debian/GNU Server built: Mar 26 2001 09:36:17 __ Do You Yahoo!? Everything you'll ever need on one web page from News and

Re: Apache doesn't start

2001-12-16 Thread Dragón
--- Matthew Wilcox [EMAIL PROTECTED] wrote: On Sun, Dec 16, 2001 at 01:19:47PM +, Dragón wrote: Has anybody got a clue why it doesn't work? debian:~# gdb apache btw, there's /usr/sbin/apache.dbg which is compiled with debugging symbols. Thank you Matthew. I haven't got it.

Re: Apache doesn't start

2001-12-16 Thread Matthew Wilcox
On Sun, Dec 16, 2001 at 04:23:32PM +, Dragón wrote: --- Matthew Wilcox [EMAIL PROTECTED] wrote: On Sun, Dec 16, 2001 at 01:19:47PM +, Dragón wrote: Has anybody got a clue why it doesn't work? debian:~# gdb apache btw, there's /usr/sbin/apache.dbg which is compiled with

Re: Apache doesn't start

2001-12-16 Thread Jor-el
On Sun, 16 Dec 2001, Dragón wrote: Thank you very much Jor-el it looks like the kernel is the problem, isn't it? Yours. --- Jor-el [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Dragón wrote: --- Jor-el [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Dragón wrote:

Apache doesn't start

2001-12-16 Thread Dragón
- No, the problem is with your localhost interface which isnt up. Here is what my 'lo' interface looks like in the 'ifconfig' output : loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX

Re: Apache doesn't start

2001-12-16 Thread Matthew Wilcox
On Sun, Dec 16, 2001 at 07:55:06PM +, Dragón wrote: - $ dpkg --search apache.dbg apache-dev: /usr/sbin/apache.dbg # dpkg --search apache.dbg dpkg: *apache.dbg* not found that was meant to imply that you should install apache-dev -- Revolutions do not require corporate

Re: Apache doesn't start

2001-12-16 Thread Dragón
that was meant to imply that you should install apache-dev Here it is. __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.comdebian:~# gdb apache.dbg GNU gdb 19990928

Re: Apache doesn't start

2001-12-16 Thread Jor-el
On Sun, 16 Dec 2001, Dragón wrote: - No, the problem is with your localhost interface which isnt up. Here is what my 'lo' interface looks like in the 'ifconfig' output : loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK

Re: Apache doesn't start

2001-12-16 Thread Christoph Simon
On Sun, 16 Dec 2001 14:25:21 -0600 (CST) Jor-el [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Dragón wrote: - No, the problem is with your localhost interface which isnt up. Here is what my 'lo' interface looks like in the 'ifconfig' output : loLink encap:Local

Re: Apache doesn't start

2001-12-16 Thread Dragón
Dragon, I'm afraid you've reached the limits of my expertise. What you have quoted above is an error that needs to be fixed, but I have no clue on how to fix it. Perhaps it has something to do with the dummy0 device you also are using. I hope someone with better expertise than me

Re: Apache doesn't start

2001-12-16 Thread Dragón
--- Christoph Simon [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001 14:25:21 -0600 (CST) Jor-el [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Dragón wrote: - No, the problem is with your localhost interface which isnt up. Here is what my 'lo' interface looks like in the

Re: Apache doesn't start

2001-12-16 Thread Christoph Simon
On Sun, 16 Dec 2001 21:20:57 + (GMT) Dragón [EMAIL PROTECTED] wrote: Make sure, you have in /etc/network/interfaces a line: iface lo inet loopback If this doesn't help, insert before: auto lo Yes that helped! Now it is UP and RUNNIG But Apache is still

Re: Apache doesn't start

2001-12-16 Thread Brian Clark
* Dragon ([EMAIL PROTECTED]) [Dec 16. 2001 16:12]: I've meant to set up the server as standalone to have the possibility to practise with php, may be I'll have to downgrade to potato, I don't know. (I didn't catch the whole thread, so if this has been covered, ignore my babbling) You may

Re: Apache doesn't start

2001-12-16 Thread Jor-el
On Sun, 16 Dec 2001, Dragón wrote: --- Christoph Simon [EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001 14:25:21 -0600 (CST) Yes that helped! Now it is UP and RUNNIG But Apache is still giving Segmentation Fault. Dragon, What does the strace / Apache debug show about