PDA

View Full Version : Updating site error


cryptic
26th September 2006, 01:20
Whenever I try to update a site with features (Basis Menu, i.e. SSL), I click save and receive this error:

" Your changes cannot be saved because this item is currently being updated. Please try again later."

CentOS 4.4 and ISPConfig 2.2.6

till
26th September 2006, 19:00
Do waht the message says: Please try again later :)

cryptic
26th September 2006, 19:11
The problem is, the message doesn't go away. No matter how long I wait.

falko
26th September 2006, 19:12
Which distribution do you use? What's the output of ls -la /root/ispconfig?

cryptic
26th September 2006, 19:15
Which distribution do you use? What's the output of ls -la /root/ispconfig?

CentOS 4.4

# ls -la /root/ispconfig
total 100
drwxr-xr-x 9 root root 4096 Sep 25 17:17 .
drwxr-x--- 5 root root 4096 Sep 22 15:22 ..
-rwxr-xr-x 1 root root 33609 Sep 22 15:26 cronolog
-rwxr-xr-x 1 root root 9673 Sep 22 15:26 cronosplit
drwxr-xr-x 12 root root 4096 Sep 22 15:09 httpd
drwxr-xr-x 12 root root 4096 Sep 22 15:26 isp
-rw-r--r-- 1 root root 0 Sep 25 17:17 .ispconfig_lock
drwxr-xr-x 6 root root 4096 Sep 22 15:06 openssl
drwxr-xr-x 6 root root 4096 Sep 22 15:18 php
drwxr-xr-x 4 root root 4096 Sep 22 15:26 scripts
drwxr-xr-x 4 root root 4096 Sep 22 15:26 standard_cgis
drwxr-xr-x 2 root root 4096 Sep 22 15:26 sv
-rwx------ 1 root root 9389 Sep 22 15:26 uninstall
You have new mail in /var/spool/mail/root

I've removed that .ispconfig_lock file and restarted ispconfig-server service and the problem still persists.

cryptic
26th September 2006, 21:39
I am having the same issue with CentOS 4.4 and ISPConfig 2.2.5

till
27th September 2006, 10:19
Centos 4.4 is not supported by ISPConfig yet! It will be supported in ISPConfig 2.2.7.

cryptic
27th September 2006, 19:21
Understood till. My problem seems to have stemmed from bad advice from a recommendation on this board. I have reinstalled with your advice of changing /etc/redhat-release file, and all seems well now.

jeffmorlen
28th September 2006, 00:06
I'm getting the same error/problem.

I have tried changing the redhat-release info and the Python script versions of the install...

Same problem.

Also, the comment about CentOS 4.4 not being supported yet... you cannot install CentOS 4.3 and keep it 4.3. During the 'yum update' process, it automatically updates to 4.4.

Any suggestions would be helpful. :(

falko
28th September 2006, 21:48
Same problem.

Which one exactly?
Did you disable SELinux?

cryptic
29th September 2006, 03:18
jeffmorlen,

You just have to change the /etc/redhat-releases file to read 4.3 instead of 4.4. Then the install should work.

jeffmorlen
29th September 2006, 03:41
Falko-
Yup... SELinux is disabled but I still get the update issue.

I'm think'n bout' scrapping my CentOS install and going with Mandriva 2006 Free.

With me just trying to get my tools going... I have that option... if you have used this under CentOS 4.3 and are now having the problem, you won't be as fortunate.

Anything else you can think of before I scrap my install?
Thx in advance.

:D

falko
29th September 2006, 15:52
What's the output of ls -la /root/ispconfig?

jeffmorlen
30th September 2006, 02:13
Falko-
First, thanks for the help! :)
Second, here is what I got... :cool:

drwxr-xr-x 9 root root 4096 Sep 27 11:51 .
drwxr-x--- 4 root root 4096 Sep 27 16:19 ..
-rwxr-xr-x 1 root root 33609 Sep 27 10:52 cronolog
-rwxr-xr-x 1 root root 9673 Sep 27 10:52 cronosplit
drwxr-xr-x 12 root root 4096 Sep 27 10:30 httpd
drwxr-xr-x 12 root root 4096 Sep 27 10:52 isp
-rw-r--r-- 1 root root 0 Sep 27 15:38 .ispconfig_lock
drwxr-xr-x 6 root root 4096 Sep 27 01:25 openssl
drwxr-xr-x 6 root root 4096 Sep 27 10:45 php
drwxr-xr-x 4 root root 4096 Sep 27 10:52 scripts
drwxr-xr-x 4 root root 4096 Sep 27 10:52 standard_cgis
drwxr-xr-x 2 root root 4096 Sep 27 10:52 sv
-rwx------ 1 root root 9389 Sep 27 10:52 uninstall

falko
1st October 2006, 02:00
Please run
rm -f /root/ispconfig/.ispconfig_lock
/root/ispconfig/php/php /root/ispconfig/scripts/writeconf.php
What's the output?

jeffmorlen
3rd October 2006, 17:58
Falko-
First, thanks for helping me with this, I hope that the issue we're trying to fix will help others too.

Second, here is what I get when I ran the php script:

Warning: fopen(/etc/mail/sendmail.cw): failed to open stream: No such file or directory in /root/ispconfig/scripts/lib/classes/ispconfig_file.lib.php on line 35

Warning: fopen(/etc/virtusertable): failed to open stream: No such file or directory in /root/ispconfig/scripts/lib/classes/ispconfig_file.lib.php on line 35
Segmentation fault

Any ideas?
Thanks again.

falko
4th October 2006, 18:58
Second, here is what I get when I ran the php script:

Warning: fopen(/etc/mail/sendmail.cw): failed to open stream: No such file or directory in /root/ispconfig/scripts/lib/classes/ispconfig_file.lib.php on line 35

Warning: fopen(/etc/virtusertable): failed to open stream: No such file or directory in /root/ispconfig/scripts/lib/classes/ispconfig_file.lib.php on line 35
Segmentation fault

Any ideas?
Thanks again.
Do you use Sendmail or Postfix? What's the output of netstat -tap and ps aux?