Hi Till, Hi Falko, Hi everyone,
I hope you can help me out with the following problem: We have cluster setup of ISPConfig 3.0.3 running on Debian 6 (setup follows your tutorial for Lenny).
So far we have about 30 domains configured on the system (all configured with fastcgi/suexec). With 4 or 5 of the web domains we had a strange effect: After creating the domains, the owner id in the filesystem is too low by exactly 2.
Example: We created a domain yxz.org, the ispconfig interface says:
Owner: web111 Group: client37
But the filesystem for the web domain is created with web109:client37
(and thus making suexec fail)
Do you have any idea why this is happening? The difference in numbers is exactly 2 in all cases and so far it happend with 4 or 5 sites, but these sites do not seem to be special somehow compared to all the other sites that were created correctly.
Where does ISPconfig get the information from which user:group to use when creating the filesystem?
Hope, you can help. I am a little bit lost here, since I have no idea where to start with searching the problem.
An additional note: All the ids that are generated on our system are uneven(web103,web105,web107,...), so it seems the use the id of the last web created before.
Thanks for your help!
Stefan
Update:
Just encountered the phenomenon. Here is what was configured and what happens on the filesystem (this time the difference is not 2 anymore). Really strange. Does perhaps the debug message not show the real command that is executed?
Debug output for creating the site:
Code:
9.11.2011 21:55 s3.xxx.yyy Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
29.11.2011 21:55 s3.xxx.yyy Debug Processed datalog_id 1109
29.11.2011 21:55 s3.xxx.yyy Debug Apache online status after restart is: 1
29.11.2011 21:55 s3.xxx.yyy Debug Calling function 'restartHttpd' from module 'web_module'.
29.11.2011 21:55 s3.xxx.yyy Debug Apache status is: 1
29.11.2011 21:55 s3.xxx.yyy Debug Writing the vhost file: /etc/apache2/sites-available/test.abc.vhost
29.11.2011 21:55 s3.xxx.yyy Debug Creating fastcgi starter script: /var/www/php-fcgi-scripts/web117/.php-fcgi-starter
29.11.2011 21:55 s3.xxx.yyy Debug Disable SSL for:
29.11.2011 21:55 s3.xxx.yyy Debug exec: chown web117:client41 /var/www/clients/client41/web117/log/error.log
29.11.2011 21:55 s3.xxx.yyy Debug exec: chown web117:client41 /var/www/clients/client41/web117
29.11.2011 21:55 s3.xxx.yyy Debug exec: usermod --groups sshusers web117
29.11.2011 21:55 s3.xxx.yyy Debug exec: chmod 755 /var/www/clients/client41/web117/log
29.11.2011 21:55 s3.xxx.yyy Debug exec: chmod 777 /var/www/clients/client41/web117/tmp
29.11.2011 21:55 s3.xxx.yyy Debug exec: chmod 710 /var/www/clients/client41/web117/web
29.11.2011 21:55 s3.xxx.yyy Debug exec: chmod 751 /var/www/clients/client41/web117/*
29.11.2011 21:55 s3.xxx.yyy Debug exec: chmod 777 /var/www/clients/client41/web117/tmp
29.11.2011 21:55 s3.xxx.yyy Debug exec: chmod 710 /var/www/clients/client41/web117/web
29.11.2011 21:55 s3.xxx.yyy Debug exec: chmod 751 /var/www/clients/client41/web117/*
29.11.2011 21:55 s3.xxx.yyy Debug exec: chmod 751 /var/www/clients/client41/web117/
29.11.2011 21:55 s3.xxx.yyy Debug Creating Symlink: ln -s /var/www/clients/client41/web117/ /var/www/clients/client41/test.abc
29.11.2011 21:55 s3.xxx.yyy Debug Creating Symlink: ln -s /var/www/clients/client41/web117/ /var/www/test.abc
29.11.2011 21:55 s3.xxx.yyy Debug Moving site to new document root: mv /var/www/clients/client0/web117 /var/www/clients/client41
29.11.2011 21:55 s3.xxx.yyy Debug Removed Symlink: rm -f /var/www/clients/client0/test.abc
29.11.2011 21:55 s3.xxx.yyy Debug Calling function 'update' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
29.11.2011 21:55 s3.xxx.yyy Debug Calling function 'ssl' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
29.11.2011 21:55 s3.xxx.yyy Debug Found 1 changes, starting update process.
and this is how the filesystem for the domain looks like:
Code:
root@s3 /var/www/test.abc # ls -l
total 36K
drwxr-x--x 2 web111 client41 4.0K Nov 29 21:54 cgi-bin
lrwxrwxrwx 1 web111 client41 33 Nov 29 21:54 log -> /var/log/ispconfig/httpd/test.abc
drwxr-x--x 2 web111 client41 4.0K Nov 29 21:54 ssl
drwxrwxrwx 2 web111 client41 4.0K Nov 29 21:54 tmp
drwx--x--- 4 web111 client41 4.0K Nov 29 21:54 web
Update 2:
It seems that at some point there went something terribly wrong in ispconfig. I compared the master and the slave server and the user accounts are not in sync anymore. It seems that at some point when we deleted two unused shell accounts, these were correctly removed from the slave server, but not from the master server. So the passwd on the master has two additonal accounts which leads to different uid/gid for all accounts that were created after the failed delete. It seems that these two leftover accounts cause the above phenomenon, since they are not anywhere in ispconfig, but still exist in the passwd. On the slave, where the two accounts were correctly removed, the error explained above, does not occur and uid/gid are correct in the filesystem.
However that leaves me with quite a problem. On the master I have the mess with the wrong uids and the slave is also not usable, because it actually got the uid/gid that the master selected, but they do not match the uid/gid in the passwd.
Any suggestions how to get the servers back in sync and what might have caused the error with the two shell accounts?
Recent comments
1 day 13 hours ago
1 day 15 hours ago
2 days 3 hours ago
2 days 6 hours ago
2 days 10 hours ago
2 days 16 hours ago
3 days 2 hours ago
3 days 3 hours ago
3 days 12 hours ago
3 days 13 hours ago