Submitted by dmaster97 on Wed, 06/17/2009 - 06:58
Hi,
i was recently upgrade to pro version of virtualmin.
problem i found after upgrade is the virtual servers created before upgrading to pro seems to have odd behaviour.
the most common behaviour is when i applied some changes in the virtualserver configuration, it took very long time (5-15 minutes) to finish. more apparent when changing network based setting such as domain name, apache, ip, etc
the virtual servers created after upgrade does not have this behaviour.
some settings also not shown in pre-upgrade virtual servers.
any advice??
best regards
Status:
Active
Comments
Submitted by andreychek on Wed, 06/17/2009 - 09:43 Comment #1
Yeah, it shouldn't take more than a few seconds in most cases.
Jamie may chime in more when he's awake in a couple of hours, but a few thoughts/questions in the meantime --
Are your DNS servers working properly? Some of what you're offering sounds like it could be DNS related. You should be able to see your DNS servers in /etc/resolv.conf, do those look right, and do they respond? If you type the command "host google.com" -- do you get a response back within a few seconds?
Are you seeing a high load on your system ATM? For example, what does the "uptime" command output?
Do you have some examples of settings that aren't showing up in your pre-upgrade Virtual Servers?
You may want to try restarting Virtualmin. For that, I would do these steps:
a) /etc/init.d/webmin stop
b) ps auxw | grep miniserv | grep webmin
c) If any processes were output in "b", go ahead and kill them
d) /etc/init.d/webmin start
After doing that, are you still seeing the same trouble?
Submitted by JamieCameron on Wed, 06/17/2009 - 12:13 Comment #2
Could you tell me which page you are making these changes on that is taking a long time?
Possibly the problem is related to slow DNS resolution - you can check this by SSHing into your system and looking up the IP address of the machine from which you are connecting, with a command like :
host 24.130.12.30
Submitted by dmaster97 on Thu, 06/18/2009 - 01:19 Comment #3
@jamie.
it is more apparent when changing dns option and edit virtual server setting. but i think i see it to when applying setting in different page. i just dont remember where.
should i delete the virtual server and restore from backup??
Submitted by JamieCameron on Thu, 06/18/2009 - 11:40 Comment #4
So if you go to the Edit Virtual Server page for a domain, does it take a long time to load?
If you just click Save without making any changes, how long does it take to save? Also, if you run the 'top' command while the save is happening, is there any process using up a lot of CPU?