PDA

View Full Version : ISPConfig 3 not creating clients directory or setting up virtualhosts


Keeper
31st August 2009, 15:12
Past five days I've been using ISPConfig3 on a virtualbox server without major problems. This included many OS reinstalls (Debian&Ubuntu) and this problem never happened.

On production server when I create a new client, website and ftp-account, ISPConfig3 does not create /var/www/clients/ directory at all. Which means /clientX/webX directories don't appear either. Then I checked /etc/apache2/sites-available, ISPConfig3 has not created virtualhosts either.

I tried uninstall.php script and reinstalled ISPConfig3, didn't help. What's wrong and how I can fix this? I need to fix this ASAP as I have a deadline. Help, please.

Thank you.

till
1st September 2009, 12:52
Take a look at the jobqueue in the monitor.

Also which exact ISPConfig version do you use?

Keeper
1st September 2009, 13:32
ISPConfig 3.0.1.3, also tried .4 beta.

Looks like all the actions are still in the queue.


2009-09-01 05:06 server.domain.com Insert ftp_user
2009-09-01 05:06 server.domain.com Insert web_domain

Keeper
1st September 2009, 18:40
In fact I noticed that monitor shows no data whatseover on the server, no cpu info, raid state, server load, disk usage, memory usage, services or any of the logs. This is probably related.

Data from: ????-??-?? ??:??
No log data available at the moment. Please check again later.


What exactly is wrong here?

Keeper
1st September 2009, 21:19
I've found out what caused the problem! See this bug report: https://bugs.edge.launchpad.net/ubuntu/+source/shadow/+bug/238755

Seems to be fixed now. :D

Edit: In other words, cron was bugging out because root wasn't working due to a bug in Debian/Ubuntu.
sudo passwd --unlock root
sudo usermod --lock root
fixes the problem and cron works again.