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?
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
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?