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

Re: reiserfs and apache



Thanks for responding, Adam.

Adam Tauno Williams wrote:
> 
> How did you copy the data over?

I used cp -a /original /mnt/reiser
 
> Do you get any error messages?

No error messages.

Notes: crond and postgres also won't start...
 
> What kernel version?

2.4.1

> What's the last 20 lines of "strace /usr/sbin/httpd"?

If you'd like to see the full text, it's here: 

http://pacdemon.org/marshall/boggle.txt

Here are the last 20 or so lines:

brk(0x8115000)                          = 0x8115000^M
brk(0x8116000)                          = 0x8116000^M
brk(0x8117000)                          = 0x8117000^M
brk(0x8118000)                          = 0x8118000^M
brk(0x8119000)                          = 0x8119000^M
brk(0x811a000)                          = 0x811a000^M
brk(0x811b000)                          = 0x811b000^M
brk(0x811c000)                          = 0x811c000^M
open("/etc/httpd/conf/apache-mime.types", O_RDONLY) = 4^M
fstat(4, {st_mode=S_IFREG|0644, st_size=7565, ...}) = 0^M
fstat64(4, {st_mode=S_IFREG|0644, st_size=7565, ...}) = 0^M
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4032d000^M
read(4, "# This is the default mime.types"..., 4096) = 4096^M
brk(0x811f000)                          = 0x811f000^M
read(4, "m.EXT\napplication/vnd.osa.netdep"..., 4096) = 3469^M
read(4, "", 4096)                       = 0^M
close(4)                                = 0^M
munmap(0x4032d000, 4096)                = 0^M
open("/etc/httpd/logs/access_log", O_WRONLY|O_APPEND|O_CREAT, 0644) =
4^M
fcntl(4, F_DUPFD, 15)                   = 18^M
close(4)                                = 0^M
open("/etc/httpd/logs/ssl-access_log", O_WRONLY|O_APPEND|O_CREAT, 0644)
= 4^M
fcntl(4, F_DUPFD, 15)                   = 19^M
close(4)                                = 0^M
brk(0x8122000)                          = 0x8122000^M
open("/etc/httpd/logs/ssl_request_log", O_WRONLY|O_APPEND|O_CREAT, 0644)
= 4^M
fcntl(4, F_DUPFD, 15)                   = 20^M
close(4)                                = 0^M
chdir("/")                              = 0^M
fork()                                  = 1171^M
munmap(0x40018000, 4096)                = 0^M
munmap(0x40014000, 4096)                = 0^M
_exit(0)                                = ?^M

-- 

Wesley Leonard
marshall@pacdemon.org

http://www.pacdemon.org
"...I want Linux to be on the cutting edge, and even a bit past the
edge, because what's past the edge today is what's on your desktop
tomorrow."
	--Linus Torvalds