Submitted by hescominsoon on Fri, 04/03/2020 - 18:10 Pro Licensee
it takes up to 5 minutes to create a new hosting account. most of that time is spent with the line going across the top and zero server activity related to the task.
Status:
Closed (cannot reproduce)
Files:
Comments
Submitted by JamieCameron on Fri, 04/03/2020 - 22:31 Comment #1
Do you not see progress messages while virtual server creation is ongoing?
Submitted by hescominsoon on Mon, 04/06/2020 - 15:37 Pro Licensee Comment #2
the little red bar is floating across the top and that is all that happens..there's not other server activity in top or any other metric. Once it gets done sitting for a while it then moves forward. This has been an ongoing symptom with the various ipv6 problems I have observed and reported over the past two years
Submitted by JamieCameron on Sat, 04/11/2020 - 21:51 Comment #3
Hmmmm ... so the delay happens even before the first message is printed?
@hescominsoon Please look at my comment below, from the right angle. It seems to me, as you're facing incorrect network and/or DNS setup/configuration.
Let's say that you have a host called myhost that has active eth0 interface, with IP 1.2.3.4, okay? All seems right.
Now open /etc/hosts file and add:
2.3.4.5 myhost
3.4.5.6 myhost
4.5.6.7 myhost
..in case your host doesn't have those IPs on the interface (simply saying, doesn't respond to the ping), you will get an incredible and hard to debug lags.
Is there a way you might be experiencing this kind or familiar issue?
Submitted by hescominsoon on Sun, 04/12/2020 - 06:58 Pro Licensee Comment #5
Jamie, If i have ipv6 enabled, it's when it is when it starts messing with apache. I have yet to try it with ipv6 off but I bet things will go much faster than if ipv6 is on...I have another ticket from over the past two years describing this exact symptom.
Ilia, incorrect guess. all networking is setup fine. This is really a rehash of another ticket which got abandoned.
https://www.virtualmin.com/node/67149 https://www.virtualmin.com/node/67208
Can you share an exact, world accessible domain name that is slow and where IPv6 is enabled?
Submitted by hescominsoon on Sun, 04/12/2020 - 09:24 Pro Licensee Comment #7
Please read the title: slow server creation
I mean the domain name of the server, where you're running Virtualmin.
Submitted by hescominsoon on Sun, 04/12/2020 - 15:22 Pro Licensee Comment #9
etc-md.com
Perhaps you could strace (debug it for us) the call to the new domain creation?
Do the following. Create custom BASH script with the following content:
#!/usr/bin/env bash
datetime=`date +%Y%m%d%H%M%S`
pidfile=`grep "^pidfile=" /etc/webmin/miniserv.conf | sed -e 's/pidfile=//g'`
f=
if [[ "$1" == "-f" ]] ; then
f=-f
fi
strace -t $f -o webmin-strace-$datetime.log -p `cat $pidfile`
..then run it first as:
bash strace_webmin.sh
..and second time as:
bash strace_webmin.sh -f
It would be useful if you could:
Notice: BASH script above was update with adding -t switch to print time.
Submitted by hescominsoon on Wed, 04/15/2020 - 18:57 Pro Licensee Comment #12
well i had a new signup today and i did NOT enable ipv6 at the time of setup..and the install was completed in seconds. So this is confirmation that ipv6 issues still exist in Virtualmin.
Submitted by JamieCameron on Wed, 04/15/2020 - 22:14 Comment #13
I wonder if the slow part is allocating an IPv6 address from a large range. What allocation range do you have defined on the server template page?
Submitted by hescominsoon on Thu, 04/16/2020 - 06:05 Pro Licensee Comment #14
none I am using a single shared ipv6 address. I have another ticket where i asked about that very issue...
Submitted by JamieCameron on Sun, 04/19/2020 - 18:52 Comment #15
When you say "did NOT enable ipv6 at the time of setup", what does that mean exactly?
There is an option on the domain creation form to enable a private IPv6 address, but even without that the domain will normally still get the default v6 address.
Submitted by hescominsoon on Mon, 04/20/2020 - 07:33 Pro Licensee Comment #16
Submitted by hescominsoon on Mon, 04/20/2020 - 07:36 Pro Licensee Comment #17
it's pretty straightforward. look at the attached pic. When i say i did not enable ipv6 on the domain..i meant just that. oh and to further add..that IS the default. I would have to click the dot to allow the domain to have the shared ipv6.
Submitted by hescominsoon on Thu, 04/23/2020 - 12:40 Pro Licensee Comment #18
Re: the virt having problems choosing from the trillions of addresses allocated in a /64.... https://www.virtualmin.com/node/67970
This ticket went unanswered so i closed it..along with many others RE: ipv6 issues.
Submitted by hescominsoon on Fri, 05/01/2020 - 11:37 Pro Licensee Comment #19
any progress on the ipv6 issues within virtualmin or are we at the point now where the ticket goes unanswered and gets auto-closed?
Submitted by hescominsoon on Fri, 05/01/2020 - 11:45 Pro Licensee Comment #20
if you folks want remote access..which i have offered multiple times but never taken advantage of...i will be happy to give you folks root access. I am sure your diags would go much faster. The system is setup just as the installer set things up from scratch. If you want remote access let me know and I'll set things up.
Yes, that would help, along side with steps to reproduce the problem, and the domain name, which we could use to create/delete for testing purposes.
Thank you!
Submitted by hescominsoon on Wed, 05/20/2020 - 17:57 Pro Licensee Comment #22
closed
Submitted by hescominsoon on Wed, 05/20/2020 - 17:59 Pro Licensee Comment #23
closed