Hi all,
I have a strange problem.
Suddenly php on the commandline is delaying for 10 seconds before starting up, but only when I try as a normal user. As root, it's immediate.
It's not like the php program is slow itself, because it even waits 10 seconds to display "Could not open input file: kjhsdfkhsdkfj.php"
Here are the results of "time php -i" when running as normal user in jailshell:
(php info omitted)
real 0m10.301s
user 0m0.016s
sys 0m0.011s
Here is as root:
(php info omitted)
real 0m0.290s
user 0m0.016s
sys 0m0.013s
The delay seems to be exactly 10 seconds every time.
Also, I don't know if this is related, but SSH login has a very long delay after I input my (correct) password, up to 30 seconds or so. This seems to have started around the same time as the PHP delay.
Any ideas?


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks