[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reiserfs and apache



> Aha!  Now we're getting somewhere... 
> strace /usr/sbin/httpd -X
> brk(0x811b000)                          = 0x811b000
> brk(0x811c000)                          = 0x811c000
> open("/etc/httpd/conf/apache-mime.types", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=7565, ...}) = 0
> fstat64(4, {st_mode=S_IFREG|0644, st_size=7565, ...}) = 0
> old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
> -1, 0) = 0x4032d000
> read(4, "# This is the default mime.types"..., 4096) = 4096
> brk(0x811f000)                          = 0x811f000
> read(4, "m.EXT\napplication/vnd.osa.netdep"..., 4096) = 3469
> read(4, "", 4096)                       = 0
> close(4)                                = 0
> munmap(0x4032d000, 4096)                = 0
> open("/etc/httpd/logs/access_log", O_WRONLY|O_APPEND|O_CREAT, 0644) = 4
> fcntl(4, F_DUPFD, 15)                   = 18
> close(4)                                = 0
> open("/etc/httpd/logs/ssl-access_log", O_WRONLY|O_APPEND|O_CREAT, 0644)
> = 4
> fcntl(4, F_DUPFD, 15)                   = 19
> close(4)                                = 0
> brk(0x8122000)                          = 0x8122000
> open("/etc/httpd/logs/ssl_request_log", O_WRONLY|O_APPEND|O_CREAT,
> 0644)
> = 4
> fcntl(4, F_DUPFD, 15)                   = 20
> close(4)                                = 0
> getpid()                                = 1058
> time(NULL)                              = 983915666
> close(20)                               = 0
> close(19)                               = 0
> close(18)                               = 0
> munmap(0x405cf000, 38272)               = 0
> munmap(0x405de000, 78788)               = 0
> --- SIGSEGV (Segmentation fault) ---
> +++ killed by SIGSEGV +++
>I ran it again and the results were the same.  
>So, what is this all about?!  Apache works great on ext2...

Hmmm, what does "ldd /usr/sbin/httpd" say?  As root can you do a
"/sbin/ldconfig"?  After the seg-fault is there cool blue-screen-of-death esq
stuff in dmesg?

Systems and Network Administrator
Morrison Industries
1825 Monroe Ave NW.
Grand Rapids, MI. 49505