PDA

View Full Version : Cannot uninstall ISPConfig 2.2.9 on Ubuntulinux 6.06.1.-ppc (powerpc)


tjm
9th November 2006, 18:08
root@tjm:/root/ispconfig# ./uninstall
You chose to uninstall the ISPConfig system! Do you also want to uninstall the objects (webs, users, databases, DNS entries etc.) created by the system? [y/n] y
Connected successfully
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

afterwards the directory "/root/ispconfig" was empty and ./uninstall cannot be executed again.

furthermore my lamp-server's apache2 seems completely broken and cannot be started anymore:

root@tjm:/root/ispconfig# /etc/init.d/apache2 restart
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
* Forcing reload of apache 2.0 web server...
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
...fail!
root@tjm:/root/ispconfig#

my standarduser has been deleted too instead ISPConfig user's only. had expected only ISPConfig user's will be removed.

:(

[according to this thread (http://www.howtoforge.com/forums/showthread.php?t=8046) I may give ISPConfig a second chance by setting up my server on Debian-3.1_r3 and installing ISPConfig again]

till
9th November 2006, 18:29
1) The ISPConfig unindstall script never deletes users.
2) You get the error messages because you are in a non existant directory.
execute the command to get to a directory that definetly exists:

cd /

tjm
9th November 2006, 18:57
1) The ISPConfig uninstall script never deletes users.
2) You get the error messages because you are in a non existant directory.
execute the command to get to a directory that definetly exists:

cd /

@1) true. users are still there but temporarily they did not show up
@2) /root definitely exists and therein the ispconfig folder resided

because of the missing ./setup script, that deleted the ispconfig folder, uninstall cannot run again.

apache2 is broken, definitely:

root@tjm:/home# /etc/init.d/apache2 restart
* Forcing reload of apache 2.0 web server...
...fail!

switched the backupfiles in /etc/apache2/ back the ones before installing ispconfig and tried to start apache2 again. did not come up.

[this all is not a huge problem. the server is nonproductive and for evaluating and testing purposes only.]

thank you for your support!

falko
10th November 2006, 16:36
apache2 is broken, definitely:

What's the output of httpd -t? Are there any errors in Apache's error log?

tjm
10th November 2006, 16:41
oh, forgot to post this:

already let run a new setup of ISPConfig and afterwards apache2 started.

[Fri Nov 10 16:39:23 2006] [warn] NameVirtualHost 192.168.1.201:80 has no VirtualHosts
Syntax OK

thank you for your answer(s)!

(btw.: there is another issue i do not understand concerning apache2 and ISPConfig but will start a new thread in order not to run out of topic.)

falko
11th November 2006, 17:03
[Fri Nov 10 16:39:23 2006] [warn] NameVirtualHost 192.168.1.201:80 has no VirtualHosts
Syntax OK
That's just a warning, you can ignore it.