Today I can ca reproduce this delay problem:
I change one user email password in the ISPConfig interface, but in the user still have the old password.
Running
Code:
strace /root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php
this message loops again and again:
Code:
stat64("/root/ispconfig/.ispconfig_lock", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({1, 0}, {1, 0}) = 0
The file:
Code:
$ ls -l /root/ispconfig/.ispconfig_lock
-rw-r--r-- 1 root root 0 2006-06-15 08:50 /root/ispconfig/.ispconfig_lock
Is safe that I delete this file or I should wait for / force another ISPConfig process?
Update: After browsing this forum looking for .ispconfig_lock:
- I've deleted .ispconfig_lock
- Run (as root) root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php
Code:
start
chmod: no s'ha pogut accedir a "joan:web10": El fitxer o directori no existeix (traduction: chmod: can't access to "joan:web10": file or directory not found)
ERROR: Nothing parsed, nothing printed <BR>
UPDATE USER: 153
ende
- I don't see errors in ISPConfig log (before and after).
- No .ispconfig_lock file now.
Loking for the .ispconfig_lock file presence reason.
Recent comments
22 hours 16 min ago
1 day 3 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 23 hours ago
1 day 23 hours ago
2 days 4 hours ago
2 days 11 hours ago
2 days 12 hours ago
2 days 13 hours ago