I'm trying to perform a installation of Apache 2.0.46 on a seperate
jfs filesystem on AIX 5.1 ML3. The compilation worked successfully
after adding CPPFLAGS=-D_THREAD_SAFE to the configuration script.
The apache webserver starts without problem's with "apachectl start".
Also the shutdown with "apachectl stop" works. But if I try to umount
the filesystem, it tells me, that the requested resource is busy. When
I look at the filesystem with "fuser -u" it doesn't show me any
process (or user) accessing the filesystem. I also tried to use
"lsof", but the result was the same. No single process was accessing
the filesystem.
Did anyone have the same problems? Is there a fix for this problems?
jfs filesystem on AIX 5.1 ML3. The compilation worked successfully
after adding CPPFLAGS=-D_THREAD_SAFE to the configuration script.
The apache webserver starts without problem's with "apachectl start".
Also the shutdown with "apachectl stop" works. But if I try to umount
the filesystem, it tells me, that the requested resource is busy. When
I look at the filesystem with "fuser -u" it doesn't show me any
process (or user) accessing the filesystem. I also tried to use
"lsof", but the result was the same. No single process was accessing
the filesystem.
Did anyone have the same problems? Is there a fix for this problems?