ISPConfig 2.2.33 released

Discussion in 'General' started by till, Sep 4, 2009.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    Please take a look at the error log of the webserver.
     
  2. pg001

    pg001 New Member

    I have reinstalled the latest version on top of the currently installed, now it's running fine, although I have some errors when I try to restart services named and httpd. here they are

    Code:
    # service httpd restart
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    Stopping httpd:                                            [  OK  ]
    Starting httpd: [Thu Oct 01 23:37:40 2009] [warn] NameVirtualHost 192.168.1.100:80 has no VirtualHosts                                                           [  OK  ]
    
    Code:
    service named restart
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    Stopping named:                                            [  OK  ]
    Starting named:                                            [  OK  ]
    
    what's causing these errors?
     
  3. jnsc

    jnsc rotaredoM Moderator

    It's because you still are in the installation directory which does not exist anymore. a
    Code:
    cd
    or
    Code:
    cd ..
    should remove the getcwd error message
     
  4. hairydog2

    hairydog2 New Member

    Operating System not supported

    This is trying to upgrade to 2.2.33 on top of 2.2.24 running on Debian.

    hosting:~# cd install_ispconfig
    hosting:~/install_ispconfig# ./setup
    Debian squeeze/sid.0
    ERROR: Ihr Betriebssystem wird nicht unterstützt! / Your operating system is not supported! / Votre systeme d'exploitation n'est pas supporté!
    hosting:~/install_ispconfig#

    How can I find out what the problem is?
     
  5. Hans

    Hans Moderator Moderator

Share This Page