Issue with SVN 3542?
-
Is there an issue with SVN 3542? I’m currently installing it but it’s been stuck downloading the new fog client for a good 15 minutes now. That part usually takes 5 minutes tops.
-
-
I’m running ubuntu, so I guess this issue is appearing on both systems then.
-
I just fixed that issue yesterday:
That part queries your own web server for FOG. The code essentially attempted to wget your site a maximum of 20 times. But if you typed your IP incorrectly at the beginning of the setup, it would fail of course. Also, in my case, I deploy in an isolated environment so my IP is not the same during installation.
So I fixed it by having it go to 127.0.0.1 instead of the IP you entered.
-
@cspence I actually just tried to install 3542 over 3540 and ran into this issue. I ended up killing the install script and rolled back to an earlier snapshot.
-
I just pushed a change to the git repo. It was set to take 4.1 days to fail if there were problems downloading (just a little excessive). It has been reduced to 2.5 minutes with non-default timeouts. I’m still not a huge fan of the way it is done, but it’s something I’ve noted for later.
Also, if you are blocking loopback traffic in your firewall rules, that could cause this to fail.
-
I just fixed a handful of issues with the apache vhosts configuration. If you’re daring, you can grab the latest github commit on dev-branch if you don’t want to wait for the next SVN.