Strange, I see still rev 3827
on https://svn.code.sf.net/p/freeghost/code/trunk/
Latest posts made by Albatros
-
RE: Debian 8 - Setting up and starting DHCP Server ... failed
-
RE: Debian 8 - Setting up and starting DHCP Server ... failed
Oh interesting. I used the link from the wiki
https://wiki.fogproject.org/wiki/index.php/SVN
-
Debian 8 - Setting up and starting DHCP Server ... failed
Hey,
I have tried to install fog on debian 8 a few weeks ago and there I get the error
Setting up and starting DHCP Server ... failed
Tested current revision (3824) and have still the same problem. Current workaround is to comment out the line
configureDHCP
in filebin/installfog.sh
Grettings,
Albatros -
RE: Starting FOG Snapin Replicator Server...Failed!
I pulled the updates with svn from the trunk directory and started the installer from the trunk/bin directory.
-
RE: Starting FOG Snapin Replicator Server...Failed!
Well did run it again, after an restart and now it works. Have no clue what the cause was, but this is now fixed.
-
RE: Starting FOG Snapin Replicator Server...Failed!
[quote=“Tom Elliott, post: 47188, member: 7271”]when you updated to 3385, where you in the root of your svn?
(e.g.)
/opt/trunk vs. /opt/trunk/packages/web[/quote]I was in the trunk/bin directory, where I run the installfog.sh file.
-
Starting FOG Snapin Replicator Server...Failed!
Hello!
I tried to upgrade my storage node from revision 3090 to the revision 3385.
Tried it a few times and every time it failed with.
[code]Starting FOG Snapin Replicator Server…Failed![/code]
and sometimes the error comes for the other services. o_O
File/Directory permissions are correct.
SQL access works fine and the credentials are correct.
Have reverted back to revision 3090 and there everything works fine.My fog server is in a virtualbox on debian
My storage node is on centos server 6.6
Anyone have an idea?
Thanks,
Albatros -
RE: New Client 0 Bytes
Hey,
Looks like the problem with curl is here, that the github link redirects to a other download link.
Changing the curl code to
[CODE]curl --silent -Lo FOGService.msi https://github.com/FOGProject/fog-client/releases/download/0.7.2/FOGService.msi[/CODE]
works fine. With the option L, curl will follow the redirected link. -
RE: Windows Wont PXE Boot
I had the same problem, some peoples have problems with pxe boot in virtualbox 4.3
[url]https://forums.virtualbox.org/viewtopic.php?f=6&t=66092#p313130[/url]
Can you install a older version of virtualbox? For example 4.2
[url]https://www.virtualbox.org/wiki/Download_Old_Builds[/url] -
RE: Upgrade Problems
Do you have set an mysql password during installation of fog? It could be that the mysql password in fog is not correct and then it fails in updating.