Updating site error

Discussion in 'General' started by cryptic, Sep 26, 2006.

  1. cryptic

    cryptic Member

    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
     
    Last edited: Sep 26, 2006
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Do waht the message says: Please try again later :)
     
  3. cryptic

    cryptic Member

    The problem is, the message doesn't go away. No matter how long I wait.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Which distribution do you use? What's the output of
    Code:
    ls -la /root/ispconfig
    ?
     
  5. cryptic

    cryptic Member

    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.
     
  6. cryptic

    cryptic Member

    I am having the same issue with CentOS 4.4 and ISPConfig 2.2.5
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Centos 4.4 is not supported by ISPConfig yet! It will be supported in ISPConfig 2.2.7.
     
  8. cryptic

    cryptic Member

    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.
     
  9. jeffmorlen

    jeffmorlen New Member

    Me too...

    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. :(
     
  10. falko

    falko Super Moderator Howtoforge Staff

    Which one exactly?
    Did you disable SELinux?
     
  11. cryptic

    cryptic Member

    jeffmorlen,

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

    jeffmorlen New Member

    Yup...

    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
     
  13. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /root/ispconfig
    ?
     
  14. jeffmorlen

    jeffmorlen New Member

    Here's what I got when I tried that...

    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
     
  15. falko

    falko Super Moderator Howtoforge Staff

    Please run
    Code:
    rm -f /root/ispconfig/.ispconfig_lock
    /root/ispconfig/php/php /root/ispconfig/scripts/writeconf.php
    What's the output?
     
  16. jeffmorlen

    jeffmorlen New Member

    Here's what I get...

    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.
     
  17. falko

    falko Super Moderator Howtoforge Staff

    Do you use Sendmail or Postfix? What's the output of
    Code:
    netstat -tap
    and
    Code:
    ps aux
    ?
     

Share This Page