Client 0.9.5 not joining to the domain
-
I’m running bulid 4751 and for some reason I can not get the new client 0.9.5 to join any computers to the domain
-
I have attached the log file
-
The log file there appears to report the client version as being 0.9.4.
4751 is, well, i don’t know how you got it to say the least.
Can you please update properly?
git checkout https://github.com/fogproject/fogproject.git cd fogproject/bin ./installfog.sh -y
Or:
svn checkout https://svn.code.sf.net/p/freeghost/code/trunk cd trunk/bin ./installfog.sh -y
-
Sorry it’s 4571
-
I just updated to 4700 and when I goto create a new image on the web console I get a blank page I have attached the a screen shot of it
-
@darkxeno This is not related to the trail of information in this thread. However, I will state again.
Whenever there is a blank page as such, it means there is an error being thrown somewhere. Based on the Web link you are going to, I imagine your Apache error logs shows something along the lines of:
“PHP Fatal Error: Call to member function getMasterStorageNode() on null”
Please confirm if this is the case? I am going to guess that your particular problem, right now, is that there is no Storage node joined within the first storage group?
-
This post is deleted! -
@Tom-Elliott Thats the error I am getting I see where the group is attached to the node so I’m not sure what the issue is.
-
What Tom is saying is that there does not seam to be a storage node within the storage group. Please follow this link to see what might be wrong: http://fogserver/fog/management/index.php?node=storage
Do you see an entry there (usually called ‘DefaultMember’)?
-
@Uncle-Frank
Default member is there
-
@darkxeno I see the problem.
You appear to have a node named Downtown, which lists before default. Because downtown is NOT the master of the Downtown group, it is unable to display. I will see about adding a better bit of error checking and have it out put the information regardless of if it’s there is a master or not. The problem is, without a master, you do not have access to upload images to that group/node.