[parisc-linux] 712/60, 2.4.17-pa13, debian testing, php4 and apache don't work..
Mikko Palo
mpalo@drysoft.org
26 Jan 2002 02:09:11 +0200
Hi!
I don't know, does this email belong to this list or to debian bug
database. Nevertheless, I installed debian to my 712 from 0.9.3 CD and
updated everything by using apt-get update and apt-get upgrade commands.
Compiled the kernel myself, all working nicely. Then installed apache
and php4 via apt-get.
When trying to start apache by the command /etc/init.d/apache start, it
doesn't start. There is a line:
PHP Fatal error: Unable to start session mm module in Unknown on line 0
in /var/log/apache/error_log..
Then I searched with google the solution for this bug. None of them
helped.
Straced a little /usr/sbin/apache:
--clippeti clip--
shmget(IPC_PRIVATE, 33554432, IPC_CREAT|0x180|0600) = 360448
shmat(360448, 0x80808080, 0ptrace: umoven: Input/output error
) = ?
shmctl(360448, IPC_STAT, 0x80808080) = 0
getuid() = 0
getgid() = 0
shmctl(360448, IPC_SET, 0x80808080) = 0
shmctl(360448, IPC_RMID, 0x80808080) = 0
unlink("") = -1 ENOENT (No such file or
directory)
open("", O_RDWR|O_CREAT, 0600) = -1 ENOENT (No such file or
directory)
shmdt(0xfffffffe) = 0
shmctl(360448, IPC_RMID, 0xfffffffe) = -1 EINVAL (Invalid argument)
unlink("") = -1 ENOENT (No such file or
directory)
write(2, "PHP Fatal error: Unable to star"..., 72) = 72
write(2, "\n", 1) = 1
exit(-2) = ?
--clippeti clip--
I doubt that there is something wrong between mm module and shared
memory code in kernel? Or am I totally wrong?
So what should I do that I will get it working?
-MP